This file is indexed.

/usr/share/libreoffice/help/hi/sbasic.key is in libreoffice-help-hi 1:5.1.2-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
26 Mozilla Firefox Themes;personalization 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
18 personas;personalization 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
16 themes;setting options 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
17 setting options;Open CL 33 text%2Fshared%2Foptionen%2Fopencl.xhp#bm_id4077578;
1d Internet;checking for updates 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
25 online updates;checking automatically 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
15 online update options 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
16 macros;security levels 3d text%2Fshared%2Foptionen%2Fmacrosecurity_sl.xhp#bm_id1203039;
24 expert configuration;setting options 73 text%2Fshared%2Foptionen%2Fjava.xhp#bm_id4077578;text%2Fshared%2Foptionen%2Fexpertconfig.xhp#bm_id0609201521552432;
15 experimental features 31 text%2Fshared%2Foptionen%2Fjava.xhp#bm_id4077578;
27 Basic IDE options;Autoclose parenthesis 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
2a Basic IDE options;Basic UNO extended types 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
20 Basic IDE options;Autocompletion 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
20 Basic IDE options;Autocorrection 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
b CTL;options 35 text%2Fshared%2Foptionen%2F01150300.xhp#bm_id3148668;
13 kerning;Asian texts 35 text%2Fshared%2Foptionen%2F01150100.xhp#bm_id3143268;
17 Hindi;language settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
18 Hebrew;language settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
18 Arabic;language settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
1c complex text layout;enabling 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
18 Asian languages;enabling 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
f locale settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
19 languages;locale settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
44 Visual Basic for Applications;loading/saving documents with VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
2f VBA code;loading/saving documents with VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
2d saving;VBA code in Microsoft Office documents 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
30 loading;Microsoft Office documents with VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
32 exporting;Microsoft Office documents with VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
2d Microsoft Office;importing/exporting VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
d colors;charts 35 text%2Fshared%2Foptionen%2F01110100.xhp#bm_id3154751;
27 fitting to pages;print settings in Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
26 scaling;printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
26 printing;scaling in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
2c original size;printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
25 frames;printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
2a text objects;in presentations and drawings 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
16 distorting in drawings 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
26 objects;always moveable (Impress/Draw) 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
22 presentations;starting with wizard 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
26 printing;tiling pages in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
30 fitting to pages;print settings in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
2a printing;fitting to pages in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
23 scaling;when printing presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
29 printing;without scaling in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
2b times;inserting when printing presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
2a pages;printing page names in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
1a drawings;printing defaults 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
1a printing;drawings defaults 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
26 snapping in presentations and drawings 35 text%2Fshared%2Foptionen%2F01070300.xhp#bm_id3163802;
2e Bézier curves;control points in presentations 35 text%2Fshared%2Foptionen%2F01070100.xhp#bm_id3147008;
26 control point display in presentations 35 text%2Fshared%2Foptionen%2F01070100.xhp#bm_id3147008;
2f guides;displaying when moving objects (Impress) 35 text%2Fshared%2Foptionen%2F01070100.xhp#bm_id3147008;
1f rulers;visible in presentations 35 text%2Fshared%2Foptionen%2F01070100.xhp#bm_id3147008;
1d prefix name for new worksheet 35 text%2Fshared%2Foptionen%2F01061000.xhp#bm_id4249399;
25 number of worksheets in new documents 35 text%2Fshared%2Foptionen%2F01061000.xhp#bm_id4249399;
26 defaults;prefix name for new worksheet 35 text%2Fshared%2Foptionen%2F01061000.xhp#bm_id4249399;
2e defaults;number of worksheets in new documents 35 text%2Fshared%2Foptionen%2F01061000.xhp#bm_id4249399;
1d recalculating;formula options 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
17 separators;array column 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
35 formula options;reference syntax in string parameters 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
1a formula options;separators 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
1e formula options;formula syntax 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
2f search criteria for database functions in cells 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
1e values;rounded as shown (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
19 precision as shown (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
1f decimal places displayed (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
2f case sensitivity;comparing cell contents (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
1d dates;start 1900/01/01 (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
14 dates;default (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
1b references;iterative (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
22 column headers;highlighting (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
22 edit mode;through Enter key (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
29 cells;cursor positions after input (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
15 sheet tabs;displaying 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
20 column headers;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
18 charts;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
3b points;reducing editing points when snapping (Impress/Draw) 35 text%2Fshared%2Foptionen%2F01070300.xhp#bm_id3163802;
1b pictures;displaying in Calc 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
22 objects;displaying in spreadsheets 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
25 references;displaying in color (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
19 anchors;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
15 cells;coloring (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
1d zero values;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
1d displaying;zero values (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
22 colors;grid lines and cells (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
1d grids;displaying lines (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
20 snap grid defaults (Writer/Calc) 35 text%2Fshared%2Foptionen%2F01050100.xhp#bm_id3147226;
1c defaults;grids (Writer/Calc) 35 text%2Fshared%2Foptionen%2F01050100.xhp#bm_id3147226;
2b AutoCaption function in %PRODUCTNAME Writer 35 text%2Fshared%2Foptionen%2F01041100.xhp#bm_id5164036;
24 metrics;document formatting (Writer) 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
29 Microsoft Office;importing Word documents 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
29 compatibility settings for MS Word import 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
30 importing;compatibility settings for text import 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
23 spacing;tab stops in text documents 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
1d OLE objects;captions (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
18 frames;captions (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
1e draw objects;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
26 charts;updating automatically (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
26 fields;updating automatically (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
20 updating;links in text documents 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
2b cursor;allowing in protected areas (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
25 paragraphs;hidden paragraphs (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
1e hidden fields display (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
28 spaces;showing protected spaces (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
17 custom hyphens (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
22 hyphens;displaying custom (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
15 soft hyphens (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
2b displaying;non-printing characters (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
20 non-printing characters (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
29 number formats;recognition in text tables 35 text%2Fshared%2Foptionen%2F01040500.xhp#bm_id3149656;
1f tables in text;default settings 35 text%2Fshared%2Foptionen%2F01040500.xhp#bm_id3149656;
22 inserting;new text tables defaults 35 text%2Fshared%2Foptionen%2F01040500.xhp#bm_id3149656;
21 printing;creating individual jobs 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
19 comments;printing in text 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
1a brochures;printing several 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
1e printing;text in reverse order 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
17 even/odd pages;printing 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
16 black printing in Calc 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
1d printing;text always in black 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
23 printing;elements in text documents 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
17 tables in text;printing 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
11 pictures;printing 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
26 paragraph styles;modifying basic fonts 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
1e templates;changing basic fonts 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
1b fonts;changing in templates 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
b basic fonts 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
e defaults;fonts 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
25 displaying;comments in text documents 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
19 controls;showing (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
19 drawings;showing (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
26 showing;drawings and controls (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
1d boundaries of tables (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
21 borders;table boundaries (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
19 limits of tables (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
24 objects;displaying in text documents 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
19 smooth scrolling (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
2e snap lines;showing when moving frames (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
1b HTML;compatibility settings 35 text%2Fshared%2Foptionen%2F01030500.xhp#bm_id3155132;
2d $[officename] Basic scripts in HTML documents 35 text%2Fshared%2Foptionen%2F01030500.xhp#bm_id3155132;
2a security;options for documents with macros 35 text%2Fshared%2Foptionen%2F01030300.xhp#bm_id2322153;
22 macros;selecting security warnings 35 text%2Fshared%2Foptionen%2F01030300.xhp#bm_id2322153;
e proxy settings 35 text%2Fshared%2Foptionen%2F01020100.xhp#bm_id3147577;
10 settings;proxies 35 text%2Fshared%2Foptionen%2F01020100.xhp#bm_id3147577;
15 remote configurations 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
1b LDAP server;sign on options 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
16 single sign on options 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
15 accessibility;options 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
10 Help tips;hiding 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
20 animations;accessibility options 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
10 disabled persons 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
24 captions;automatic captions (Writer) 35 text%2Fshared%2Foptionen%2F01041100.xhp#bm_id5164036;
12 appearance options 35 text%2Fshared%2Foptionen%2F01012000.xhp#bm_id3153527;
12 options;appearance 35 text%2Fshared%2Foptionen%2F01012000.xhp#bm_id3153527;
c Quickstarter 35 text%2Fshared%2Foptionen%2F01011000.xhp#bm_id3153881;
17 undoing;number of steps 35 text%2Fshared%2Foptionen%2F01011000.xhp#bm_id3153881;
11 printing;warnings 35 text%2Fshared%2Foptionen%2F01010900.xhp#bm_id3147323;
1c printing;colors in grayscale 35 text%2Fshared%2Foptionen%2F01010900.xhp#bm_id3147323;
13 selection clipboard 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
1d clipboard;selection clipboard 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
11 mouse;positioning 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
d font name box 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
a font lists 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
14 previews;fonts lists 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
1c font sizes;scaling on screen 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
24 scaling;font sizes in user interface 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
e settings;views 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
e defaults;views 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
e views;defaults 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
18 fonts;for HTML and Basic 35 text%2Fshared%2Foptionen%2F01010700.xhp#bm_id3150715;
1d HTML;fonts for source display 35 text%2Fshared%2Foptionen%2F01010700.xhp#bm_id3150715;
15 years;2-digit options 35 text%2Fshared%2Foptionen%2F01010600.xhp#bm_id3155450;
17 opening;dialog settings 35 text%2Fshared%2Foptionen%2F01010600.xhp#bm_id3155450;
e graphics;cache 35 text%2Fshared%2Foptionen%2F01011000.xhp#bm_id3153881;
d colors;models 35 text%2Fshared%2Foptionen%2F01010500.xhp#bm_id3155132;
22 user-defined dictionaries;creating 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
1c languages;activating modules 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
23 thesaurus;activating for a language 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
16 spellcheck;ignore list 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
1a ignore list for spellcheck 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
23 spellcheck;dictionary of exceptions 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
32 user-defined dictionaries;dictionary of exceptions 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
24 exceptions;user-defined dictionaries 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
21 dictionaries;editing user-defined 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
21 user-defined dictionaries;editing 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
14 writing aids options 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
22 files and folders in $[officename] 35 text%2Fshared%2Foptionen%2F01010300.xhp#bm_id3149514;
1f directories;directory structure 35 text%2Fshared%2Foptionen%2F01010300.xhp#bm_id3149514;
e paths;defaults 35 text%2Fshared%2Foptionen%2F01010300.xhp#bm_id3149514;
17 absolute saving of URLs 35 text%2Fshared%2Foptionen%2F01010200.xhp#bm_id3143284;
17 relative saving of URLs 35 text%2Fshared%2Foptionen%2F01010200.xhp#bm_id3143284;
22 URL;saving absolute/relative paths 35 text%2Fshared%2Foptionen%2F01010200.xhp#bm_id3143284;
12 defaults;of saving 35 text%2Fshared%2Foptionen%2F01010200.xhp#bm_id3143284;
13 personal data input 35 text%2Fshared%2Foptionen%2F01010100.xhp#bm_id3155805;
f user data;input 35 text%2Fshared%2Foptionen%2F01010100.xhp#bm_id3155805;
1e settings;program configuration 35 text%2Fshared%2Foptionen%2F01000000.xhp#bm_id3153665;
d options;tools 35 text%2Fshared%2Foptionen%2F01000000.xhp#bm_id3153665;
1c non-breaking spaces (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
19 programming;$[officename] 2a text%2Fshared%2Fmain0600.xhp#bm_id3154232;
12 forms;sorting data 2a text%2Fshared%2Fmain0213.xhp#bm_id3157896;
1d sort lists;copying to in Calc 35 text%2Fshared%2Foptionen%2F01060401.xhp#bm_id3153341;
15 data;sorting in forms 2a text%2Fshared%2Fmain0213.xhp#bm_id3157896;
14 Navigation bar;forms 2a text%2Fshared%2Fmain0213.xhp#bm_id3157896;
10 colors;selection 35 text%2Fshared%2Foptionen%2F01010501.xhp#bm_id3150771;
1c toolbars;Form Navigation bar 2a text%2Fshared%2Fmain0213.xhp#bm_id3157896;
16 installing;XML filters 3f text%2Fshared%2Fguide%2Fxsltfilter_distribute.xhp#bm_id7007583;
31 XML filters;saving as package/installing/deleting 3f text%2Fshared%2Fguide%2Fxsltfilter_distribute.xhp#bm_id7007583;
14 deleting;XML filters 3f text%2Fshared%2Fguide%2Fxsltfilter_distribute.xhp#bm_id7007583;
15 sorting;data in forms 2a text%2Fshared%2Fmain0213.xhp#bm_id3157896;
18 distributing XML filters 3f text%2Fshared%2Fguide%2Fxsltfilter_distribute.xhp#bm_id7007583;
10 file filters;XML 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
f macros;security 35 text%2Fshared%2Foptionen%2F01030300.xhp#bm_id2322153;
11 loading;XML files 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
12 cache for graphics 35 text%2Fshared%2Foptionen%2F01011000.xhp#bm_id3153881;
d saving;to XML 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
e opening;XForms 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
e editing;XForms 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
16 XForms;opening/editing 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
15 XML Forms, see XForms 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
1d paths;changing work directory 34 text%2Fshared%2Fguide%2Fworkfolder.xhp#bm_id3150789;
18 working directory change 34 text%2Fshared%2Fguide%2Fworkfolder.xhp#bm_id3150789;
17 viewing;file properties 41 text%2Fshared%2Fguide%2Fviewing_file_properties.xhp#bm_id3152594;
10 files;properties 41 text%2Fshared%2Fguide%2Fviewing_file_properties.xhp#bm_id3152594;
1e build numbers of $[officename] 38 text%2Fshared%2Fguide%2Fversion_number.xhp#bm_id3144436;
1c restoring;default formatting 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
12 formatting;undoing 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
17 text attributes;undoing 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
1d direct formatting;undoing all 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
19 undoing;direct formatting 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
1d insert mode for entering text 39 text%2Fshared%2Fguide%2Ftextmode_change.xhp#bm_id3159233;
e overwrite mode 39 text%2Fshared%2Fguide%2Ftextmode_change.xhp#bm_id3159233;
c colors;fonts 34 text%2Fshared%2Fguide%2Ftext_color.xhp#bm_id3156014;
d colors;adding 35 text%2Fshared%2Foptionen%2F01010501.xhp#bm_id3150771;
13 characters;coloring 34 text%2Fshared%2Fguide%2Ftext_color.xhp#bm_id3156014;
d text;coloring 34 text%2Fshared%2Fguide%2Ftext_color.xhp#bm_id3156014;
10 paint can symbol 34 text%2Fshared%2Fguide%2Ftext_color.xhp#bm_id3149795;
18 rulers;measurement units 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
26 personalization;Mozilla Firefox Themes 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
19 moving;tab stops on ruler 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
11 decimal tab stops 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
13 inserting;tab stops 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
11 editing;tab stops 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
c start center 3e text%2Fshared%2Fguide%2Fstartcenter.xhp#bm_id0820200802500562;
1d text;overwriting or inserting 39 text%2Fshared%2Fguide%2Ftextmode_change.xhp#bm_id3159233;
19 arguments in command line 3a text%2Fshared%2Fguide%2Fstart_parameters.xhp#bm_id3156410;
17 parameters;command line 3a text%2Fshared%2Fguide%2Fstart_parameters.xhp#bm_id3156410;
17 command line parameters 3a text%2Fshared%2Fguide%2Fstart_parameters.xhp#bm_id3156410;
10 start parameters 3a text%2Fshared%2Fguide%2Fstart_parameters.xhp#bm_id3156410;
13 resetting;templates 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
1c templates;editing and saving 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
1e borders;cells on screen (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
10 custom templates 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
28 changing, see also editing and replacing 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
17 modifying, see changing 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
1d faxes;selecting a fax machine 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
19 printers;faxes under UNIX 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
2a faxes;fax programs/fax printers under UNIX 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
1b standard printer under UNIX 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
14 default printer;UNIX 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
1c Word documents;compatibility 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
10 replacing;dashes 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
14 non-breaking hyphens 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
6 dashes 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
16 conditional separators 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
18 hyphens;inserting custom 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
32 importing;Microsoft Office documents with VBA code 35 text%2Fshared%2Foptionen%2F01130100.xhp#bm_id3155805;
16 soft hyphens;inserting 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
12 paper size warning 35 text%2Fshared%2Foptionen%2F01010900.xhp#bm_id3147323;
21 spaces;inserting protected spaces 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
1d non-breaking spaces;inserting 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
1a protected spaces;inserting 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
16 menus;assigning macros 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
1b copyright for $[officename] 38 text%2Fshared%2Fguide%2Fversion_number.xhp#bm_id3144436;
1b hyperlinks;assigning macros 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
19 pictures;assigning macros 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
1e form controls;assigning macros 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
15 programming;scripting 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
19 customizing;round corners 36 text%2Fshared%2Fguide%2Fround_corner.xhp#bm_id3150040;
d round corners 36 text%2Fshared%2Fguide%2Fround_corner.xhp#bm_id3150040;
18 legends;rounding corners 36 text%2Fshared%2Fguide%2Fround_corner.xhp#bm_id3150040;
1d rectangles with round corners 36 text%2Fshared%2Fguide%2Fround_corner.xhp#bm_id3150040;
10 corner roundings 36 text%2Fshared%2Fguide%2Fround_corner.xhp#bm_id3150040;
12 version management 3c text%2Fshared%2Fguide%2Fredlining_versions.xhp#bm_id3154230;
1c documents;version management 3c text%2Fshared%2Fguide%2Fredlining_versions.xhp#bm_id3154230;
12 customizing;events 2f text%2Fshared%2F01%2F06140500.xhp#bm_id3152427;
12 dialogs;organizing 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
1b buttons;adding push buttons 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
14 customizing;keyboard 2f text%2Fshared%2F01%2F06140200.xhp#bm_id2322763;
2b tables in databases;printing queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02000000.xhp#bm_id3150445;
28 keyboard;assigning/editing shortcut keys 2f text%2Fshared%2F01%2F06140200.xhp#bm_id2322763;
13 script organization 2f text%2Fshared%2F01%2F06130200.xhp#bm_id3237403;
1d organizing;macros and scripts 2f text%2Fshared%2F01%2F06130200.xhp#bm_id3237403;
11 numbering;options 2f text%2Fshared%2F01%2F06050500.xhp#bm_id4096499;
1b inserting;paragraph bullets 2f text%2Fshared%2F01%2F06050100.xhp#bm_id3150502;
19 tables in text;displaying 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
13 arrays;dimensioning 33 text%2Fsbasic%2Fshared%2F03102100.xhp#bm_id3149812;
16 Internet;presentations 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
f borders;shadows 2f text%2Fshared%2F01%2F05030500.xhp#bm_id3155855;
d depth stagger 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
1d tab stops;regular expressions 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
f variables;using 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
15 formatting;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3163710;
26 AutoCorrect function;replacement table 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
1b Navigator;contents as lists 33 text%2Fshared%2Fguide%2Fnavigator.xhp#bm_id3147008;
21 AutoCorrect function;context menu 2f text%2Fshared%2F01%2F06040500.xhp#bm_id3152823;
28 displaying;pictures and objects (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
1d lines of text;in Basic editor 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
22 paragraphs;numbering automatically 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
1b font sizes;relative changes 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
1f underlining;AutoFormat function 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
3f dictionaries;common terms in simplified and traditional chinese 2e text%2Fshared%2F01%2F06010601.xhp#bm_id905789;
13 importing;databases 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
34 traditional Chinese;conversion to simplified Chinese 2d text%2Fshared%2F01%2F06010600.xhp#bm_id49745;
14 languages;spellcheck 2f text%2Fshared%2F01%2F06010000.xhp#bm_id3149047;
17 dictionaries;spellcheck 2f text%2Fshared%2F01%2F06010000.xhp#bm_id3149047;
16 setting options;themes 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
18 databases;editing tables 2f text%2Fshared%2F01%2F05340400.xhp#bm_id3153116;
28 tables in databases;browsing and editing 2f text%2Fshared%2F01%2F05340400.xhp#bm_id3153116;
e cells;aligning 2f text%2Fshared%2F01%2F05340300.xhp#bm_id3154545;
1c databases;registering (Base) 37 text%2Fshared%2Fguide%2Fdata_register.xhp#bm_id4724570;
23 OLE objects;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
12 documents;printing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
20 controls;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
20 pictures;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
11 borders;arranging 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
11 arranging;objects 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
1e paragraphs;removing blank ones 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
10 locked documents 30 text%2Fshared%2Fguide%2Fcollab.xhp#bm_id4459669;
21 CTL;complex text layout languages 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
1f names, see also labels/callouts 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
15 draw objects;slanting 2f text%2Fshared%2F01%2F05230400.xhp#bm_id3149988;
15 slanting draw objects 2f text%2Fshared%2F01%2F05230400.xhp#bm_id3149988;
25 positioning;draw objects and controls 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
c Erl function 33 text%2Fsbasic%2Fshared%2F03050100.xhp#bm_id3157896;
13 FileExists function 33 text%2Fsbasic%2Fshared%2F03020415.xhp#bm_id3148946;
16 text;text/draw objects 2f text%2Fshared%2F01%2F05220000.xhp#bm_id3146856;
1c exporting;to foreign formats 2f text%2Fshared%2F01%2F01070001.xhp#bm_id3153383;
d editing;menus 2e text%2Fshared%2F01%2F06140100.xhp#bm_id900601;
d areas;shadows 2f text%2Fshared%2F01%2F05210600.xhp#bm_id3150014;
c aging filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
e pattern editor 2f text%2Fshared%2F01%2F05210500.xhp#bm_id3155619;
1b selecting;measurement units 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
15 areas;bitmap patterns 2f text%2Fshared%2F01%2F05210500.xhp#bm_id3155619;
c dotted areas 2f text%2Fshared%2F01%2F05210400.xhp#bm_id3149962;
d text;shadowed 2f text%2Fshared%2F01%2F05110500.xhp#bm_id3154545;
11 list box creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1f formats;of currencies/date/time 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
8 hatching 2f text%2Fshared%2F01%2F05210400.xhp#bm_id3149962;
26 printing;hidden pages of presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
15 extended tips in Help 3c text%2Fshared%2Fguide%2Factive_help_on_off.xhp#bm_id3156414;
26 cells;formatting without effect (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
13 list boxes;controls 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
18 descriptions for objects 2f text%2Fshared%2F01%2F05190100.xhp#bm_id3147366;
d groups;naming 2f text%2Fshared%2F01%2F05190000.xhp#bm_id3147366;
10 saving;documents 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
11 text;line spacing 2f text%2Fshared%2F01%2F05120000.xhp#bm_id3152876;
18 options;network identity 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
10 properties;files 41 text%2Fshared%2Fguide%2Fviewing_file_properties.xhp#bm_id3152594;
12 characters;italics 2f text%2Fshared%2F01%2F05110200.xhp#bm_id3155182;
1f layout;importing Word documents 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
2b databases;administration through SQL (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F11080000.xhp#bm_id3148983;
28 hyphenation;minimal number of characters 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
f characters;bold 2f text%2Fshared%2F01%2F05110100.xhp#bm_id3150278;
25 tables in text;creating automatically 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
13 dialogs;translating 35 text%2Fsbasic%2Fguide%2Ftranslation.xhp#bm_id8915372;
18 keys;adding push buttons 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
9 text;bold 2f text%2Fshared%2F01%2F05110100.xhp#bm_id3150278;
f font sizes;text 2f text%2Fshared%2F01%2F05100000.xhp#bm_id3153391;
15 inserting;OLE objects 2f text%2Fshared%2F01%2F04150100.xhp#bm_id3153116;
17 files;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
12 joining;paragraphs 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
14 copying;from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
12 text objects;fonts 2f text%2Fshared%2F01%2F05090000.xhp#bm_id3155271;
15 aligning;text objects 2f text%2Fshared%2F01%2F05080000.xhp#bm_id3152942;
10 ordering;objects 2f text%2Fshared%2F01%2F05070000.xhp#bm_id3149987;
14 Client Side ImageMap 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3152418;
1d tab stops;displaying (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
28 Microsoft Office;Access databases (base) 47 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02access.xhp#bm_id2755516;
10 aligning;objects 2f text%2Fshared%2F01%2F05070000.xhp#bm_id3149987;
16 fonts;default settings 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
17 editors;ImageMap editor 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
12 font sizes;bullets 2f text%2Fshared%2F01%2F06050500.xhp#bm_id4096499;
14 format codes;numbers 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
14 Asian Phonetic Guide 2f text%2Fshared%2F01%2F05060000.xhp#bm_id9598376;
14 printers;paper trays 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
10 formatting;pages 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
11 styles;organizing 2f text%2Fshared%2F01%2F05040100.xhp#bm_id3153383;
f justifying text 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
12 databases;creating 32 text%2Fshared%2Fguide%2Fdata_new.xhp#bm_id6911526;
17 lines of text;alignment 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
19 CreateUnoService function 33 text%2Fsbasic%2Fshared%2F03131600.xhp#bm_id3150682;
17 CreateUnoValue function 33 text%2Fsbasic%2Fshared%2F03132300.xhp#bm_id3150682;
e RTrim function 33 text%2Fsbasic%2Fshared%2F03120309.xhp#bm_id3154286;
13 headers;backgrounds 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
e Report Builder 40 text%2Fshared%2Fexplorer%2Fdatabase%2Frep_main.xhp#bm_id1614429;
10 zooming;pictures 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
14 Java;setting options 31 text%2Fshared%2Foptionen%2Fjava.xhp#bm_id4077578;
f Excel;saving as 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
1f cells;showing grid lines (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
21 double-line spacing in paragraphs 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
1b custom dictionaries;editing 35 text%2Fshared%2Foptionen%2F01010400.xhp#bm_id7986388;
27 spacing;between paragraphs in footnotes 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
23 Help;navigation pane showing/hiding 34 text%2Fshared%2Fguide%2Fnavpane_on.xhp#bm_id3155364;
1b paragraphs;Asian typography 2f text%2Fshared%2F01%2F05020700.xhp#bm_id3155620;
12 groups;of controls 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3146325;
c Str function 33 text%2Fsbasic%2Fshared%2F03120103.xhp#bm_id3143272;
16 Not operator (logical) 33 text%2Fsbasic%2Fshared%2F03060400.xhp#bm_id3156024;
10 Asian typography 2f text%2Fshared%2F01%2F05020700.xhp#bm_id3155620;
18 directories;creating new 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
c date formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
11 text;Asian layout 2f text%2Fshared%2F01%2F05020600.xhp#bm_id3156053;
11 printing;directly 2f text%2Fshared%2F02%2F01110000.xhp#bm_id3153539;
c text;kerning 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
12 characters;spacing 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
14 sections;backgrounds 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
1b controls;arranging in forms 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
13 Macro Wizard (Base) 46 text%2Fshared%2Fexplorer%2Fdatabase%2Fmigrate_macros.xhp#bm_id6009095;
12 areas;transparency 2f text%2Fshared%2F01%2F05210700.xhp#bm_id3146807;
12 commands;repeating 2f text%2Fshared%2F01%2F02030000.xhp#bm_id3150279;
13 text boxes;controls 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
18 outlines;outline symbols 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
11 organizing;styles 2f text%2Fshared%2F01%2F05040100.xhp#bm_id3153383;
14 spacing;font effects 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
16 editors;formula editor 2f text%2Fshared%2F01%2F04160300.xhp#bm_id3152937;
13 aligning;paragraphs 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
13 documents;comparing 3e text%2Fshared%2Fguide%2Fredlining_doccompare.xhp#bm_id3154788;
c fonts;colors 34 text%2Fshared%2Fguide%2Ftext_color.xhp#bm_id3156014;
16 effects;font positions 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
d Blue function 33 text%2Fsbasic%2Fshared%2F03010301.xhp#bm_id3149180;
11 documents;opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
11 formats;positions 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
17 currency field creation 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
27 inserting;cell ranges from spreadsheets 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
10 currency formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
14 number formats;codes 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
1c conditions;in number formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
16 number formats;formats 2f text%2Fshared%2F01%2F05020300.xhp#bm_id3152942;
11 restoring;editing 2f text%2Fshared%2F01%2F02020000.xhp#bm_id3149991;
14 patterns for objects 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
13 controls;properties 33 text%2Fsbasic%2Fshared%2F01170100.xhp#bm_id3153379;
15 outlines;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
17 glossaries;common terms 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3154896;
13 fonts;strikethrough 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
d fonts;shadows 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
d For statement 33 text%2Fsbasic%2Fshared%2F03090202.xhp#bm_id3149205;
1d numbering;using automatically 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
e small capitals 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
15 option button control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
17 characters;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
d fonts;effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
2c characters;enabling CTL and Asian characters 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
11 text input fields 2f text%2Fshared%2F04%2F01010000.xhp#bm_id3149991;
23 queries;editing in data source view 2f text%2Fshared%2F01%2F05340400.xhp#bm_id3153116;
28 compose key to insert special characters 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
22 XSLT filters, see also XML filters 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
24 tables in databases;relations (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
1e deleting;all direct formatting 39 text%2Fshared%2Fguide%2Fundo_formatting.xhp#bm_id6606036;
1a templates;database reports 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
11 typefaces;formats 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
12 DateValue function 33 text%2Fsbasic%2Fshared%2F03030102.xhp#bm_id3156344;
10 editing;comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
20 address books;LDAP server (Base) 43 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ldap.xhp#bm_id22583;
20 forms;general information (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F04000000.xhp#bm_id3156136;
d formats;fonts 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
1b "^" operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070500.xhp#bm_id3145315;
10 arrays;declaring 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
13 deleting;hyperlinks 2f text%2Fshared%2F01%2F05010000.xhp#bm_id3157959;
13 hyperlinks;deleting 2f text%2Fshared%2F01%2F05010000.xhp#bm_id3157959;
23 backgrounds;frames/sections/indexes 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
21 floating frames in HTML documents 2f text%2Fshared%2F01%2F04160500.xhp#bm_id3149783;
13 Math formula editor 2f text%2Fshared%2F01%2F04160300.xhp#bm_id3152937;
19 pictures;scaling/resizing 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
18 $[officename] Math start 2f text%2Fshared%2F01%2F04160300.xhp#bm_id3152937;
20 formulas;starting formula editor 2f text%2Fshared%2F01%2F04160300.xhp#bm_id3152937;
19 languages;setting options 35 text%2Fshared%2Foptionen%2F01150000.xhp#bm_id3148668;
11 FileAttr function 33 text%2Fsbasic%2Fshared%2F03020405.xhp#bm_id3153380;
11 predefining fonts 35 text%2Fshared%2Foptionen%2F01040300.xhp#bm_id3151299;
12 inserting;plug-ins 2f text%2Fshared%2F01%2F04150200.xhp#bm_id3149962;
16 currency field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
13 reloading;documents 2f text%2Fshared%2F02%2F07060000.xhp#bm_id3153089;
1a read-only documents;cursor 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
23 accessibility;%PRODUCTNAME features 37 text%2Fshared%2Fguide%2Faccessibility.xhp#bm_id3150502;
19 files;filters and formats 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
17 queries;defining (Base) 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
e Kill statement 33 text%2Fsbasic%2Fshared%2F03020410.xhp#bm_id3153360;
c form filters 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
12 e-mail attachments 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
2b scrollbars;horizontal and vertical (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
1c left alignment of paragraphs 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
1b inserting;paragraph borders 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
2a compatibility settings;key bindings (Calc) 35 text%2Fshared%2Foptionen%2F01060800.xhp#bm_id4249399;
f links;inserting 3a text%2Fshared%2Fguide%2Fhyperlink_insert.xhp#bm_id3150789;
16 OLE objects;protecting 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
19 installing;UNO components 38 text%2Fshared%2Fguide%2Fintegratinguno.xhp#bm_id3149760;
f ChDir statement 33 text%2Fsbasic%2Fshared%2F03020401.xhp#bm_id3150178;
1a pictures;captions (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
10 FileLen function 33 text%2Fsbasic%2Fshared%2F03020408.xhp#bm_id3153126;
1b automatic captions (Writer) 35 text%2Fshared%2Foptionen%2F01041100.xhp#bm_id5164036;
18 borders, see also frames 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
11 views;full screen 2f text%2Fshared%2F01%2F03110000.xhp#bm_id3160463;
12 time field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1e updates;checking automatically 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
1e options;compatibility (Writer) 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
10 full screen view 2f text%2Fshared%2F01%2F03110000.xhp#bm_id3160463;
14 Line Input statement 33 text%2Fsbasic%2Fshared%2F03020203.xhp#bm_id3153361;
11 left joins (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
12 high contrast mode 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
19 formatting;axes in charts 34 text%2Fshared%2Fguide%2Fchart_axis.xhp#bm_id3155555;
d views;scaling 2f text%2Fshared%2F01%2F03010000.xhp#bm_id3154682;
17 fonts;positions in text 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
f images;ImageMap 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
f showing;changes 2f text%2Fshared%2F01%2F02230200.xhp#bm_id3149988;
d tooltips;help 2f text%2Fshared%2F05%2F00000120.xhp#bm_id3150672;
f changes;showing 2f text%2Fshared%2F01%2F02230200.xhp#bm_id3149988;
12 date field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
2c objects;copying when moving in presentations 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
22 pasting;formatted/unformatted text 31 text%2Fshared%2Fguide%2Fpasting.xhp#bm_id3620715;
10 reduced printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
11 templates;letters 33 text%2Fshared%2Fautopi%2F01010000.xhp#bm_id3151100;
f moving;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
24 measurement units;changing on rulers 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
13 ignored font colors 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
12 copying;formatting 33 text%2Fshared%2Fguide%2Fpaintbrush.xhp#bm_id380260;
13 properties;hotspots 38 text%2Fshared%2F01%2F02220100.xhp#bm_id1202200909085990;
e data;read-only 2f text%2Fshared%2F02%2F07070100.xhp#bm_id3144740;
f opening;objects 2f text%2Fshared%2F01%2F02200200.xhp#bm_id3085157;
11 TypeName function 33 text%2Fsbasic%2Fshared%2F03103600.xhp#bm_id3143267;
1f formatted fields;form functions 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
11 frames;protecting 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
c layout;pages 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
f objects;editing 2f text%2Fshared%2F01%2F02200100.xhp#bm_id3145138;
11 deleting;comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
15 deactivating;plug-ins 2f text%2Fshared%2F01%2F02190000.xhp#bm_id3146946;
2f printing;in original size in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
9 META tags 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
13 activating;plug-ins 2f text%2Fshared%2F01%2F02190000.xhp#bm_id3146946;
e CByte function 33 text%2Fsbasic%2Fshared%2F03120105.xhp#bm_id3156027;
1e drag and drop;data source view 39 text%2Fshared%2Fguide%2Fdragdrop_beamer.xhp#bm_id3145071;
1c opening;documents with links 2f text%2Fshared%2F01%2F02180000.xhp#bm_id3156156;
14 draw objects;text in 2f text%2Fshared%2F01%2F05220000.xhp#bm_id3146856;
19 finding;similarity search 2f text%2Fshared%2F01%2F02100100.xhp#bm_id3156045;
10 adding libraries 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
11 exporting;to HTML 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
24 ampersand symbol, see also operators 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
d paper formats 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
19 lists;regular expressions 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
1e distinct values in SQL queries 2f text%2Fshared%2F02%2F14070000.xhp#bm_id3149991;
11 Basic;programming 2a text%2Fshared%2Fmain0600.xhp#bm_id3154232;
10 pictures;editing 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
d cells;pasting 2f text%2Fshared%2F01%2F02060000.xhp#bm_id3149031;
13 label field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
25 hiding;navigation pane in Help window 34 text%2Fshared%2Fguide%2Fnavpane_on.xhp#bm_id3155364;
e clipboard;Unix 2f text%2Fshared%2F01%2F02050000.xhp#bm_id3154824;
1e replacing;AutoCorrect function 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
12 repeating;commands 2f text%2Fshared%2F01%2F02030000.xhp#bm_id3150279;
d crash reports 36 text%2Fshared%2Fguide%2Ferror_report.xhp#bm_id3150616;
15 exiting;$[officename] 2f text%2Fshared%2F01%2F01170000.xhp#bm_id3154545;
18 page formats;restriction 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
f Edit Points bar 2a text%2Fshared%2Fmain0227.xhp#bm_id3149987;
18 spoolfiles with Xprinter 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
12 deleting;tab stops 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
10 exporting;to PDF 35 text%2Fshared%2F01%2Fref_pdf_export.xhp#bm_id3149532;
9 color bar 2f text%2Fshared%2F01%2F03170000.xhp#bm_id3147477;
f copies;printing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
1a multiple documents;opening 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
25 presentations;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
13 printing;selections 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
10 text;font styles 2f text%2Fshared%2F01%2F05110000.xhp#bm_id3147366;
12 drawings;languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
1d row headers;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
1c pages;selecting one to print 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
15 Configuration Manager 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
10 DefInt statement 33 text%2Fsbasic%2Fshared%2F03101500.xhp#bm_id3149811;
14 print area selection 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
11 clipboard;pasting 2f text%2Fshared%2F01%2F02060000.xhp#bm_id3149031;
11 choosing printers 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
15 spreadsheets;printing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
17 text documents;printing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
1d examples;programming controls 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
12 printing;brochures 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
12 printing;documents 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
1e opening;Microsoft Office files 31 text%2Fshared%2Fguide%2Fms_user.xhp#bm_id3150789;
1e user data;removing when saving 2f text%2Fshared%2F01%2F01100600.xhp#bm_id1472519;
1f saving;with password by default 2f text%2Fshared%2F01%2F01100600.xhp#bm_id1472519;
15 kerning;in characters 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
14 web documents;XForms 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
7 spadmin 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
28 read-only documents;opening documents as 2f text%2Fshared%2F01%2F01100600.xhp#bm_id1472519;
29 file sharing options for current document 2f text%2Fshared%2F01%2F01100600.xhp#bm_id1472519;
13 replacement options 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
18 spellcheck;context menus 2f text%2Fshared%2F01%2F06040500.xhp#bm_id3152823;
1a SQL;executing SQL commands 38 text%2Fshared%2Fguide%2Fdata_enter_sql.xhp#bm_id3152801;
1d password as document property 2f text%2Fshared%2F01%2F01100600.xhp#bm_id1472519;
1f criteria of query design (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
2c formula texts;printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
12 pictures;number of 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
16 bi-directional writing 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
27 line spacing;context menu in paragraphs 2f text%2Fshared%2F01%2F05120000.xhp#bm_id3152876;
25 assistive technology in $[officename] 33 text%2Fshared%2Fguide%2Fassistive.xhp#bm_id3147399;
f cells;number of 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
14 subforms;description 2f text%2Fshared%2F02%2F01170203.xhp#bm_id3150040;
13 data source browser 2f text%2Fshared%2F01%2F05340400.xhp#bm_id3153116;
18 abbreviation replacement 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
16 documents;editing time 2f text%2Fshared%2F01%2F01100200.xhp#bm_id3149955;
10 Static statement 33 text%2Fsbasic%2Fshared%2F03103500.xhp#bm_id3149798;
10 AutoValue (Base) 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
1c XML filters;creating/testing 3b text%2Fshared%2Fguide%2Fxsltfilter_create.xhp#bm_id7007583;
28 shortcut keys;%PRODUCTNAME accessibility 32 text%2Fshared%2Fguide%2Fkeyboard.xhp#bm_id3158421;
15 files;version numbers 2f text%2Fshared%2F01%2F01100200.xhp#bm_id3149955;
10 ASCII;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3156192;
19 forms;focus after opening 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
13 testing XML filters 3b text%2Fshared%2Fguide%2Fxsltfilter_create.xhp#bm_id7007583;
16 text objects;alignment 2f text%2Fshared%2F01%2F05080000.xhp#bm_id3152942;
17 plotting data as charts 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
22 converting;$[officename] documents 2f text%2Fshared%2F01%2F01070001.xhp#bm_id3153383;
10 pictures;drawing 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
16 form controls;toolbars 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
20 inserting;textures on chart bars 39 text%2Fshared%2Fguide%2Fchart_barformat.xhp#bm_id3149798;
20 dictionaries, see also languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
1d saving as command;precautions 2f text%2Fshared%2F01%2F01070000.xhp#bm_id3151260;
10 saving;templates 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
15 push buttons;creating 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
18 styles;'changed' message 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
d pages;scaling 2f text%2Fshared%2F01%2F03010000.xhp#bm_id3154682;
1a databases;creating queries 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
1b reports;opening and editing 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
20 templates;opening documents with 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
2c dialogs;using program code to show (example) 35 text%2Fsbasic%2Fguide%2Fshow_dialog.xhp#bm_id3154140;
1d headings;entering as text box 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
1e documents;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
c text;italics 2f text%2Fshared%2F01%2F05110200.xhp#bm_id3155182;
e fonts;outlines 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
20 documents;opening with templates 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
27 calculating;iterative references (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
14 GlobalScope function 33 text%2Fsbasic%2Fshared%2F03131900.xhp#bm_id3150682;
b views;icons 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
1d placeholders;on opening files 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
b paper trays 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
20 opening;files, with placeholders 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
15 opening;several files 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
1a default printer;setting up 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
1c controls;positions and sizes 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
14 separators;array row 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
e backing window 3e text%2Fshared%2Fguide%2Fstartcenter.xhp#bm_id0820200802500562;
12 toolbars;Basic IDE 33 text%2Fsbasic%2Fshared%2Fmain0211.xhp#bm_id3150543;
19 databases;creating labels 39 text%2Fshared%2Fguide%2Flabels_database.xhp#bm_id3147399;
1f objects;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
19 printing;left/right pages 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
13 properties;printers 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
15 text documents;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
1e Basic;fonts for source display 35 text%2Fshared%2Foptionen%2F01010700.xhp#bm_id3150715;
11 closing;documents 2f text%2Fshared%2F01%2F01050000.xhp#bm_id3154545;
19 inserting;Basic libraries 38 text%2Fsbasic%2Fshared%2F01%2F06130500.xhp#bm_id3150502;
13 documents;read-only 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
19 OpenDocument file formats 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
19 registering;address books 3a text%2Fshared%2Fguide%2Fdata_addressbook.xhp#bm_id3152823;
2c comments;inserting/editing/deleting/printing 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
23 concatenation, see ampersand symbol 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
2c file formats;changing $[officename] defaults 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
e areas;slanting 2f text%2Fshared%2F01%2F05230400.xhp#bm_id3149988;
18 suffixes in file formats 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
b italic text 2f text%2Fshared%2F01%2F05110200.xhp#bm_id3155182;
d CInt function 33 text%2Fsbasic%2Fshared%2F03100500.xhp#bm_id3149346;
d End statement 33 text%2Fsbasic%2Fshared%2F03090404.xhp#bm_id3150771;
18 links;editing hyperlinks 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
1a leading between paragraphs 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
11 documents;closing 2f text%2Fshared%2F01%2F01050000.xhp#bm_id3154545;
23 one and a half line spacing in text 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
12 formats;tabulators 2f text%2Fshared%2F01%2F05030300.xhp#bm_id3156027;
c Abs function 33 text%2Fsbasic%2Fshared%2F03080601.xhp#bm_id3159201;
16 separators;conditional 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
1e pages;formatting and numbering 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
13 hotspots;properties 38 text%2Fshared%2F01%2F02220100.xhp#bm_id1202200909085990;
d CDec function 32 text%2Fsbasic%2Fshared%2F03100060.xhp#bm_id863979;
10 XML file formats 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
1f loading;large spreadsheet files 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
17 tables in text;captions 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
10 typography;Asian 2f text%2Fshared%2F01%2F05020700.xhp#bm_id3155620;
19 HTML;export character set 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
12 UTF-8/UCS2 support 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
22 HTML documents;importing/exporting 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
22 text documents;importing/exporting 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
11 SetAttr statement 33 text%2Fsbasic%2Fshared%2F03020414.xhp#bm_id3147559;
12 localizing dialogs 35 text%2Fsbasic%2Fguide%2Ftranslation.xhp#bm_id8915372;
b large icons 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
1b "*" operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070200.xhp#bm_id3147573;
9 distances 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
12 loading;Basic code 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
d Help;keywords 2f text%2Fshared%2F05%2F00000130.xhp#bm_id3149428;
18 printing;black and white 3a text%2Fshared%2Fguide%2Fprint_blackwhite.xhp#bm_id3150125;
1c controls;changing properties 3c text%2Fsbasic%2Fguide%2Fcontrol_properties.xhp#bm_id3145786;
10 editing;controls 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1c activating;Error Report Tool 36 text%2Fshared%2Fguide%2Ferror_report.xhp#bm_id3150616;
f entering groups 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
17 changes;review function 33 text%2Fshared%2Fguide%2Fredlining.xhp#bm_id3150499;
f IsDate function 33 text%2Fsbasic%2Fshared%2F03102300.xhp#bm_id3145090;
11 clipboard;cutting 2f text%2Fshared%2F01%2F02040000.xhp#bm_id3146936;
11 importing;bitmaps 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
15 Resume Next parameter 33 text%2Fsbasic%2Fshared%2F03050500.xhp#bm_id3146795;
24 properties;controls in dialog editor 3c text%2Fsbasic%2Fguide%2Fcontrol_properties.xhp#bm_id3145786;
15 editing;shortcut keys 2f text%2Fshared%2F01%2F06140200.xhp#bm_id2322763;
1c characters;alternative fonts 2f text%2Fshared%2F02%2F02020000.xhp#bm_id3148983;
e Error function 33 text%2Fsbasic%2Fshared%2F03050300.xhp#bm_id3159413;
1d objects;inserting OLE objects 2f text%2Fshared%2F01%2F04150100.xhp#bm_id3153116;
15 guides;showing (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
11 saving;Basic code 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
e Timer function 33 text%2Fsbasic%2Fshared%2F03030303.xhp#bm_id3149346;
16 underlining;characters 2f text%2Fshared%2F01%2F05110300.xhp#bm_id3150756;
1d spacing;tabs in presentations 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
1c MOD  operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070600.xhp#bm_id3150669;
1d ampersand symbol in StarBasic 33 text%2Fsbasic%2Fshared%2F03120300.xhp#bm_id7499008;
1b "+" operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070300.xhp#bm_id3145316;
18 run-time errors in Basic 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
13 pasting;cell ranges 2f text%2Fshared%2F01%2F02060000.xhp#bm_id3149031;
19 colors;ignored text color 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
f Second function 33 text%2Fsbasic%2Fshared%2F03030204.xhp#bm_id3153346;
12 converting;metrics 2f text%2Fshared%2F00%2F00000003.xhp#bm_id3147543;
24 transparency;off for faster printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
10 twips;definition 33 text%2Fsbasic%2Fshared%2F00000002.xhp#bm_id3145801;
12 watching variables 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
16 buttons;form functions 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1b arrows;defining arrow heads 38 text%2Fshared%2Fguide%2Flineend_define.xhp#bm_id3146117;
34 simplified Chinese;conversion to traditional Chinese 2d text%2Fshared%2F01%2F06010600.xhp#bm_id49745;
f editing;undoing 2f text%2Fshared%2F01%2F02010000.xhp#bm_id3155069;
19 CDateFromUnoDate function 33 text%2Fsbasic%2Fshared%2F03030112.xhp#bm_id3150620;
17 CDateToUnoDate function 33 text%2Fsbasic%2Fshared%2F03030111.xhp#bm_id3150620;
d CLng function 33 text%2Fsbasic%2Fshared%2F03100600.xhp#bm_id3153311;
11 printing;comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
d new databases 32 text%2Fshared%2Fguide%2Fdata_new.xhp#bm_id6911526;
26 text documents;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
1b "-" operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070100.xhp#bm_id3156042;
2e tables in databases;joining for queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
d centered text 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
10 IsError function 33 text%2Fsbasic%2Fshared%2F03102450.xhp#bm_id4954680;
14 complete screen view 2f text%2Fshared%2F01%2F03110000.xhp#bm_id3160463;
1e shortcut keys;assigning macros 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
1d copying;from data source view 39 text%2Fshared%2Fguide%2Fdragdrop_beamer.xhp#bm_id3145071;
1c measurement units;converting 2f text%2Fshared%2F00%2F00000003.xhp#bm_id3147543;
16 charts;editing legends 36 text%2Fshared%2Fguide%2Fchart_legend.xhp#bm_id3147291;
f RmDir statement 33 text%2Fsbasic%2Fshared%2F03020413.xhp#bm_id3148947;
12 TimeValue function 33 text%2Fsbasic%2Fshared%2F03030206.xhp#bm_id3149670;
18 CreateUnoDialog function 33 text%2Fsbasic%2Fshared%2F03131800.xhp#bm_id3150040;
18 design mode after saving 2f text%2Fshared%2F02%2F01171000.xhp#bm_id3156211;
17 GetSystemTicks function 33 text%2Fsbasic%2Fshared%2F03130700.xhp#bm_id3147143;
7 accents 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
c Eof function 33 text%2Fsbasic%2Fshared%2F03020301.xhp#bm_id3154598;
1c AutoCorrect function;options 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
2e pasting;from data sources to %PRODUCTNAME Calc 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
1c navigating;in Basic projects 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
d Put statement 33 text%2Fsbasic%2Fshared%2F03020204.xhp#bm_id3150360;
f Input statement 33 text%2Fsbasic%2Fshared%2F03020202.xhp#bm_id3154908;
1e records;searching in databases 2f text%2Fshared%2F02%2F12100200.xhp#bm_id3146936;
16 Xor operator (logical) 33 text%2Fsbasic%2Fshared%2F03060600.xhp#bm_id3156024;
11 settings;printers 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
13 input method window 2f text%2Fshared%2F01%2F03040000.xhp#bm_id3159079;
10 selection frames 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
f Close statement 33 text%2Fsbasic%2Fshared%2F03020101.xhp#bm_id3157896;
15 options;accessibility 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
15 joining;tables (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
16 drag and drop;pictures 3a text%2Fshared%2Fguide%2Fdragdrop_graphic.xhp#bm_id3159201;
e Green function 33 text%2Fsbasic%2Fshared%2F03010302.xhp#bm_id3148947;
f Print statement 33 text%2Fsbasic%2Fshared%2F03010103.xhp#bm_id3147230;
d Hour function 33 text%2Fsbasic%2Fshared%2F03030201.xhp#bm_id3156042;
21 programming examples for controls 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
1a strikethrough;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
f designing;fonts 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
e InStr function 33 text%2Fsbasic%2Fshared%2F03120401.xhp#bm_id3155934;
24 importing;documents in other formats 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
e Time statement 33 text%2Fsbasic%2Fshared%2F03030302.xhp#bm_id3145090;
e Split function 33 text%2Fsbasic%2Fshared%2F03120314.xhp#bm_id3156027;
27 documents;number of pages/tables/sheets 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
16 Database Wizard (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
11 test mode control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
d names;objects 2f text%2Fshared%2F01%2F05190000.xhp#bm_id3147366;
c Day function 33 text%2Fsbasic%2Fshared%2F03030103.xhp#bm_id3153345;
27 tables in spreadsheets;defining borders 36 text%2Fshared%2Fguide%2Fborder_table.xhp#bm_id3155805;
19 images, see also pictures 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
20 documents;opening in design mode 2f text%2Fshared%2F02%2F01171000.xhp#bm_id3156211;
17 aligning;tables in text 35 text%2Fshared%2Foptionen%2F01040500.xhp#bm_id3149656;
9 tools bar 2f text%2Fshared%2F01%2F03050000.xhp#bm_id3145356;
1e selection options for controls 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
12 IME;showing/hiding 2f text%2Fshared%2F01%2F03040000.xhp#bm_id3159079;
d Seek function 33 text%2Fsbasic%2Fshared%2F03020304.xhp#bm_id3154367;
11 controls;printing 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
11 backups;automatic 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
18 reversing printing order 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
12 IsNumeric function 33 text%2Fsbasic%2Fshared%2F03102700.xhp#bm_id3145136;
11 check box control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
14 masked field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
15 pattern field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1b single-line spacing in text 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
10 exporting;to XML 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
f SGML;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3154729;
17 formatted field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
16 draw objects;anchoring 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
19 search engines;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3153950;
1c paragraphs;inserting bullets 2f text%2Fshared%2F01%2F06050100.xhp#bm_id3150502;
16 IDE;keyboard shortcuts 2f text%2Fsbasic%2Fshared%2Fkeys.xhp#bm_id3154760;
f undoing;editing 2f text%2Fshared%2F01%2F02010000.xhp#bm_id3155069;
f number of pages 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
13 DateSerial function 33 text%2Fsbasic%2Fshared%2F03030101.xhp#bm_id3157896;
d Join function 33 text%2Fsbasic%2Fshared%2F03120315.xhp#bm_id3149416;
15 presentations;wizards 33 text%2Fshared%2Fautopi%2F01050000.xhp#bm_id3159224;
24 deleting;macro assignments to events 33 text%2Fsbasic%2Fshared%2F01040000.xhp#bm_id3154581;
12 updating;templates 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
13 macros;interrupting 2f text%2Fshared%2F04%2F01010000.xhp#bm_id3149991;
c Red function 33 text%2Fsbasic%2Fshared%2F03010303.xhp#bm_id3148947;
17 write protection on/off 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
12 finding;selections 2f text%2Fshared%2F01%2F02100000.xhp#bm_id3147264;
15 vertical line control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
c Loc function 33 text%2Fsbasic%2Fshared%2F03020302.xhp#bm_id3148663;
19 styles;keyboard shortcuts 2f text%2Fshared%2F01%2F06140200.xhp#bm_id2322763;
e Seek statement 33 text%2Fsbasic%2Fshared%2F03020305.xhp#bm_id3159413;
21 graphic objects, see draw objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
14 progress bar control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
f ImageMap;editor 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
e Exit statement 33 text%2Fsbasic%2Fshared%2F03090412.xhp#bm_id3152924;
20 pictures;inserting automatically 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
a Null value 33 text%2Fsbasic%2Fshared%2F03102600.xhp#bm_id3155555;
11 Declare statement 33 text%2Fsbasic%2Fshared%2F03090403.xhp#bm_id3148473;
1b "/" operator (mathematical) 33 text%2Fsbasic%2Fshared%2F03070400.xhp#bm_id3150669;
10 libraries;adding 38 text%2Fsbasic%2Fshared%2F01%2F06130500.xhp#bm_id3150502;
1b removing, see also deleting 38 text%2Fshared%2Fguide%2Fnumbering_stop.xhp#bm_id3154186;
1c horizontal scrollbar control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
f shadows;borders 2f text%2Fshared%2F01%2F05030500.xhp#bm_id3155855;
1e presentations;creating/opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
25 pasting;sheet areas in text documents 38 text%2Fshared%2Fguide%2Fdragdrop_table.xhp#bm_id3154927;
17 CDateToUnoTime function 33 text%2Fsbasic%2Fshared%2F03030113.xhp#bm_id3150620;
15 OLE objects;number of 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
16 Gallery;hiding/showing 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
22 presentations;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
1a text;replacing with format 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
d Get statement 33 text%2Fsbasic%2Fshared%2F03020201.xhp#bm_id3154927;
21 finding;records in form documents 35 text%2Fshared%2Fguide%2Fdata_search.xhp#bm_id4066896;
15 flipping draw objects 2f text%2Fshared%2F01%2F05240000.xhp#bm_id3151264;
e converters;XML 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
2c examples;showing a dialog using program code 35 text%2Fsbasic%2Fguide%2Fshow_dialog.xhp#bm_id3154140;
14 editing;draw objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
e Call statement 33 text%2Fsbasic%2Fshared%2F03090401.xhp#bm_id3154422;
11 similarity search 2f text%2Fshared%2F01%2F02100100.xhp#bm_id3156045;
1b graphics, see also pictures 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
1b functions;return value type 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
10 SQL;LIMIT clause 2c text%2Fshared%2F02%2Flimit.xhp#bm_id3149991;
10 GetAttr function 33 text%2Fsbasic%2Fshared%2F03020409.xhp#bm_id3150984;
1c dialogs;displaying (example) 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
1b CDateToUnoDateTime function 33 text%2Fsbasic%2Fshared%2F03030115.xhp#bm_id3150620;
2c Basic IDE;Integrated Development Environment 33 text%2Fsbasic%2Fshared%2F01030000.xhp#bm_id3145090;
1b equations in formula editor 2f text%2Fshared%2F01%2F04160300.xhp#bm_id3152937;
13 declaring variables 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
16 line spacing;paragraph 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
f margins;shadows 2f text%2Fshared%2F01%2F05030500.xhp#bm_id3155855;
10 Environ function 33 text%2Fsbasic%2Fshared%2F03130800.xhp#bm_id3155364;
15 CdateFromIso function 33 text%2Fsbasic%2Fshared%2F03030108.xhp#bm_id3153127;
c Cos function 33 text%2Fsbasic%2Fshared%2F03080102.xhp#bm_id3154923;
1b changing;control properties 3c text%2Fsbasic%2Fguide%2Fcontrol_properties.xhp#bm_id3145786;
20 online updates;checking manually 34 text%2Fshared%2F01%2Fonline_update.xhp#bm_id7647328;
1c tables;inserting line breaks 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
10 DefCur statement 33 text%2Fsbasic%2Fshared%2F03101110.xhp#bm_id9555345;
2d variables;passing to procedures and functions 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
30 controls;reading or editing properties (example) 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
18 activating;context menus 35 text%2Fshared%2Fguide%2Fcontextmenu.xhp#bm_id3153394;
e Date statement 33 text%2Fsbasic%2Fshared%2F03030301.xhp#bm_id3156027;
29 replacing;tab stops (regular expressions) 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
d Dim statement 33 text%2Fsbasic%2Fshared%2F03102100.xhp#bm_id3149812;
10 Basic IDE;macros 38 text%2Fsbasic%2Fshared%2F01%2F06130000.xhp#bm_id3145786;
1a variables;observing values 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
20 copying;data from text documents 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
f ReDim statement 33 text%2Fsbasic%2Fshared%2F03102101.xhp#bm_id3150398;
19 ordinal numbers;replacing 2f text%2Fshared%2F01%2F06040400.xhp#bm_id3153899;
f stopping macros 38 text%2Fsbasic%2Fshared%2F02%2F11040000.xhp#bm_id3154863;
11 Index tab in Help 2f text%2Fshared%2F05%2F00000130.xhp#bm_id3149428;
15 databases;JDBC (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02jdbc.xhp#bm_id3726920;
16 databases;form filters 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
10 DefErr statement 33 text%2Fsbasic%2Fshared%2F03101120.xhp#bm_id8177739;
11 spellcheck;dialog 2f text%2Fshared%2F01%2F06010000.xhp#bm_id3149047;
1e menus;activating context menus 35 text%2Fshared%2Fguide%2Fcontextmenu.xhp#bm_id3153394;
1c complex text layout, see CTL 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3146907;
1a operators;standard filters 2f text%2Fshared%2F02%2F12090101.xhp#bm_id3148983;
27 data sources;connection settings (Base) 35 text%2Fshared%2Foptionen%2F01160100.xhp#bm_id3154136;
1b regular expressions;list of 2f text%2Fshared%2F01%2F02100001.xhp#bm_id3146765;
1f titles;formatting automatically 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
1e dBASE;database settings (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
16 Imp operator (logical) 33 text%2Fsbasic%2Fshared%2F03060300.xhp#bm_id3156024;
15 OLE objects;inserting 2f text%2Fshared%2F01%2F04150100.xhp#bm_id3153116;
9 paint box 2f text%2Fshared%2F01%2F03170000.xhp#bm_id3147477;
1a variables;global and local 33 text%2Fsbasic%2Fshared%2F01010210.xhp#bm_id4488967;
f functions;using 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
12 sizes;draw objects 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
1c grids;defaults (Writer/Calc) 35 text%2Fshared%2Foptionen%2F01050100.xhp#bm_id3147226;
17 currencies;format codes 2f text%2Fshared%2F01%2F05020300.xhp#bm_id3152942;
11 metrics;in sheets 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
12 tab stops;settings 2f text%2Fshared%2F01%2F05030300.xhp#bm_id3156027;
c Int function 33 text%2Fsbasic%2Fshared%2F03080502.xhp#bm_id3153345;
c Hex function 33 text%2Fsbasic%2Fshared%2F03080801.xhp#bm_id3150616;
11 reports;templates 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
27 parameters;for procedures and functions 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
17 links;character formats 2f text%2Fshared%2F01%2F05020400.xhp#bm_id3152895;
c Err function 33 text%2Fsbasic%2Fshared%2F03050200.xhp#bm_id3156343;
2a showing;live presentations on the Internet 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
15 selecting;print areas 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
24 organizing;modules/libraries/dialogs 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
f variables;scope 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
f Minute function 33 text%2Fsbasic%2Fshared%2F03030202.xhp#bm_id3155419;
1f organizing;namespaces in XForms 35 text%2Fshared%2F01%2Fxformsdataname.xhp#bm_id8286080;
13 translating dialogs 35 text%2Fsbasic%2Fguide%2Ftranslation.xhp#bm_id8915372;
1d text documents;print settings 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
15 dictionaries;creating 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
f text;hyperlinks 2f text%2Fshared%2F01%2F05020400.xhp#bm_id3152895;
13 Query Wizard (Base) 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
15 hyperlinks;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3149290;
18 black and white printing 3a text%2Fshared%2Fguide%2Fprint_blackwhite.xhp#bm_id3150125;
1a macros;assigning to events 33 text%2Fsbasic%2Fshared%2F01040000.xhp#bm_id3154581;
1a time fields;form functions 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
2c clipboard;pasting formatted/unformatted text 31 text%2Fshared%2Fguide%2Fpasting.xhp#bm_id3620715;
15 operators;comparisons 33 text%2Fsbasic%2Fshared%2F03110100.xhp#bm_id3150682;
10 PUBLIC variables 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
16 text formats;databases 3b text%2Fshared%2Fguide%2Fdata_dbase2office.xhp#bm_id3157896;
f CurDir function 33 text%2Fsbasic%2Fshared%2F03020403.xhp#bm_id3153126;
1d filters;for import and export 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
c Val function 33 text%2Fsbasic%2Fshared%2F03120104.xhp#bm_id3149205;
f templates;faxes 33 text%2Fshared%2Fautopi%2F01020000.xhp#bm_id3150445;
12 shadows;characters 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
12 scope of variables 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
1f properties;controls and dialogs 33 text%2Fsbasic%2Fshared%2F01170100.xhp#bm_id3153379;
19 HasUnoInterfaces function 33 text%2Fsbasic%2Fshared%2F03104400.xhp#bm_id3149987;
1e dialogs;creating Basic dialogs 37 text%2Fsbasic%2Fguide%2Fcreate_dialog.xhp#bm_id3149346;
22 text overflow in spreadsheet cells 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
11 DatePart function 32 text%2Fsbasic%2Fshared%2F03030130.xhp#bm_id249946;
12 metrics;converting 2f text%2Fshared%2F00%2F00000003.xhp#bm_id3147543;
d binding space 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
d more controls 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
15 fill colors for areas 2f text%2Fshared%2F01%2F05210100.xhp#bm_id3149999;
11 undocking windows 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
17 numerical field control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
d image control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
18 EqualUnoObjects function 33 text%2Fsbasic%2Fshared%2F03104600.xhp#bm_id3149205;
7 cutting 2f text%2Fshared%2F01%2F02040000.xhp#bm_id3146936;
1c extensions;Extension Manager 35 text%2Fshared%2F01%2Fpackagemanager.xhp#bm_id2883388;
24 controls;properties of form controls 2f text%2Fshared%2F02%2F01170100.xhp#bm_id3147102;
f Reset statement 33 text%2Fsbasic%2Fshared%2F03020104.xhp#bm_id3154141;
2a read-only documents;database tables on/off 2f text%2Fshared%2F02%2F07070100.xhp#bm_id3144740;
e Shell function 33 text%2Fsbasic%2Fshared%2F03130500.xhp#bm_id3150040;
15 FileDateTime function 33 text%2Fsbasic%2Fshared%2F03020407.xhp#bm_id3153361;
10 Public statement 33 text%2Fsbasic%2Fshared%2F03103400.xhp#bm_id3153311;
17 labels;for draw objects 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
11 subforms;creating 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
19 optional hyphens (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
14 legends;draw objects 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
f circle drawings 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
19 CDateFromUnoTime function 33 text%2Fsbasic%2Fshared%2F03030114.xhp#bm_id3150620;
29 Office;Microsoft Office and $[officename] 31 text%2Fshared%2Fguide%2Fms_user.xhp#bm_id3150789;
d CStr function 33 text%2Fsbasic%2Fshared%2F03101000.xhp#bm_id3146958;
24 versions;file saving as, restriction 2f text%2Fshared%2F01%2F01190000.xhp#bm_id1759697;
15 ConvertToURL function 33 text%2Fsbasic%2Fshared%2F03120312.xhp#bm_id3152801;
29 business cards;creating and synchronizing 30 text%2Fshared%2Fguide%2Flabels.xhp#bm_id3150774;
17 extensions;file formats 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
14 module/dialog toggle 35 text%2Fsbasic%2Fguide%2Fshow_dialog.xhp#bm_id3154140;
11 protected hyphens 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
1c renaming modules and dialogs 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
11 group box control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
b Access2Base 34 text%2Fsbasic%2Fguide%2Faccess2base.xhp#bm_idA2B001;
e data;user data 35 text%2Fshared%2Foptionen%2F01010100.xhp#bm_id3155805;
f invisible areas 2f text%2Fshared%2F01%2F05210100.xhp#bm_id3149999;
17 cells;resetting formats 2f text%2Fshared%2F01%2F05010000.xhp#bm_id3157959;
c commands;SQL 38 text%2Fshared%2Fguide%2Fdata_enter_sql.xhp#bm_id3152801;
30 printer metrics for document formatting (Writer) 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
12 kerning;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3151282;
37 AutoAbstract function for sending text to presentations 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
18 strikethrough;characters 2f text%2Fshared%2F01%2F05110400.xhp#bm_id3152942;
1a vertical scrollbar control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
12 colors;backgrounds 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
10 buttons;controls 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
d CSng function 33 text%2Fsbasic%2Fshared%2F03100900.xhp#bm_id3153753;
28 import restrictions for Microsoft Office 46 text%2Fshared%2Fguide%2Fms_import_export_limitations.xhp#bm_id3149760;
26 list boxes;adding entries to (example) 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
14 draw objects;legends 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
19 rounding precision (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
16 Eqv operator (logical) 33 text%2Fsbasic%2Fshared%2F03060200.xhp#bm_id3156344;
5 Until 33 text%2Fsbasic%2Fshared%2F03090201.xhp#bm_id3156116;
2c AutoComplete function in text and list boxes 2f text%2Fshared%2F04%2F01010000.xhp#bm_id3149991;
1d text;copying by drag and drop 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
1a recursions in spreadsheets 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
29 dialog editor;changing control properties 3c text%2Fsbasic%2Fguide%2Fcontrol_properties.xhp#bm_id3145786;
10 macros;Basic IDE 38 text%2Fsbasic%2Fshared%2F01%2F06130000.xhp#bm_id3145786;
17 events;assigning macros 33 text%2Fsbasic%2Fshared%2F01040000.xhp#bm_id3154581;
e forms;creating 34 text%2Fshared%2Fguide%2Fdata_forms.xhp#bm_id5762199;
17 empty paragraph removal 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
19 PostScript;creating files 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
18 CreateUnoStruct function 33 text%2Fsbasic%2Fshared%2F03131500.xhp#bm_id3150499;
23 security;security levels for macros 3d text%2Fshared%2Foptionen%2Fmacrosecurity_sl.xhp#bm_id1203039;
d CCur function 33 text%2Fsbasic%2Fshared%2F03100050.xhp#bm_id8926053;
d shadows;areas 2f text%2Fshared%2F01%2F05210600.xhp#bm_id3150014;
c areas;styles 2f text%2Fshared%2F01%2F05210100.xhp#bm_id3149999;
1b placeholders;in SQL queries 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3157985;
21 links;relational databases (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
f docking;windows 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
f Java;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3159125;
10 DefStr statement 33 text%2Fsbasic%2Fshared%2F03101140.xhp#bm_id6161381;
10 GLOBAL variables 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
c line control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1f textures;inserting from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
17 While;While...Wend loop 33 text%2Fsbasic%2Fshared%2F03090203.xhp#bm_id3150400;
23 text documents;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
e Next statement 33 text%2Fsbasic%2Fshared%2F03090202.xhp#bm_id3149205;
10 DateAdd function 33 text%2Fsbasic%2Fshared%2F03030110.xhp#bm_id6269417;
14 radio button control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
11 ChDrive statement 33 text%2Fsbasic%2Fshared%2F03020402.xhp#bm_id3145068;
12 paragraphs;spacing 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
d effects;fonts 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
e GoTo statement 33 text%2Fsbasic%2Fshared%2F03090302.xhp#bm_id3159413;
11 positioning;fonts 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
1c version numbers of documents 2f text%2Fshared%2F01%2F01100200.xhp#bm_id3149955;
c Basic editor 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
23 double-line writing in Asian layout 2f text%2Fshared%2F01%2F05020600.xhp#bm_id3156053;
17 formatting;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
18 presentations;print menu 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
1d data binding change in XForms 36 text%2Fshared%2F01%2Fxformsdatachange.xhp#bm_id433973;
f Format function 33 text%2Fsbasic%2Fshared%2F03120301.xhp#bm_id3153539;
15 curves;editing points 2a text%2Fshared%2Fmain0227.xhp#bm_id3149987;
10 closing;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
e Array function 33 text%2Fsbasic%2Fshared%2F03104200.xhp#bm_id3150499;
1c tables in databases;creating 35 text%2Fshared%2Fguide%2Fdata_tables.xhp#bm_id1983703;
1d words;automatically replacing 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
d margins;pages 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
10 filters;pictures 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
c pixel editor 2f text%2Fshared%2F01%2F05210500.xhp#bm_id3155619;
17 indicator lines in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
29 title rows;printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
d fonts;formats 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
2a text documents;inserting spreadsheet cells 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
18 extending selection mode 2f text%2Fshared%2F02%2F20050000.xhp#bm_id3148668;
10 DefObj statement 33 text%2Fsbasic%2Fshared%2F03101700.xhp#bm_id3149811;
15 Or operator (logical) 33 text%2Fsbasic%2Fshared%2F03060500.xhp#bm_id3150986;
13 absolute hyperlinks 3b text%2Fshared%2Fguide%2Fhyperlink_rel_abs.xhp#bm_id3147399;
1b references;expanding (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
11 FreeFile function 33 text%2Fsbasic%2Fshared%2F03020102.xhp#bm_id3150400;
5 loops 33 text%2Fsbasic%2Fshared%2F03090201.xhp#bm_id3156116;
21 text layout for special languages 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
11 Error Report Tool 36 text%2Fshared%2Fguide%2Ferror_report.xhp#bm_id3150616;
14 copying;draw objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
e saving;options 35 text%2Fshared%2Foptionen%2F01010200.xhp#bm_id3143284;
11 Call Stack window 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
c Log function 33 text%2Fsbasic%2Fshared%2F03080202.xhp#bm_id3149416;
11 drawings;printing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
e speech bubbles 2f text%2Fshared%2F02%2Fcallouts.xhp#bm_id9298379;
18 links;opening files with 2f text%2Fshared%2F01%2F02180000.xhp#bm_id3156156;
14 levels;depth stagger 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
10 links;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3150592;
f square drawings 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
c Rnd function 33 text%2Fsbasic%2Fshared%2F03080302.xhp#bm_id3148685;
1b HTML documents;META tags in 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
2c spreadsheets;copying areas to text documents 38 text%2Fshared%2Fguide%2Fdragdrop_table.xhp#bm_id3154927;
14 spin button creation 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
1a long lines;in Basic editor 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
11 native SQL (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
e CVErr function 32 text%2Fsbasic%2Fshared%2F03100080.xhp#bm_id531022;
c icon control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1e Data Navigator;display options 31 text%2Fshared%2F01%2Fxformsdata.xhp#bm_id6823023;
13 printers;properties 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
f copying;in Unix 2f text%2Fshared%2F01%2F02050000.xhp#bm_id3154824;
10 WeekDay function 33 text%2Fsbasic%2Fshared%2F03030105.xhp#bm_id3153127;
b small icons 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
f copying;modules 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
12 Navigator;comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
26 relations;creating and deleting (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020000.xhp#bm_id3155430;
2a formula options;recalculating spreadsheets 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
c fonts;styles 2f text%2Fshared%2F01%2F05110000.xhp#bm_id3147366;
18 GoSub...Return statement 33 text%2Fsbasic%2Fshared%2F03090301.xhp#bm_id3147242;
17 Select...Case statement 33 text%2Fsbasic%2Fshared%2F03090102.xhp#bm_id3149416;
29 signing documents with digital signatures 3a text%2Fshared%2Fguide%2Fdigitalsign_send.xhp#bm_id7430951;
16 searching;form filters 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
f HTML;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3145609;
18 documents;styles changed 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
2a list boxes;removing entries from (example) 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
21 importing;HTML and text documents 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
15 WordArt, see Fontwork 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
1a text attributes;hyperlinks 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
16 text;fonts and formats 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
d macro toolbar 33 text%2Fsbasic%2Fshared%2Fmain0211.xhp#bm_id3150543;
28 parameters;passing by reference or value 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
e screen;scaling 2f text%2Fshared%2F01%2F03010000.xhp#bm_id3154682;
26 IDE;Integrated Development Environment 33 text%2Fsbasic%2Fshared%2F01030000.xhp#bm_id3145090;
18 screen;full screen views 2f text%2Fshared%2F01%2F03110000.xhp#bm_id3160463;
1b measurement units;selecting 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
c Atn function 33 text%2Fsbasic%2Fshared%2F03080101.xhp#bm_id3150616;
d While;Do loop 33 text%2Fsbasic%2Fshared%2F03090201.xhp#bm_id3156116;
e aligning;cells 2f text%2Fshared%2F01%2F05340300.xhp#bm_id3154545;
1d pictures;cropping and zooming 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
24 draw objects;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
1f automatic lines/borders in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
e LSet statement 33 text%2Fsbasic%2Fshared%2F03120304.xhp#bm_id3143268;
11 selecting;objects 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
1a tabs;displaying sheet tabs 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
c Tan function 33 text%2Fsbasic%2Fshared%2F03080104.xhp#bm_id3148550;
e sizes;pictures 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
12 text;CTL languages 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
c Exp function 33 text%2Fsbasic%2Fshared%2F03080201.xhp#bm_id3150616;
10 bitmaps;patterns 2f text%2Fshared%2F01%2F05210500.xhp#bm_id3155619;
12 inserting;comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
13 values;of variables 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
19 deleting;databases (Base) 37 text%2Fshared%2Fguide%2Fdata_register.xhp#bm_id4724570;
10 ODF file formats 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
1b macros;attaching new (Base) 46 text%2Fshared%2Fexplorer%2Fdatabase%2Fmigrate_macros.xhp#bm_id6009095;
13 vertical text boxes 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
13 dimensioning arrays 33 text%2Fsbasic%2Fshared%2F03102100.xhp#bm_id3149812;
22 formats;pasting in special formats 31 text%2Fshared%2Fguide%2Fpasting.xhp#bm_id3620715;
13 Randomize statement 33 text%2Fsbasic%2Fshared%2F03080301.xhp#bm_id3150616;
10 number of sheets 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
14 data sources;reports 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
21 exporting;HTML and text documents 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
15 shortcut keys;general 2f text%2Fshared%2F04%2F01010000.xhp#bm_id3149991;
15 words;wrapping in CTL 36 text%2Fshared%2F01%2Fformatting_mark.xhp#bm_id9930722;
c Fix function 33 text%2Fsbasic%2Fshared%2F03080501.xhp#bm_id3159201;
24 spellcheck;activating for a language 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
1b FindPropertyObject function 33 text%2Fsbasic%2Fshared%2F03103900.xhp#bm_id3146958;
15 finding;in all sheets 2f text%2Fshared%2F01%2F02100000.xhp#bm_id3152960;
18 explorer of data sources 37 text%2Fshared%2Fguide%2Fdatabase_main.xhp#bm_id3153031;
1a case sensitivity;searching 2f text%2Fshared%2F01%2F02100000.xhp#bm_id3154760;
17 smart tag configuration 2f text%2Fshared%2F01%2F06040700.xhp#bm_id9057588;
e import filters 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
b subroutines 33 text%2Fsbasic%2Fshared%2F01010210.xhp#bm_id4488967;
21 GetProcessServiceManager function 33 text%2Fsbasic%2Fshared%2F03131700.xhp#bm_id3153255;
c Sgn function 33 text%2Fsbasic%2Fshared%2F03080701.xhp#bm_id3148474;
14 areas;hatched/dotted 2f text%2Fshared%2F01%2F05210400.xhp#bm_id3149962;
13 footers;backgrounds 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
32 updating;fields and charts, automatically (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
f tags;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3150751;
22 tab stops;spacing in presentations 35 text%2Fshared%2Foptionen%2F01070500.xhp#bm_id3149295;
c Oct function 33 text%2Fsbasic%2Fshared%2F03080802.xhp#bm_id3155420;
26 objects;moving and resizing with mouse 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
11 printers;choosing 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
15 labels;form functions 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
21 gradients off for faster printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
c If statement 33 text%2Fsbasic%2Fshared%2F03090101.xhp#bm_id3154422;
11 documents;merging 3c text%2Fshared%2Fguide%2Fredlining_docmerge.xhp#bm_id3154230;
2e sending;AutoAbstract function in presentations 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
d IIf statement 33 text%2Fsbasic%2Fshared%2F03090103.xhp#bm_id3155420;
19 configuring;$[officename] 3c text%2Fshared%2Fguide%2Fconfigure_overview.xhp#bm_id3152801;
17 horizontal line control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
e CDate function 33 text%2Fsbasic%2Fshared%2F03100300.xhp#bm_id3150772;
13 charts;editing axes 34 text%2Fshared%2Fguide%2Fchart_axis.xhp#bm_id3155555;
1c capital letters;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
14 Server Side ImageMap 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3152881;
12 transparency;areas 2f text%2Fshared%2F01%2F05210700.xhp#bm_id3146807;
18 form controls;protecting 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
16 file selection control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
16 Navigator;working with 3d text%2Fshared%2Fguide%2Fnavigator_setcursor.xhp#bm_id3150774;
10 showing;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
13 Do...Loop statement 33 text%2Fsbasic%2Fshared%2F03090201.xhp#bm_id3156116;
1f labels, see also names/callouts 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
14 sheets;searching all 2f text%2Fshared%2F01%2F02100000.xhp#bm_id3152960;
11 text;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
18 events;linked to objects 33 text%2Fsbasic%2Fshared%2F05060700.xhp#bm_id3153894;
13 plug-ins;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3159153;
c To statement 33 text%2Fsbasic%2Fshared%2F03090202.xhp#bm_id3149205;
14 lines;editing points 2a text%2Fshared%2Fmain0227.xhp#bm_id3149987;
e Step statement 33 text%2Fsbasic%2Fshared%2F03090202.xhp#bm_id3149205;
e times, formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
11 bullets;replacing 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
2d characters;displaying only on screen (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
10 VarType function 33 text%2Fsbasic%2Fshared%2F03103600.xhp#bm_id3143267;
13 ImageMap;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3152805;
e export filters 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
23 queries;deleting table links (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
14 libraries;organizing 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
13 On...GoTo statement 33 text%2Fsbasic%2Fshared%2F03090303.xhp#bm_id3153897;
1a DLL (Dynamic Link Library) 33 text%2Fsbasic%2Fshared%2F03090403.xhp#bm_id3145316;
14 paragraphs;alignment 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
d quotes;custom 2f text%2Fshared%2F01%2F06040400.xhp#bm_id3153899;
1d spreadsheets;creating/opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
16 WYSIWYG in fonts lists 35 text%2Fshared%2Foptionen%2F01010800.xhp#bm_id3155341;
e pop-art filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
e Beep statement 33 text%2Fsbasic%2Fshared%2F03130100.xhp#bm_id3143284;
28 AutoCorrect function;pictures and frames 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
11 menus;customizing 2e text%2Fshared%2F01%2F06140100.xhp#bm_id900601;
1f document types in $[officename] 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
21 labels;creating and synchronizing 30 text%2Fshared%2Fguide%2Flabels.xhp#bm_id3150774;
12 Function statement 33 text%2Fsbasic%2Fshared%2F03090406.xhp#bm_id3153346;
f macros;stopping 38 text%2Fsbasic%2Fshared%2F02%2F11040000.xhp#bm_id3154863;
12 group box creation 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
10 underlining;text 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
19 Help;extended tips on/off 3c text%2Fshared%2Fguide%2Factive_help_on_off.xhp#bm_id3156414;
11 DimArray function 33 text%2Fsbasic%2Fshared%2F03104300.xhp#bm_id3150616;
16 comments;Rem statement 33 text%2Fsbasic%2Fshared%2F03090407.xhp#bm_id3154347;
e Stop statement 33 text%2Fsbasic%2Fshared%2F03090408.xhp#bm_id3153311;
1c functions in reports;editing 45 text%2Fshared%2Fexplorer%2Fdatabase%2Frep_navigator.xhp#bm_id5823847;
d Sub statement 33 text%2Fsbasic%2Fshared%2F03090409.xhp#bm_id3147226;
1f tables in text;defining borders 36 text%2Fshared%2Fguide%2Fborder_table.xhp#bm_id3155805;
1f formatting;undoing when writing 2f text%2Fshared%2F01%2F05010000.xhp#bm_id3157959;
25 draw objects;positioning and resizing 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
11 PRIVATE variables 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
f Switch function 33 text%2Fsbasic%2Fshared%2F03090410.xhp#bm_id3148554;
1b My Documents folder;opening 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
e With statement 33 text%2Fsbasic%2Fshared%2F03090411.xhp#bm_id3153311;
14 On...GoSub statement 33 text%2Fsbasic%2Fshared%2F03090303.xhp#bm_id3153897;
a magnifiers 33 text%2Fshared%2Fguide%2Fassistive.xhp#bm_id3147399;
d CVar function 33 text%2Fsbasic%2Fshared%2F03100070.xhp#bm_id2338633;
21 continuation;long lines in editor 33 text%2Fsbasic%2Fshared%2F01030200.xhp#bm_id3148647;
16 inserting;push buttons 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
1a GetDefaultContext function 33 text%2Fsbasic%2Fshared%2F03132500.xhp#bm_id4761192;
e CBool function 33 text%2Fsbasic%2Fshared%2F03100100.xhp#bm_id3150616;
d CDbl function 33 text%2Fsbasic%2Fshared%2F03100400.xhp#bm_id3153750;
1e charts;arranging within stacks 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
17 fill patterns for areas 2f text%2Fshared%2F01%2F05210100.xhp#bm_id3149999;
f objects;opening 2f text%2Fshared%2F01%2F02200200.xhp#bm_id3085157;
16 break display (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
1f fill characters with tabulators 2f text%2Fshared%2F01%2F05030300.xhp#bm_id3156027;
1b digital signatures;overview 3c text%2Fshared%2Fguide%2Fdigital_signatures.xhp#bm_id7430951;
13 documents;languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
29 Gallery;dragging pictures to draw objects 3e text%2Fshared%2Fguide%2Fdragdrop_fromgallery.xhp#bm_id3145345;
11 Internet glossary 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3150702;
19 controls;in dialog editor 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
14 error codes in Basic 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
e URL;definition 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3153766;
11 DefDate statement 33 text%2Fsbasic%2Fshared%2F03101300.xhp#bm_id3150504;
e LCase function 33 text%2Fsbasic%2Fshared%2F03120302.xhp#bm_id3152363;
15 CreateObject function 32 text%2Fsbasic%2Fshared%2F03132400.xhp#bm_id659810;
17 Open CL;setting options 33 text%2Fshared%2Foptionen%2Fopencl.xhp#bm_id4077578;
13 CdateToIso function 33 text%2Fsbasic%2Fshared%2F03030107.xhp#bm_id3150620;
1f presentations;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
10 DefDbl statement 33 text%2Fsbasic%2Fshared%2F03101400.xhp#bm_id3147242;
1c inserting;special characters 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
10 DefLng statement 33 text%2Fsbasic%2Fshared%2F03101600.xhp#bm_id3148538;
12 fonts;text objects 2f text%2Fshared%2F01%2F05090000.xhp#bm_id3155271;
17 TwipsPerPixelX function 33 text%2Fsbasic%2Fshared%2F03131300.xhp#bm_id3153539;
f printing;copies 2f text%2Fshared%2F01%2F01130000.xhp#bm_id3154621;
1d formats;on opening and saving 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
16 word counts;separators 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
11 DateDiff function 33 text%2Fsbasic%2Fshared%2F03030120.xhp#bm_id6134830;
18 GetSolarVersion function 33 text%2Fsbasic%2Fshared%2F03131000.xhp#bm_id3157898;
12 editing;hyperlinks 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
e changing;links 2f text%2Fshared%2F01%2F02180100.xhp#bm_id3149877;
8 stickers 39 text%2Fshared%2Fguide%2Flabels_database.xhp#bm_id3147399;
27 numbers;date, time and currency formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
10 DefSng statement 33 text%2Fsbasic%2Fshared%2F03101130.xhp#bm_id2445142;
19 objects;quickly moving to 3d text%2Fshared%2Fguide%2Fnavigator_setcursor.xhp#bm_id3150774;
10 IsEmpty function 33 text%2Fsbasic%2Fshared%2F03102400.xhp#bm_id3153394;
1d table controls;form functions 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
14 paragraphs;tab stops 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
23 review function;comparing documents 3e text%2Fshared%2Fguide%2Fredlining_doccompare.xhp#bm_id3154788;
1b formatting;Asian typography 2f text%2Fshared%2F01%2F05020700.xhp#bm_id3155620;
d Mid statement 33 text%2Fsbasic%2Fshared%2F03120306.xhp#bm_id3143268;
14 IsUnoStruct function 33 text%2Fsbasic%2Fshared%2F03104500.xhp#bm_id3146117;
17 pictures;changing paths 34 text%2Fshared%2Fguide%2Fworkfolder.xhp#bm_id3150789;
6 shapes 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
12 names of variables 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
11 status bar on/off 2f text%2Fshared%2F01%2F03060000.xhp#bm_id3152823;
10 scaling;pictures 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
22 live presentations on the Internet 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
13 separators;function 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
18 cells;linked to controls 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
26 saving;in Microsoft Office file format 31 text%2Fshared%2Fguide%2Fms_user.xhp#bm_id3150789;
1d terminology;Internet glossary 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3150702;
f IsNull function 33 text%2Fsbasic%2Fshared%2F03102600.xhp#bm_id3155555;
24 Styles and Formatting window;docking 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
1c controls;adding to documents 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
11 IsObject function 33 text%2Fsbasic%2Fshared%2F03102800.xhp#bm_id3149346;
e objects;naming 2f text%2Fshared%2F01%2F05190000.xhp#bm_id3147366;
9 constants 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
28 anchors;types/positions for draw objects 2f text%2Fshared%2F01%2F05230100.xhp#bm_id3154350;
d Let statement 33 text%2Fsbasic%2Fshared%2F03103100.xhp#bm_id3147242;
d Trim function 33 text%2Fsbasic%2Fshared%2F03120311.xhp#bm_id3150616;
24 capital letters;AutoCorrect function 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
26 fields;displaying field codes (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
11 WebDAV over HTTPS 3d text%2Fshared%2Fguide%2Fdigitalsign_receive.xhp#bm_id7430951;
16 AND operator (logical) 33 text%2Fsbasic%2Fshared%2F03060100.xhp#bm_id3146117;
12 grayscale printing 35 text%2Fshared%2Foptionen%2F01010900.xhp#bm_id3147323;
19 controls;formatted fields 2f text%2Fshared%2F02%2F01170002.xhp#bm_id3150774;
19 Option Explicit statement 33 text%2Fsbasic%2Fshared%2F03103300.xhp#bm_id3145090;
11 Optional function 33 text%2Fsbasic%2Fshared%2F03104100.xhp#bm_id3149205;
22 backgrounds;inserting from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
1a spaces;displaying (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
8 Fontwork 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
1b illustrations, see pictures 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
e Erase function 32 text%2Fsbasic%2Fshared%2F03104700.xhp#bm_id624713;
12 dialogs;properties 33 text%2Fsbasic%2Fshared%2F01170100.xhp#bm_id3153379;
27 comparison operators;%PRODUCTNAME Basic 33 text%2Fsbasic%2Fshared%2F03110100.xhp#bm_id3150682;
f forms;Navigator 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
c Lof function 33 text%2Fsbasic%2Fshared%2F03020303.xhp#bm_id3156024;
a Paintbrush 33 text%2Fshared%2Fguide%2Fpaintbrush.xhp#bm_id380260;
34 XForms;adding/editing/deleting/organizing namespaces 35 text%2Fshared%2F01%2Fxformsdataname.xhp#bm_id8286080;
17 defaults;number formats 2f text%2Fshared%2F01%2F05020300.xhp#bm_id3152942;
c Chr function 33 text%2Fsbasic%2Fshared%2F03120102.xhp#bm_id3149205;
16 date fields;properties 2f text%2Fshared%2F02%2F01170003.xhp#bm_id3150445;
24 iterative references in spreadsheets 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
26 copying;sheet areas, to text documents 38 text%2Fshared%2Fguide%2Fdragdrop_table.xhp#bm_id3154927;
16 arrows;drawing in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
12 plug-ins;inserting 2f text%2Fshared%2F01%2F04150200.xhp#bm_id3149962;
f links;modifying 2f text%2Fshared%2F01%2F02180100.xhp#bm_id3149877;
12 frames;backgrounds 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
e SQL;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3149922;
15 components;addressing 33 text%2Fsbasic%2Fshared%2F03132200.xhp#bm_id3155342;
1b protecting;recorded changes 3b text%2Fshared%2Fguide%2Fredlining_protect.xhp#bm_id3159201;
10 units;converting 2f text%2Fshared%2F00%2F00000003.xhp#bm_id3147543;
17 rulers;default settings 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
e Space function 33 text%2Fsbasic%2Fshared%2F03120201.xhp#bm_id3150499;
1f printing;dates in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
24 plug-ins;activating and deactivating 2f text%2Fshared%2F01%2F02190000.xhp#bm_id3146946;
13 scrollbars;controls 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
17 printing;transparencies 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
1f links;updating options (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
12 objects;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3156358;
d Left function 33 text%2Fsbasic%2Fshared%2F03120303.xhp#bm_id3149346;
19 documents;version numbers 2f text%2Fshared%2F01%2F01100200.xhp#bm_id3149955;
17 queries;printing (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02000000.xhp#bm_id3150445;
f MkDir statement 33 text%2Fsbasic%2Fshared%2F03020411.xhp#bm_id3156421;
19 databases;creating tables 35 text%2Fshared%2Fguide%2Fdata_tables.xhp#bm_id1983703;
18 data structure of XForms 31 text%2Fshared%2F01%2Fxformsdata.xhp#bm_id6823023;
e printing speed 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
12 defining;constants 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
f events;in forms 2f text%2Fshared%2F02%2F01170202.xhp#bm_id3150499;
f controls;hidden 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
10 number of tables 2f text%2Fshared%2F01%2F01100400.xhp#bm_id1472518;
e LTrim function 33 text%2Fsbasic%2Fshared%2F03120305.xhp#bm_id3147574;
26 queries;creating in design view (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
16 databases;text formats 3b text%2Fshared%2Fguide%2Fdata_dbase2office.xhp#bm_id3157896;
2f dialog editor;programming examples for controls 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
12 HTML documents;new 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
13 protecting;contents 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
c forms;events 2f text%2Fshared%2F02%2F01170202.xhp#bm_id3150499;
17 queries;overview (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02000000.xhp#bm_id3150445;
1a remarks, see also comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
e Right function 33 text%2Fsbasic%2Fshared%2F03120307.xhp#bm_id3153311;
2f comparisons;operators in standard filter dialog 2f text%2Fshared%2F02%2F12090101.xhp#bm_id3148983;
1c hyperlinks;character formats 2f text%2Fshared%2F01%2F05020400.xhp#bm_id3152895;
22 presentations;live on the Internet 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
e RSet statement 33 text%2Fsbasic%2Fshared%2F03120308.xhp#bm_id3153345;
14 ODBC;database (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02odbc.xhp#bm_id3149031;
16 spaces;ignoring double 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
19 inserting;floating frames 2f text%2Fshared%2F01%2F04160500.xhp#bm_id3149783;
12 scroll bar control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1a assigning macros to events 33 text%2Fsbasic%2Fshared%2F01040000.xhp#bm_id3154581;
17 ConvertFromURL function 33 text%2Fsbasic%2Fshared%2F03120313.xhp#bm_id3153894;
f UBound function 33 text%2Fsbasic%2Fshared%2F03103000.xhp#bm_id3148538;
12 IsMissing function 33 text%2Fsbasic%2Fshared%2F03104000.xhp#bm_id3153527;
27 formula options;large spreadsheet files 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
c Len function 33 text%2Fsbasic%2Fshared%2F03120402.xhp#bm_id3154136;
11 assigning scripts 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
10 automatic saving 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
10 StrComp function 33 text%2Fsbasic%2Fshared%2F03120403.xhp#bm_id3156027;
f getting support 2f text%2Fshared%2F05%2F00000001.xhp#bm_id3143272;
10 Global statement 33 text%2Fsbasic%2Fshared%2F03103450.xhp#bm_id3159201;
15 hiding;docked windows 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
15 levels;macro security 3d text%2Fshared%2Foptionen%2Fmacrosecurity_sl.xhp#bm_id1203039;
13 comments;on changes 39 text%2Fshared%2Fguide%2Fredlining_enter.xhp#bm_id3155364;
c Now function 33 text%2Fsbasic%2Fshared%2F03030203.xhp#bm_id3149416;
e Wait statement 33 text%2Fsbasic%2Fshared%2F03130600.xhp#bm_id3154136;
e update options 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
d charts;colors 35 text%2Fshared%2Foptionen%2F01110100.xhp#bm_id3154751;
17 selecting;several files 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
d Letter Wizard 33 text%2Fshared%2Fautopi%2F01010000.xhp#bm_id3151100;
29 AutoCorrect function;switching on and off 2f text%2Fshared%2F01%2F06040000.xhp#bm_id3153391;
f JDBC;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3151172;
10 docking;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
15 Euro;currency formats 2f text%2Fshared%2F01%2F05020301.xhp#bm_id3153514;
f Choose function 33 text%2Fsbasic%2Fshared%2F03090402.xhp#bm_id3143271;
16 filepicker;API service 33 text%2Fsbasic%2Fshared%2F03131600.xhp#bm_id8334604;
1a CreateUnoListener function 33 text%2Fsbasic%2Fshared%2F03132000.xhp#bm_id3155150;
14 line styles;applying 34 text%2Fshared%2Fguide%2Flinestyles.xhp#bm_id3153884;
11 options;Basic IDE 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
1e exporting;to PostScript format 2f text%2Fshared%2F00%2F00000020.xhp#bm_id3152952;
20 push buttons;adding to documents 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
10 LibraryContainer 33 text%2Fsbasic%2Fshared%2F03131900.xhp#bm_id3150682;
d wizards;faxes 33 text%2Fshared%2Fautopi%2F01020000.xhp#bm_id3150445;
e DDE;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3147084;
1c scrollbars;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
17 units;measurement units 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
12 types of variables 33 text%2Fsbasic%2Fshared%2F01020100.xhp#bm_id3149346;
1a HTML documents;source text 2f text%2Fshared%2F02%2F19090000.xhp#bm_id3154788;
c formulas;new 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
21 BasicLibraries (LibraryContainer) 33 text%2Fsbasic%2Fshared%2F03131900.xhp#bm_id3150682;
f text;font sizes 2f text%2Fshared%2F01%2F05100000.xhp#bm_id3153391;
1d file formats;OpenDocument/XML 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
1d frames;text fitting to frames 2f text%2Fshared%2F01%2F05220000.xhp#bm_id3146856;
16 ThisComponent property 33 text%2Fsbasic%2Fshared%2F03132200.xhp#bm_id3155342;
1a controls;rich text control 2f text%2Fshared%2F02%2F01170101.xhp#bm_id4040955;
1c characters;fonts and formats 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
1d links;updating specific links 2f text%2Fshared%2F01%2F02180000.xhp#bm_id3156156;
18 debugging Basic programs 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
6 inches 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
1f dialog editor;creating controls 38 text%2Fsbasic%2Fguide%2Finsert_control.xhp#bm_id3149182;
16 wrapping text;in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
f Write statement 33 text%2Fsbasic%2Fshared%2F03020205.xhp#bm_id3147229;
17 words;wrapping in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
1a records;inserting comments 2f text%2Fshared%2F01%2F04050000.xhp#bm_id3154100;
a procedures 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
1b ImageMap;hotspot properties 38 text%2Fshared%2F01%2F02220100.xhp#bm_id1202200909085990;
14 controls;select mode 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
18 network identity options 35 text%2Fshared%2Foptionen%2F01014000.xhp#bm_id3153681;
1e common terms;Internet glossary 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3150702;
19 glossaries;Internet terms 2f text%2Fshared%2F00%2F00000002.xhp#bm_id3150702;
c redo command 2f text%2Fshared%2F01%2F02020000.xhp#bm_id3149991;
15 formatting;hyperlinks 2f text%2Fshared%2F01%2F05020400.xhp#bm_id3152895;
1e converting;Microsoft documents 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
14 editing;chart titles 35 text%2Fshared%2Fguide%2Fchart_title.xhp#bm_id3156136;
f ODBC;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3152827;
1f bullet lists;formatting options 2f text%2Fshared%2F01%2F06050500.xhp#bm_id4096499;
23 SQL;executing SQL statements (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F11080000.xhp#bm_id3148983;
22 On Error GoTo ... Resume statement 33 text%2Fsbasic%2Fshared%2F03050500.xhp#bm_id3146795;
17 filtering;data in forms 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
11 OpenGL;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3154507;
13 FindObject function 33 text%2Fsbasic%2Fshared%2F03103800.xhp#bm_id3145136;
1f objects;titles and descriptions 2f text%2Fshared%2F01%2F05190100.xhp#bm_id3147366;
1e horizontal scrollbars (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
1a windows;docking definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3155132;
22 connections to data sources (Base) 35 text%2Fshared%2Foptionen%2F01160100.xhp#bm_id3154136;
15 characters;hyperlinks 2f text%2Fshared%2F01%2F05020400.xhp#bm_id3152895;
12 docking;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3155132;
23 Data Navigator;adding/editing items 34 text%2Fshared%2F01%2Fxformsdataadd.xhp#bm_id7194738;
13 characters;shadowed 2f text%2Fshared%2F01%2F05110500.xhp#bm_id3154545;
e hiding;changes 2f text%2Fshared%2F01%2F02230200.xhp#bm_id3149988;
24 text colors for better accessibility 35 text%2Fshared%2Foptionen%2F01013000.xhp#bm_id3159411;
12 characters;special 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
12 FileCopy statement 33 text%2Fsbasic%2Fshared%2F03020406.xhp#bm_id3154840;
e CTL;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3146907;
e IME;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3156006;
15 Option Base statement 33 text%2Fsbasic%2Fshared%2F03103200.xhp#bm_id3155805;
15 FTP;opening documents 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
24 push button control in dialog editor 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
26 languages;spellchecking and formatting 2f text%2Fshared%2F01%2F05020100.xhp#bm_id3154812;
1e complex text layout;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3146907;
11 layer arrangement 2f text%2Fshared%2F01%2F05250000.xhp#bm_id3152427;
11 macros;organizing 2f text%2Fshared%2F01%2F06130200.xhp#bm_id3237403;
2a copying;datasource records in spreadsheets 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
f MsgBox function 33 text%2Fsbasic%2Fshared%2F03010102.xhp#bm_id3153379;
18 printers;default printer 2f text%2Fshared%2F01%2F01140000.xhp#bm_id3147294;
19 Adabas D databases (base) 47 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02adabas.xhp#bm_id6591082;
24 backgrounds;defining colors/pictures 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
11 loading;documents 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
1b filters;XML filter settings 2f text%2Fshared%2F01%2F06150000.xhp#bm_id3153272;
11 callouts;drawings 2f text%2Fshared%2F02%2Fcallouts.xhp#bm_id9298379;
e moving;modules 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
23 copying;pictures, between documents 3a text%2Fshared%2Fguide%2Fdragdrop_graphic.xhp#bm_id3159201;
14 XML filters;settings 2f text%2Fshared%2F01%2F06150000.xhp#bm_id3153272;
a PDF;export 35 text%2Fshared%2F01%2Fref_pdf_export.xhp#bm_id3149532;
17 converting;Hangul/Hanja 2f text%2Fshared%2F01%2F06200000.xhp#bm_id3155757;
c Hangul/Hanja 2f text%2Fshared%2F01%2F06200000.xhp#bm_id3155757;
b windows;new 2f text%2Fshared%2F01%2F07010000.xhp#bm_id6323129;
10 documents;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
1d importing;HTML with META tags 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
10 MsgBox statement 33 text%2Fsbasic%2Fshared%2F03010101.xhp#bm_id1807916;
18 HTML;importing META tags 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
13 GetGuiType function 33 text%2Fsbasic%2Fshared%2F03132100.xhp#bm_id3147143;
e tags;META tags 36 text%2Fshared%2F01%2Fabout_meta_tags.xhp#bm_id3154380;
18 CTL;(not) wrapping words 36 text%2Fshared%2F01%2Fformatting_mark.xhp#bm_id9930722;
e Nothing object 33 text%2Fsbasic%2Fshared%2F03103700.xhp#bm_id3154422;
25 pasting;pictures from other documents 3a text%2Fshared%2Fguide%2Fdragdrop_graphic.xhp#bm_id3159201;
24 grids;display options (Impress/Draw) 2b text%2Fshared%2F01%2Fgrid.xhp#bm_id4263435;
e forms;browsing 2f text%2Fshared%2F02%2F12100200.xhp#bm_id3146936;
25 guides;display options (Impress/Draw) 2d text%2Fshared%2F01%2Fguides.xhp#bm_id1441999;
31 tables in databases;importing text formats (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02text.xhp#bm_id2517166;
f empty documents 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
14 instructions;general 2e text%2Fshared%2Fguide%2Fmain.xhp#bm_id3151097;
17 characters;Asian layout 2f text%2Fshared%2F01%2F05020600.xhp#bm_id3156053;
1c terminology;general glossary 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3154896;
17 inserting;movies/sounds 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
1d spreadsheets;inserting charts 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
13 documents;exporting 2f text%2Fshared%2F01%2F01070001.xhp#bm_id3153383;
b sound files 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
1e playing movies and sound files 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
f library systems 33 text%2Fsbasic%2Fshared%2F03131900.xhp#bm_id3150682;
6 videos 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
1d changes;comparing to original 3e text%2Fshared%2Fguide%2Fredlining_doccompare.xhp#bm_id3154788;
17 shortcut keys;Basic IDE 2f text%2Fsbasic%2Fshared%2Fkeys.xhp#bm_id3154760;
12 pasting;to Gallery 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
6 movies 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
5 audio 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
1f $[officename] Base data sources 3c text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp#bm_id8622089;
1c colors;printing in grayscale 35 text%2Fshared%2Foptionen%2F01010900.xhp#bm_id3147323;
5 music 31 text%2Fshared%2F01%2Fmoviesound.xhp#bm_id1907712;
1f formats;maximizing page formats 38 text%2Fshared%2Fguide%2Fpageformat_max.xhp#bm_id3149180;
19 updates;checking manually 34 text%2Fshared%2F01%2Fonline_update.xhp#bm_id7647328;
12 fixed text control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
20 UNO components;Extension Manager 35 text%2Fshared%2F01%2Fpackagemanager.xhp#bm_id2883388;
12 selecting;controls 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1e macros;security warning dialog 36 text%2Fshared%2F01%2Fsecuritywarning.xhp#bm_id6499832;
f editing;objects 2f text%2Fshared%2F01%2F02200100.xhp#bm_id3145138;
18 portable document format 35 text%2Fshared%2F01%2Fref_pdf_export.xhp#bm_id3149532;
24 security;warning dialogs with macros 36 text%2Fshared%2F01%2Fsecuritywarning.xhp#bm_id6499832;
26 pictures;displaying in Writer (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
19 deleting;models/instances 31 text%2Fshared%2F01%2Fxformsdata.xhp#bm_id6823023;
19 button bars, see toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
10 models in XForms 31 text%2Fshared%2F01%2Fxformsdata.xhp#bm_id6823023;
23 filter conditions;in queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
21 read-only items in Data Navigator 34 text%2Fshared%2F01%2Fxformsdataadd.xhp#bm_id7194738;
29 formula options;loading spreadsheet files 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
15 inserting;form fields 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
b breakpoints 33 text%2Fsbasic%2Fshared%2F01030300.xhp#bm_id3153344;
1e editing;data binding of XForms 36 text%2Fshared%2F01%2Fxformsdatachange.xhp#bm_id433973;
1d deleting;namespaces in XForms 35 text%2Fshared%2F01%2Fxformsdataname.xhp#bm_id8286080;
34 captions;tables/pictures/frames/OLE objects (Writer) 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
20 namespace organization in XForms 35 text%2Fshared%2F01%2Fxformsdataname.xhp#bm_id8286080;
1d primary keys;inserting (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020000.xhp#bm_id3148922;
2b Microsoft Office;reassigning document types 35 text%2Fshared%2Fguide%2Fms_doctypes.xhp#bm_id3143267;
e phonetic guide 2f text%2Fshared%2F01%2F05060000.xhp#bm_id9598376;
c Sin function 33 text%2Fsbasic%2Fshared%2F03080103.xhp#bm_id3153896;
b Drawing bar 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
14 lines;draw functions 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
f polygon drawing 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
1d freeform lines;draw functions 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
16 text boxes;positioning 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
11 cropping pictures 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
b ticker text 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
e text;animating 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
25 pages;backgrounds in all applications 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
11 vertical callouts 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
20 entering text from right to left 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
c cube drawing 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
15 labels;from databases 39 text%2Fshared%2Fguide%2Flabels_database.xhp#bm_id3147399;
10 triangle drawing 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
26 draw objects;dropping Gallery pictures 3e text%2Fshared%2Fguide%2Fdragdrop_fromgallery.xhp#bm_id3145345;
26 original size;restoring after cropping 2f text%2Fshared%2F01%2F05030800.xhp#bm_id3148585;
f ellipse drawing 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
1a files;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
11 rectangle drawing 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
14 data sources;viewing 33 text%2Fshared%2Fguide%2Fdata_view.xhp#bm_id2339854;
10 smoothing filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
e Open statement 33 text%2Fsbasic%2Fshared%2F03020103.xhp#bm_id3150791;
d Set statement 33 text%2Fsbasic%2Fshared%2F03103700.xhp#bm_id3154422;
12 check box creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
19 fixed text;form functions 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1b security;digital signatures 3c text%2Fshared%2Fguide%2Fdigital_signatures.xhp#bm_id7430951;
19 text boxes;form functions 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
11 picklist creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
18 date acceptance patterns 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
23 formatting;printer metrics (Writer) 35 text%2Fshared%2Foptionen%2F01041000.xhp#bm_id3577990;
c files;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
21 drop-down lists in form functions 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
12 combo box creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1e styles;replacing automatically 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
12 controls;inserting 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1b formatted fields;properties 2f text%2Fshared%2F02%2F01170002.xhp#bm_id3150774;
19 table controls;properties 2f text%2Fshared%2F02%2F01170004.xhp#bm_id3109850;
25 controls;properties of table controls 2f text%2Fshared%2F02%2F01170004.xhp#bm_id3109850;
26 table controls;keyboard-only edit mode 2f text%2Fshared%2F02%2F01170004.xhp#bm_id3109850;
18 properties;form controls 2f text%2Fshared%2F02%2F01170100.xhp#bm_id3147102;
1a multi-line titles in forms 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3163820;
17 common terms;glossaries 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3154896;
17 names;multi-line titles 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3163820;
a watermarks 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
11 controls;grouping 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3146325;
21 modules;subroutines and functions 33 text%2Fsbasic%2Fshared%2F01010210.xhp#bm_id4488967;
d invert filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
c forms;XForms 30 text%2Fshared%2Fguide%2Fxforms.xhp#bm_id5215613;
17 forms;grouping controls 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3146325;
11 rich text control 2f text%2Fshared%2F02%2F01170101.xhp#bm_id4040955;
19 controls;reference by SQL 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
15 bound fields;controls 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
30 controls;bound fields/list contents/linked cells 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
1f controls;assigning data sources 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
22 Track Changes, see review function 33 text%2Fshared%2Fguide%2Fredlining.xhp#bm_id3150499;
f controls;events 2f text%2Fshared%2F02%2F01170103.xhp#bm_id3148643;
f events;controls 2f text%2Fshared%2F02%2F01170103.xhp#bm_id3148643;
1b formulas in reports;editing 45 text%2Fshared%2Fexplorer%2Fdatabase%2Frep_navigator.xhp#bm_id5823847;
23 tab stops;spacing in text documents 35 text%2Fshared%2Foptionen%2F01040900.xhp#bm_id3145119;
10 forms;properties 2f text%2Fshared%2F02%2F01170200.xhp#bm_id3147285;
1a searching;tables and forms 35 text%2Fshared%2Fguide%2Fdata_search.xhp#bm_id4066896;
1e exchanging, see also replacing 36 text%2Fshared%2Fguide%2Fspace_hyphen.xhp#bm_id3155364;
10 properties;forms 2f text%2Fshared%2F02%2F01170200.xhp#bm_id3147285;
18 personalization;personas 3c text%2Fshared%2Foptionen%2Fpersona_firefox.xhp#bm_id4077578;
a forms;data 2f text%2Fshared%2F02%2F01170203.xhp#bm_id3150040;
e titles;objects 2f text%2Fshared%2F01%2F05190100.xhp#bm_id3147366;
17 data;forms and subforms 2f text%2Fshared%2F02%2F01170203.xhp#bm_id3150040;
24 opening;documents from other formats 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
17 fields;formatted fields 2f text%2Fshared%2F02%2F01170002.xhp#bm_id3150774;
e forms;subforms 2f text%2Fshared%2F02%2F01170203.xhp#bm_id3150040;
e Form Navigator 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
21 hidden controls in Form Navigator 2f text%2Fshared%2F02%2F01170600.xhp#bm_id3143284;
12 forms;HTML filters 2f text%2Fshared%2F02%2F01170700.xhp#bm_id3163829;
1f forms;Combo Box/List Box Wizard 2f text%2Fshared%2F02%2F01170900.xhp#bm_id3159233;
17 Access databases (base) 47 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02access.xhp#bm_id2755516;
14 highlighting changes 33 text%2Fshared%2Fguide%2Fredlining.xhp#bm_id3150499;
1c forms;opening in design mode 2f text%2Fshared%2F02%2F01171000.xhp#bm_id3156211;
17 cascading update (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020100.xhp#bm_id3150499;
17 draw objects;protecting 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
1c controls;activating in forms 2f text%2Fshared%2F02%2F01171000.xhp#bm_id3156211;
19 drawings;creating/opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
18 fonts;specifying several 2f text%2Fshared%2F02%2F02020000.xhp#bm_id3148983;
15 databases;ODBC (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02odbc.xhp#bm_id3149031;
12 importing;from XML 34 text%2Fshared%2Fguide%2Fxsltfilter.xhp#bm_id7007583;
20 paragraphs;increasing indents of 2f text%2Fshared%2F02%2F02140000.xhp#bm_id3148520;
10 anchors;changing 2f text%2Fshared%2F02%2F03200000.xhp#bm_id3153323;
20 text documents;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
13 documents;reloading 2f text%2Fshared%2F02%2F07060000.xhp#bm_id3153089;
f String function 33 text%2Fsbasic%2Fshared%2F03120202.xhp#bm_id3147291;
15 opening;context menus 35 text%2Fshared%2Fguide%2Fcontextmenu.xhp#bm_id3153394;
13 TimeSerial function 33 text%2Fsbasic%2Fshared%2F03030205.xhp#bm_id3143271;
11 loading;reloading 2f text%2Fshared%2F02%2F07060000.xhp#bm_id3153089;
11 backups;documents 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
13 protected documents 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
18 cursor;in read-only text 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
16 data sources;as tables 2f text%2Fshared%2F02%2F12130000.xhp#bm_id3152895;
e Edit File icon 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
11 DefBool statement 33 text%2Fsbasic%2Fshared%2F03101100.xhp#bm_id3145759;
1b text objects;draw functions 2f text%2Fshared%2F02%2F01140000.xhp#bm_id3150476;
10 reports;creating 36 text%2Fshared%2Fguide%2Fdata_reports.xhp#bm_id3729667;
19 protected database tables 2f text%2Fshared%2F02%2F07070100.xhp#bm_id3144740;
1f row headers;highlighting (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
b form fields 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
e records;saving 2f text%2Fshared%2F02%2F07070200.xhp#bm_id3163829;
23 database contents;inserting as text 2f text%2Fshared%2F02%2F12070300.xhp#bm_id3143284;
25 default filters, see standard filters 2f text%2Fshared%2F02%2F12090000.xhp#bm_id3109850;
15 primary keys;defining 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05030100.xhp#bm_id3149164;
16 saving;dialog settings 35 text%2Fshared%2Foptionen%2F01010600.xhp#bm_id3155450;
1a databases;standard filters 2f text%2Fshared%2F02%2F12090000.xhp#bm_id3109850;
19 customizing;$[officename] 3c text%2Fshared%2Fguide%2Fconfigure_overview.xhp#bm_id3152801;
1a standard filters;databases 2f text%2Fshared%2F02%2F12090000.xhp#bm_id3109850;
25 standard filters;comparison operators 2f text%2Fshared%2F02%2F12090101.xhp#bm_id3148983;
17 TwipsPerPixelY function 33 text%2Fsbasic%2Fshared%2F03131400.xhp#bm_id3150040;
1c filters;comparison operators 2f text%2Fshared%2F02%2F12090101.xhp#bm_id3148983;
1e equal sign, see also operators 2f text%2Fshared%2F02%2F12090101.xhp#bm_id3148983;
11 sorting;databases 2f text%2Fshared%2F02%2F12100100.xhp#bm_id3147000;
9 bold;text 2f text%2Fshared%2F01%2F05110100.xhp#bm_id3150278;
11 databases;sorting 2f text%2Fshared%2F02%2F12100100.xhp#bm_id3147000;
29 defaults;document formats in file dialogs 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
1d tables in databases;searching 2f text%2Fshared%2F02%2F12100200.xhp#bm_id3146936;
1e objects;inserting from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
13 searching;databases 2f text%2Fshared%2F02%2F12100200.xhp#bm_id3146936;
14 presentations;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
25 exporting;to Microsoft Office formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
1b databases;searching records 2f text%2Fshared%2F02%2F12100200.xhp#bm_id3146936;
1f data sources;displaying current 2f text%2Fshared%2F02%2F12140000.xhp#bm_id3151262;
18 events;assigning scripts 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
1e margins;setting with the mouse 2f text%2Fshared%2F02%2F13020000.xhp#bm_id3148668;
1e columns;setting with the mouse 2f text%2Fshared%2F02%2F13020000.xhp#bm_id3148668;
1c spacing;lines and paragraphs 2f text%2Fshared%2F01%2F05030100.xhp#bm_id3154689;
27 paragraphs;indents, margins and columns 2f text%2Fshared%2F02%2F13020000.xhp#bm_id3148668;
28 access rights for database tables (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05040100.xhp#bm_id3152594;
1d pasting;from data source view 39 text%2Fshared%2Fguide%2Fdragdrop_beamer.xhp#bm_id3145071;
16 SQL;DISTINCT parameter 2f text%2Fshared%2F02%2F14070000.xhp#bm_id3149991;
1f data sources;$[officename] Base 3c text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp#bm_id8622089;
2b page styles;editing/applying with statusbar 2f text%2Fshared%2F02%2F20020000.xhp#bm_id3083278;
25 hyphenation;activating for a language 35 text%2Fshared%2Foptionen%2F01010401.xhp#bm_id3154230;
12 zooming;status bar 2f text%2Fshared%2F02%2F20030000.xhp#bm_id3155619;
11 filters;Navigator 39 text%2Fshared%2Fguide%2Ffilternavigator.xhp#bm_id3150322;
17 selection modes in text 2f text%2Fshared%2F02%2F20050000.xhp#bm_id3148668;
14 text;selection modes 2f text%2Fshared%2F02%2F20050000.xhp#bm_id3148668;
26 shadows;characters, using context menu 2f text%2Fshared%2F01%2F05110500.xhp#bm_id3154545;
14 block selection mode 2f text%2Fshared%2F02%2F20050000.xhp#bm_id3148668;
26 defaults;file formats in $[officename] 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
1e windows;hiding/showing/docking 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
15 image button creation 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
11 pictures;ImageMap 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
15 file selection button 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
2e review function;accepting or rejecting changes 3a text%2Fshared%2Fguide%2Fredlining_accept.xhp#bm_id3150247;
e OLE;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3154479;
14 date fields;creating 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
1d pattern fields;form functions 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
e Month function 33 text%2Fsbasic%2Fshared%2F03030104.xhp#bm_id3153127;
1c grid controls;form functions 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
12 paragraphs;joining 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
e controls;focus 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
11 focus of controls 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
17 automatic control focus 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
17 Navigation bar;controls 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
16 queries;set properties 33 text%2Fshared%2F02%2Fquerypropdlg.xhp#bm_id3154788;
19 keyboard;general commands 2f text%2Fshared%2F04%2F01010000.xhp#bm_id3149991;
17 databases;shortcut keys 2f text%2Fshared%2F04%2F01020000.xhp#bm_id3149809;
2f printing;fitting to pages in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
12 support on the Web 2f text%2Fshared%2F05%2F00000001.xhp#bm_id3143272;
14 formats;Asian layout 2f text%2Fshared%2F01%2F05020600.xhp#bm_id3156053;
12 forums and support 2f text%2Fshared%2F05%2F00000001.xhp#bm_id3143272;
b Web support 2f text%2Fshared%2F05%2F00000001.xhp#bm_id3143272;
10 Find tab in Help 2f text%2Fshared%2F05%2F00000140.xhp#bm_id3148532;
1a shortcut keys;in databases 2f text%2Fshared%2F04%2F01020000.xhp#bm_id3149809;
15 Help;full-text search 2f text%2Fshared%2F05%2F00000140.xhp#bm_id3148532;
18 toolbars;viewing/closing 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
e Help;bookmarks 2f text%2Fshared%2F05%2F00000150.xhp#bm_id3153244;
17 changing;work directory 34 text%2Fshared%2Fguide%2Fworkfolder.xhp#bm_id3150789;
e bookmarks;Help 2f text%2Fshared%2F05%2F00000150.xhp#bm_id3153244;
1e inserting;objects from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
b Help;topics 2f text%2Fshared%2F05%2F00000160.xhp#bm_id3147090;
1b read-only documents;editing 2f text%2Fshared%2F02%2F07070000.xhp#bm_id3153089;
e Help;Help tips 2f text%2Fshared%2F05%2F00000120.xhp#bm_id3150672;
14 Arabic;entering text 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
f Const statement 33 text%2Fsbasic%2Fshared%2F03100700.xhp#bm_id3146958;
11 tree view of Help 2f text%2Fshared%2F05%2F00000160.xhp#bm_id3147090;
10 wizards;overview 33 text%2Fshared%2Fautopi%2F01000000.xhp#bm_id3152551;
17 AutoPilots, see wizards 33 text%2Fshared%2Fautopi%2F01000000.xhp#bm_id3152551;
17 toolbars;adding buttons 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
f wizards;letters 33 text%2Fshared%2Fautopi%2F01010000.xhp#bm_id3151100;
f wizards;agendas 33 text%2Fshared%2Fautopi%2F01040000.xhp#bm_id3149031;
24 views;creating database views (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
14 FreeLibrary function 33 text%2Fsbasic%2Fshared%2F03090405.xhp#bm_id3143270;
d Agenda Wizard 33 text%2Fshared%2Fautopi%2F01040000.xhp#bm_id3149031;
10 pictures;filters 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
f folder creation 2f text%2Fshared%2F01%2F01020000.xhp#bm_id3145211;
33 Microsoft Office;importing password protected files 46 text%2Fshared%2Fguide%2Fms_import_export_limitations.xhp#bm_id3149760;
22 post method for form transmissions 2f text%2Fshared%2F02%2F01170201.xhp#bm_id3152551;
11 templates;agendas 33 text%2Fshared%2Fautopi%2F01040000.xhp#bm_id3149031;
15 wizards;presentations 33 text%2Fshared%2Fautopi%2F01050000.xhp#bm_id3159224;
d wizards;forms 33 text%2Fshared%2Fautopi%2F01090000.xhp#bm_id9834894;
c kiosk export 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
17 HTML;live presentations 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
e WebCast export 33 text%2Fshared%2Fautopi%2F01110200.xhp#bm_id3149233;
13 titles;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
1c registering;databases (Base) 37 text%2Fshared%2Fguide%2Fdata_register.xhp#bm_id4724570;
11 exporting;bitmaps 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
1a Euro;Euro Converter Wizard 33 text%2Fshared%2Fautopi%2F01150000.xhp#bm_id3154840;
16 wizards;Euro Converter 33 text%2Fshared%2Fautopi%2F01150000.xhp#bm_id3154840;
12 SQL;queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
19 converters;Euro converter 33 text%2Fshared%2Fautopi%2F01150000.xhp#bm_id3154840;
15 currencies;converters 33 text%2Fshared%2Fautopi%2F01150000.xhp#bm_id3154840;
e Case statement 33 text%2Fsbasic%2Fshared%2F03090102.xhp#bm_id3149416;
1f queries;missing elements (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02000002.xhp#bm_id3150445;
18 designing;queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
20 design view;queries/views (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
18 frames;around paragraphs 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
14 line breaks;in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
17 frames;selection frames 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
11 sharpening filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
17 Chinese writing systems 2d text%2Fshared%2F01%2F06010600.xhp#bm_id49745;
1f relations;joining tables (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
20 queries;parameter queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
21 resolution when printing bitmaps  36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
23 macros;assigning to events in forms 2f text%2Fshared%2F02%2F01170103.xhp#bm_id3148643;
12 inner joins (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
11 full joins (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
16 forms;designing (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F04030000.xhp#bm_id3148668;
16 Thai;language settings 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
14 external keys (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020000.xhp#bm_id3148922;
12 new lines in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
1b relations;properties (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020100.xhp#bm_id3150499;
1a default templates;changing 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
16 queries;copying (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05030000.xhp#bm_id3155535;
2b tables in databases;access rights to (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05040100.xhp#bm_id3152594;
12 editing;chart axes 34 text%2Fshared%2Fguide%2Fchart_axis.xhp#bm_id3155555;
1e databases;drag and drop (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F11000002.xhp#bm_id3155449;
18 wizards;databases (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
1d bitmaps;inserting and editing 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
10 inserting;charts 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
18 databases;formats (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
16 MySQL databases (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
20 spreadsheets;as databases (base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz00.xhp#bm_id2026429;
1b databases;connecting (Base) 41 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz01.xhp#bm_id2082583;
21 documents;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
14 ADO databases (Base) 44 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ado.xhp#bm_id7565233;
17 MS ADO interface (Base) 44 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ado.xhp#bm_id7565233;
11 customizing;menus 2e text%2Fshared%2F01%2F06140100.xhp#bm_id900601;
f titles;changing 36 text%2Fshared%2Fguide%2Fchange_title.xhp#bm_id3156324;
14 databases;ADO (Base) 44 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ado.xhp#bm_id7565233;
1b AutoCorrect function;quotes 2f text%2Fshared%2F01%2F06040400.xhp#bm_id3153899;
16 encryption of contents 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
15 printers;adding, UNIX 31 text%2Fshared%2Fguide%2Fspadmin.xhp#bm_id3154422;
15 JDBC;databases (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02jdbc.xhp#bm_id3726920;
19 replacing;ordinal numbers 2f text%2Fshared%2F01%2F06040400.xhp#bm_id3153899;
20 LDAP server;address books (Base) 43 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ldap.xhp#bm_id22583;
10 DefVar statement 33 text%2Fsbasic%2Fshared%2F03102000.xhp#bm_id3143267;
1f data sources;LDAP server (Base) 43 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02ldap.xhp#bm_id22583;
17 Oracle databases (base) 47 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02oracle.xhp#bm_id5900753;
15 options;online update 3a text%2Fshared%2Foptionen%2Fonline_update.xhp#bm_id7657094;
15 text databases (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Fdabawiz02text.xhp#bm_id2517166;
15 wizards;macros (Base) 46 text%2Fshared%2Fexplorer%2Fdatabase%2Fmigrate_macros.xhp#bm_id6009095;
17 languages;Asian support 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
17 migrating macros (Base) 46 text%2Fshared%2Fexplorer%2Fdatabase%2Fmigrate_macros.xhp#bm_id6009095;
15 Oracle Report Builder 40 text%2Fshared%2Fexplorer%2Fdatabase%2Frep_main.xhp#bm_id1614429;
c Dir function 33 text%2Fsbasic%2Fshared%2F03020404.xhp#bm_id3154347;
13 Table Wizard (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Ftablewizard00.xhp#bm_id6009094;
1b paragraphs;defining borders 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
1f key fields for relations (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020100.xhp#bm_id3150499;
10 buttons;toolbars 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
29 moving;using guide lines in presentations 35 text%2Fshared%2Foptionen%2F01070100.xhp#bm_id3147008;
e UCase function 33 text%2Fsbasic%2Fshared%2F03120310.xhp#bm_id3153527;
15 samples and templates 33 text%2Fshared%2Fguide%2Faaa_start.xhp#bm_id3156324;
11 Basic IDE;options 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
26 templates;new documents from templates 33 text%2Fshared%2Fguide%2Faaa_start.xhp#bm_id3156324;
19 numerical fields in forms 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
1e business cards;using templates 33 text%2Fshared%2Fguide%2Faaa_start.xhp#bm_id3156324;
1a tips;extended tips in Help 3c text%2Fshared%2Fguide%2Factive_help_on_off.xhp#bm_id3156414;
1f drawings, see also draw objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
16 tooltips;extended tips 3c text%2Fshared%2Fguide%2Factive_help_on_off.xhp#bm_id3156414;
1d inserting;buttons in toolbars 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
1d activating;extended help tips 3c text%2Fshared%2Fguide%2Factive_help_on_off.xhp#bm_id3156414;
1b add-ons, see UNO components 38 text%2Fshared%2Fguide%2Fintegratinguno.xhp#bm_id3149760;
25 tables in databases;adding to queries 2f text%2Fshared%2F02%2F14020100.xhp#bm_id3154788;
f ActiveX control 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
12 fixed line control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1a installing;ActiveX control 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
1b frames;AutoCorrect function 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
40 $[officename] documents;viewing and editing in Internet Explorer 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
f LBound function 33 text%2Fsbasic%2Fshared%2F03102900.xhp#bm_id3156027;
14 Hebrew;entering text 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
1d drawings;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
1a sending;documents as faxes 2d text%2Fshared%2Fguide%2Ffax.xhp#bm_id3156426;
33 viewing;%PRODUCTNAME documents in Internet Explorer 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
33 editing;%PRODUCTNAME documents in Internet Explorer 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
e screen readers 33 text%2Fshared%2Fguide%2Fassistive.xhp#bm_id3147399;
11 screen magnifiers 33 text%2Fshared%2Fguide%2Fassistive.xhp#bm_id3147399;
1f file locking with collaboration 30 text%2Fshared%2Fguide%2Fcollab.xhp#bm_id4459669;
f printing;faster 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
24 AutoCorrect function;URL recognition 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
f defining;colors 35 text%2Fshared%2Foptionen%2F01010501.xhp#bm_id3150771;
1e recognizing URLs automatically 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
1e automatic hyperlink formatting 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
1f URL;turning off URL recognition 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
15 drawing lines in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
16 versions;$[officename] 38 text%2Fshared%2Fguide%2Fversion_number.xhp#bm_id3144436;
2c hyperlinks;turning off automatic recognition 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
11 Navigator;docking 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
d Rem statement 33 text%2Fsbasic%2Fshared%2F03090407.xhp#bm_id3154347;
16 showing;docked windows 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
c fundamentals 33 text%2Fsbasic%2Fshared%2F01010210.xhp#bm_id4488967;
14 pictures;backgrounds 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
38 text, see also text documents, paragraphs and characters 34 text%2Fshared%2Fguide%2Fbackground.xhp#bm_id3149346;
26 drag and drop;copying and pasting text 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
d files;opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
16 borders;for paragraphs 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
21 protected spaces;showing (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
10 placing toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
13 text;Fontwork icons 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
26 file associations for Microsoft Office 35 text%2Fshared%2Fguide%2Fms_doctypes.xhp#bm_id3143267;
1c languages;selecting for text 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
11 combo box control 38 text%2Fsbasic%2Fshared%2F02%2F20000000.xhp#bm_id3150402;
1d queries;joining tables (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
1a defining;paragraph borders 3a text%2Fshared%2Fguide%2Fborder_paragraph.xhp#bm_id3147571;
12 borders;for tables 36 text%2Fshared%2Fguide%2Fborder_table.xhp#bm_id3155805;
19 dialogs;loading (example) 35 text%2Fsbasic%2Fguide%2Fsample_code.xhp#bm_id3155338;
14 frames;around tables 36 text%2Fshared%2Fguide%2Fborder_table.xhp#bm_id3155805;
16 defining;table borders 36 text%2Fshared%2Fguide%2Fborder_table.xhp#bm_id3155805;
11 cells;line breaks 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
12 text flow;in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
21 command buttons, see push buttons 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
f wizards;reports 36 text%2Fshared%2Fguide%2Fdata_reports.xhp#bm_id3729667;
14 text breaks in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
18 full-text search in Help 2f text%2Fshared%2F05%2F00000140.xhp#bm_id3148532;
17 text;language selection 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
15 automatic line breaks 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
18 changing;document titles 36 text%2Fshared%2Fguide%2Fchange_title.xhp#bm_id3156324;
18 packages, see extensions 35 text%2Fshared%2F01%2Fpackagemanager.xhp#bm_id2883388;
19 documents;changing titles 36 text%2Fshared%2Fguide%2Fchange_title.xhp#bm_id3156324;
f scaling;objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
e axes in charts 34 text%2Fshared%2Fguide%2Fchart_axis.xhp#bm_id3155555;
f keyboard;in IDE 2f text%2Fsbasic%2Fshared%2Fkeys.xhp#bm_id3154760;
d Year function 33 text%2Fsbasic%2Fshared%2F03030106.xhp#bm_id3148664;
27 links;turning off automatic recognition 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
19 charts;bars with textures 39 text%2Fshared%2Fguide%2Fchart_barformat.xhp#bm_id3149798;
1d right alignment of paragraphs 2f text%2Fshared%2F01%2F05030700.xhp#bm_id3150008;
16 textures;on chart bars 39 text%2Fshared%2Fguide%2Fchart_barformat.xhp#bm_id3149798;
10 charts;inserting 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
21 get method for form transmissions 2f text%2Fshared%2F02%2F01170201.xhp#bm_id3152551;
13 charts;editing data 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
1d languages;complex text layout 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
d program stops 38 text%2Fsbasic%2Fshared%2F02%2F11040000.xhp#bm_id3154863;
19 editing time of documents 2f text%2Fshared%2F01%2F01100200.xhp#bm_id3149955;
12 editing;chart data 36 text%2Fshared%2Fguide%2Fchart_insert.xhp#bm_id3153910;
10 unstable options 31 text%2Fshared%2Foptionen%2Fjava.xhp#bm_id4077578;
29 tables in spreadsheets;value highlighting 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
e legends;charts 36 text%2Fshared%2Fguide%2Fchart_legend.xhp#bm_id3147291;
22 deleting;libraries/modules/dialogs 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
15 editing;chart legends 36 text%2Fshared%2Fguide%2Fchart_legend.xhp#bm_id3147291;
26 hidden pages;printing in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
22 DialogLibraries (LibraryContainer) 33 text%2Fsbasic%2Fshared%2F03131900.xhp#bm_id3150682;
15 charts;editing titles 35 text%2Fshared%2Fguide%2Fchart_title.xhp#bm_id3156136;
18 titles;editing in charts 35 text%2Fshared%2Fguide%2Fchart_title.xhp#bm_id3156136;
15 ProcessServiceManager 33 text%2Fsbasic%2Fshared%2F03131700.xhp#bm_id3153255;
11 sharing documents 30 text%2Fshared%2Fguide%2Fcollab.xhp#bm_id4459669;
12 bullets;paragraphs 2f text%2Fshared%2F01%2F06050100.xhp#bm_id3150502;
d collaboration 30 text%2Fshared%2Fguide%2Fcollab.xhp#bm_id4459669;
26 draw objects;copying between documents 3c text%2Fshared%2Fguide%2Fcopy_drawfunctions.xhp#bm_id3153394;
26 copying;draw objects between documents 3c text%2Fshared%2Fguide%2Fcopy_drawfunctions.xhp#bm_id3153394;
1b formatting;expanding (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
29 pasting;draw objects from other documents 3c text%2Fshared%2Fguide%2Fcopy_drawfunctions.xhp#bm_id3153394;
2d charts;copying with link to source cell range 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
24 pixel graphics;inserting and editing 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
1e defaults;program configuration 35 text%2Fshared%2Foptionen%2F01000000.xhp#bm_id3153665;
29 presentations;inserting spreadsheet cells 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
39 tables in spreadsheets;copying data to other applications 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
21 outlines;sending to presentations 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
1d dates;start 1904/01/01 (Calc) 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
13 exporting;XML files 2f text%2Fshared%2F00%2F00000021.xhp#bm_id3154408;
22 inserting;data from text documents 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
c Sqr function 33 text%2Fsbasic%2Fshared%2F03080401.xhp#bm_id3156027;
30 accessibility;$[officename] assistive technology 33 text%2Fshared%2Fguide%2Fassistive.xhp#bm_id3147399;
20 pasting;data from text documents 3e text%2Fshared%2Fguide%2Fcopytext2application.xhp#bm_id3152924;
12 right-to-left text 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
13 Hindi;entering text 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
12 Thai;entering text 2d text%2Fshared%2Fguide%2Fctl.xhp#bm_id3153662;
26 data sources;registering address books 3a text%2Fshared%2Fguide%2Fdata_addressbook.xhp#bm_id3152823;
1b relational databases (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020000.xhp#bm_id3146957;
19 address books;registering 3a text%2Fshared%2Fguide%2Fdata_addressbook.xhp#bm_id3152823;
20 system address book registration 3a text%2Fshared%2Fguide%2Fdata_addressbook.xhp#bm_id3152823;
1b expanding formatting (Calc) 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
1c queries;creating in SQL view 38 text%2Fshared%2Fguide%2Fdata_enter_sql.xhp#bm_id3152801;
1f importing;tables in text format 3b text%2Fshared%2Fguide%2Fdata_dbase2office.xhp#bm_id3157896;
25 exporting;spreadsheets to text format 3b text%2Fshared%2Fguide%2Fdata_dbase2office.xhp#bm_id3157896;
16 executing SQL commands 38 text%2Fshared%2Fguide%2Fdata_enter_sql.xhp#bm_id3152801;
d opening;forms 34 text%2Fshared%2Fguide%2Fdata_forms.xhp#bm_id5762199;
12 defaults;documents 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
f files;importing 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
1d databases;importing/exporting 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
2c inserting;datasource records in spreadsheets 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
27 spreadsheets;inserting database records 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
14 searching;all sheets 2f text%2Fshared%2F01%2F02100000.xhp#bm_id3152960;
17 command button creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
2c data sources;copying records to spreadsheets 38 text%2Fshared%2Fguide%2Fdata_im_export.xhp#bm_id6911546;
1b filtering;data in databases 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
17 defining;queries (Base) 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
18 wizards;database queries 35 text%2Fshared%2Fguide%2Fdata_queries.xhp#bm_id840784;
12 special characters 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
19 databases;deleting (Base) 37 text%2Fshared%2Fguide%2Fdata_register.xhp#bm_id4724570;
21 lists;registered databases (Base) 37 text%2Fshared%2Fguide%2Fdata_register.xhp#bm_id4724570;
1b URL;changing hyperlink URLs 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
10 database reports 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
f editing;reports 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
12 modules;organizing 33 text%2Fsbasic%2Fshared%2F01030400.xhp#bm_id3148797;
f opening;reports 35 text%2Fshared%2Fguide%2Fdata_report.xhp#bm_id3147834;
14 backgrounds;printing 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
1a databases;creating reports 36 text%2Fshared%2Fguide%2Fdata_reports.xhp#bm_id3729667;
c certificates 3c text%2Fshared%2Fguide%2Fdigital_signatures.xhp#bm_id7430951;
15 removing;form filters 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
22 review function;navigating changes 49 text%2Fshared%2Fguide%2Fredlining_navigation.xhp#bm_redlining_navigation;
17 data;filtering in forms 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
14 forms;filtering data 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
22 conditions;items in Data Navigator 37 text%2Fshared%2F01%2Fxformsdataaddcon.xhp#bm_id8615680;
15 data, see also values 36 text%2Fshared%2Fguide%2Fdata_search2.xhp#bm_id8772545;
36 tables in databases;creating in design view (manually) 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
16 attachments in e-mails 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
19 designing;database tables 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
1e properties;fields in databases 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
16 fields;database tables 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
b new windows 2f text%2Fshared%2F01%2F07010000.xhp#bm_id6323129;
18 primary keys;design view 3a text%2Fshared%2Fguide%2Fdata_tabledefine.xhp#bm_id3155448;
13 graphics;protecting 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
18 table views of databases 35 text%2Fshared%2Fguide%2Fdata_tables.xhp#bm_id1983703;
16 opening;database files 33 text%2Fshared%2Fguide%2Fdata_view.xhp#bm_id2339854;
11 viewing;databases 33 text%2Fshared%2Fguide%2Fdata_view.xhp#bm_id2339854;
16 characters;underlining 2f text%2Fshared%2F01%2F05110300.xhp#bm_id3150756;
11 databases;viewing 33 text%2Fshared%2Fguide%2Fdata_view.xhp#bm_id2339854;
13 indexes;backgrounds 2f text%2Fshared%2F01%2F05030600.xhp#bm_id3151097;
19 data source view;overview 37 text%2Fshared%2Fguide%2Fdatabase_main.xhp#bm_id3153031;
22 opening;documents on WebDAV server 3d text%2Fshared%2Fguide%2Fdigitalsign_receive.xhp#bm_id7430951;
13 fonts;color ignored 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
24 digital signatures;WebDAV over HTTPS 3d text%2Fshared%2Fguide%2Fdigitalsign_receive.xhp#bm_id7430951;
2b user-defined styles;automatically replacing 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
2c digital signatures;getting/managing/applying 3a text%2Fshared%2Fguide%2Fdigitalsign_send.xhp#bm_id7430951;
1d page breaks;displaying (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
1f saving;documents, automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
18 bold;AutoFormat function 2f text%2Fshared%2F01%2F06040100.xhp#bm_id3155620;
19 Document Converter Wizard 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
c Asc function 33 text%2Fsbasic%2Fshared%2F03120101.xhp#bm_id3150499;
21 spreadsheets;saving automatically 36 text%2Fshared%2Fguide%2Fdoc_autosave.xhp#bm_id3152924;
11 colors;appearance 35 text%2Fshared%2Foptionen%2F01012000.xhp#bm_id3153527;
19 files, see also documents 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
6 gutter 2f text%2Fshared%2F01%2F05040200.xhp#bm_id3150620;
11 opening;documents 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
e pixel patterns 2f text%2Fshared%2F01%2F05210500.xhp#bm_id3155619;
d new documents 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
1f text documents;creating/opening 32 text%2Fshared%2Fguide%2Fdoc_open.xhp#bm_id3147834;
13 spreadsheets;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
19 colors;restriction (Calc) 35 text%2Fshared%2Foptionen%2F01060100.xhp#bm_id3147242;
15 radio button creation 2f text%2Fshared%2F02%2F01170000.xhp#bm_id3154142;
1a wizards;document converter 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
f drawings;saving 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
14 FTP;saving documents 32 text%2Fshared%2Fguide%2Fdoc_save.xhp#bm_id3147226;
17 Gallery;adding pictures 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
16 drag and drop;overview 32 text%2Fshared%2Fguide%2Fdragdrop.xhp#bm_id3154927;
11 editing;templates 3b text%2Fshared%2Fguide%2Fstandard_template.xhp#bm_id3154285;
27 mouse;pointers when using drag and drop 32 text%2Fshared%2Fguide%2Fdragdrop.xhp#bm_id3154927;
16 links;by drag and drop 32 text%2Fshared%2Fguide%2Fdragdrop.xhp#bm_id3154927;
18 copying;by drag and drop 32 text%2Fshared%2Fguide%2Fdragdrop.xhp#bm_id3154927;
1e data source view;drag and drop 39 text%2Fshared%2Fguide%2Fdragdrop_beamer.xhp#bm_id3145071;
2d format filling printing in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
14 positioning;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
2a drag and drop;from Gallery to draw objects 3e text%2Fshared%2Fguide%2Fdragdrop_fromgallery.xhp#bm_id3145345;
18 drag and drop;to Gallery 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
1f tab stops;inserting and editing 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
12 copying;to Gallery 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
1a pictures;adding to Gallery 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
22 captions, see also labels/callouts 2f text%2Fshared%2F01%2F05230500.xhp#bm_id3149038;
1d inserting;pictures in Gallery 3a text%2Fshared%2Fguide%2Fdragdrop_gallery.xhp#bm_id3154927;
28 pictures;drag and drop between documents 3a text%2Fshared%2Fguide%2Fdragdrop_graphic.xhp#bm_id3159201;
22 resizing, see also scaling/zooming 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
14 customizing;toolbars 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
14 configuring;toolbars 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
2b My Documents folder;changing work directory 34 text%2Fshared%2Fguide%2Fworkfolder.xhp#bm_id3150789;
10 editing;toolbars 38 text%2Fshared%2Fguide%2Fedit_symbolbar.xhp#bm_id3159201;
11 recording;changes 39 text%2Fshared%2Fguide%2Fredlining_enter.xhp#bm_id3155364;
10 IsArray function 33 text%2Fsbasic%2Fshared%2F03102200.xhp#bm_id3154346;
1b documents;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
17 printing;queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02000000.xhp#bm_id3150445;
1b sending;documents as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
18 formatting;chart legends 36 text%2Fshared%2Fguide%2Fchart_legend.xhp#bm_id3147291;
1e spreadsheets;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
1d CDateFromUnoDateTime function 33 text%2Fsbasic%2Fshared%2F03030116.xhp#bm_id3150620;
2c queries;formulating filter conditions (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
1a drawings;sending as e-mail 2f text%2Fshared%2Fguide%2Femail.xhp#bm_id3153345;
15 reports;error reports 36 text%2Fshared%2Fguide%2Ferror_report.xhp#bm_id3150616;
21 saving;documents in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
1d files;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
e Name statement 33 text%2Fsbasic%2Fshared%2F03020412.xhp#bm_id3143268;
24 spreadsheets;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
20 drawings;saving in other formats 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
18 Word documents;saving as 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
32 tables in databases;copying database tables (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05030000.xhp#bm_id3155535;
11 PowerPoint export 33 text%2Fshared%2Fguide%2Fexport_ms.xhp#bm_id3159233;
d faxes;sending 2d text%2Fshared%2Fguide%2Ffax.xhp#bm_id3156426;
c Mid function 33 text%2Fsbasic%2Fshared%2F03120306.xhp#bm_id3143268;
1f faxes;configuring $[officename] 2d text%2Fshared%2Fguide%2Ffax.xhp#bm_id3156426;
23 formats;number and currency formats 2f text%2Fshared%2F01%2F05020300.xhp#bm_id3152942;
1c spellcheck;default languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
11 replacement table 2f text%2Fshared%2F01%2F06040200.xhp#bm_id3152876;
14 configuring;fax icon 2d text%2Fshared%2Fguide%2Ffax.xhp#bm_id3156426;
1c filter conditions;connecting 39 text%2Fshared%2Fguide%2Ffilternavigator.xhp#bm_id3150322;
11 buttons;big/small 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
a icon sizes 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
13 changing;icon sizes 34 text%2Fshared%2Fguide%2Fflat_icons.xhp#bm_id3145669;
1a toolbars;docking/undocking 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
73 predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion 36 text%2Fshared%2Fguide%2Fautocorr_url.xhp#bm_id3149346;
1a design view;creating forms 34 text%2Fshared%2Fguide%2Fdata_forms.xhp#bm_id5762199;
f fixing toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
12 detaching toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
12 attaching toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
12 graphical text art 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
11 floating toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
12 right joins (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
f windows;docking 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
10 viewing;toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
17 icon bars, see toolbars 3a text%2Fshared%2Fguide%2Ffloating_toolbar.xhp#bm_id3152801;
15 TextArt, see Fontwork 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
24 Microsoft Office;feature comparisons 39 text%2Fshared%2Fguide%2Fmicrosoft_terms.xhp#bm_id3156136;
13 variables;for paths 35 text%2Fshared%2Foptionen%2F01010300.xhp#bm_id3149514;
c text effects 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
16 effects;Fontwork icons 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
10 3D text creation 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
2c AutoComplete, see also AutoCorrect/AutoInput 2f text%2Fshared%2F01%2F06040000.xhp#bm_id3153391;
d context menus 35 text%2Fshared%2Fguide%2Fcontextmenu.xhp#bm_id3153394;
10 rotating;3D text 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
17 edit mode;after opening 2f text%2Fshared%2F02%2F01171000.xhp#bm_id3156211;
29 review function;recording changes example 33 text%2Fshared%2Fguide%2Fredlining.xhp#bm_id3150499;
15 draw objects;flipping 2f text%2Fshared%2F01%2F05240000.xhp#bm_id3151264;
19 joins in databases (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010101.xhp#bm_id3154015;
18 editing;Fontwork objects 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
1a inserting;Fontwork objects 32 text%2Fshared%2Fguide%2Ffontwork.xhp#bm_id3696707;
1a updating;links, on opening 2f text%2Fshared%2F01%2F02180000.xhp#bm_id3156156;
1d characters;language selection 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
1f press buttons, see push buttons 34 text%2Fshared%2Fguide%2Fformfields.xhp#bm_id3149798;
19 scaling, see also zooming 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
1f Gallery;inserting pictures from 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
1f pictures;inserting from Gallery 38 text%2Fshared%2Fguide%2Fgallery_insert.xhp#bm_id3145136;
23 paragraph marks;displaying (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
22 groups;entering/exiting/ungrouping 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
1e wizards;database tables (Base) 45 text%2Fshared%2Fexplorer%2Fdatabase%2Ftablewizard00.xhp#bm_id6009094;
e exiting;groups 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
1e inserting;line breaks in cells 38 text%2Fshared%2Fguide%2Fbreaking_lines.xhp#bm_id6305734;
18 data source view;showing 32 text%2Fshared%2Fguide%2Fautohide.xhp#bm_id3150713;
11 ungrouping groups 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
12 multiple selection 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
16 marking, see selecting 30 text%2Fshared%2Fguide%2Fgroups.xhp#bm_id6888027;
23 editing;database tables and queries 2f text%2Fshared%2F01%2F05340400.xhp#bm_id3153116;
12 hyperlinks;editing 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
18 register-true;definition 2f text%2Fshared%2F00%2F00000005.xhp#bm_id3147315;
21 buttons;editing hyperlink buttons 38 text%2Fshared%2Fguide%2Fhyperlink_edit.xhp#bm_id3153910;
14 inserting;hyperlinks 3a text%2Fshared%2Fguide%2Fhyperlink_insert.xhp#bm_id3150789;
13 relative hyperlinks 3b text%2Fshared%2Fguide%2Fhyperlink_rel_abs.xhp#bm_id3147399;
15 decimal separator key 35 text%2Fshared%2Foptionen%2F01140000.xhp#bm_id3154751;
20 hyperlinks;relative and absolute 3b text%2Fshared%2Fguide%2Fhyperlink_rel_abs.xhp#bm_id3147399;
13 positioning;objects 2f text%2Fshared%2F01%2F05070000.xhp#bm_id3149987;
1a hyperlinks, see also links 3b text%2Fshared%2Fguide%2Fhyperlink_rel_abs.xhp#bm_id3147399;
13 Media Player window 32 text%2Fshared%2F01%2Fmediaplayer.xhp#bm_id8659321;
19 hotspots;adding to images 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
f URL;in pictures 32 text%2Fshared%2Fguide%2Fimagemap.xhp#bm_id3150502;
25 pasting;cell ranges from spreadsheets 3f text%2Fshared%2Fguide%2Fcopytable2application.xhp#bm_id3154186;
2c Microsoft Office;opening Microsoft documents 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
13 documents;importing 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
1c vertical scrollbars (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
24 loading;documents from other formats 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
1b saving;default file formats 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
2b file formats;saving always in other formats 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
27 Microsoft Office;as default file format 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
e XML converters 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
11 changes;recording 39 text%2Fshared%2Fguide%2Fredlining_enter.xhp#bm_id3155364;
1d converters;document converter 33 text%2Fshared%2Fguide%2Fimport_ms.xhp#bm_id3153988;
10 submitting forms 2f text%2Fshared%2F02%2F01170201.xhp#bm_id3152551;
24 images;inserting and editing bitmaps 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
1a databases;main page (Base) 3c text%2Fshared%2Fexplorer%2Fdatabase%2Fmain.xhp#bm_id8622089;
14 hyperlinks;inserting 3a text%2Fshared%2Fguide%2Fhyperlink_insert.xhp#bm_id3150789;
1b Document Map, see Navigator 3d text%2Fshared%2Fguide%2Fnavigator_setcursor.xhp#bm_id3150774;
10 editing;pictures 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
13 remove noise filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
13 solarization filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
16 image control creation 34 text%2Fshared%2F02%2Fmore_controls.xhp#bm_id5941343;
12 posterizing filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
18 charcoal sketches filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
d mosaic filter 37 text%2Fshared%2Fguide%2Finsert_bitmap.xhp#bm_id3154136;
13 standard bar on/off 2f text%2Fshared%2F01%2F03020000.xhp#bm_id3150467;
15 text;drawing pictures 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
12 inserting;drawings 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
23 draw objects;adding/editing/copying 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
f handles;scaling 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
15 Excel;search criteria 35 text%2Fshared%2Foptionen%2F01060500.xhp#bm_id3149399;
1a resizing;objects, by mouse 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
11 InputBox function 33 text%2Fsbasic%2Fshared%2F03010201.xhp#bm_id3148932;
14 pasting;draw objects 3f text%2Fshared%2Fguide%2Finsert_graphic_drawit.xhp#bm_id3145136;
21 text;inserting special characters 3c text%2Fshared%2Fguide%2Finsert_specialchar.xhp#bm_id3154927;
1b tab stops;setting in sheets 35 text%2Fshared%2Foptionen%2F01060300.xhp#bm_id3151110;
1e UNO components;integrating new 38 text%2Fshared%2Fguide%2Fintegratinguno.xhp#bm_id3149760;
1f accessibility;general shortcuts 32 text%2Fshared%2Fguide%2Fkeyboard.xhp#bm_id3158421;
1f common terms;Chinese dictionary 2e text%2Fshared%2F01%2F06010601.xhp#bm_id905789;
27 synchronizing;labels and business cards 30 text%2Fshared%2Fguide%2Flabels.xhp#bm_id3150774;
27 printing;formulas in $[officename] Math 35 text%2Fshared%2Foptionen%2F01090100.xhp#bm_id3156410;
1d address labels from databases 39 text%2Fshared%2Fguide%2Flabels_database.xhp#bm_id3147399;
23 character styles;language selection 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
12 defaults;languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
12 zooming;page views 2f text%2Fshared%2F01%2F03010000.xhp#bm_id3154682;
15 lines;drawing in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
d faxes;wizards 33 text%2Fshared%2Fautopi%2F01020000.xhp#bm_id3150445;
11 Format Paintbrush 33 text%2Fshared%2Fguide%2Fpaintbrush.xhp#bm_id380260;
1e lines;removing automatic lines 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
16 Basic;recording macros 39 text%2Fshared%2Fguide%2Fmacro_recording.xhp#bm_id3093440;
16 deleting;lines in text 35 text%2Fshared%2Fguide%2Fline_intext.xhp#bm_id3143206;
27 defining;arrowheads and other line ends 38 text%2Fshared%2Fguide%2Flineend_define.xhp#bm_id3146117;
13 lines;defining ends 38 text%2Fshared%2Fguide%2Flineend_define.xhp#bm_id3146117;
14 line styles;defining 3a text%2Fshared%2Fguide%2Flinestyle_define.xhp#bm_id3153825;
14 defining;line styles 3a text%2Fshared%2Fguide%2Flinestyle_define.xhp#bm_id3153825;
18 separator lines;defining 34 text%2Fshared%2Fguide%2Flinestyles.xhp#bm_id3153884;
f reference lines 34 text%2Fshared%2Fguide%2Flinestyles.xhp#bm_id3153884;
15 forms;finding records 35 text%2Fshared%2Fguide%2Fdata_search.xhp#bm_id4066896;
1b arrows;defining arrow lines 34 text%2Fshared%2Fguide%2Flinestyles.xhp#bm_id3153884;
23 drawings;printing in text documents 35 text%2Fshared%2Foptionen%2F01040400.xhp#bm_id3156156;
10 macros;recording 39 text%2Fshared%2Fguide%2Fmacro_recording.xhp#bm_id3093440;
10 recording;macros 39 text%2Fshared%2Fguide%2Fmacro_recording.xhp#bm_id3093440;
1a defaults;tab stops in text 2e text%2Fshared%2Fguide%2Ftabs.xhp#bm_id3144436;
1e documents;measurement units in 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
12 events;customizing 2f text%2Fshared%2F01%2F06140500.xhp#bm_id3152427;
1a paragraph styles;languages 39 text%2Fshared%2Fguide%2Flanguage_select.xhp#bm_id3083278;
b centimeters 3b text%2Fshared%2Fguide%2Fmeasurement_units.xhp#bm_id3159201;
22 Basic IDE options;Autoclose quotes 35 text%2Fshared%2Foptionen%2FBasicIDE.xhp#bm_id4077578;
12 databases;overview 37 text%2Fshared%2Fguide%2Fdatabase_main.xhp#bm_id3153031;
2b changing;file associations in Setup program 35 text%2Fshared%2Fguide%2Fms_doctypes.xhp#bm_id3143267;
2d Microsoft Office;document import restrictions 46 text%2Fshared%2Fguide%2Fms_import_export_limitations.xhp#bm_id3149760;
26 Microsoft Office;new users information 31 text%2Fshared%2Fguide%2Fms_user.xhp#bm_id3150789;
1d macros;in MS Office documents 31 text%2Fshared%2Fguide%2Fms_user.xhp#bm_id3150789;
25 recalculating;large spreadsheet files 35 text%2Fshared%2Foptionen%2F01060900.xhp#bm_id4249399;
15 adding selection mode 2f text%2Fshared%2F02%2F20050000.xhp#bm_id3148668;
d custom quotes 2f text%2Fshared%2F01%2F06040400.xhp#bm_id3153899;
1b documents;contents as lists 33 text%2Fshared%2Fguide%2Fnavigator.xhp#bm_id3147008;
11 XForms;conditions 37 text%2Fshared%2F01%2Fxformsdataaddcon.xhp#bm_id8615680;
22 cursor;quickly moving to an object 3d text%2Fshared%2Fguide%2Fnavigator_setcursor.xhp#bm_id3150774;
17 navigating;in documents 3d text%2Fshared%2Fguide%2Fnavigator_setcursor.xhp#bm_id3150774;
25 indexes;showing/hiding Help index tab 34 text%2Fshared%2Fguide%2Fnavpane_on.xhp#bm_id3155364;
18 keys;primary keys (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F05020000.xhp#bm_id3148922;
15 numbering;turning off 38 text%2Fshared%2Fguide%2Fnumbering_stop.xhp#bm_id3154186;
1f dates;printing in presentations 35 text%2Fshared%2Foptionen%2F01070400.xhp#bm_id3155450;
13 bullets;turning off 38 text%2Fshared%2Fguide%2Fnumbering_stop.xhp#bm_id3154186;
1e return value type of functions 33 text%2Fsbasic%2Fshared%2F01020300.xhp#bm_id3149456;
11 alternative fonts 2f text%2Fshared%2F02%2F02020000.xhp#bm_id3148983;
1e removing;bullets and numbering 38 text%2Fshared%2Fguide%2Fnumbering_stop.xhp#bm_id3154186;
1f lists;data assigned to controls 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
1b keyboard;removing numbering 38 text%2Fshared%2Fguide%2Fnumbering_stop.xhp#bm_id3154186;
17 page formats;maximizing 38 text%2Fshared%2Fguide%2Fpageformat_max.xhp#bm_id3149180;
1d printers;maximum page formats 38 text%2Fshared%2Fguide%2Fpageformat_max.xhp#bm_id3149180;
10 clone formatting 33 text%2Fshared%2Fguide%2Fpaintbrush.xhp#bm_id380260;
12 formatting;copying 33 text%2Fshared%2Fguide%2Fpaintbrush.xhp#bm_id380260;
1b inserting;clipboard options 31 text%2Fshared%2Fguide%2Fpasting.xhp#bm_id3620715;
14 text formats;pasting 31 text%2Fshared%2Fguide%2Fpasting.xhp#bm_id3620715;
13 colors;not printing 3a text%2Fshared%2Fguide%2Fprint_blackwhite.xhp#bm_id3150125;
26 controls;creating in the dialog editor 38 text%2Fsbasic%2Fguide%2Finsert_control.xhp#bm_id3149182;
16 text;printing in black 3a text%2Fshared%2Fguide%2Fprint_blackwhite.xhp#bm_id3150125;
1f bitmaps;off for faster printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
21 controls;assigning macros (Basic) 33 text%2Fshared%2Fguide%2Fscripting.xhp#bm_id5277565;
1a controls;multi-line titles 2f text%2Fshared%2F02%2F01170101.xhp#bm_id3163820;
11 speed of printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
20 links;between cells and controls 2f text%2Fshared%2F02%2F01170102.xhp#bm_id3145641;
f faster printing 36 text%2Fshared%2Fguide%2Fprint_faster.xhp#bm_id5201574;
12 protected contents 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
25 database contents;inserting as tables 2f text%2Fshared%2F02%2F12070100.xhp#bm_id3156183;
19 parameters;queries (Base) 40 text%2Fshared%2Fexplorer%2Fdatabase%2F02010100.xhp#bm_id3153323;
13 contents protection 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
21 passwords for protecting contents 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
1c security;protecting contents 34 text%2Fshared%2Fguide%2Fprotection.xhp#bm_id3150620;
f marking changes 33 text%2Fshared%2Fguide%2Fredlining.xhp#bm_id3150499;
1e changes;accepting or rejecting 3a text%2Fshared%2Fguide%2Fredlining_accept.xhp#bm_id3150247;
1d comparisons;document versions 3e text%2Fshared%2Fguide%2Fredlining_doccompare.xhp#bm_id3154788;
1c versions;comparing documents 3e text%2Fshared%2Fguide%2Fredlining_doccompare.xhp#bm_id3154788;
d forms;wizards 33 text%2Fshared%2Fautopi%2F01090000.xhp#bm_id9834894;
11 merging;documents 3c text%2Fshared%2Fguide%2Fredlining_docmerge.xhp#bm_id3154230;
22 versions;merging document versions 3c text%2Fshared%2Fguide%2Fredlining_docmerge.xhp#bm_id3154230;
1e lowercase letters;font effects 2f text%2Fshared%2F01%2F05020200.xhp#bm_id3153514;
41 Internet;Internet Explorer for displaying $[officename] documents 31 text%2Fshared%2Fguide%2Factivex.xhp#bm_id3143267;
20 review function;tracking changes 39 text%2Fshared%2Fguide%2Fredlining_enter.xhp#bm_id3155364;
c pair kerning 2f text%2Fshared%2F01%2F05020500.xhp#bm_id3154841;
12 changes;navigating 49 text%2Fshared%2Fguide%2Fredlining_navigation.xhp#bm_redlining_navigation;
1a displaying;tables (Writer) 35 text%2Fshared%2Foptionen%2F01040200.xhp#bm_id3156346;
12 changes;protecting 3b text%2Fshared%2Fguide%2Fredlining_protect.xhp#bm_id3159201;
1c hidden text;showing (Writer) 35 text%2Fshared%2Foptionen%2F01040600.xhp#bm_id3144510;
14 data source explorer 37 text%2Fshared%2Fguide%2Fdatabase_main.xhp#bm_id3153031;
12 records;protecting 3b text%2Fshared%2Fguide%2Fredlining_protect.xhp#bm_id3159201;
22 review function;protecting records 3b text%2Fshared%2Fguide%2Fredlining_protect.xhp#bm_id3159201;
16 versions;of a document 3c text%2Fshared%2Fguide%2Fredlining_versions.xhp#bm_id3154230;