1a02241ffSAndrew Rist/************************************************************** 2a02241ffSAndrew Rist * 3a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4a02241ffSAndrew Rist * or more contributor license agreements. See the NOTICE file 5a02241ffSAndrew Rist * distributed with this work for additional information 6a02241ffSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the 8a02241ffSAndrew Rist * "License"); you may not use this file except in compliance 9a02241ffSAndrew Rist * with the License. You may obtain a copy of the License at 10a02241ffSAndrew Rist * 11a02241ffSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12a02241ffSAndrew Rist * 13a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing, 14a02241ffSAndrew Rist * software distributed under the License is distributed on an 15a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16a02241ffSAndrew Rist * KIND, either express or implied. See the License for the 17a02241ffSAndrew Rist * specific language governing permissions and limitations 18a02241ffSAndrew Rist * under the License. 19a02241ffSAndrew Rist * 20a02241ffSAndrew Rist *************************************************************/ 21a02241ffSAndrew Rist 22cdf0e10cSrcweir//-------------------------------------------------------------------------- 23cdf0e10cSrcweirSfxVoidItem CreateSWDrawView SID_CREATE_SW_DRAWVIEW 24cdf0e10cSrcweir() 25cdf0e10cSrcweir[ 26cdf0e10cSrcweir /* flags: */ 27cdf0e10cSrcweir AutoUpdate = FALSE, 28cdf0e10cSrcweir Cachable = Cachable, 29cdf0e10cSrcweir FastCall = TRUE, 30cdf0e10cSrcweir HasCoreId = FALSE, 31cdf0e10cSrcweir HasDialog = FALSE, 32cdf0e10cSrcweir ReadOnlyDoc = TRUE, 33cdf0e10cSrcweir Toggle = FALSE, 34cdf0e10cSrcweir Container = FALSE, 35cdf0e10cSrcweir RecordAbsolute = FALSE, 36cdf0e10cSrcweir RecordPerSet; 37cdf0e10cSrcweir Synchron; 38cdf0e10cSrcweir /* config: */ 39cdf0e10cSrcweir AccelConfig = FALSE, 40cdf0e10cSrcweir MenuConfig = FALSE, 41cdf0e10cSrcweir StatusBarConfig = FALSE, 42cdf0e10cSrcweir ToolBoxConfig = FALSE, 43cdf0e10cSrcweir GroupId = GID_INSERT; 44cdf0e10cSrcweir] 45cdf0e10cSrcweir 46cdf0e10cSrcweir//-------------------------------------------------------------------------- 47cdf0e10cSrcweirSfxBoolItem AcceptTrackedChanges FN_REDLINE_ACCEPT 48cdf0e10cSrcweir 49cdf0e10cSrcweir[ 50cdf0e10cSrcweir /* flags: */ 51cdf0e10cSrcweir AutoUpdate = FALSE, 52cdf0e10cSrcweir Cachable = Cachable, 53cdf0e10cSrcweir FastCall = FALSE, 54cdf0e10cSrcweir HasCoreId = FALSE, 55cdf0e10cSrcweir HasDialog = FALSE, 56cdf0e10cSrcweir ReadOnlyDoc = FALSE, 57cdf0e10cSrcweir Toggle = FALSE, 58cdf0e10cSrcweir Container = FALSE, 59cdf0e10cSrcweir RecordAbsolute = FALSE, 60cdf0e10cSrcweir RecordPerSet; 61cdf0e10cSrcweir Asynchron; 62cdf0e10cSrcweir 63cdf0e10cSrcweir Readonly = FALSE, 64cdf0e10cSrcweir 65cdf0e10cSrcweir /* config: */ 66cdf0e10cSrcweir AccelConfig = TRUE, 67cdf0e10cSrcweir MenuConfig = TRUE, 68cdf0e10cSrcweir StatusBarConfig = FALSE, 69cdf0e10cSrcweir ToolBoxConfig = TRUE, 70cdf0e10cSrcweir GroupId = GID_EDIT; 71cdf0e10cSrcweir] 72cdf0e10cSrcweir 73cdf0e10cSrcweir//-------------------------------------------------------------------------- 74cdf0e10cSrcweirSfxBoolItem TrackChanges FN_REDLINE_ON 75cdf0e10cSrcweir 76cdf0e10cSrcweir[ 77cdf0e10cSrcweir /* flags: */ 78cdf0e10cSrcweir AutoUpdate = TRUE, 79cdf0e10cSrcweir Cachable = Cachable, 80cdf0e10cSrcweir FastCall = FALSE, 81cdf0e10cSrcweir HasCoreId = FALSE, 82cdf0e10cSrcweir HasDialog = FALSE, 83cdf0e10cSrcweir ReadOnlyDoc = FALSE, 84cdf0e10cSrcweir Toggle = TRUE, 85cdf0e10cSrcweir Container = FALSE, 86cdf0e10cSrcweir RecordAbsolute = FALSE, 87cdf0e10cSrcweir RecordPerSet; 88cdf0e10cSrcweir Synchron; 89cdf0e10cSrcweir 90cdf0e10cSrcweir Readonly = FALSE, 91cdf0e10cSrcweir 92cdf0e10cSrcweir /* config: */ 93cdf0e10cSrcweir AccelConfig = TRUE, 94cdf0e10cSrcweir MenuConfig = TRUE, 95cdf0e10cSrcweir StatusBarConfig = FALSE, 96cdf0e10cSrcweir ToolBoxConfig = TRUE, 97cdf0e10cSrcweir GroupId = GID_EDIT; 98cdf0e10cSrcweir] 99cdf0e10cSrcweir 100cdf0e10cSrcweir//-------------------------------------------------------------------------- 101cdf0e10cSrcweirSfxVoidItem AddAllUnknownWords FN_ADD_UNKNOWN 102cdf0e10cSrcweir() 103cdf0e10cSrcweir[ 104cdf0e10cSrcweir /* flags: */ 105cdf0e10cSrcweir AutoUpdate = TRUE, 106cdf0e10cSrcweir Cachable = Cachable, 107cdf0e10cSrcweir FastCall = FALSE, 108cdf0e10cSrcweir HasCoreId = FALSE, 109cdf0e10cSrcweir HasDialog = FALSE, 110cdf0e10cSrcweir ReadOnlyDoc = TRUE, 111cdf0e10cSrcweir Toggle = FALSE, 112cdf0e10cSrcweir Container = FALSE, 113cdf0e10cSrcweir RecordAbsolute = FALSE, 114cdf0e10cSrcweir RecordPerSet; 115cdf0e10cSrcweir Synchron; 116cdf0e10cSrcweir 117cdf0e10cSrcweir /* config: */ 118cdf0e10cSrcweir AccelConfig = TRUE, 119cdf0e10cSrcweir MenuConfig = TRUE, 120cdf0e10cSrcweir StatusBarConfig = FALSE, 121cdf0e10cSrcweir ToolBoxConfig = TRUE, 122cdf0e10cSrcweir GroupId = GID_OPTIONS; 123cdf0e10cSrcweir] 124cdf0e10cSrcweir 125cdf0e10cSrcweir//-------------------------------------------------------------------------- 126cdf0e10cSrcweirSfxVoidItem AlignBottom FN_FRAME_ALIGN_VERT_BOTTOM 127cdf0e10cSrcweir() 128cdf0e10cSrcweir[ 129cdf0e10cSrcweir /* flags: */ 130cdf0e10cSrcweir AutoUpdate = FALSE, 131cdf0e10cSrcweir Cachable = Cachable, 132cdf0e10cSrcweir FastCall = TRUE, 133cdf0e10cSrcweir HasCoreId = FALSE, 134cdf0e10cSrcweir HasDialog = FALSE, 135cdf0e10cSrcweir ReadOnlyDoc = FALSE, 136cdf0e10cSrcweir Toggle = FALSE, 137cdf0e10cSrcweir Container = FALSE, 138cdf0e10cSrcweir RecordAbsolute = FALSE, 139cdf0e10cSrcweir RecordPerSet; 140cdf0e10cSrcweir Synchron; 141cdf0e10cSrcweir 142cdf0e10cSrcweir /* status: */ 143cdf0e10cSrcweir SlotType = SfxStringItem 144cdf0e10cSrcweir 145cdf0e10cSrcweir /* config: */ 146cdf0e10cSrcweir AccelConfig = TRUE, 147cdf0e10cSrcweir MenuConfig = TRUE, 148cdf0e10cSrcweir StatusBarConfig = FALSE, 149cdf0e10cSrcweir ToolBoxConfig = TRUE, 150cdf0e10cSrcweir GroupId = GID_FRAME; 151cdf0e10cSrcweir] 152cdf0e10cSrcweir 153cdf0e10cSrcweir//-------------------------------------------------------------------------- 154cdf0e10cSrcweirSfxVoidItem AlignCharBottom FN_FRAME_ALIGN_VERT_CHAR_BOTTOM 155cdf0e10cSrcweir() 156cdf0e10cSrcweir[ 157cdf0e10cSrcweir /* flags: */ 158cdf0e10cSrcweir AutoUpdate = FALSE, 159cdf0e10cSrcweir Cachable = Cachable, 160cdf0e10cSrcweir FastCall = TRUE, 161cdf0e10cSrcweir HasCoreId = FALSE, 162cdf0e10cSrcweir HasDialog = FALSE, 163cdf0e10cSrcweir ReadOnlyDoc = FALSE, 164cdf0e10cSrcweir Toggle = FALSE, 165cdf0e10cSrcweir Container = FALSE, 166cdf0e10cSrcweir RecordAbsolute = FALSE, 167cdf0e10cSrcweir RecordPerSet; 168cdf0e10cSrcweir Synchron; 169cdf0e10cSrcweir 170cdf0e10cSrcweir /* status: */ 171cdf0e10cSrcweir SlotType = SfxStringItem 172cdf0e10cSrcweir 173cdf0e10cSrcweir /* config: */ 174cdf0e10cSrcweir AccelConfig = TRUE, 175cdf0e10cSrcweir MenuConfig = TRUE, 176cdf0e10cSrcweir StatusBarConfig = FALSE, 177cdf0e10cSrcweir ToolBoxConfig = TRUE, 178cdf0e10cSrcweir GroupId = GID_FRAME; 179cdf0e10cSrcweir] 180cdf0e10cSrcweir 181cdf0e10cSrcweir//-------------------------------------------------------------------------- 182cdf0e10cSrcweirSfxVoidItem AlignCharTop FN_FRAME_ALIGN_VERT_CHAR_TOP 183cdf0e10cSrcweir() 184cdf0e10cSrcweir[ 185cdf0e10cSrcweir /* flags: */ 186cdf0e10cSrcweir AutoUpdate = FALSE, 187cdf0e10cSrcweir Cachable = Cachable, 188cdf0e10cSrcweir FastCall = TRUE, 189cdf0e10cSrcweir HasCoreId = FALSE, 190cdf0e10cSrcweir HasDialog = FALSE, 191cdf0e10cSrcweir ReadOnlyDoc = FALSE, 192cdf0e10cSrcweir Toggle = FALSE, 193cdf0e10cSrcweir Container = FALSE, 194cdf0e10cSrcweir RecordAbsolute = FALSE, 195cdf0e10cSrcweir RecordPerSet; 196cdf0e10cSrcweir Synchron; 197cdf0e10cSrcweir 198cdf0e10cSrcweir /* status: */ 199cdf0e10cSrcweir SlotType = SfxStringItem 200cdf0e10cSrcweir 201cdf0e10cSrcweir /* config: */ 202cdf0e10cSrcweir AccelConfig = TRUE, 203cdf0e10cSrcweir MenuConfig = TRUE, 204cdf0e10cSrcweir StatusBarConfig = FALSE, 205cdf0e10cSrcweir ToolBoxConfig = TRUE, 206cdf0e10cSrcweir GroupId = GID_FRAME; 207cdf0e10cSrcweir] 208cdf0e10cSrcweir 209cdf0e10cSrcweir//-------------------------------------------------------------------------- 210cdf0e10cSrcweirSfxVoidItem AlignHorizontalCenter FN_FRAME_ALIGN_HORZ_CENTER 211cdf0e10cSrcweir() 212cdf0e10cSrcweir[ 213cdf0e10cSrcweir /* flags: */ 214cdf0e10cSrcweir AutoUpdate = FALSE, 215cdf0e10cSrcweir Cachable = Cachable, 216cdf0e10cSrcweir FastCall = TRUE, 217cdf0e10cSrcweir HasCoreId = FALSE, 218cdf0e10cSrcweir HasDialog = FALSE, 219cdf0e10cSrcweir ReadOnlyDoc = FALSE, 220cdf0e10cSrcweir Toggle = FALSE, 221cdf0e10cSrcweir Container = FALSE, 222cdf0e10cSrcweir RecordAbsolute = FALSE, 223cdf0e10cSrcweir RecordPerSet; 224cdf0e10cSrcweir Synchron; 225cdf0e10cSrcweir 226cdf0e10cSrcweir /* config: */ 227cdf0e10cSrcweir AccelConfig = TRUE, 228cdf0e10cSrcweir MenuConfig = TRUE, 229cdf0e10cSrcweir StatusBarConfig = FALSE, 230cdf0e10cSrcweir ToolBoxConfig = TRUE, 231cdf0e10cSrcweir GroupId = GID_FRAME; 232cdf0e10cSrcweir] 233cdf0e10cSrcweir 234cdf0e10cSrcweir//-------------------------------------------------------------------------- 235cdf0e10cSrcweirSfxVoidItem AlignLeft FN_FRAME_ALIGN_HORZ_LEFT 236cdf0e10cSrcweir() 237cdf0e10cSrcweir[ 238cdf0e10cSrcweir /* flags: */ 239cdf0e10cSrcweir AutoUpdate = FALSE, 240cdf0e10cSrcweir Cachable = Cachable, 241cdf0e10cSrcweir FastCall = TRUE, 242cdf0e10cSrcweir HasCoreId = FALSE, 243cdf0e10cSrcweir HasDialog = FALSE, 244cdf0e10cSrcweir ReadOnlyDoc = FALSE, 245cdf0e10cSrcweir Toggle = FALSE, 246cdf0e10cSrcweir Container = FALSE, 247cdf0e10cSrcweir RecordAbsolute = FALSE, 248cdf0e10cSrcweir RecordPerSet; 249cdf0e10cSrcweir Synchron; 250cdf0e10cSrcweir 251cdf0e10cSrcweir /* config: */ 252cdf0e10cSrcweir AccelConfig = TRUE, 253cdf0e10cSrcweir MenuConfig = TRUE, 254cdf0e10cSrcweir StatusBarConfig = FALSE, 255cdf0e10cSrcweir ToolBoxConfig = TRUE, 256cdf0e10cSrcweir GroupId = GID_FRAME; 257cdf0e10cSrcweir] 258cdf0e10cSrcweir 259cdf0e10cSrcweir//-------------------------------------------------------------------------- 260cdf0e10cSrcweirSfxVoidItem AlignRight FN_FRAME_ALIGN_HORZ_RIGHT 261cdf0e10cSrcweir() 262cdf0e10cSrcweir[ 263cdf0e10cSrcweir /* flags: */ 264cdf0e10cSrcweir AutoUpdate = FALSE, 265cdf0e10cSrcweir Cachable = Cachable, 266cdf0e10cSrcweir FastCall = TRUE, 267cdf0e10cSrcweir HasCoreId = FALSE, 268cdf0e10cSrcweir HasDialog = FALSE, 269cdf0e10cSrcweir ReadOnlyDoc = FALSE, 270cdf0e10cSrcweir Toggle = FALSE, 271cdf0e10cSrcweir Container = FALSE, 272cdf0e10cSrcweir RecordAbsolute = FALSE, 273cdf0e10cSrcweir RecordPerSet; 274cdf0e10cSrcweir Synchron; 275cdf0e10cSrcweir 276cdf0e10cSrcweir /* config: */ 277cdf0e10cSrcweir AccelConfig = TRUE, 278cdf0e10cSrcweir MenuConfig = TRUE, 279cdf0e10cSrcweir StatusBarConfig = FALSE, 280cdf0e10cSrcweir ToolBoxConfig = TRUE, 281cdf0e10cSrcweir GroupId = GID_FRAME; 282cdf0e10cSrcweir] 283cdf0e10cSrcweir 284cdf0e10cSrcweir//-------------------------------------------------------------------------- 285cdf0e10cSrcweirSfxVoidItem AlignRowBottom FN_FRAME_ALIGN_VERT_ROW_BOTTOM 286cdf0e10cSrcweir() 287cdf0e10cSrcweir[ 288cdf0e10cSrcweir /* flags: */ 289cdf0e10cSrcweir AutoUpdate = FALSE, 290cdf0e10cSrcweir Cachable = Cachable, 291cdf0e10cSrcweir FastCall = TRUE, 292cdf0e10cSrcweir HasCoreId = FALSE, 293cdf0e10cSrcweir HasDialog = FALSE, 294cdf0e10cSrcweir ReadOnlyDoc = FALSE, 295cdf0e10cSrcweir Toggle = FALSE, 296cdf0e10cSrcweir Container = FALSE, 297cdf0e10cSrcweir RecordAbsolute = FALSE, 298cdf0e10cSrcweir RecordPerSet; 299cdf0e10cSrcweir Synchron; 300cdf0e10cSrcweir 301cdf0e10cSrcweir /* status: */ 302cdf0e10cSrcweir SlotType = SfxStringItem 303cdf0e10cSrcweir 304cdf0e10cSrcweir /* config: */ 305cdf0e10cSrcweir AccelConfig = TRUE, 306cdf0e10cSrcweir MenuConfig = TRUE, 307cdf0e10cSrcweir StatusBarConfig = FALSE, 308cdf0e10cSrcweir ToolBoxConfig = TRUE, 309cdf0e10cSrcweir GroupId = GID_FRAME; 310cdf0e10cSrcweir] 311cdf0e10cSrcweir 312cdf0e10cSrcweir//-------------------------------------------------------------------------- 313cdf0e10cSrcweirSfxVoidItem AlignRowTop FN_FRAME_ALIGN_VERT_ROW_TOP 314cdf0e10cSrcweir() 315cdf0e10cSrcweir[ 316cdf0e10cSrcweir /* flags: */ 317cdf0e10cSrcweir AutoUpdate = FALSE, 318cdf0e10cSrcweir Cachable = Cachable, 319cdf0e10cSrcweir FastCall = TRUE, 320cdf0e10cSrcweir HasCoreId = FALSE, 321cdf0e10cSrcweir HasDialog = FALSE, 322cdf0e10cSrcweir ReadOnlyDoc = FALSE, 323cdf0e10cSrcweir Toggle = FALSE, 324cdf0e10cSrcweir Container = FALSE, 325cdf0e10cSrcweir RecordAbsolute = FALSE, 326cdf0e10cSrcweir RecordPerSet; 327cdf0e10cSrcweir Synchron; 328cdf0e10cSrcweir 329cdf0e10cSrcweir /* status: */ 330cdf0e10cSrcweir SlotType = SfxStringItem 331cdf0e10cSrcweir 332cdf0e10cSrcweir /* config: */ 333cdf0e10cSrcweir AccelConfig = TRUE, 334cdf0e10cSrcweir MenuConfig = TRUE, 335cdf0e10cSrcweir StatusBarConfig = FALSE, 336cdf0e10cSrcweir ToolBoxConfig = TRUE, 337cdf0e10cSrcweir GroupId = GID_FRAME; 338cdf0e10cSrcweir] 339cdf0e10cSrcweir 340cdf0e10cSrcweir//-------------------------------------------------------------------------- 341cdf0e10cSrcweirSfxVoidItem AlignTop FN_FRAME_ALIGN_VERT_TOP 342cdf0e10cSrcweir() 343cdf0e10cSrcweir[ 344cdf0e10cSrcweir /* flags: */ 345cdf0e10cSrcweir AutoUpdate = FALSE, 346cdf0e10cSrcweir Cachable = Cachable, 347cdf0e10cSrcweir FastCall = TRUE, 348cdf0e10cSrcweir HasCoreId = FALSE, 349cdf0e10cSrcweir HasDialog = FALSE, 350cdf0e10cSrcweir ReadOnlyDoc = FALSE, 351cdf0e10cSrcweir Toggle = FALSE, 352cdf0e10cSrcweir Container = FALSE, 353cdf0e10cSrcweir RecordAbsolute = FALSE, 354cdf0e10cSrcweir RecordPerSet; 355cdf0e10cSrcweir Synchron; 356cdf0e10cSrcweir 357cdf0e10cSrcweir /* status: */ 358cdf0e10cSrcweir SlotType = SfxStringItem 359cdf0e10cSrcweir 360cdf0e10cSrcweir /* config: */ 361cdf0e10cSrcweir AccelConfig = TRUE, 362cdf0e10cSrcweir MenuConfig = TRUE, 363cdf0e10cSrcweir StatusBarConfig = FALSE, 364cdf0e10cSrcweir ToolBoxConfig = TRUE, 365cdf0e10cSrcweir GroupId = GID_FRAME; 366cdf0e10cSrcweir] 367cdf0e10cSrcweir 368cdf0e10cSrcweir//-------------------------------------------------------------------------- 369cdf0e10cSrcweirSfxVoidItem AlignVerticalCenter FN_FRAME_ALIGN_VERT_CENTER 370cdf0e10cSrcweir() 371cdf0e10cSrcweir[ 372cdf0e10cSrcweir /* flags: */ 373cdf0e10cSrcweir AutoUpdate = FALSE, 374cdf0e10cSrcweir Cachable = Cachable, 375cdf0e10cSrcweir FastCall = TRUE, 376cdf0e10cSrcweir HasCoreId = FALSE, 377cdf0e10cSrcweir HasDialog = FALSE, 378cdf0e10cSrcweir ReadOnlyDoc = FALSE, 379cdf0e10cSrcweir Toggle = FALSE, 380cdf0e10cSrcweir Container = FALSE, 381cdf0e10cSrcweir RecordAbsolute = FALSE, 382cdf0e10cSrcweir RecordPerSet; 383cdf0e10cSrcweir Synchron; 384cdf0e10cSrcweir 385cdf0e10cSrcweir /* status: */ 386cdf0e10cSrcweir SlotType = SfxStringItem 387cdf0e10cSrcweir 388cdf0e10cSrcweir /* config: */ 389cdf0e10cSrcweir AccelConfig = TRUE, 390cdf0e10cSrcweir MenuConfig = TRUE, 391cdf0e10cSrcweir StatusBarConfig = FALSE, 392cdf0e10cSrcweir ToolBoxConfig = TRUE, 393cdf0e10cSrcweir GroupId = GID_FRAME; 394cdf0e10cSrcweir] 395cdf0e10cSrcweir 396cdf0e10cSrcweir//-------------------------------------------------------------------------- 397cdf0e10cSrcweirSfxVoidItem AlignVerticalCharCenter FN_FRAME_ALIGN_VERT_CHAR_CENTER 398cdf0e10cSrcweir() 399cdf0e10cSrcweir[ 400cdf0e10cSrcweir /* flags: */ 401cdf0e10cSrcweir AutoUpdate = FALSE, 402cdf0e10cSrcweir Cachable = Cachable, 403cdf0e10cSrcweir FastCall = TRUE, 404cdf0e10cSrcweir HasCoreId = FALSE, 405cdf0e10cSrcweir HasDialog = FALSE, 406cdf0e10cSrcweir ReadOnlyDoc = FALSE, 407cdf0e10cSrcweir Toggle = FALSE, 408cdf0e10cSrcweir Container = FALSE, 409cdf0e10cSrcweir RecordAbsolute = FALSE, 410cdf0e10cSrcweir RecordPerSet; 411cdf0e10cSrcweir Synchron; 412cdf0e10cSrcweir 413cdf0e10cSrcweir /* status: */ 414cdf0e10cSrcweir SlotType = SfxStringItem 415cdf0e10cSrcweir 416cdf0e10cSrcweir /* config: */ 417cdf0e10cSrcweir AccelConfig = TRUE, 418cdf0e10cSrcweir MenuConfig = TRUE, 419cdf0e10cSrcweir StatusBarConfig = FALSE, 420cdf0e10cSrcweir ToolBoxConfig = TRUE, 421cdf0e10cSrcweir GroupId = GID_FRAME; 422cdf0e10cSrcweir] 423cdf0e10cSrcweir 424cdf0e10cSrcweir//-------------------------------------------------------------------------- 425cdf0e10cSrcweirSfxVoidItem AlignVerticalRowCenter FN_FRAME_ALIGN_VERT_ROW_CENTER 426cdf0e10cSrcweir() 427cdf0e10cSrcweir[ 428cdf0e10cSrcweir /* flags: */ 429cdf0e10cSrcweir AutoUpdate = FALSE, 430cdf0e10cSrcweir Cachable = Cachable, 431cdf0e10cSrcweir FastCall = TRUE, 432cdf0e10cSrcweir HasCoreId = FALSE, 433cdf0e10cSrcweir HasDialog = FALSE, 434cdf0e10cSrcweir ReadOnlyDoc = FALSE, 435cdf0e10cSrcweir Toggle = FALSE, 436cdf0e10cSrcweir Container = FALSE, 437cdf0e10cSrcweir RecordAbsolute = FALSE, 438cdf0e10cSrcweir RecordPerSet; 439cdf0e10cSrcweir Synchron; 440cdf0e10cSrcweir 441cdf0e10cSrcweir /* status: */ 442cdf0e10cSrcweir SlotType = SfxStringItem 443cdf0e10cSrcweir 444cdf0e10cSrcweir /* config: */ 445cdf0e10cSrcweir AccelConfig = TRUE, 446cdf0e10cSrcweir MenuConfig = TRUE, 447cdf0e10cSrcweir StatusBarConfig = FALSE, 448cdf0e10cSrcweir ToolBoxConfig = TRUE, 449cdf0e10cSrcweir GroupId = GID_FRAME; 450cdf0e10cSrcweir] 451cdf0e10cSrcweir 452cdf0e10cSrcweir//-------------------------------------------------------------------------- 453cdf0e10cSrcweirSfxVoidItem AuthoritiesEntryDialog FN_EDIT_AUTH_ENTRY_DLG 454cdf0e10cSrcweir() 455cdf0e10cSrcweir[ 456cdf0e10cSrcweir /* flags: */ 457cdf0e10cSrcweir AutoUpdate = TRUE, 458cdf0e10cSrcweir Cachable = Cachable, 459cdf0e10cSrcweir FastCall = FALSE, 460cdf0e10cSrcweir HasCoreId = FALSE, 461cdf0e10cSrcweir HasDialog = TRUE, 462cdf0e10cSrcweir ReadOnlyDoc = FALSE, 463cdf0e10cSrcweir Toggle = FALSE, 464cdf0e10cSrcweir Container = FALSE, 465cdf0e10cSrcweir RecordAbsolute = FALSE, 466cdf0e10cSrcweir RecordPerSet; 467cdf0e10cSrcweir Asynchron; 468cdf0e10cSrcweir 469cdf0e10cSrcweir /* config: */ 470cdf0e10cSrcweir AccelConfig = TRUE, 471cdf0e10cSrcweir MenuConfig = TRUE, 472cdf0e10cSrcweir StatusBarConfig = FALSE, 473cdf0e10cSrcweir ToolBoxConfig = TRUE, 474cdf0e10cSrcweir GroupId = GID_EDIT; 475cdf0e10cSrcweir] 476cdf0e10cSrcweir 477cdf0e10cSrcweir//-------------------------------------------------------------------------- 478cdf0e10cSrcweirSfxVoidItem AutoFormatApply FN_AUTOFORMAT_APPLY 479cdf0e10cSrcweir() 480cdf0e10cSrcweir[ 481cdf0e10cSrcweir /* flags: */ 482cdf0e10cSrcweir AutoUpdate = FALSE, 483cdf0e10cSrcweir Cachable = Cachable, 484cdf0e10cSrcweir FastCall = FALSE, 485cdf0e10cSrcweir HasCoreId = FALSE, 486cdf0e10cSrcweir HasDialog = FALSE, 487cdf0e10cSrcweir ReadOnlyDoc = FALSE, 488cdf0e10cSrcweir Toggle = FALSE, 489cdf0e10cSrcweir Container = FALSE, 490cdf0e10cSrcweir RecordAbsolute = FALSE, 491cdf0e10cSrcweir RecordPerSet; 492cdf0e10cSrcweir Asynchron; 493cdf0e10cSrcweir 494cdf0e10cSrcweir /* config: */ 495cdf0e10cSrcweir AccelConfig = TRUE, 496cdf0e10cSrcweir MenuConfig = TRUE, 497cdf0e10cSrcweir StatusBarConfig = FALSE, 498cdf0e10cSrcweir ToolBoxConfig = TRUE, 499cdf0e10cSrcweir GroupId = GID_FORMAT; 500cdf0e10cSrcweir] 501cdf0e10cSrcweir 502cdf0e10cSrcweir//-------------------------------------------------------------------------- 503cdf0e10cSrcweirSfxVoidItem AutoFormatRedlineApply FN_AUTOFORMAT_REDLINE_APPLY 504cdf0e10cSrcweir() 505cdf0e10cSrcweir[ 506cdf0e10cSrcweir /* flags: */ 507cdf0e10cSrcweir AutoUpdate = FALSE, 508cdf0e10cSrcweir Cachable = Cachable, 509cdf0e10cSrcweir FastCall = FALSE, 510cdf0e10cSrcweir HasCoreId = FALSE, 511cdf0e10cSrcweir HasDialog = FALSE, 512cdf0e10cSrcweir ReadOnlyDoc = FALSE, 513cdf0e10cSrcweir Toggle = FALSE, 514cdf0e10cSrcweir Container = FALSE, 515cdf0e10cSrcweir RecordAbsolute = FALSE, 516cdf0e10cSrcweir RecordPerSet; 517cdf0e10cSrcweir Asynchron; 518cdf0e10cSrcweir 519cdf0e10cSrcweir /* config: */ 520cdf0e10cSrcweir AccelConfig = TRUE, 521cdf0e10cSrcweir MenuConfig = TRUE, 522cdf0e10cSrcweir StatusBarConfig = FALSE, 523cdf0e10cSrcweir ToolBoxConfig = TRUE, 524cdf0e10cSrcweir GroupId = GID_FORMAT; 525cdf0e10cSrcweir] 526cdf0e10cSrcweir 527cdf0e10cSrcweir//-------------------------------------------------------------------------- 528cdf0e10cSrcweirSfxVoidItem AutoSum FN_TABLE_AUTOSUM 529cdf0e10cSrcweir() 530cdf0e10cSrcweir[ 531cdf0e10cSrcweir /* flags: */ 532cdf0e10cSrcweir AutoUpdate = FALSE, 533cdf0e10cSrcweir Cachable = Cachable, 534cdf0e10cSrcweir FastCall = FALSE, 535cdf0e10cSrcweir HasCoreId = FALSE, 536cdf0e10cSrcweir HasDialog = FALSE, 537cdf0e10cSrcweir ReadOnlyDoc = FALSE, 538cdf0e10cSrcweir Toggle = FALSE, 539cdf0e10cSrcweir Container = FALSE, 540cdf0e10cSrcweir RecordAbsolute = FALSE, 541cdf0e10cSrcweir RecordPerSet; 542cdf0e10cSrcweir Synchron; 543cdf0e10cSrcweir 544cdf0e10cSrcweir /* config: */ 545cdf0e10cSrcweir AccelConfig = TRUE, 546cdf0e10cSrcweir MenuConfig = TRUE, 547cdf0e10cSrcweir StatusBarConfig = FALSE, 548cdf0e10cSrcweir ToolBoxConfig = TRUE, 549cdf0e10cSrcweir GroupId = GID_TABLE; 550cdf0e10cSrcweir] 551cdf0e10cSrcweir 552cdf0e10cSrcweir//-------------------------------------------------------------------------- 553cdf0e10cSrcweirSvxColorItem BackColor SID_ATTR_CHAR_COLOR_BACKGROUND 554cdf0e10cSrcweir 555cdf0e10cSrcweir[ 556cdf0e10cSrcweir /* flags: */ 557cdf0e10cSrcweir AutoUpdate = TRUE, 558cdf0e10cSrcweir Cachable = Cachable, 559cdf0e10cSrcweir FastCall = FALSE, 560cdf0e10cSrcweir HasCoreId = FALSE, 561cdf0e10cSrcweir HasDialog = FALSE, 562cdf0e10cSrcweir ReadOnlyDoc = FALSE, 563cdf0e10cSrcweir Toggle = FALSE, 564cdf0e10cSrcweir Container = FALSE, 565cdf0e10cSrcweir RecordAbsolute = FALSE, 566cdf0e10cSrcweir RecordPerSet; 567cdf0e10cSrcweir Synchron; 568cdf0e10cSrcweir 569cdf0e10cSrcweir Readonly = FALSE, 570cdf0e10cSrcweir 571cdf0e10cSrcweir /* config: */ 572cdf0e10cSrcweir AccelConfig = FALSE, 573cdf0e10cSrcweir MenuConfig = FALSE, 574cdf0e10cSrcweir StatusBarConfig = FALSE, 575cdf0e10cSrcweir ToolBoxConfig = TRUE, 576cdf0e10cSrcweir GroupId = GID_FORMAT; 577cdf0e10cSrcweir] 578cdf0e10cSrcweir 579cdf0e10cSrcweir//-------------------------------------------------------------------------- 580cdf0e10cSrcweirSfxVoidItem BackgroundDialog FN_FORMAT_BACKGROUND_DLG 581cdf0e10cSrcweir() 582cdf0e10cSrcweir[ 583cdf0e10cSrcweir /* flags: */ 584cdf0e10cSrcweir AutoUpdate = FALSE, 585cdf0e10cSrcweir Cachable = Cachable, 586cdf0e10cSrcweir FastCall = TRUE, 587cdf0e10cSrcweir HasCoreId = FALSE, 588cdf0e10cSrcweir HasDialog = TRUE, 589cdf0e10cSrcweir ReadOnlyDoc = FALSE, 590cdf0e10cSrcweir Toggle = FALSE, 591cdf0e10cSrcweir Container = FALSE, 592cdf0e10cSrcweir RecordAbsolute = FALSE, 593cdf0e10cSrcweir RecordPerSet; 594cdf0e10cSrcweir Asynchron; 595cdf0e10cSrcweir 596cdf0e10cSrcweir /* config: */ 597cdf0e10cSrcweir AccelConfig = TRUE, 598cdf0e10cSrcweir MenuConfig = TRUE, 599cdf0e10cSrcweir StatusBarConfig = FALSE, 600cdf0e10cSrcweir ToolBoxConfig = TRUE, 601cdf0e10cSrcweir GroupId = GID_FORMAT; 602cdf0e10cSrcweir] 603cdf0e10cSrcweir 604cdf0e10cSrcweir//-------------------------------------------------------------------------- 605cdf0e10cSrcweirSfxVoidItem SwBackspace FN_BACKSPACE 606cdf0e10cSrcweir() 607cdf0e10cSrcweir[ 608cdf0e10cSrcweir /* flags: */ 609cdf0e10cSrcweir AutoUpdate = FALSE, 610cdf0e10cSrcweir Cachable = Cachable, 611cdf0e10cSrcweir FastCall = TRUE, 612cdf0e10cSrcweir HasCoreId = FALSE, 613cdf0e10cSrcweir HasDialog = FALSE, 614cdf0e10cSrcweir ReadOnlyDoc = FALSE, 615cdf0e10cSrcweir Toggle = FALSE, 616cdf0e10cSrcweir Container = FALSE, 617cdf0e10cSrcweir RecordAbsolute = FALSE, 618cdf0e10cSrcweir RecordPerSet; 619cdf0e10cSrcweir Synchron; 620cdf0e10cSrcweir 621cdf0e10cSrcweir /* config: */ 622cdf0e10cSrcweir AccelConfig = TRUE, 623cdf0e10cSrcweir MenuConfig = FALSE, 624cdf0e10cSrcweir StatusBarConfig = FALSE, 625cdf0e10cSrcweir ToolBoxConfig = FALSE, 626cdf0e10cSrcweir GroupId = GID_EDIT; 627cdf0e10cSrcweir] 628cdf0e10cSrcweir 629cdf0e10cSrcweir//-------------------------------------------------------------------------- 630cdf0e10cSrcweirSfxVoidItem BorderDialog FN_FORMAT_BORDER_DLG 631cdf0e10cSrcweir() 632cdf0e10cSrcweir[ 633cdf0e10cSrcweir /* flags: */ 634cdf0e10cSrcweir AutoUpdate = FALSE, 635cdf0e10cSrcweir Cachable = Cachable, 636cdf0e10cSrcweir FastCall = TRUE, 637cdf0e10cSrcweir HasCoreId = FALSE, 638cdf0e10cSrcweir HasDialog = TRUE, 639cdf0e10cSrcweir ReadOnlyDoc = FALSE, 640cdf0e10cSrcweir Toggle = FALSE, 641cdf0e10cSrcweir Container = FALSE, 642cdf0e10cSrcweir RecordAbsolute = FALSE, 643cdf0e10cSrcweir RecordPerSet; 644cdf0e10cSrcweir Asynchron; 645cdf0e10cSrcweir 646cdf0e10cSrcweir /* config: */ 647cdf0e10cSrcweir AccelConfig = TRUE, 648cdf0e10cSrcweir MenuConfig = TRUE, 649cdf0e10cSrcweir StatusBarConfig = FALSE, 650cdf0e10cSrcweir ToolBoxConfig = TRUE, 651cdf0e10cSrcweir GroupId = GID_FORMAT; 652cdf0e10cSrcweir] 653cdf0e10cSrcweir 654cdf0e10cSrcweir//-------------------------------------------------------------------------- 655cdf0e10cSrcweirSfxVoidItem BulletsAndNumberingDialog FN_NUMBER_BULLETS 656cdf0e10cSrcweir() 657cdf0e10cSrcweir[ 658cdf0e10cSrcweir /* flags: */ 659cdf0e10cSrcweir AutoUpdate = FALSE, 660cdf0e10cSrcweir Cachable = Cachable, 661cdf0e10cSrcweir FastCall = FALSE, 662cdf0e10cSrcweir HasCoreId = FALSE, 663cdf0e10cSrcweir HasDialog = TRUE, 664cdf0e10cSrcweir ReadOnlyDoc = FALSE, 665cdf0e10cSrcweir Toggle = FALSE, 666cdf0e10cSrcweir Container = FALSE, 667cdf0e10cSrcweir RecordAbsolute = FALSE, 668cdf0e10cSrcweir RecordPerSet; 669cdf0e10cSrcweir Asynchron; 670cdf0e10cSrcweir 671cdf0e10cSrcweir ImageRotation = TRUE; 672cdf0e10cSrcweir ImageReflection = TRUE; 673cdf0e10cSrcweir /* config: */ 674cdf0e10cSrcweir AccelConfig = TRUE, 675cdf0e10cSrcweir MenuConfig = TRUE, 676cdf0e10cSrcweir StatusBarConfig = FALSE, 677cdf0e10cSrcweir ToolBoxConfig = TRUE, 678cdf0e10cSrcweir GroupId = GID_ENUMERATION; 679cdf0e10cSrcweir] 680cdf0e10cSrcweir 681cdf0e10cSrcweir//-------------------------------------------------------------------------- 682cdf0e10cSrcweirSfxVoidItem Calc FN_CALC_TABLE 683cdf0e10cSrcweir() 684cdf0e10cSrcweir[ 685cdf0e10cSrcweir /* flags: */ 686cdf0e10cSrcweir AutoUpdate = FALSE, 687cdf0e10cSrcweir Cachable = Cachable, 688cdf0e10cSrcweir FastCall = TRUE, 689cdf0e10cSrcweir HasCoreId = FALSE, 690cdf0e10cSrcweir HasDialog = FALSE, 691cdf0e10cSrcweir ReadOnlyDoc = FALSE, 692cdf0e10cSrcweir Toggle = FALSE, 693cdf0e10cSrcweir Container = FALSE, 694cdf0e10cSrcweir RecordAbsolute = FALSE, 695cdf0e10cSrcweir RecordPerSet; 696cdf0e10cSrcweir Synchron; 697cdf0e10cSrcweir 698cdf0e10cSrcweir /* config: */ 699cdf0e10cSrcweir AccelConfig = TRUE, 700cdf0e10cSrcweir MenuConfig = TRUE, 701cdf0e10cSrcweir StatusBarConfig = FALSE, 702cdf0e10cSrcweir ToolBoxConfig = TRUE, 703cdf0e10cSrcweir GroupId = GID_TABLE; 704cdf0e10cSrcweir] 705cdf0e10cSrcweir 706cdf0e10cSrcweir//-------------------------------------------------------------------------- 707cdf0e10cSrcweirSfxVoidItem CalculateSel FN_CALCULATE 708cdf0e10cSrcweir() 709cdf0e10cSrcweir[ 710cdf0e10cSrcweir /* flags: */ 711cdf0e10cSrcweir AutoUpdate = FALSE, 712cdf0e10cSrcweir Cachable = Cachable, 713cdf0e10cSrcweir FastCall = FALSE, 714cdf0e10cSrcweir HasCoreId = FALSE, 715cdf0e10cSrcweir HasDialog = FALSE, 716cdf0e10cSrcweir ReadOnlyDoc = FALSE, 717cdf0e10cSrcweir Toggle = FALSE, 718cdf0e10cSrcweir Container = FALSE, 719cdf0e10cSrcweir RecordAbsolute = FALSE, 720cdf0e10cSrcweir RecordPerSet; 721cdf0e10cSrcweir Synchron; 722cdf0e10cSrcweir 723cdf0e10cSrcweir /* config: */ 724cdf0e10cSrcweir AccelConfig = TRUE, 725cdf0e10cSrcweir MenuConfig = TRUE, 726cdf0e10cSrcweir StatusBarConfig = FALSE, 727cdf0e10cSrcweir ToolBoxConfig = TRUE, 728cdf0e10cSrcweir GroupId = GID_OPTIONS; 729cdf0e10cSrcweir] 730cdf0e10cSrcweir 731cdf0e10cSrcweir//-------------------------------------------------------------------------- 732cdf0e10cSrcweirSfxBoolItem ChainFrames FN_FRAME_CHAIN 733cdf0e10cSrcweir 734cdf0e10cSrcweir[ 735cdf0e10cSrcweir /* flags: */ 736cdf0e10cSrcweir AutoUpdate = TRUE, 737cdf0e10cSrcweir Cachable = Cachable, 738cdf0e10cSrcweir FastCall = FALSE, 739cdf0e10cSrcweir HasCoreId = FALSE, 740cdf0e10cSrcweir HasDialog = FALSE, 741cdf0e10cSrcweir ReadOnlyDoc = FALSE, 742cdf0e10cSrcweir Toggle = TRUE, 743cdf0e10cSrcweir Container = FALSE, 744cdf0e10cSrcweir RecordAbsolute = FALSE, 745cdf0e10cSrcweir RecordPerSet; 746cdf0e10cSrcweir Synchron; 747cdf0e10cSrcweir 748cdf0e10cSrcweir Readonly = FALSE, 749cdf0e10cSrcweir 750cdf0e10cSrcweir /* config: */ 751cdf0e10cSrcweir AccelConfig = FALSE, 752cdf0e10cSrcweir MenuConfig = TRUE, 753cdf0e10cSrcweir StatusBarConfig = FALSE, 754cdf0e10cSrcweir ToolBoxConfig = TRUE, 755cdf0e10cSrcweir GroupId = GID_FRAME; 756cdf0e10cSrcweir] 757cdf0e10cSrcweir 758cdf0e10cSrcweir//-------------------------------------------------------------------------- 759cdf0e10cSrcweirSfxVoidItem ChangeDatabaseField FN_CHANGE_DBFIELD 760cdf0e10cSrcweir() 761cdf0e10cSrcweir[ 762cdf0e10cSrcweir /* flags: */ 763cdf0e10cSrcweir AutoUpdate = FALSE, 764cdf0e10cSrcweir Cachable = Cachable, 765cdf0e10cSrcweir FastCall = FALSE, 766cdf0e10cSrcweir HasCoreId = FALSE, 767cdf0e10cSrcweir HasDialog = TRUE, 768cdf0e10cSrcweir ReadOnlyDoc = FALSE, 769cdf0e10cSrcweir Toggle = FALSE, 770cdf0e10cSrcweir Container = FALSE, 771cdf0e10cSrcweir RecordAbsolute = FALSE, 772cdf0e10cSrcweir RecordPerSet; 773cdf0e10cSrcweir Asynchron; 774cdf0e10cSrcweir 775cdf0e10cSrcweir /* config: */ 776cdf0e10cSrcweir AccelConfig = TRUE, 777cdf0e10cSrcweir MenuConfig = TRUE, 778cdf0e10cSrcweir StatusBarConfig = FALSE, 779cdf0e10cSrcweir ToolBoxConfig = TRUE, 780cdf0e10cSrcweir GroupId = GID_DATA; 781cdf0e10cSrcweir] 782cdf0e10cSrcweir 783cdf0e10cSrcweir//-------------------------------------------------------------------------- 784cdf0e10cSrcweirSfxVoidItem ChapterNumberingDialog FN_NUMBERING_OUTLINE_DLG 785cdf0e10cSrcweir() 786cdf0e10cSrcweir[ 787cdf0e10cSrcweir /* flags: */ 788cdf0e10cSrcweir AutoUpdate = FALSE, 789cdf0e10cSrcweir Cachable = Cachable, 790cdf0e10cSrcweir FastCall = TRUE, 791cdf0e10cSrcweir HasCoreId = FALSE, 792cdf0e10cSrcweir HasDialog = TRUE, 793cdf0e10cSrcweir ReadOnlyDoc = FALSE, 794cdf0e10cSrcweir Toggle = FALSE, 795cdf0e10cSrcweir Container = FALSE, 796cdf0e10cSrcweir RecordAbsolute = FALSE, 797cdf0e10cSrcweir RecordPerSet; 798cdf0e10cSrcweir Asynchron; 799cdf0e10cSrcweir 800cdf0e10cSrcweir /* config: */ 801cdf0e10cSrcweir AccelConfig = TRUE, 802cdf0e10cSrcweir MenuConfig = TRUE, 803cdf0e10cSrcweir StatusBarConfig = FALSE, 804cdf0e10cSrcweir ToolBoxConfig = TRUE, 805cdf0e10cSrcweir GroupId = GID_OPTIONS; 806cdf0e10cSrcweir] 807cdf0e10cSrcweir 808cdf0e10cSrcweir//-------------------------------------------------------------------------- 809cdf0e10cSrcweirSfxBoolItem CharBackgroundExt SID_ATTR_CHAR_COLOR_BACKGROUND_EXT 810cdf0e10cSrcweir 811cdf0e10cSrcweir[ 812cdf0e10cSrcweir /* flags: */ 813cdf0e10cSrcweir AutoUpdate = TRUE, 814cdf0e10cSrcweir Cachable = Cachable, 815cdf0e10cSrcweir FastCall = FALSE, 816cdf0e10cSrcweir HasCoreId = FALSE, 817cdf0e10cSrcweir HasDialog = FALSE, 818cdf0e10cSrcweir ReadOnlyDoc = FALSE, 819cdf0e10cSrcweir Toggle = TRUE, 820cdf0e10cSrcweir Container = FALSE, 821cdf0e10cSrcweir RecordAbsolute = FALSE, 822cdf0e10cSrcweir RecordPerSet; 823cdf0e10cSrcweir Synchron; 824cdf0e10cSrcweir 825cdf0e10cSrcweir Readonly = FALSE, 826cdf0e10cSrcweir 827cdf0e10cSrcweir /* config: */ 828cdf0e10cSrcweir AccelConfig = FALSE, 829cdf0e10cSrcweir MenuConfig = FALSE, 830cdf0e10cSrcweir StatusBarConfig = FALSE, 831cdf0e10cSrcweir ToolBoxConfig = TRUE, 832cdf0e10cSrcweir GroupId = GID_FORMAT; 833cdf0e10cSrcweir] 834cdf0e10cSrcweir 835cdf0e10cSrcweir//-------------------------------------------------------------------------- 836cdf0e10cSrcweirSfxBoolItem CharColorExt SID_ATTR_CHAR_COLOR_EXT 837cdf0e10cSrcweir 838cdf0e10cSrcweir[ 839cdf0e10cSrcweir /* flags: */ 840cdf0e10cSrcweir AutoUpdate = TRUE, 841cdf0e10cSrcweir Cachable = Cachable, 842cdf0e10cSrcweir FastCall = FALSE, 843cdf0e10cSrcweir HasCoreId = FALSE, 844cdf0e10cSrcweir HasDialog = FALSE, 845cdf0e10cSrcweir ReadOnlyDoc = FALSE, 846cdf0e10cSrcweir Toggle = TRUE, 847cdf0e10cSrcweir Container = FALSE, 848cdf0e10cSrcweir RecordAbsolute = FALSE, 849cdf0e10cSrcweir RecordPerSet; 850cdf0e10cSrcweir Synchron; 851cdf0e10cSrcweir 852cdf0e10cSrcweir Readonly = FALSE, 853cdf0e10cSrcweir 854cdf0e10cSrcweir /* config: */ 855cdf0e10cSrcweir AccelConfig = FALSE, 856cdf0e10cSrcweir MenuConfig = FALSE, 857cdf0e10cSrcweir StatusBarConfig = FALSE, 858cdf0e10cSrcweir ToolBoxConfig = TRUE, 859cdf0e10cSrcweir GroupId = GID_FORMAT; 860cdf0e10cSrcweir] 861cdf0e10cSrcweir 862cdf0e10cSrcweir//-------------------------------------------------------------------------- 863cdf0e10cSrcweirSfxVoidItem CharLeftSel FN_CHAR_LEFT_SEL 864cdf0e10cSrcweir() 865cdf0e10cSrcweir[ 866cdf0e10cSrcweir /* flags: */ 867cdf0e10cSrcweir AutoUpdate = FALSE, 868cdf0e10cSrcweir Cachable = Cachable, 869cdf0e10cSrcweir FastCall = TRUE, 870cdf0e10cSrcweir HasCoreId = FALSE, 871cdf0e10cSrcweir HasDialog = FALSE, 872cdf0e10cSrcweir ReadOnlyDoc = TRUE, 873cdf0e10cSrcweir Toggle = FALSE, 874cdf0e10cSrcweir Container = FALSE, 875cdf0e10cSrcweir RecordAbsolute = FALSE, 876cdf0e10cSrcweir RecordPerSet; 877cdf0e10cSrcweir Synchron; 878cdf0e10cSrcweir 879cdf0e10cSrcweir /* config: */ 880cdf0e10cSrcweir AccelConfig = TRUE, 881cdf0e10cSrcweir MenuConfig = FALSE, 882cdf0e10cSrcweir StatusBarConfig = FALSE, 883cdf0e10cSrcweir ToolBoxConfig = FALSE, 884cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 885cdf0e10cSrcweir] 886cdf0e10cSrcweir 887cdf0e10cSrcweir//-------------------------------------------------------------------------- 888cdf0e10cSrcweirSfxVoidItem CharRightSel FN_CHAR_RIGHT_SEL 889cdf0e10cSrcweir() 890cdf0e10cSrcweir[ 891cdf0e10cSrcweir /* flags: */ 892cdf0e10cSrcweir AutoUpdate = FALSE, 893cdf0e10cSrcweir Cachable = Cachable, 894cdf0e10cSrcweir FastCall = TRUE, 895cdf0e10cSrcweir HasCoreId = FALSE, 896cdf0e10cSrcweir HasDialog = FALSE, 897cdf0e10cSrcweir ReadOnlyDoc = TRUE, 898cdf0e10cSrcweir Toggle = FALSE, 899cdf0e10cSrcweir Container = FALSE, 900cdf0e10cSrcweir RecordAbsolute = FALSE, 901cdf0e10cSrcweir RecordPerSet; 902cdf0e10cSrcweir Synchron; 903cdf0e10cSrcweir 904cdf0e10cSrcweir /* config: */ 905cdf0e10cSrcweir AccelConfig = TRUE, 906cdf0e10cSrcweir MenuConfig = FALSE, 907cdf0e10cSrcweir StatusBarConfig = FALSE, 908cdf0e10cSrcweir ToolBoxConfig = FALSE, 909cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 910cdf0e10cSrcweir] 911cdf0e10cSrcweir 912cdf0e10cSrcweir//-------------------------------------------------------------------------- 913cdf0e10cSrcweirSfxVoidItem ClosePreview FN_CLOSE_PAGEPREVIEW 914cdf0e10cSrcweir() 915cdf0e10cSrcweir[ 916cdf0e10cSrcweir /* flags: */ 917cdf0e10cSrcweir AutoUpdate = FALSE, 918cdf0e10cSrcweir Cachable = Cachable, 919cdf0e10cSrcweir FastCall = TRUE, 920cdf0e10cSrcweir HasCoreId = FALSE, 921cdf0e10cSrcweir HasDialog = FALSE, 922cdf0e10cSrcweir ReadOnlyDoc = TRUE, 923cdf0e10cSrcweir Toggle = FALSE, 924cdf0e10cSrcweir Container = FALSE, 925cdf0e10cSrcweir RecordAbsolute = FALSE, 926cdf0e10cSrcweir RecordPerSet; 927cdf0e10cSrcweir Asynchron; 928cdf0e10cSrcweir 929cdf0e10cSrcweir /* config: */ 930cdf0e10cSrcweir AccelConfig = TRUE, 931cdf0e10cSrcweir MenuConfig = TRUE, 932cdf0e10cSrcweir StatusBarConfig = FALSE, 933cdf0e10cSrcweir ToolBoxConfig = TRUE, 934cdf0e10cSrcweir GroupId = GID_VIEW; 935cdf0e10cSrcweir] 936cdf0e10cSrcweir 937cdf0e10cSrcweir//-------------------------------------------------------------------------- 938cdf0e10cSrcweirSfxVoidItem CommentChangeTracking FN_REDLINE_COMMENT 939cdf0e10cSrcweir() 940cdf0e10cSrcweir[ 941cdf0e10cSrcweir /* flags: */ 942cdf0e10cSrcweir AutoUpdate = FALSE, 943cdf0e10cSrcweir Cachable = Cachable, 944cdf0e10cSrcweir FastCall = FALSE, 945cdf0e10cSrcweir HasCoreId = FALSE, 946cdf0e10cSrcweir HasDialog = TRUE, 947cdf0e10cSrcweir ReadOnlyDoc = FALSE, 948cdf0e10cSrcweir Toggle = FALSE, 949cdf0e10cSrcweir Container = FALSE, 950cdf0e10cSrcweir RecordAbsolute = FALSE, 951cdf0e10cSrcweir RecordPerSet; 952cdf0e10cSrcweir Asynchron; 953cdf0e10cSrcweir 954cdf0e10cSrcweir /* config: */ 955cdf0e10cSrcweir AccelConfig = TRUE, 956cdf0e10cSrcweir MenuConfig = TRUE, 957cdf0e10cSrcweir StatusBarConfig = FALSE, 958cdf0e10cSrcweir ToolBoxConfig = TRUE, 959cdf0e10cSrcweir GroupId = GID_INSERT; 960cdf0e10cSrcweir] 961cdf0e10cSrcweir 962cdf0e10cSrcweir//-------------------------------------------------------------------------- 963cdf0e10cSrcweirSfxBoolItem ControlCodes FN_VIEW_META_CHARS 964cdf0e10cSrcweir 965cdf0e10cSrcweir[ 966cdf0e10cSrcweir /* flags: */ 967cdf0e10cSrcweir AutoUpdate = TRUE, 968cdf0e10cSrcweir Cachable = Cachable, 969cdf0e10cSrcweir FastCall = FALSE, 970cdf0e10cSrcweir HasCoreId = FALSE, 971cdf0e10cSrcweir HasDialog = FALSE, 972cdf0e10cSrcweir ReadOnlyDoc = TRUE, 973cdf0e10cSrcweir Toggle = FALSE, 974cdf0e10cSrcweir Container = FALSE, 975cdf0e10cSrcweir RecordAbsolute = FALSE, 976cdf0e10cSrcweir RecordPerSet; 977cdf0e10cSrcweir Synchron; 978cdf0e10cSrcweir 979cdf0e10cSrcweir Readonly = FALSE, 980cdf0e10cSrcweir 981cdf0e10cSrcweir /* config: */ 982cdf0e10cSrcweir AccelConfig = TRUE, 983cdf0e10cSrcweir MenuConfig = TRUE, 984cdf0e10cSrcweir StatusBarConfig = FALSE, 985cdf0e10cSrcweir ToolBoxConfig = TRUE, 986cdf0e10cSrcweir GroupId = GID_VIEW; 987cdf0e10cSrcweir] 988cdf0e10cSrcweir 989cdf0e10cSrcweir//-------------------------------------------------------------------------- 990cdf0e10cSrcweirSfxVoidItem ConvertTableText FN_CONVERT_TEXT_TABLE 991cdf0e10cSrcweir() 992cdf0e10cSrcweir[ 993cdf0e10cSrcweir /* flags: */ 994cdf0e10cSrcweir AutoUpdate = FALSE, 995cdf0e10cSrcweir Cachable = Cachable, 996cdf0e10cSrcweir FastCall = FALSE, 997cdf0e10cSrcweir HasCoreId = FALSE, 998cdf0e10cSrcweir HasDialog = TRUE, 999cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1000cdf0e10cSrcweir Toggle = FALSE, 1001cdf0e10cSrcweir Container = FALSE, 1002cdf0e10cSrcweir RecordAbsolute = FALSE, 1003cdf0e10cSrcweir RecordPerSet; 1004cdf0e10cSrcweir Asynchron; 1005cdf0e10cSrcweir 1006cdf0e10cSrcweir /* config: */ 1007cdf0e10cSrcweir AccelConfig = TRUE, 1008cdf0e10cSrcweir MenuConfig = TRUE, 1009cdf0e10cSrcweir StatusBarConfig = FALSE, 1010cdf0e10cSrcweir ToolBoxConfig = TRUE, 1011cdf0e10cSrcweir GroupId = GID_OPTIONS; 1012cdf0e10cSrcweir] 1013cdf0e10cSrcweir 1014cdf0e10cSrcweir//-------------------------------------------------------------------------- 1015cdf0e10cSrcweirSfxVoidItem CreateAbstract FN_ABSTRACT_NEWDOC 1016cdf0e10cSrcweir() 1017cdf0e10cSrcweir[ 1018cdf0e10cSrcweir /* flags: */ 1019cdf0e10cSrcweir AutoUpdate = FALSE, 1020cdf0e10cSrcweir Cachable = Cachable, 1021cdf0e10cSrcweir FastCall = FALSE, 1022cdf0e10cSrcweir HasCoreId = FALSE, 1023cdf0e10cSrcweir HasDialog = FALSE, 1024cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1025cdf0e10cSrcweir Toggle = FALSE, 1026cdf0e10cSrcweir Container = FALSE, 1027cdf0e10cSrcweir RecordAbsolute = FALSE, 1028cdf0e10cSrcweir RecordPerSet; 1029cdf0e10cSrcweir Synchron; 1030cdf0e10cSrcweir 1031cdf0e10cSrcweir /* config: */ 1032cdf0e10cSrcweir AccelConfig = TRUE, 1033cdf0e10cSrcweir MenuConfig = TRUE, 1034cdf0e10cSrcweir StatusBarConfig = FALSE, 1035cdf0e10cSrcweir ToolBoxConfig = TRUE, 1036cdf0e10cSrcweir GroupId = GID_DOCUMENT; 1037cdf0e10cSrcweir] 1038cdf0e10cSrcweir 1039cdf0e10cSrcweir//-------------------------------------------------------------------------- 1040cdf0e10cSrcweirSfxVoidItem DecrementIndentValue FN_DEC_INDENT_OFFSET 1041cdf0e10cSrcweir() 1042cdf0e10cSrcweir[ 1043cdf0e10cSrcweir /* flags: */ 1044cdf0e10cSrcweir AutoUpdate = FALSE, 1045cdf0e10cSrcweir Cachable = Cachable, 1046cdf0e10cSrcweir FastCall = FALSE, 1047cdf0e10cSrcweir HasCoreId = FALSE, 1048cdf0e10cSrcweir HasDialog = FALSE, 1049cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1050cdf0e10cSrcweir Toggle = FALSE, 1051cdf0e10cSrcweir Container = FALSE, 1052cdf0e10cSrcweir RecordAbsolute = FALSE, 1053cdf0e10cSrcweir RecordPerSet; 1054cdf0e10cSrcweir Synchron; 1055cdf0e10cSrcweir 1056cdf0e10cSrcweir /* config: */ 1057cdf0e10cSrcweir AccelConfig = TRUE, 1058cdf0e10cSrcweir MenuConfig = TRUE, 1059cdf0e10cSrcweir StatusBarConfig = FALSE, 1060cdf0e10cSrcweir ToolBoxConfig = TRUE, 1061cdf0e10cSrcweir GroupId = GID_FORMAT; 1062cdf0e10cSrcweir] 1063cdf0e10cSrcweir 1064cdf0e10cSrcweir//-------------------------------------------------------------------------- 1065cdf0e10cSrcweirSfxVoidItem DecrementLevel FN_NUM_BULLET_DOWN 1066cdf0e10cSrcweir() 1067cdf0e10cSrcweir[ 1068cdf0e10cSrcweir /* flags: */ 1069cdf0e10cSrcweir AutoUpdate = FALSE, 1070cdf0e10cSrcweir Cachable = Cachable, 1071cdf0e10cSrcweir FastCall = FALSE, 1072cdf0e10cSrcweir HasCoreId = FALSE, 1073cdf0e10cSrcweir HasDialog = FALSE, 1074cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1075cdf0e10cSrcweir Toggle = FALSE, 1076cdf0e10cSrcweir Container = FALSE, 1077cdf0e10cSrcweir RecordAbsolute = FALSE, 1078cdf0e10cSrcweir RecordPerSet; 1079cdf0e10cSrcweir Synchron; 1080cdf0e10cSrcweir 1081cdf0e10cSrcweir ImageRotation = TRUE; 1082cdf0e10cSrcweir ImageReflection = TRUE; 1083cdf0e10cSrcweir /* config: */ 1084cdf0e10cSrcweir AccelConfig = TRUE, 1085cdf0e10cSrcweir MenuConfig = TRUE, 1086cdf0e10cSrcweir StatusBarConfig = FALSE, 1087cdf0e10cSrcweir ToolBoxConfig = TRUE, 1088cdf0e10cSrcweir GroupId = GID_ENUMERATION; 1089cdf0e10cSrcweir] 1090cdf0e10cSrcweir 1091cdf0e10cSrcweir//-------------------------------------------------------------------------- 1092cdf0e10cSrcweirSfxVoidItem DecrementSubLevels FN_NUM_BULLET_OUTLINE_DOWN 1093cdf0e10cSrcweir() 1094cdf0e10cSrcweir[ 1095cdf0e10cSrcweir /* flags: */ 1096cdf0e10cSrcweir AutoUpdate = FALSE, 1097cdf0e10cSrcweir Cachable = Cachable, 1098cdf0e10cSrcweir FastCall = FALSE, 1099cdf0e10cSrcweir HasCoreId = FALSE, 1100cdf0e10cSrcweir HasDialog = FALSE, 1101cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1102cdf0e10cSrcweir Toggle = FALSE, 1103cdf0e10cSrcweir Container = FALSE, 1104cdf0e10cSrcweir RecordAbsolute = FALSE, 1105cdf0e10cSrcweir RecordPerSet; 1106cdf0e10cSrcweir Synchron; 1107cdf0e10cSrcweir 1108cdf0e10cSrcweir ImageRotation = TRUE; 1109cdf0e10cSrcweir ImageReflection = TRUE; 1110cdf0e10cSrcweir /* config: */ 1111cdf0e10cSrcweir AccelConfig = TRUE, 1112cdf0e10cSrcweir MenuConfig = TRUE, 1113cdf0e10cSrcweir StatusBarConfig = FALSE, 1114cdf0e10cSrcweir ToolBoxConfig = TRUE, 1115cdf0e10cSrcweir GroupId = GID_ENUMERATION; 1116cdf0e10cSrcweir] 1117cdf0e10cSrcweir 1118cdf0e10cSrcweir//-------------------------------------------------------------------------- 1119cdf0e10cSrcweirSfxVoidItem DeleteColumns FN_TABLE_DELETE_COL 1120cdf0e10cSrcweir() 1121cdf0e10cSrcweir[ 1122cdf0e10cSrcweir /* flags: */ 1123cdf0e10cSrcweir AutoUpdate = FALSE, 1124cdf0e10cSrcweir Cachable = Cachable, 1125cdf0e10cSrcweir FastCall = TRUE, 1126cdf0e10cSrcweir HasCoreId = FALSE, 1127cdf0e10cSrcweir HasDialog = FALSE, 1128cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1129cdf0e10cSrcweir Toggle = FALSE, 1130cdf0e10cSrcweir Container = FALSE, 1131cdf0e10cSrcweir RecordAbsolute = FALSE, 1132cdf0e10cSrcweir RecordPerSet; 1133cdf0e10cSrcweir Synchron; 1134cdf0e10cSrcweir 1135cdf0e10cSrcweir /* config: */ 1136cdf0e10cSrcweir AccelConfig = TRUE, 1137cdf0e10cSrcweir MenuConfig = TRUE, 1138cdf0e10cSrcweir StatusBarConfig = FALSE, 1139cdf0e10cSrcweir ToolBoxConfig = TRUE, 1140cdf0e10cSrcweir GroupId = GID_TABLE; 1141cdf0e10cSrcweir] 1142cdf0e10cSrcweir 1143cdf0e10cSrcweir//-------------------------------------------------------------------------- 1144cdf0e10cSrcweirSfxVoidItem DeleteRows FN_TABLE_DELETE_ROW 1145cdf0e10cSrcweir() 1146cdf0e10cSrcweir[ 1147cdf0e10cSrcweir /* flags: */ 1148cdf0e10cSrcweir AutoUpdate = FALSE, 1149cdf0e10cSrcweir Cachable = Cachable, 1150cdf0e10cSrcweir FastCall = TRUE, 1151cdf0e10cSrcweir HasCoreId = FALSE, 1152cdf0e10cSrcweir HasDialog = FALSE, 1153cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1154cdf0e10cSrcweir Toggle = FALSE, 1155cdf0e10cSrcweir Container = FALSE, 1156cdf0e10cSrcweir RecordAbsolute = FALSE, 1157cdf0e10cSrcweir RecordPerSet; 1158cdf0e10cSrcweir Synchron; 1159cdf0e10cSrcweir 1160cdf0e10cSrcweir /* config: */ 1161cdf0e10cSrcweir AccelConfig = TRUE, 1162cdf0e10cSrcweir MenuConfig = TRUE, 1163cdf0e10cSrcweir StatusBarConfig = FALSE, 1164cdf0e10cSrcweir ToolBoxConfig = TRUE, 1165cdf0e10cSrcweir GroupId = GID_TABLE; 1166cdf0e10cSrcweir] 1167cdf0e10cSrcweir 1168cdf0e10cSrcweir//-------------------------------------------------------------------------- 1169cdf0e10cSrcweirSfxVoidItem DelLine FN_DELETE_WHOLE_LINE 1170cdf0e10cSrcweir() 1171cdf0e10cSrcweir[ 1172cdf0e10cSrcweir /* flags: */ 1173cdf0e10cSrcweir AutoUpdate = FALSE, 1174cdf0e10cSrcweir Cachable = Cachable, 1175cdf0e10cSrcweir FastCall = TRUE, 1176cdf0e10cSrcweir HasCoreId = FALSE, 1177cdf0e10cSrcweir HasDialog = FALSE, 1178cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1179cdf0e10cSrcweir Toggle = FALSE, 1180cdf0e10cSrcweir Container = FALSE, 1181cdf0e10cSrcweir RecordAbsolute = FALSE, 1182cdf0e10cSrcweir RecordPerSet; 1183cdf0e10cSrcweir Synchron; 1184cdf0e10cSrcweir 1185cdf0e10cSrcweir /* config: */ 1186cdf0e10cSrcweir AccelConfig = TRUE, 1187cdf0e10cSrcweir MenuConfig = FALSE, 1188cdf0e10cSrcweir StatusBarConfig = FALSE, 1189cdf0e10cSrcweir ToolBoxConfig = FALSE, 1190cdf0e10cSrcweir GroupId = GID_EDIT; 1191cdf0e10cSrcweir] 1192cdf0e10cSrcweir 1193cdf0e10cSrcweir//-------------------------------------------------------------------------- 1194cdf0e10cSrcweirSfxVoidItem DelToEndOfLine FN_DELETE_LINE 1195cdf0e10cSrcweir() 1196cdf0e10cSrcweir[ 1197cdf0e10cSrcweir /* flags: */ 1198cdf0e10cSrcweir AutoUpdate = FALSE, 1199cdf0e10cSrcweir Cachable = Cachable, 1200cdf0e10cSrcweir FastCall = TRUE, 1201cdf0e10cSrcweir HasCoreId = FALSE, 1202cdf0e10cSrcweir HasDialog = FALSE, 1203cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1204cdf0e10cSrcweir Toggle = FALSE, 1205cdf0e10cSrcweir Container = FALSE, 1206cdf0e10cSrcweir RecordAbsolute = FALSE, 1207cdf0e10cSrcweir RecordPerSet; 1208cdf0e10cSrcweir Synchron; 1209cdf0e10cSrcweir 1210cdf0e10cSrcweir /* config: */ 1211cdf0e10cSrcweir AccelConfig = TRUE, 1212cdf0e10cSrcweir MenuConfig = FALSE, 1213cdf0e10cSrcweir StatusBarConfig = FALSE, 1214cdf0e10cSrcweir ToolBoxConfig = FALSE, 1215cdf0e10cSrcweir GroupId = GID_EDIT; 1216cdf0e10cSrcweir] 1217cdf0e10cSrcweir 1218cdf0e10cSrcweir//-------------------------------------------------------------------------- 1219cdf0e10cSrcweirSfxVoidItem DelToEndOfPara FN_DELETE_PARA 1220cdf0e10cSrcweir() 1221cdf0e10cSrcweir[ 1222cdf0e10cSrcweir /* flags: */ 1223cdf0e10cSrcweir AutoUpdate = FALSE, 1224cdf0e10cSrcweir Cachable = Cachable, 1225cdf0e10cSrcweir FastCall = TRUE, 1226cdf0e10cSrcweir HasCoreId = FALSE, 1227cdf0e10cSrcweir HasDialog = FALSE, 1228cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1229cdf0e10cSrcweir Toggle = FALSE, 1230cdf0e10cSrcweir Container = FALSE, 1231cdf0e10cSrcweir RecordAbsolute = FALSE, 1232cdf0e10cSrcweir RecordPerSet; 1233cdf0e10cSrcweir Synchron; 1234cdf0e10cSrcweir 1235cdf0e10cSrcweir /* config: */ 1236cdf0e10cSrcweir AccelConfig = TRUE, 1237cdf0e10cSrcweir MenuConfig = FALSE, 1238cdf0e10cSrcweir StatusBarConfig = FALSE, 1239cdf0e10cSrcweir ToolBoxConfig = FALSE, 1240cdf0e10cSrcweir GroupId = GID_EDIT; 1241cdf0e10cSrcweir] 1242cdf0e10cSrcweir 1243cdf0e10cSrcweir//-------------------------------------------------------------------------- 1244cdf0e10cSrcweirSfxVoidItem DelToEndOfSentence FN_DELETE_SENT 1245cdf0e10cSrcweir() 1246cdf0e10cSrcweir[ 1247cdf0e10cSrcweir /* flags: */ 1248cdf0e10cSrcweir AutoUpdate = FALSE, 1249cdf0e10cSrcweir Cachable = Cachable, 1250cdf0e10cSrcweir FastCall = TRUE, 1251cdf0e10cSrcweir HasCoreId = FALSE, 1252cdf0e10cSrcweir HasDialog = FALSE, 1253cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1254cdf0e10cSrcweir Toggle = FALSE, 1255cdf0e10cSrcweir Container = FALSE, 1256cdf0e10cSrcweir RecordAbsolute = FALSE, 1257cdf0e10cSrcweir RecordPerSet; 1258cdf0e10cSrcweir Synchron; 1259cdf0e10cSrcweir 1260cdf0e10cSrcweir /* config: */ 1261cdf0e10cSrcweir AccelConfig = TRUE, 1262cdf0e10cSrcweir MenuConfig = FALSE, 1263cdf0e10cSrcweir StatusBarConfig = FALSE, 1264cdf0e10cSrcweir ToolBoxConfig = FALSE, 1265cdf0e10cSrcweir GroupId = GID_EDIT; 1266cdf0e10cSrcweir] 1267cdf0e10cSrcweir 1268cdf0e10cSrcweir//-------------------------------------------------------------------------- 1269cdf0e10cSrcweirSfxVoidItem DelToEndOfWord FN_DELETE_WORD 1270cdf0e10cSrcweir() 1271cdf0e10cSrcweir[ 1272cdf0e10cSrcweir /* flags: */ 1273cdf0e10cSrcweir AutoUpdate = FALSE, 1274cdf0e10cSrcweir Cachable = Cachable, 1275cdf0e10cSrcweir FastCall = TRUE, 1276cdf0e10cSrcweir HasCoreId = FALSE, 1277cdf0e10cSrcweir HasDialog = FALSE, 1278cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1279cdf0e10cSrcweir Toggle = FALSE, 1280cdf0e10cSrcweir Container = FALSE, 1281cdf0e10cSrcweir RecordAbsolute = FALSE, 1282cdf0e10cSrcweir RecordPerSet; 1283cdf0e10cSrcweir Synchron; 1284cdf0e10cSrcweir 1285cdf0e10cSrcweir /* config: */ 1286cdf0e10cSrcweir AccelConfig = TRUE, 1287cdf0e10cSrcweir MenuConfig = FALSE, 1288cdf0e10cSrcweir StatusBarConfig = FALSE, 1289cdf0e10cSrcweir ToolBoxConfig = FALSE, 1290cdf0e10cSrcweir GroupId = GID_EDIT; 1291cdf0e10cSrcweir] 1292cdf0e10cSrcweir 1293cdf0e10cSrcweir//-------------------------------------------------------------------------- 1294cdf0e10cSrcweirSfxVoidItem DelToStartOfLine FN_DELETE_BACK_LINE 1295cdf0e10cSrcweir() 1296cdf0e10cSrcweir[ 1297cdf0e10cSrcweir /* flags: */ 1298cdf0e10cSrcweir AutoUpdate = FALSE, 1299cdf0e10cSrcweir Cachable = Cachable, 1300cdf0e10cSrcweir FastCall = TRUE, 1301cdf0e10cSrcweir HasCoreId = FALSE, 1302cdf0e10cSrcweir HasDialog = FALSE, 1303cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1304cdf0e10cSrcweir Toggle = FALSE, 1305cdf0e10cSrcweir Container = FALSE, 1306cdf0e10cSrcweir RecordAbsolute = FALSE, 1307cdf0e10cSrcweir RecordPerSet; 1308cdf0e10cSrcweir Synchron; 1309cdf0e10cSrcweir 1310cdf0e10cSrcweir /* config: */ 1311cdf0e10cSrcweir AccelConfig = TRUE, 1312cdf0e10cSrcweir MenuConfig = FALSE, 1313cdf0e10cSrcweir StatusBarConfig = FALSE, 1314cdf0e10cSrcweir ToolBoxConfig = FALSE, 1315cdf0e10cSrcweir GroupId = GID_EDIT; 1316cdf0e10cSrcweir] 1317cdf0e10cSrcweir 1318cdf0e10cSrcweir//-------------------------------------------------------------------------- 1319cdf0e10cSrcweirSfxVoidItem DelToStartOfPara FN_DELETE_BACK_PARA 1320cdf0e10cSrcweir() 1321cdf0e10cSrcweir[ 1322cdf0e10cSrcweir /* flags: */ 1323cdf0e10cSrcweir AutoUpdate = FALSE, 1324cdf0e10cSrcweir Cachable = Cachable, 1325cdf0e10cSrcweir FastCall = TRUE, 1326cdf0e10cSrcweir HasCoreId = FALSE, 1327cdf0e10cSrcweir HasDialog = FALSE, 1328cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1329cdf0e10cSrcweir Toggle = FALSE, 1330cdf0e10cSrcweir Container = FALSE, 1331cdf0e10cSrcweir RecordAbsolute = FALSE, 1332cdf0e10cSrcweir RecordPerSet; 1333cdf0e10cSrcweir Synchron; 1334cdf0e10cSrcweir 1335cdf0e10cSrcweir /* config: */ 1336cdf0e10cSrcweir AccelConfig = TRUE, 1337cdf0e10cSrcweir MenuConfig = FALSE, 1338cdf0e10cSrcweir StatusBarConfig = FALSE, 1339cdf0e10cSrcweir ToolBoxConfig = FALSE, 1340cdf0e10cSrcweir GroupId = GID_EDIT; 1341cdf0e10cSrcweir] 1342cdf0e10cSrcweir 1343cdf0e10cSrcweir//-------------------------------------------------------------------------- 1344cdf0e10cSrcweirSfxVoidItem DelToStartOfSentence FN_DELETE_BACK_SENT 1345cdf0e10cSrcweir() 1346cdf0e10cSrcweir[ 1347cdf0e10cSrcweir /* flags: */ 1348cdf0e10cSrcweir AutoUpdate = FALSE, 1349cdf0e10cSrcweir Cachable = Cachable, 1350cdf0e10cSrcweir FastCall = TRUE, 1351cdf0e10cSrcweir HasCoreId = FALSE, 1352cdf0e10cSrcweir HasDialog = FALSE, 1353cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1354cdf0e10cSrcweir Toggle = FALSE, 1355cdf0e10cSrcweir Container = FALSE, 1356cdf0e10cSrcweir RecordAbsolute = FALSE, 1357cdf0e10cSrcweir RecordPerSet; 1358cdf0e10cSrcweir Synchron; 1359cdf0e10cSrcweir 1360cdf0e10cSrcweir /* config: */ 1361cdf0e10cSrcweir AccelConfig = TRUE, 1362cdf0e10cSrcweir MenuConfig = FALSE, 1363cdf0e10cSrcweir StatusBarConfig = FALSE, 1364cdf0e10cSrcweir ToolBoxConfig = FALSE, 1365cdf0e10cSrcweir GroupId = GID_EDIT; 1366cdf0e10cSrcweir] 1367cdf0e10cSrcweir 1368cdf0e10cSrcweir//-------------------------------------------------------------------------- 1369cdf0e10cSrcweirSfxVoidItem DelToStartOfWord FN_DELETE_BACK_WORD 1370cdf0e10cSrcweir() 1371cdf0e10cSrcweir[ 1372cdf0e10cSrcweir /* flags: */ 1373cdf0e10cSrcweir AutoUpdate = FALSE, 1374cdf0e10cSrcweir Cachable = Cachable, 1375cdf0e10cSrcweir FastCall = TRUE, 1376cdf0e10cSrcweir HasCoreId = FALSE, 1377cdf0e10cSrcweir HasDialog = FALSE, 1378cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1379cdf0e10cSrcweir Toggle = FALSE, 1380cdf0e10cSrcweir Container = FALSE, 1381cdf0e10cSrcweir RecordAbsolute = FALSE, 1382cdf0e10cSrcweir RecordPerSet; 1383cdf0e10cSrcweir Synchron; 1384cdf0e10cSrcweir 1385cdf0e10cSrcweir /* config: */ 1386cdf0e10cSrcweir AccelConfig = TRUE, 1387cdf0e10cSrcweir MenuConfig = FALSE, 1388cdf0e10cSrcweir StatusBarConfig = FALSE, 1389cdf0e10cSrcweir ToolBoxConfig = FALSE, 1390cdf0e10cSrcweir GroupId = GID_EDIT; 1391cdf0e10cSrcweir] 1392cdf0e10cSrcweir 1393cdf0e10cSrcweir//-------------------------------------------------------------------------- 1394cdf0e10cSrcweirSfxVoidItem DistributeColumns FN_TABLE_BALANCE_CELLS 1395cdf0e10cSrcweir() 1396cdf0e10cSrcweir[ 1397cdf0e10cSrcweir /* flags: */ 1398cdf0e10cSrcweir AutoUpdate = FALSE, 1399cdf0e10cSrcweir Cachable = Cachable, 1400cdf0e10cSrcweir FastCall = TRUE, 1401cdf0e10cSrcweir HasCoreId = FALSE, 1402cdf0e10cSrcweir HasDialog = FALSE, 1403cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1404cdf0e10cSrcweir Toggle = FALSE, 1405cdf0e10cSrcweir Container = FALSE, 1406cdf0e10cSrcweir RecordAbsolute = FALSE, 1407cdf0e10cSrcweir RecordPerSet; 1408cdf0e10cSrcweir Synchron; 1409cdf0e10cSrcweir 1410cdf0e10cSrcweir /* config: */ 1411cdf0e10cSrcweir AccelConfig = TRUE, 1412cdf0e10cSrcweir MenuConfig = TRUE, 1413cdf0e10cSrcweir StatusBarConfig = FALSE, 1414cdf0e10cSrcweir ToolBoxConfig = TRUE, 1415cdf0e10cSrcweir GroupId = GID_TABLE; 1416cdf0e10cSrcweir] 1417cdf0e10cSrcweir 1418cdf0e10cSrcweir//-------------------------------------------------------------------------- 1419cdf0e10cSrcweirSfxVoidItem DistributeRows FN_TABLE_BALANCE_ROWS 1420cdf0e10cSrcweir() 1421cdf0e10cSrcweir[ 1422cdf0e10cSrcweir /* flags: */ 1423cdf0e10cSrcweir AutoUpdate = FALSE, 1424cdf0e10cSrcweir Cachable = Cachable, 1425cdf0e10cSrcweir FastCall = TRUE, 1426cdf0e10cSrcweir HasCoreId = FALSE, 1427cdf0e10cSrcweir HasDialog = FALSE, 1428cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1429cdf0e10cSrcweir Toggle = FALSE, 1430cdf0e10cSrcweir Container = FALSE, 1431cdf0e10cSrcweir RecordAbsolute = FALSE, 1432cdf0e10cSrcweir RecordPerSet; 1433cdf0e10cSrcweir Synchron; 1434cdf0e10cSrcweir 1435cdf0e10cSrcweir /* config: */ 1436cdf0e10cSrcweir AccelConfig = TRUE, 1437cdf0e10cSrcweir MenuConfig = TRUE, 1438cdf0e10cSrcweir StatusBarConfig = FALSE, 1439cdf0e10cSrcweir ToolBoxConfig = TRUE, 1440cdf0e10cSrcweir GroupId = GID_TABLE; 1441cdf0e10cSrcweir] 1442cdf0e10cSrcweir 1443cdf0e10cSrcweir//-------------------------------------------------------------------------- 1444cdf0e10cSrcweirSfxVoidItem EditCurIndex FN_EDIT_CURRENT_TOX 1445cdf0e10cSrcweir() 1446cdf0e10cSrcweir[ 1447cdf0e10cSrcweir /* flags: */ 1448cdf0e10cSrcweir AutoUpdate = FALSE, 1449cdf0e10cSrcweir Cachable = Cachable, 1450cdf0e10cSrcweir FastCall = TRUE, 1451cdf0e10cSrcweir HasCoreId = FALSE, 1452cdf0e10cSrcweir HasDialog = FALSE, 1453cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1454cdf0e10cSrcweir Toggle = FALSE, 1455cdf0e10cSrcweir Container = FALSE, 1456cdf0e10cSrcweir RecordAbsolute = FALSE, 1457cdf0e10cSrcweir RecordPerSet; 1458cdf0e10cSrcweir Synchron; 1459cdf0e10cSrcweir 1460cdf0e10cSrcweir /* config: */ 1461cdf0e10cSrcweir AccelConfig = TRUE, 1462cdf0e10cSrcweir MenuConfig = TRUE, 1463cdf0e10cSrcweir StatusBarConfig = FALSE, 1464cdf0e10cSrcweir ToolBoxConfig = TRUE, 1465cdf0e10cSrcweir GroupId = GID_EDIT; 1466cdf0e10cSrcweir] 1467cdf0e10cSrcweir 1468cdf0e10cSrcweir//-------------------------------------------------------------------------- 1469cdf0e10cSrcweirSfxVoidItem EditGlossary FN_GLOSSARY_DLG 1470cdf0e10cSrcweir() 1471cdf0e10cSrcweir[ 1472cdf0e10cSrcweir /* flags: */ 1473cdf0e10cSrcweir AutoUpdate = FALSE, 1474cdf0e10cSrcweir Cachable = Cachable, 1475cdf0e10cSrcweir FastCall = FALSE, 1476cdf0e10cSrcweir HasCoreId = FALSE, 1477cdf0e10cSrcweir HasDialog = TRUE, 1478cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1479cdf0e10cSrcweir Toggle = FALSE, 1480cdf0e10cSrcweir Container = FALSE, 1481cdf0e10cSrcweir RecordAbsolute = FALSE, 1482cdf0e10cSrcweir RecordPerSet; 1483cdf0e10cSrcweir Asynchron; 1484cdf0e10cSrcweir 1485cdf0e10cSrcweir /* status: */ 1486cdf0e10cSrcweir SlotType = SfxBoolItem 1487cdf0e10cSrcweir 1488cdf0e10cSrcweir /* config: */ 1489cdf0e10cSrcweir AccelConfig = TRUE, 1490cdf0e10cSrcweir MenuConfig = TRUE, 1491cdf0e10cSrcweir StatusBarConfig = FALSE, 1492cdf0e10cSrcweir ToolBoxConfig = TRUE, 1493cdf0e10cSrcweir GroupId = GID_EDIT; 1494cdf0e10cSrcweir] 1495cdf0e10cSrcweir 1496cdf0e10cSrcweir//-------------------------------------------------------------------------- 1497cdf0e10cSrcweirSfxVoidItem EditHyperlink FN_EDIT_HYPERLINK 1498cdf0e10cSrcweir() 1499cdf0e10cSrcweir[ 1500cdf0e10cSrcweir /* flags: */ 1501cdf0e10cSrcweir AutoUpdate = FALSE, 1502cdf0e10cSrcweir Cachable = Cachable, 1503cdf0e10cSrcweir FastCall = FALSE, 1504cdf0e10cSrcweir HasCoreId = FALSE, 1505cdf0e10cSrcweir HasDialog = TRUE, 1506cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1507cdf0e10cSrcweir Toggle = FALSE, 1508cdf0e10cSrcweir Container = FALSE, 1509cdf0e10cSrcweir RecordAbsolute = FALSE, 1510cdf0e10cSrcweir RecordPerItem; 1511cdf0e10cSrcweir Asynchron; 1512cdf0e10cSrcweir 1513cdf0e10cSrcweir /* config: */ 1514cdf0e10cSrcweir AccelConfig = TRUE, 1515cdf0e10cSrcweir MenuConfig = TRUE, 1516cdf0e10cSrcweir StatusBarConfig = FALSE, 1517cdf0e10cSrcweir ToolBoxConfig = TRUE, 1518cdf0e10cSrcweir GroupId = GID_INSERT; 1519cdf0e10cSrcweir] 1520cdf0e10cSrcweir 1521cdf0e10cSrcweir//-------------------------------------------------------------------------- 1522cdf0e10cSrcweirSfxVoidItem EditRegion FN_EDIT_REGION 1523cdf0e10cSrcweir() 1524cdf0e10cSrcweir[ 1525cdf0e10cSrcweir /* flags: */ 1526cdf0e10cSrcweir AutoUpdate = FALSE, 1527cdf0e10cSrcweir Cachable = Cachable, 1528cdf0e10cSrcweir FastCall = FALSE, 1529cdf0e10cSrcweir HasCoreId = FALSE, 1530cdf0e10cSrcweir HasDialog = TRUE, 1531cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1532cdf0e10cSrcweir Toggle = FALSE, 1533cdf0e10cSrcweir Container = FALSE, 1534cdf0e10cSrcweir RecordAbsolute = FALSE, 1535cdf0e10cSrcweir RecordPerSet; 1536cdf0e10cSrcweir Asynchron; 1537cdf0e10cSrcweir 1538cdf0e10cSrcweir /* config: */ 1539cdf0e10cSrcweir AccelConfig = TRUE, 1540cdf0e10cSrcweir MenuConfig = TRUE, 1541cdf0e10cSrcweir StatusBarConfig = FALSE, 1542cdf0e10cSrcweir ToolBoxConfig = TRUE, 1543cdf0e10cSrcweir GroupId = GID_EDIT; 1544cdf0e10cSrcweir] 1545cdf0e10cSrcweir 1546cdf0e10cSrcweir//-------------------------------------------------------------------------- 1547cdf0e10cSrcweirSfxVoidItem EndOfDocumentSel FN_END_OF_DOCUMENT_SEL 1548cdf0e10cSrcweir() 1549cdf0e10cSrcweir[ 1550cdf0e10cSrcweir /* flags: */ 1551cdf0e10cSrcweir AutoUpdate = FALSE, 1552cdf0e10cSrcweir Cachable = Cachable, 1553cdf0e10cSrcweir FastCall = TRUE, 1554cdf0e10cSrcweir HasCoreId = FALSE, 1555cdf0e10cSrcweir HasDialog = FALSE, 1556cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1557cdf0e10cSrcweir Toggle = FALSE, 1558cdf0e10cSrcweir Container = FALSE, 1559cdf0e10cSrcweir RecordAbsolute = FALSE, 1560cdf0e10cSrcweir RecordPerSet; 1561cdf0e10cSrcweir Synchron; 1562cdf0e10cSrcweir 1563cdf0e10cSrcweir /* config: */ 1564cdf0e10cSrcweir AccelConfig = TRUE, 1565cdf0e10cSrcweir MenuConfig = FALSE, 1566cdf0e10cSrcweir StatusBarConfig = FALSE, 1567cdf0e10cSrcweir ToolBoxConfig = FALSE, 1568cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 1569cdf0e10cSrcweir] 1570cdf0e10cSrcweir 1571cdf0e10cSrcweir//-------------------------------------------------------------------------- 1572cdf0e10cSrcweirSfxVoidItem EndOfLineSel FN_END_OF_LINE_SEL 1573cdf0e10cSrcweir() 1574cdf0e10cSrcweir[ 1575cdf0e10cSrcweir /* flags: */ 1576cdf0e10cSrcweir AutoUpdate = FALSE, 1577cdf0e10cSrcweir Cachable = Cachable, 1578cdf0e10cSrcweir FastCall = TRUE, 1579cdf0e10cSrcweir HasCoreId = FALSE, 1580cdf0e10cSrcweir HasDialog = FALSE, 1581cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1582cdf0e10cSrcweir Toggle = FALSE, 1583cdf0e10cSrcweir Container = FALSE, 1584cdf0e10cSrcweir RecordAbsolute = FALSE, 1585cdf0e10cSrcweir RecordPerSet; 1586cdf0e10cSrcweir Synchron; 1587cdf0e10cSrcweir 1588cdf0e10cSrcweir /* config: */ 1589cdf0e10cSrcweir AccelConfig = TRUE, 1590cdf0e10cSrcweir MenuConfig = FALSE, 1591cdf0e10cSrcweir StatusBarConfig = FALSE, 1592cdf0e10cSrcweir ToolBoxConfig = FALSE, 1593cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 1594cdf0e10cSrcweir] 1595cdf0e10cSrcweir 1596cdf0e10cSrcweir//-------------------------------------------------------------------------- 1597cdf0e10cSrcweirSfxVoidItem EndOfParaSel FN_END_OF_PARA_SEL 1598cdf0e10cSrcweir() 1599cdf0e10cSrcweir[ 1600cdf0e10cSrcweir /* flags: */ 1601cdf0e10cSrcweir AutoUpdate = FALSE, 1602cdf0e10cSrcweir Cachable = Cachable, 1603cdf0e10cSrcweir FastCall = TRUE, 1604cdf0e10cSrcweir HasCoreId = FALSE, 1605cdf0e10cSrcweir HasDialog = FALSE, 1606cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1607cdf0e10cSrcweir Toggle = FALSE, 1608cdf0e10cSrcweir Container = FALSE, 1609cdf0e10cSrcweir RecordAbsolute = FALSE, 1610cdf0e10cSrcweir RecordPerSet; 1611cdf0e10cSrcweir Synchron; 1612cdf0e10cSrcweir 1613cdf0e10cSrcweir /* config: */ 1614cdf0e10cSrcweir AccelConfig = TRUE, 1615cdf0e10cSrcweir MenuConfig = FALSE, 1616cdf0e10cSrcweir StatusBarConfig = FALSE, 1617cdf0e10cSrcweir ToolBoxConfig = FALSE, 1618cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 1619cdf0e10cSrcweir] 1620cdf0e10cSrcweir 1621cdf0e10cSrcweir//-------------------------------------------------------------------------- 1622cdf0e10cSrcweirSfxVoidItem EntireColumn FN_TABLE_SELECT_COL 1623cdf0e10cSrcweir() 1624cdf0e10cSrcweir[ 1625cdf0e10cSrcweir /* flags: */ 1626cdf0e10cSrcweir AutoUpdate = FALSE, 1627cdf0e10cSrcweir Cachable = Cachable, 1628cdf0e10cSrcweir FastCall = TRUE, 1629cdf0e10cSrcweir HasCoreId = FALSE, 1630cdf0e10cSrcweir HasDialog = FALSE, 1631cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1632cdf0e10cSrcweir Toggle = FALSE, 1633cdf0e10cSrcweir Container = FALSE, 1634cdf0e10cSrcweir RecordAbsolute = FALSE, 1635cdf0e10cSrcweir RecordPerSet; 1636cdf0e10cSrcweir Synchron; 1637cdf0e10cSrcweir 1638cdf0e10cSrcweir /* config: */ 1639cdf0e10cSrcweir AccelConfig = TRUE, 1640cdf0e10cSrcweir MenuConfig = TRUE, 1641cdf0e10cSrcweir StatusBarConfig = FALSE, 1642cdf0e10cSrcweir ToolBoxConfig = TRUE, 1643cdf0e10cSrcweir GroupId = GID_TABLE; 1644cdf0e10cSrcweir] 1645cdf0e10cSrcweir 1646cdf0e10cSrcweir//-------------------------------------------------------------------------- 1647cdf0e10cSrcweirSfxVoidItem EntireRow FN_TABLE_SELECT_ROW 1648cdf0e10cSrcweir() 1649cdf0e10cSrcweir[ 1650cdf0e10cSrcweir /* flags: */ 1651cdf0e10cSrcweir AutoUpdate = FALSE, 1652cdf0e10cSrcweir Cachable = Cachable, 1653cdf0e10cSrcweir FastCall = TRUE, 1654cdf0e10cSrcweir HasCoreId = FALSE, 1655cdf0e10cSrcweir HasDialog = FALSE, 1656cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1657cdf0e10cSrcweir Toggle = FALSE, 1658cdf0e10cSrcweir Container = FALSE, 1659cdf0e10cSrcweir RecordAbsolute = FALSE, 1660cdf0e10cSrcweir RecordPerSet; 1661cdf0e10cSrcweir Synchron; 1662cdf0e10cSrcweir 1663cdf0e10cSrcweir /* config: */ 1664cdf0e10cSrcweir AccelConfig = TRUE, 1665cdf0e10cSrcweir MenuConfig = TRUE, 1666cdf0e10cSrcweir StatusBarConfig = FALSE, 1667cdf0e10cSrcweir ToolBoxConfig = TRUE, 1668cdf0e10cSrcweir GroupId = GID_TABLE; 1669cdf0e10cSrcweir] 1670cdf0e10cSrcweir 1671cdf0e10cSrcweir//-------------------------------------------------------------------------- 1672cdf0e10cSrcweirSfxVoidItem Escape FN_ESCAPE 1673cdf0e10cSrcweir() 1674cdf0e10cSrcweir[ 1675cdf0e10cSrcweir /* flags: */ 1676cdf0e10cSrcweir AutoUpdate = FALSE, 1677cdf0e10cSrcweir Cachable = Cachable, 1678cdf0e10cSrcweir FastCall = TRUE, 1679cdf0e10cSrcweir HasCoreId = FALSE, 1680cdf0e10cSrcweir HasDialog = FALSE, 1681cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1682cdf0e10cSrcweir Toggle = FALSE, 1683cdf0e10cSrcweir Container = FALSE, 1684cdf0e10cSrcweir RecordAbsolute = FALSE, 1685cdf0e10cSrcweir RecordPerSet; 1686cdf0e10cSrcweir Asynchron; 1687cdf0e10cSrcweir 1688cdf0e10cSrcweir /* config: */ 1689cdf0e10cSrcweir AccelConfig = TRUE, 1690cdf0e10cSrcweir MenuConfig = TRUE, 1691cdf0e10cSrcweir StatusBarConfig = FALSE, 1692cdf0e10cSrcweir ToolBoxConfig = TRUE, 1693cdf0e10cSrcweir GroupId = GID_EDIT; 1694cdf0e10cSrcweir] 1695cdf0e10cSrcweir 1696cdf0e10cSrcweir//-------------------------------------------------------------------------- 1697cdf0e10cSrcweirSfxVoidItem ExecuteMacroField FN_EXECUTE_MACROFIELD 1698cdf0e10cSrcweir() 1699cdf0e10cSrcweir[ 1700cdf0e10cSrcweir /* flags: */ 1701cdf0e10cSrcweir AutoUpdate = FALSE, 1702cdf0e10cSrcweir Cachable = Cachable, 1703cdf0e10cSrcweir FastCall = FALSE, 1704cdf0e10cSrcweir HasCoreId = FALSE, 1705cdf0e10cSrcweir HasDialog = FALSE, 1706cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1707cdf0e10cSrcweir Toggle = FALSE, 1708cdf0e10cSrcweir Container = FALSE, 1709cdf0e10cSrcweir RecordAbsolute = FALSE, 1710cdf0e10cSrcweir RecordPerSet; 1711cdf0e10cSrcweir Synchron; 1712cdf0e10cSrcweir 1713cdf0e10cSrcweir /* config: */ 1714cdf0e10cSrcweir AccelConfig = TRUE, 1715cdf0e10cSrcweir MenuConfig = FALSE, 1716cdf0e10cSrcweir StatusBarConfig = FALSE, 1717cdf0e10cSrcweir ToolBoxConfig = FALSE, 1718cdf0e10cSrcweir GroupId = GID_MACRO; 1719cdf0e10cSrcweir] 1720cdf0e10cSrcweir 1721cdf0e10cSrcweir//-------------------------------------------------------------------------- 1722cdf0e10cSrcweirSfxBoolItem ExpandGlossary FN_EXPAND_GLOSSARY 1723cdf0e10cSrcweir() 1724cdf0e10cSrcweir[ 1725cdf0e10cSrcweir /* flags: */ 1726cdf0e10cSrcweir AutoUpdate = FALSE, 1727cdf0e10cSrcweir Cachable = Cachable, 1728cdf0e10cSrcweir FastCall = FALSE, 1729cdf0e10cSrcweir HasCoreId = FALSE, 1730cdf0e10cSrcweir HasDialog = FALSE, 1731cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1732cdf0e10cSrcweir Toggle = FALSE, 1733cdf0e10cSrcweir Container = FALSE, 1734cdf0e10cSrcweir RecordAbsolute = FALSE, 1735cdf0e10cSrcweir RecordPerSet; 1736cdf0e10cSrcweir Synchron; 1737cdf0e10cSrcweir 1738cdf0e10cSrcweir /* config: */ 1739cdf0e10cSrcweir AccelConfig = TRUE, 1740cdf0e10cSrcweir MenuConfig = FALSE, 1741cdf0e10cSrcweir StatusBarConfig = FALSE, 1742cdf0e10cSrcweir ToolBoxConfig = FALSE, 1743cdf0e10cSrcweir GroupId = GID_EDIT; 1744cdf0e10cSrcweir] 1745cdf0e10cSrcweir 1746cdf0e10cSrcweir//-------------------------------------------------------------------------- 1747cdf0e10cSrcweirSfxVoidItem FieldDialog FN_EDIT_FIELD 1748cdf0e10cSrcweir() 1749cdf0e10cSrcweir[ 1750cdf0e10cSrcweir /* flags: */ 1751cdf0e10cSrcweir AutoUpdate = FALSE, 1752cdf0e10cSrcweir Cachable = Cachable, 1753cdf0e10cSrcweir FastCall = FALSE, 1754cdf0e10cSrcweir HasCoreId = FALSE, 1755cdf0e10cSrcweir HasDialog = TRUE, 1756cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1757cdf0e10cSrcweir Toggle = FALSE, 1758cdf0e10cSrcweir Container = FALSE, 1759cdf0e10cSrcweir RecordAbsolute = FALSE, 1760cdf0e10cSrcweir RecordPerSet; 1761cdf0e10cSrcweir Asynchron; 1762cdf0e10cSrcweir 1763cdf0e10cSrcweir /* config: */ 1764cdf0e10cSrcweir AccelConfig = TRUE, 1765cdf0e10cSrcweir MenuConfig = TRUE, 1766cdf0e10cSrcweir StatusBarConfig = FALSE, 1767cdf0e10cSrcweir ToolBoxConfig = TRUE, 1768cdf0e10cSrcweir GroupId = GID_EDIT; 1769cdf0e10cSrcweir] 1770cdf0e10cSrcweir 1771cdf0e10cSrcweir//-------------------------------------------------------------------------- 1772cdf0e10cSrcweirSfxBoolItem Fieldnames FN_VIEW_FIELDNAME 1773cdf0e10cSrcweir 1774cdf0e10cSrcweir[ 1775cdf0e10cSrcweir /* flags: */ 1776cdf0e10cSrcweir AutoUpdate = FALSE, 1777cdf0e10cSrcweir Cachable = Cachable, 1778cdf0e10cSrcweir FastCall = FALSE, 1779cdf0e10cSrcweir HasCoreId = FALSE, 1780cdf0e10cSrcweir HasDialog = FALSE, 1781cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1782cdf0e10cSrcweir Toggle = FALSE, 1783cdf0e10cSrcweir Container = FALSE, 1784cdf0e10cSrcweir RecordAbsolute = FALSE, 1785cdf0e10cSrcweir RecordPerSet; 1786cdf0e10cSrcweir Synchron; 1787cdf0e10cSrcweir 1788cdf0e10cSrcweir Readonly = FALSE, 1789cdf0e10cSrcweir 1790cdf0e10cSrcweir /* config: */ 1791cdf0e10cSrcweir AccelConfig = TRUE, 1792cdf0e10cSrcweir MenuConfig = TRUE, 1793cdf0e10cSrcweir StatusBarConfig = FALSE, 1794cdf0e10cSrcweir ToolBoxConfig = TRUE, 1795cdf0e10cSrcweir GroupId = GID_VIEW; 1796cdf0e10cSrcweir] 1797cdf0e10cSrcweir 1798cdf0e10cSrcweir//-------------------------------------------------------------------------- 1799cdf0e10cSrcweirSfxBoolItem Fields FN_VIEW_FIELDS 1800cdf0e10cSrcweir 1801cdf0e10cSrcweir[ 1802cdf0e10cSrcweir /* flags: */ 1803cdf0e10cSrcweir AutoUpdate = FALSE, 1804cdf0e10cSrcweir Cachable = Cachable, 1805cdf0e10cSrcweir FastCall = FALSE, 1806cdf0e10cSrcweir HasCoreId = FALSE, 1807cdf0e10cSrcweir HasDialog = FALSE, 1808cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1809cdf0e10cSrcweir Toggle = FALSE, 1810cdf0e10cSrcweir Container = FALSE, 1811cdf0e10cSrcweir RecordAbsolute = FALSE, 1812cdf0e10cSrcweir RecordPerSet; 1813cdf0e10cSrcweir Synchron; 1814cdf0e10cSrcweir 1815cdf0e10cSrcweir Readonly = FALSE, 1816cdf0e10cSrcweir 1817cdf0e10cSrcweir /* config: */ 1818cdf0e10cSrcweir AccelConfig = TRUE, 1819cdf0e10cSrcweir MenuConfig = TRUE, 1820cdf0e10cSrcweir StatusBarConfig = FALSE, 1821cdf0e10cSrcweir ToolBoxConfig = TRUE, 1822cdf0e10cSrcweir GroupId = GID_VIEW; 1823cdf0e10cSrcweir] 1824cdf0e10cSrcweir 1825cdf0e10cSrcweir//-------------------------------------------------------------------------- 1826cdf0e10cSrcweirSvxColorItem FontColor SID_ATTR_CHAR_COLOR2 1827cdf0e10cSrcweir 1828cdf0e10cSrcweir[ 1829cdf0e10cSrcweir /* flags: */ 1830cdf0e10cSrcweir AutoUpdate = TRUE, 1831cdf0e10cSrcweir Cachable = Cachable, 1832cdf0e10cSrcweir FastCall = FALSE, 1833cdf0e10cSrcweir HasCoreId = FALSE, 1834cdf0e10cSrcweir HasDialog = FALSE, 1835cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1836cdf0e10cSrcweir Toggle = FALSE, 1837cdf0e10cSrcweir Container = FALSE, 1838cdf0e10cSrcweir RecordAbsolute = FALSE, 1839cdf0e10cSrcweir RecordPerSet; 1840cdf0e10cSrcweir Synchron; 1841cdf0e10cSrcweir 1842cdf0e10cSrcweir Readonly = FALSE, 1843cdf0e10cSrcweir 1844cdf0e10cSrcweir /* config: */ 1845cdf0e10cSrcweir AccelConfig = FALSE, 1846cdf0e10cSrcweir MenuConfig = FALSE, 1847cdf0e10cSrcweir StatusBarConfig = FALSE, 1848cdf0e10cSrcweir ToolBoxConfig = TRUE, 1849cdf0e10cSrcweir GroupId = GID_FORMAT; 1850cdf0e10cSrcweir] 1851cdf0e10cSrcweir 1852cdf0e10cSrcweir//-------------------------------------------------------------------------- 1853cdf0e10cSrcweirSfxVoidItem FootnoteDialog FN_FORMAT_FOOTNOTE_DLG 1854cdf0e10cSrcweir() 1855cdf0e10cSrcweir[ 1856cdf0e10cSrcweir /* flags: */ 1857cdf0e10cSrcweir AutoUpdate = FALSE, 1858cdf0e10cSrcweir Cachable = Cachable, 1859cdf0e10cSrcweir FastCall = FALSE, 1860cdf0e10cSrcweir HasCoreId = FALSE, 1861cdf0e10cSrcweir HasDialog = TRUE, 1862cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1863cdf0e10cSrcweir Toggle = FALSE, 1864cdf0e10cSrcweir Container = FALSE, 1865cdf0e10cSrcweir RecordAbsolute = FALSE, 1866cdf0e10cSrcweir RecordPerSet; 1867cdf0e10cSrcweir Asynchron; 1868cdf0e10cSrcweir 1869cdf0e10cSrcweir /* config: */ 1870cdf0e10cSrcweir AccelConfig = TRUE, 1871cdf0e10cSrcweir MenuConfig = TRUE, 1872cdf0e10cSrcweir StatusBarConfig = FALSE, 1873cdf0e10cSrcweir ToolBoxConfig = TRUE, 1874cdf0e10cSrcweir GroupId = GID_FORMAT; 1875cdf0e10cSrcweir] 1876cdf0e10cSrcweir 1877cdf0e10cSrcweir//-------------------------------------------------------------------------- 1878cdf0e10cSrcweirSfxVoidItem EditFootnote FN_EDIT_FOOTNOTE 1879cdf0e10cSrcweir() 1880cdf0e10cSrcweir[ 1881cdf0e10cSrcweir /* flags: */ 1882cdf0e10cSrcweir AutoUpdate = FALSE, 1883cdf0e10cSrcweir Cachable = Cachable, 1884cdf0e10cSrcweir FastCall = FALSE, 1885cdf0e10cSrcweir HasCoreId = FALSE, 1886cdf0e10cSrcweir HasDialog = TRUE, 1887cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1888cdf0e10cSrcweir Toggle = FALSE, 1889cdf0e10cSrcweir Container = FALSE, 1890cdf0e10cSrcweir RecordAbsolute = FALSE, 1891cdf0e10cSrcweir RecordPerSet; 1892cdf0e10cSrcweir Asynchron; 1893cdf0e10cSrcweir 1894cdf0e10cSrcweir /* config: */ 1895cdf0e10cSrcweir AccelConfig = TRUE, 1896cdf0e10cSrcweir MenuConfig = TRUE, 1897cdf0e10cSrcweir StatusBarConfig = FALSE, 1898cdf0e10cSrcweir ToolBoxConfig = TRUE, 1899cdf0e10cSrcweir GroupId = GID_EDIT; 1900cdf0e10cSrcweir] 1901cdf0e10cSrcweir 1902cdf0e10cSrcweir//-------------------------------------------------------------------------- 1903cdf0e10cSrcweirSfxVoidItem FormatColumns FN_FORMAT_COLUMN 1904cdf0e10cSrcweir() 1905cdf0e10cSrcweir[ 1906cdf0e10cSrcweir /* flags: */ 1907cdf0e10cSrcweir AutoUpdate = FALSE, 1908cdf0e10cSrcweir Cachable = Cachable, 1909cdf0e10cSrcweir FastCall = FALSE, 1910cdf0e10cSrcweir HasCoreId = FALSE, 1911cdf0e10cSrcweir HasDialog = TRUE, 1912cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1913cdf0e10cSrcweir Toggle = FALSE, 1914cdf0e10cSrcweir Container = FALSE, 1915cdf0e10cSrcweir RecordAbsolute = FALSE, 1916cdf0e10cSrcweir RecordPerSet; 1917cdf0e10cSrcweir Asynchron; 1918cdf0e10cSrcweir 1919cdf0e10cSrcweir /* config: */ 1920cdf0e10cSrcweir AccelConfig = TRUE, 1921cdf0e10cSrcweir MenuConfig = TRUE, 1922cdf0e10cSrcweir StatusBarConfig = FALSE, 1923cdf0e10cSrcweir ToolBoxConfig = TRUE, 1924cdf0e10cSrcweir GroupId = GID_FORMAT; 1925cdf0e10cSrcweir] 1926cdf0e10cSrcweir 1927cdf0e10cSrcweir//-------------------------------------------------------------------------- 1928cdf0e10cSrcweirSwFmtDrop FormatDropcap FN_FORMAT_DROPCAPS 1929cdf0e10cSrcweir 1930cdf0e10cSrcweir[ 1931cdf0e10cSrcweir /* flags: */ 1932cdf0e10cSrcweir AutoUpdate = FALSE, 1933cdf0e10cSrcweir Cachable = Cachable, 1934cdf0e10cSrcweir FastCall = FALSE, 1935cdf0e10cSrcweir HasCoreId = FALSE, 1936cdf0e10cSrcweir HasDialog = TRUE, 1937cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1938cdf0e10cSrcweir Toggle = FALSE, 1939cdf0e10cSrcweir Container = FALSE, 1940cdf0e10cSrcweir RecordAbsolute = FALSE, 1941cdf0e10cSrcweir RecordPerSet; 1942cdf0e10cSrcweir Synchron; 1943cdf0e10cSrcweir 1944cdf0e10cSrcweir Readonly = FALSE, 1945cdf0e10cSrcweir 1946cdf0e10cSrcweir /* config: */ 1947cdf0e10cSrcweir AccelConfig = TRUE, 1948cdf0e10cSrcweir MenuConfig = TRUE, 1949cdf0e10cSrcweir StatusBarConfig = FALSE, 1950cdf0e10cSrcweir ToolBoxConfig = TRUE, 1951cdf0e10cSrcweir GroupId = GID_FORMAT; 1952cdf0e10cSrcweir] 1953cdf0e10cSrcweir 1954cdf0e10cSrcweir//-------------------------------------------------------------------------- 1955cdf0e10cSrcweirSfxVoidItem FrameDialog FN_FORMAT_FRAME_DLG 1956cdf0e10cSrcweir() 1957cdf0e10cSrcweir[ 1958cdf0e10cSrcweir /* flags: */ 1959cdf0e10cSrcweir AutoUpdate = FALSE, 1960cdf0e10cSrcweir Cachable = Cachable, 1961cdf0e10cSrcweir FastCall = TRUE, 1962cdf0e10cSrcweir HasCoreId = FALSE, 1963cdf0e10cSrcweir HasDialog = TRUE, 1964cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1965cdf0e10cSrcweir Toggle = FALSE, 1966cdf0e10cSrcweir Container = FALSE, 1967cdf0e10cSrcweir RecordAbsolute = FALSE, 1968cdf0e10cSrcweir RecordPerItem; 1969cdf0e10cSrcweir Asynchron; 1970cdf0e10cSrcweir 1971cdf0e10cSrcweir /* config: */ 1972cdf0e10cSrcweir AccelConfig = TRUE, 1973cdf0e10cSrcweir MenuConfig = TRUE, 1974cdf0e10cSrcweir StatusBarConfig = FALSE, 1975cdf0e10cSrcweir ToolBoxConfig = TRUE, 1976cdf0e10cSrcweir GroupId = GID_FRAME; 1977cdf0e10cSrcweir] 1978cdf0e10cSrcweir 1979cdf0e10cSrcweir//-------------------------------------------------------------------------- 1980cdf0e10cSrcweirSfxBoolItem GoDown FN_LINE_DOWN 1981cdf0e10cSrcweir(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) 1982cdf0e10cSrcweir[ 1983cdf0e10cSrcweir /* flags: */ 1984cdf0e10cSrcweir AutoUpdate = FALSE, 1985cdf0e10cSrcweir Cachable = Cachable, 1986cdf0e10cSrcweir FastCall = TRUE, 1987cdf0e10cSrcweir HasCoreId = FALSE, 1988cdf0e10cSrcweir HasDialog = FALSE, 1989cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1990cdf0e10cSrcweir Toggle = FALSE, 1991cdf0e10cSrcweir Container = FALSE, 1992cdf0e10cSrcweir RecordAbsolute = FALSE, 1993cdf0e10cSrcweir RecordPerSet; 1994cdf0e10cSrcweir Synchron; 1995cdf0e10cSrcweir 1996cdf0e10cSrcweir /* config: */ 1997cdf0e10cSrcweir AccelConfig = TRUE, 1998cdf0e10cSrcweir MenuConfig = FALSE, 1999cdf0e10cSrcweir StatusBarConfig = FALSE, 2000cdf0e10cSrcweir ToolBoxConfig = FALSE, 2001cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2002cdf0e10cSrcweir] 2003cdf0e10cSrcweir 2004cdf0e10cSrcweir//-------------------------------------------------------------------------- 2005cdf0e10cSrcweirSfxBoolItem GoLeft FN_CHAR_LEFT 2006cdf0e10cSrcweir(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) 2007cdf0e10cSrcweir[ 2008cdf0e10cSrcweir /* flags: */ 2009cdf0e10cSrcweir AutoUpdate = FALSE, 2010cdf0e10cSrcweir Cachable = Cachable, 2011cdf0e10cSrcweir FastCall = TRUE, 2012cdf0e10cSrcweir HasCoreId = FALSE, 2013cdf0e10cSrcweir HasDialog = FALSE, 2014cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2015cdf0e10cSrcweir Toggle = FALSE, 2016cdf0e10cSrcweir Container = FALSE, 2017cdf0e10cSrcweir RecordAbsolute = FALSE, 2018cdf0e10cSrcweir RecordPerSet; 2019cdf0e10cSrcweir Synchron; 2020cdf0e10cSrcweir 2021cdf0e10cSrcweir /* config: */ 2022cdf0e10cSrcweir AccelConfig = TRUE, 2023cdf0e10cSrcweir MenuConfig = FALSE, 2024cdf0e10cSrcweir StatusBarConfig = FALSE, 2025cdf0e10cSrcweir ToolBoxConfig = FALSE, 2026cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2027cdf0e10cSrcweir] 2028cdf0e10cSrcweir 2029cdf0e10cSrcweir//-------------------------------------------------------------------------- 2030cdf0e10cSrcweirSfxBoolItem GoRight FN_CHAR_RIGHT 2031cdf0e10cSrcweir(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) 2032cdf0e10cSrcweir[ 2033cdf0e10cSrcweir /* flags: */ 2034cdf0e10cSrcweir AutoUpdate = FALSE, 2035cdf0e10cSrcweir Cachable = Cachable, 2036cdf0e10cSrcweir FastCall = TRUE, 2037cdf0e10cSrcweir HasCoreId = FALSE, 2038cdf0e10cSrcweir HasDialog = FALSE, 2039cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2040cdf0e10cSrcweir Toggle = FALSE, 2041cdf0e10cSrcweir Container = FALSE, 2042cdf0e10cSrcweir RecordAbsolute = FALSE, 2043cdf0e10cSrcweir RecordPerSet; 2044cdf0e10cSrcweir Synchron; 2045cdf0e10cSrcweir 2046cdf0e10cSrcweir /* config: */ 2047cdf0e10cSrcweir AccelConfig = TRUE, 2048cdf0e10cSrcweir MenuConfig = FALSE, 2049cdf0e10cSrcweir StatusBarConfig = FALSE, 2050cdf0e10cSrcweir ToolBoxConfig = FALSE, 2051cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2052cdf0e10cSrcweir] 2053cdf0e10cSrcweir 2054cdf0e10cSrcweir//-------------------------------------------------------------------------- 2055cdf0e10cSrcweirSfxVoidItem GoToAnchor FN_FRAME_TO_ANCHOR 2056cdf0e10cSrcweir() 2057cdf0e10cSrcweir[ 2058cdf0e10cSrcweir /* flags: */ 2059cdf0e10cSrcweir AutoUpdate = FALSE, 2060cdf0e10cSrcweir Cachable = Cachable, 2061cdf0e10cSrcweir FastCall = TRUE, 2062cdf0e10cSrcweir HasCoreId = FALSE, 2063cdf0e10cSrcweir HasDialog = FALSE, 2064cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2065cdf0e10cSrcweir Toggle = FALSE, 2066cdf0e10cSrcweir Container = FALSE, 2067cdf0e10cSrcweir RecordAbsolute = FALSE, 2068cdf0e10cSrcweir RecordPerSet; 2069cdf0e10cSrcweir Synchron; 2070cdf0e10cSrcweir 2071cdf0e10cSrcweir /* config: */ 2072cdf0e10cSrcweir AccelConfig = TRUE, 2073cdf0e10cSrcweir MenuConfig = TRUE, 2074cdf0e10cSrcweir StatusBarConfig = FALSE, 2075cdf0e10cSrcweir ToolBoxConfig = TRUE, 2076cdf0e10cSrcweir GroupId = GID_FRAME; 2077cdf0e10cSrcweir] 2078cdf0e10cSrcweir 2079cdf0e10cSrcweir//-------------------------------------------------------------------------- 2080cdf0e10cSrcweirSfxVoidItem GoToEnd FN_END_TABLE 2081cdf0e10cSrcweir() 2082cdf0e10cSrcweir[ 2083cdf0e10cSrcweir /* flags: */ 2084cdf0e10cSrcweir AutoUpdate = FALSE, 2085cdf0e10cSrcweir Cachable = Cachable, 2086cdf0e10cSrcweir FastCall = TRUE, 2087cdf0e10cSrcweir HasCoreId = FALSE, 2088cdf0e10cSrcweir HasDialog = FALSE, 2089cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2090cdf0e10cSrcweir Toggle = FALSE, 2091cdf0e10cSrcweir Container = FALSE, 2092cdf0e10cSrcweir RecordAbsolute = FALSE, 2093cdf0e10cSrcweir RecordPerSet; 2094cdf0e10cSrcweir Synchron; 2095cdf0e10cSrcweir 2096cdf0e10cSrcweir /* config: */ 2097cdf0e10cSrcweir AccelConfig = TRUE, 2098cdf0e10cSrcweir MenuConfig = FALSE, 2099cdf0e10cSrcweir StatusBarConfig = FALSE, 2100cdf0e10cSrcweir ToolBoxConfig = FALSE, 2101cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2102cdf0e10cSrcweir] 2103cdf0e10cSrcweir 2104cdf0e10cSrcweir//-------------------------------------------------------------------------- 2105cdf0e10cSrcweirSfxVoidItem GoToEndOfColumn FN_END_OF_COLUMN 2106cdf0e10cSrcweir() 2107cdf0e10cSrcweir[ 2108cdf0e10cSrcweir /* flags: */ 2109cdf0e10cSrcweir AutoUpdate = FALSE, 2110cdf0e10cSrcweir Cachable = Cachable, 2111cdf0e10cSrcweir FastCall = TRUE, 2112cdf0e10cSrcweir HasCoreId = FALSE, 2113cdf0e10cSrcweir HasDialog = FALSE, 2114cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2115cdf0e10cSrcweir Toggle = FALSE, 2116cdf0e10cSrcweir Container = FALSE, 2117cdf0e10cSrcweir RecordAbsolute = FALSE, 2118cdf0e10cSrcweir RecordPerSet; 2119cdf0e10cSrcweir Synchron; 2120cdf0e10cSrcweir 2121cdf0e10cSrcweir /* config: */ 2122cdf0e10cSrcweir AccelConfig = TRUE, 2123cdf0e10cSrcweir MenuConfig = TRUE, 2124cdf0e10cSrcweir StatusBarConfig = FALSE, 2125cdf0e10cSrcweir ToolBoxConfig = TRUE, 2126cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2127cdf0e10cSrcweir] 2128cdf0e10cSrcweir 2129cdf0e10cSrcweir//-------------------------------------------------------------------------- 2130cdf0e10cSrcweirSfxBoolItem GoToEndOfDoc FN_END_OF_DOCUMENT 2131cdf0e10cSrcweir() 2132cdf0e10cSrcweir[ 2133cdf0e10cSrcweir /* flags: */ 2134cdf0e10cSrcweir AutoUpdate = FALSE, 2135cdf0e10cSrcweir Cachable = Cachable, 2136cdf0e10cSrcweir FastCall = FALSE, 2137cdf0e10cSrcweir HasCoreId = FALSE, 2138cdf0e10cSrcweir HasDialog = FALSE, 2139cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2140cdf0e10cSrcweir Toggle = FALSE, 2141cdf0e10cSrcweir Container = FALSE, 2142cdf0e10cSrcweir RecordAbsolute = FALSE, 2143cdf0e10cSrcweir RecordPerSet; 2144cdf0e10cSrcweir Synchron; 2145cdf0e10cSrcweir 2146cdf0e10cSrcweir /* config: */ 2147cdf0e10cSrcweir AccelConfig = TRUE, 2148cdf0e10cSrcweir MenuConfig = TRUE, 2149cdf0e10cSrcweir StatusBarConfig = FALSE, 2150cdf0e10cSrcweir ToolBoxConfig = TRUE, 2151cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2152cdf0e10cSrcweir] 2153cdf0e10cSrcweir 2154cdf0e10cSrcweir//-------------------------------------------------------------------------- 2155cdf0e10cSrcweirSfxBoolItem GoToEndOfLine FN_END_OF_LINE 2156cdf0e10cSrcweir() 2157cdf0e10cSrcweir[ 2158cdf0e10cSrcweir /* flags: */ 2159cdf0e10cSrcweir AutoUpdate = FALSE, 2160cdf0e10cSrcweir Cachable = Cachable, 2161cdf0e10cSrcweir FastCall = TRUE, 2162cdf0e10cSrcweir HasCoreId = FALSE, 2163cdf0e10cSrcweir HasDialog = FALSE, 2164cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2165cdf0e10cSrcweir Toggle = FALSE, 2166cdf0e10cSrcweir Container = FALSE, 2167cdf0e10cSrcweir RecordAbsolute = FALSE, 2168cdf0e10cSrcweir RecordPerSet; 2169cdf0e10cSrcweir Synchron; 2170cdf0e10cSrcweir 2171cdf0e10cSrcweir /* config: */ 2172cdf0e10cSrcweir AccelConfig = TRUE, 2173cdf0e10cSrcweir MenuConfig = TRUE, 2174cdf0e10cSrcweir StatusBarConfig = FALSE, 2175cdf0e10cSrcweir ToolBoxConfig = TRUE, 2176cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2177cdf0e10cSrcweir] 2178cdf0e10cSrcweir 2179cdf0e10cSrcweir//-------------------------------------------------------------------------- 2180cdf0e10cSrcweirSfxVoidItem GoToEndOfNextColumn FN_END_OF_NEXT_COLUMN 2181cdf0e10cSrcweir() 2182cdf0e10cSrcweir[ 2183cdf0e10cSrcweir /* flags: */ 2184cdf0e10cSrcweir AutoUpdate = FALSE, 2185cdf0e10cSrcweir Cachable = Cachable, 2186cdf0e10cSrcweir FastCall = TRUE, 2187cdf0e10cSrcweir HasCoreId = FALSE, 2188cdf0e10cSrcweir HasDialog = FALSE, 2189cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2190cdf0e10cSrcweir Toggle = FALSE, 2191cdf0e10cSrcweir Container = FALSE, 2192cdf0e10cSrcweir RecordAbsolute = FALSE, 2193cdf0e10cSrcweir RecordPerSet; 2194cdf0e10cSrcweir Synchron; 2195cdf0e10cSrcweir 2196cdf0e10cSrcweir /* config: */ 2197cdf0e10cSrcweir AccelConfig = TRUE, 2198cdf0e10cSrcweir MenuConfig = TRUE, 2199cdf0e10cSrcweir StatusBarConfig = FALSE, 2200cdf0e10cSrcweir ToolBoxConfig = TRUE, 2201cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2202cdf0e10cSrcweir] 2203cdf0e10cSrcweir 2204cdf0e10cSrcweir//-------------------------------------------------------------------------- 2205cdf0e10cSrcweirSfxVoidItem GoToEndOfNextPage FN_END_OF_NEXT_PAGE 2206cdf0e10cSrcweir() 2207cdf0e10cSrcweir[ 2208cdf0e10cSrcweir /* flags: */ 2209cdf0e10cSrcweir AutoUpdate = FALSE, 2210cdf0e10cSrcweir Cachable = Cachable, 2211cdf0e10cSrcweir FastCall = TRUE, 2212cdf0e10cSrcweir HasCoreId = FALSE, 2213cdf0e10cSrcweir HasDialog = FALSE, 2214cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2215cdf0e10cSrcweir Toggle = FALSE, 2216cdf0e10cSrcweir Container = FALSE, 2217cdf0e10cSrcweir RecordAbsolute = FALSE, 2218cdf0e10cSrcweir RecordPerSet; 2219cdf0e10cSrcweir Synchron; 2220cdf0e10cSrcweir 2221cdf0e10cSrcweir /* config: */ 2222cdf0e10cSrcweir AccelConfig = TRUE, 2223cdf0e10cSrcweir MenuConfig = TRUE, 2224cdf0e10cSrcweir StatusBarConfig = FALSE, 2225cdf0e10cSrcweir ToolBoxConfig = TRUE, 2226cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2227cdf0e10cSrcweir] 2228cdf0e10cSrcweir 2229cdf0e10cSrcweir//-------------------------------------------------------------------------- 2230cdf0e10cSrcweirSfxVoidItem GoToEndOfNextPageSel FN_END_OF_NEXT_PAGE_SEL 2231cdf0e10cSrcweir() 2232cdf0e10cSrcweir[ 2233cdf0e10cSrcweir /* flags: */ 2234cdf0e10cSrcweir AutoUpdate = FALSE, 2235cdf0e10cSrcweir Cachable = Cachable, 2236cdf0e10cSrcweir FastCall = TRUE, 2237cdf0e10cSrcweir HasCoreId = FALSE, 2238cdf0e10cSrcweir HasDialog = FALSE, 2239cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2240cdf0e10cSrcweir Toggle = FALSE, 2241cdf0e10cSrcweir Container = FALSE, 2242cdf0e10cSrcweir RecordAbsolute = FALSE, 2243cdf0e10cSrcweir RecordPerSet; 2244cdf0e10cSrcweir Synchron; 2245cdf0e10cSrcweir 2246cdf0e10cSrcweir /* config: */ 2247cdf0e10cSrcweir AccelConfig = TRUE, 2248cdf0e10cSrcweir MenuConfig = TRUE, 2249cdf0e10cSrcweir StatusBarConfig = FALSE, 2250cdf0e10cSrcweir ToolBoxConfig = TRUE, 2251cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2252cdf0e10cSrcweir] 2253cdf0e10cSrcweir 2254cdf0e10cSrcweir//-------------------------------------------------------------------------- 2255cdf0e10cSrcweirSfxVoidItem GoToEndOfPage FN_END_OF_PAGE 2256cdf0e10cSrcweir() 2257cdf0e10cSrcweir[ 2258cdf0e10cSrcweir /* flags: */ 2259cdf0e10cSrcweir AutoUpdate = FALSE, 2260cdf0e10cSrcweir Cachable = Cachable, 2261cdf0e10cSrcweir FastCall = TRUE, 2262cdf0e10cSrcweir HasCoreId = FALSE, 2263cdf0e10cSrcweir HasDialog = FALSE, 2264cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2265cdf0e10cSrcweir Toggle = FALSE, 2266cdf0e10cSrcweir Container = FALSE, 2267cdf0e10cSrcweir RecordAbsolute = FALSE, 2268cdf0e10cSrcweir RecordPerSet; 2269cdf0e10cSrcweir Synchron; 2270cdf0e10cSrcweir 2271cdf0e10cSrcweir /* config: */ 2272cdf0e10cSrcweir AccelConfig = TRUE, 2273cdf0e10cSrcweir MenuConfig = TRUE, 2274cdf0e10cSrcweir StatusBarConfig = FALSE, 2275cdf0e10cSrcweir ToolBoxConfig = TRUE, 2276cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2277cdf0e10cSrcweir] 2278cdf0e10cSrcweir 2279cdf0e10cSrcweir//-------------------------------------------------------------------------- 2280cdf0e10cSrcweirSfxVoidItem GoToEndOfPageSel FN_END_OF_PAGE_SEL 2281cdf0e10cSrcweir() 2282cdf0e10cSrcweir[ 2283cdf0e10cSrcweir /* flags: */ 2284cdf0e10cSrcweir AutoUpdate = FALSE, 2285cdf0e10cSrcweir Cachable = Cachable, 2286cdf0e10cSrcweir FastCall = TRUE, 2287cdf0e10cSrcweir HasCoreId = FALSE, 2288cdf0e10cSrcweir HasDialog = FALSE, 2289cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2290cdf0e10cSrcweir Toggle = FALSE, 2291cdf0e10cSrcweir Container = FALSE, 2292cdf0e10cSrcweir RecordAbsolute = FALSE, 2293cdf0e10cSrcweir RecordPerSet; 2294cdf0e10cSrcweir Synchron; 2295cdf0e10cSrcweir 2296cdf0e10cSrcweir /* config: */ 2297cdf0e10cSrcweir AccelConfig = TRUE, 2298cdf0e10cSrcweir MenuConfig = TRUE, 2299cdf0e10cSrcweir StatusBarConfig = FALSE, 2300cdf0e10cSrcweir ToolBoxConfig = TRUE, 2301cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2302cdf0e10cSrcweir] 2303cdf0e10cSrcweir 2304cdf0e10cSrcweir//-------------------------------------------------------------------------- 2305cdf0e10cSrcweirSfxBoolItem GoToEndOfPara FN_END_OF_PARA 2306cdf0e10cSrcweir() 2307cdf0e10cSrcweir[ 2308cdf0e10cSrcweir /* flags: */ 2309cdf0e10cSrcweir AutoUpdate = FALSE, 2310cdf0e10cSrcweir Cachable = Cachable, 2311cdf0e10cSrcweir FastCall = TRUE, 2312cdf0e10cSrcweir HasCoreId = FALSE, 2313cdf0e10cSrcweir HasDialog = FALSE, 2314cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2315cdf0e10cSrcweir Toggle = FALSE, 2316cdf0e10cSrcweir Container = FALSE, 2317cdf0e10cSrcweir RecordAbsolute = FALSE, 2318cdf0e10cSrcweir RecordPerSet; 2319cdf0e10cSrcweir Synchron; 2320cdf0e10cSrcweir 2321cdf0e10cSrcweir /* config: */ 2322cdf0e10cSrcweir AccelConfig = TRUE, 2323cdf0e10cSrcweir MenuConfig = FALSE, 2324cdf0e10cSrcweir StatusBarConfig = FALSE, 2325cdf0e10cSrcweir ToolBoxConfig = FALSE, 2326cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2327cdf0e10cSrcweir] 2328cdf0e10cSrcweir 2329cdf0e10cSrcweir//-------------------------------------------------------------------------- 2330cdf0e10cSrcweirSfxVoidItem GoToEndOfPrevColumn FN_END_OF_PREV_COLUMN 2331cdf0e10cSrcweir() 2332cdf0e10cSrcweir[ 2333cdf0e10cSrcweir /* flags: */ 2334cdf0e10cSrcweir AutoUpdate = FALSE, 2335cdf0e10cSrcweir Cachable = Cachable, 2336cdf0e10cSrcweir FastCall = TRUE, 2337cdf0e10cSrcweir HasCoreId = FALSE, 2338cdf0e10cSrcweir HasDialog = FALSE, 2339cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2340cdf0e10cSrcweir Toggle = FALSE, 2341cdf0e10cSrcweir Container = FALSE, 2342cdf0e10cSrcweir RecordAbsolute = FALSE, 2343cdf0e10cSrcweir RecordPerSet; 2344cdf0e10cSrcweir Synchron; 2345cdf0e10cSrcweir 2346cdf0e10cSrcweir /* config: */ 2347cdf0e10cSrcweir AccelConfig = TRUE, 2348cdf0e10cSrcweir MenuConfig = TRUE, 2349cdf0e10cSrcweir StatusBarConfig = FALSE, 2350cdf0e10cSrcweir ToolBoxConfig = TRUE, 2351cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2352cdf0e10cSrcweir] 2353cdf0e10cSrcweir 2354cdf0e10cSrcweir//-------------------------------------------------------------------------- 2355cdf0e10cSrcweirSfxVoidItem GoToEndOfPrevPage FN_END_OF_PREV_PAGE 2356cdf0e10cSrcweir() 2357cdf0e10cSrcweir[ 2358cdf0e10cSrcweir /* flags: */ 2359cdf0e10cSrcweir AutoUpdate = FALSE, 2360cdf0e10cSrcweir Cachable = Cachable, 2361cdf0e10cSrcweir FastCall = TRUE, 2362cdf0e10cSrcweir HasCoreId = FALSE, 2363cdf0e10cSrcweir HasDialog = FALSE, 2364cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2365cdf0e10cSrcweir Toggle = FALSE, 2366cdf0e10cSrcweir Container = FALSE, 2367cdf0e10cSrcweir RecordAbsolute = FALSE, 2368cdf0e10cSrcweir RecordPerSet; 2369cdf0e10cSrcweir Synchron; 2370cdf0e10cSrcweir 2371cdf0e10cSrcweir /* config: */ 2372cdf0e10cSrcweir AccelConfig = TRUE, 2373cdf0e10cSrcweir MenuConfig = TRUE, 2374cdf0e10cSrcweir StatusBarConfig = FALSE, 2375cdf0e10cSrcweir ToolBoxConfig = TRUE, 2376cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2377cdf0e10cSrcweir] 2378cdf0e10cSrcweir 2379cdf0e10cSrcweir//-------------------------------------------------------------------------- 2380cdf0e10cSrcweirSfxVoidItem GoToEndOfPrevPageSel FN_END_OF_PREV_PAGE_SEL 2381cdf0e10cSrcweir() 2382cdf0e10cSrcweir[ 2383cdf0e10cSrcweir /* flags: */ 2384cdf0e10cSrcweir AutoUpdate = FALSE, 2385cdf0e10cSrcweir Cachable = Cachable, 2386cdf0e10cSrcweir FastCall = TRUE, 2387cdf0e10cSrcweir HasCoreId = FALSE, 2388cdf0e10cSrcweir HasDialog = FALSE, 2389cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2390cdf0e10cSrcweir Toggle = FALSE, 2391cdf0e10cSrcweir Container = FALSE, 2392cdf0e10cSrcweir RecordAbsolute = FALSE, 2393cdf0e10cSrcweir RecordPerSet; 2394cdf0e10cSrcweir Synchron; 2395cdf0e10cSrcweir 2396cdf0e10cSrcweir /* config: */ 2397cdf0e10cSrcweir AccelConfig = TRUE, 2398cdf0e10cSrcweir MenuConfig = TRUE, 2399cdf0e10cSrcweir StatusBarConfig = FALSE, 2400cdf0e10cSrcweir ToolBoxConfig = TRUE, 2401cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2402cdf0e10cSrcweir] 2403cdf0e10cSrcweir 2404cdf0e10cSrcweir//-------------------------------------------------------------------------- 2405cdf0e10cSrcweirSfxBoolItem GotoNextIndexMark FN_NEXT_TOXMARK 2406cdf0e10cSrcweir() 2407cdf0e10cSrcweir[ 2408cdf0e10cSrcweir /* flags: */ 2409cdf0e10cSrcweir AutoUpdate = FALSE, 2410cdf0e10cSrcweir Cachable = Cachable, 2411cdf0e10cSrcweir FastCall = TRUE, 2412cdf0e10cSrcweir HasCoreId = FALSE, 2413cdf0e10cSrcweir HasDialog = FALSE, 2414cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2415cdf0e10cSrcweir Toggle = FALSE, 2416cdf0e10cSrcweir Container = FALSE, 2417cdf0e10cSrcweir RecordAbsolute = FALSE, 2418cdf0e10cSrcweir RecordPerSet; 2419cdf0e10cSrcweir Synchron; 2420cdf0e10cSrcweir 2421cdf0e10cSrcweir /* config: */ 2422cdf0e10cSrcweir AccelConfig = TRUE, 2423cdf0e10cSrcweir MenuConfig = TRUE, 2424cdf0e10cSrcweir StatusBarConfig = FALSE, 2425cdf0e10cSrcweir ToolBoxConfig = TRUE, 2426cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2427cdf0e10cSrcweir] 2428cdf0e10cSrcweir 2429cdf0e10cSrcweir//-------------------------------------------------------------------------- 2430cdf0e10cSrcweirSfxBoolItem GotoNextInputField FN_GOTO_NEXT_INPUTFLD 2431cdf0e10cSrcweir() 2432cdf0e10cSrcweir[ 2433cdf0e10cSrcweir /* flags: */ 2434cdf0e10cSrcweir AutoUpdate = FALSE, 2435cdf0e10cSrcweir Cachable = Cachable, 2436cdf0e10cSrcweir FastCall = TRUE, 2437cdf0e10cSrcweir HasCoreId = FALSE, 2438cdf0e10cSrcweir HasDialog = FALSE, 2439cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2440cdf0e10cSrcweir Toggle = FALSE, 2441cdf0e10cSrcweir Container = FALSE, 2442cdf0e10cSrcweir RecordAbsolute = FALSE, 2443cdf0e10cSrcweir RecordPerSet; 2444cdf0e10cSrcweir Synchron; 2445cdf0e10cSrcweir 2446cdf0e10cSrcweir /* config: */ 2447cdf0e10cSrcweir AccelConfig = TRUE, 2448cdf0e10cSrcweir MenuConfig = TRUE, 2449cdf0e10cSrcweir StatusBarConfig = FALSE, 2450cdf0e10cSrcweir ToolBoxConfig = TRUE, 2451cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2452cdf0e10cSrcweir] 2453cdf0e10cSrcweir 2454cdf0e10cSrcweir//-------------------------------------------------------------------------- 2455cdf0e10cSrcweirSfxBoolItem GotoNextObject FN_GOTO_NEXT_OBJ 2456cdf0e10cSrcweir() 2457cdf0e10cSrcweir[ 2458cdf0e10cSrcweir /* flags: */ 2459cdf0e10cSrcweir AutoUpdate = FALSE, 2460cdf0e10cSrcweir Cachable = Cachable, 2461cdf0e10cSrcweir FastCall = TRUE, 2462cdf0e10cSrcweir HasCoreId = FALSE, 2463cdf0e10cSrcweir HasDialog = FALSE, 2464cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2465cdf0e10cSrcweir Toggle = FALSE, 2466cdf0e10cSrcweir Container = FALSE, 2467cdf0e10cSrcweir RecordAbsolute = FALSE, 2468cdf0e10cSrcweir RecordPerSet; 2469cdf0e10cSrcweir Synchron; 2470cdf0e10cSrcweir 2471cdf0e10cSrcweir /* config: */ 2472cdf0e10cSrcweir AccelConfig = TRUE, 2473cdf0e10cSrcweir MenuConfig = TRUE, 2474cdf0e10cSrcweir StatusBarConfig = FALSE, 2475cdf0e10cSrcweir ToolBoxConfig = TRUE, 2476cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2477cdf0e10cSrcweir] 2478cdf0e10cSrcweir 2479cdf0e10cSrcweir//-------------------------------------------------------------------------- 2480cdf0e10cSrcweirSfxBoolItem GoToNextPara FN_NEXT_PARA 2481cdf0e10cSrcweir() 2482cdf0e10cSrcweir[ 2483cdf0e10cSrcweir /* flags: */ 2484cdf0e10cSrcweir AutoUpdate = FALSE, 2485cdf0e10cSrcweir Cachable = Cachable, 2486cdf0e10cSrcweir FastCall = TRUE, 2487cdf0e10cSrcweir HasCoreId = FALSE, 2488cdf0e10cSrcweir HasDialog = FALSE, 2489cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2490cdf0e10cSrcweir Toggle = FALSE, 2491cdf0e10cSrcweir Container = FALSE, 2492cdf0e10cSrcweir RecordAbsolute = FALSE, 2493cdf0e10cSrcweir RecordPerSet; 2494cdf0e10cSrcweir Synchron; 2495cdf0e10cSrcweir 2496cdf0e10cSrcweir /* config: */ 2497cdf0e10cSrcweir AccelConfig = TRUE, 2498cdf0e10cSrcweir MenuConfig = FALSE, 2499cdf0e10cSrcweir StatusBarConfig = FALSE, 2500cdf0e10cSrcweir ToolBoxConfig = FALSE, 2501cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2502cdf0e10cSrcweir] 2503cdf0e10cSrcweir 2504cdf0e10cSrcweir//-------------------------------------------------------------------------- 2505cdf0e10cSrcweirSfxBoolItem GotoNextPlacemarker FN_GOTO_NEXT_MARK 2506cdf0e10cSrcweir() 2507cdf0e10cSrcweir[ 2508cdf0e10cSrcweir /* flags: */ 2509cdf0e10cSrcweir AutoUpdate = FALSE, 2510cdf0e10cSrcweir Cachable = Cachable, 2511cdf0e10cSrcweir FastCall = TRUE, 2512cdf0e10cSrcweir HasCoreId = FALSE, 2513cdf0e10cSrcweir HasDialog = FALSE, 2514cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2515cdf0e10cSrcweir Toggle = FALSE, 2516cdf0e10cSrcweir Container = FALSE, 2517cdf0e10cSrcweir RecordAbsolute = FALSE, 2518cdf0e10cSrcweir RecordPerSet; 2519cdf0e10cSrcweir Synchron; 2520cdf0e10cSrcweir 2521cdf0e10cSrcweir /* config: */ 2522cdf0e10cSrcweir AccelConfig = TRUE, 2523cdf0e10cSrcweir MenuConfig = TRUE, 2524cdf0e10cSrcweir StatusBarConfig = FALSE, 2525cdf0e10cSrcweir ToolBoxConfig = TRUE, 2526cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2527cdf0e10cSrcweir] 2528cdf0e10cSrcweir 2529cdf0e10cSrcweir//-------------------------------------------------------------------------- 2530cdf0e10cSrcweirSfxBoolItem GoToNextSentence FN_NEXT_SENT 2531cdf0e10cSrcweir() 2532cdf0e10cSrcweir[ 2533cdf0e10cSrcweir /* flags: */ 2534cdf0e10cSrcweir AutoUpdate = FALSE, 2535cdf0e10cSrcweir Cachable = Cachable, 2536cdf0e10cSrcweir FastCall = TRUE, 2537cdf0e10cSrcweir HasCoreId = FALSE, 2538cdf0e10cSrcweir HasDialog = FALSE, 2539cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2540cdf0e10cSrcweir Toggle = FALSE, 2541cdf0e10cSrcweir Container = FALSE, 2542cdf0e10cSrcweir RecordAbsolute = FALSE, 2543cdf0e10cSrcweir RecordPerSet; 2544cdf0e10cSrcweir Synchron; 2545cdf0e10cSrcweir 2546cdf0e10cSrcweir /* config: */ 2547cdf0e10cSrcweir AccelConfig = TRUE, 2548cdf0e10cSrcweir MenuConfig = FALSE, 2549cdf0e10cSrcweir StatusBarConfig = FALSE, 2550cdf0e10cSrcweir ToolBoxConfig = FALSE, 2551cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2552cdf0e10cSrcweir] 2553cdf0e10cSrcweir 2554cdf0e10cSrcweir//-------------------------------------------------------------------------- 2555cdf0e10cSrcweirSfxVoidItem GotoNextSentenceSel FN_NEXT_SENT_SEL 2556cdf0e10cSrcweir() 2557cdf0e10cSrcweir[ 2558cdf0e10cSrcweir /* flags: */ 2559cdf0e10cSrcweir AutoUpdate = FALSE, 2560cdf0e10cSrcweir Cachable = Cachable, 2561cdf0e10cSrcweir FastCall = TRUE, 2562cdf0e10cSrcweir HasCoreId = FALSE, 2563cdf0e10cSrcweir HasDialog = FALSE, 2564cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2565cdf0e10cSrcweir Toggle = FALSE, 2566cdf0e10cSrcweir Container = FALSE, 2567cdf0e10cSrcweir RecordAbsolute = FALSE, 2568cdf0e10cSrcweir RecordPerSet; 2569cdf0e10cSrcweir Synchron; 2570cdf0e10cSrcweir 2571cdf0e10cSrcweir /* config: */ 2572cdf0e10cSrcweir AccelConfig = TRUE, 2573cdf0e10cSrcweir MenuConfig = FALSE, 2574cdf0e10cSrcweir StatusBarConfig = FALSE, 2575cdf0e10cSrcweir ToolBoxConfig = FALSE, 2576cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2577cdf0e10cSrcweir] 2578cdf0e10cSrcweir 2579cdf0e10cSrcweir//-------------------------------------------------------------------------- 2580cdf0e10cSrcweirSfxBoolItem GotoNextTableFormula FN_NEXT_TBLFML 2581cdf0e10cSrcweir() 2582cdf0e10cSrcweir[ 2583cdf0e10cSrcweir /* flags: */ 2584cdf0e10cSrcweir AutoUpdate = FALSE, 2585cdf0e10cSrcweir Cachable = Cachable, 2586cdf0e10cSrcweir FastCall = TRUE, 2587cdf0e10cSrcweir HasCoreId = FALSE, 2588cdf0e10cSrcweir HasDialog = FALSE, 2589cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2590cdf0e10cSrcweir Toggle = FALSE, 2591cdf0e10cSrcweir Container = FALSE, 2592cdf0e10cSrcweir RecordAbsolute = FALSE, 2593cdf0e10cSrcweir RecordPerSet; 2594cdf0e10cSrcweir Synchron; 2595cdf0e10cSrcweir 2596cdf0e10cSrcweir /* config: */ 2597cdf0e10cSrcweir AccelConfig = TRUE, 2598cdf0e10cSrcweir MenuConfig = TRUE, 2599cdf0e10cSrcweir StatusBarConfig = FALSE, 2600cdf0e10cSrcweir ToolBoxConfig = TRUE, 2601cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2602cdf0e10cSrcweir] 2603cdf0e10cSrcweir 2604cdf0e10cSrcweir//-------------------------------------------------------------------------- 2605cdf0e10cSrcweirSfxBoolItem GoToNextWord FN_NEXT_WORD 2606cdf0e10cSrcweir() 2607cdf0e10cSrcweir[ 2608cdf0e10cSrcweir /* flags: */ 2609cdf0e10cSrcweir AutoUpdate = FALSE, 2610cdf0e10cSrcweir Cachable = Cachable, 2611cdf0e10cSrcweir FastCall = TRUE, 2612cdf0e10cSrcweir HasCoreId = FALSE, 2613cdf0e10cSrcweir HasDialog = FALSE, 2614cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2615cdf0e10cSrcweir Toggle = FALSE, 2616cdf0e10cSrcweir Container = FALSE, 2617cdf0e10cSrcweir RecordAbsolute = FALSE, 2618cdf0e10cSrcweir RecordPerSet; 2619cdf0e10cSrcweir Synchron; 2620cdf0e10cSrcweir 2621cdf0e10cSrcweir /* config: */ 2622cdf0e10cSrcweir AccelConfig = TRUE, 2623cdf0e10cSrcweir MenuConfig = FALSE, 2624cdf0e10cSrcweir StatusBarConfig = FALSE, 2625cdf0e10cSrcweir ToolBoxConfig = FALSE, 2626cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2627cdf0e10cSrcweir] 2628cdf0e10cSrcweir 2629cdf0e10cSrcweir//-------------------------------------------------------------------------- 2630cdf0e10cSrcweirSfxBoolItem GotoNextWrongTableFormula FN_NEXT_TBLFML_ERR 2631cdf0e10cSrcweir() 2632cdf0e10cSrcweir[ 2633cdf0e10cSrcweir /* flags: */ 2634cdf0e10cSrcweir AutoUpdate = FALSE, 2635cdf0e10cSrcweir Cachable = Cachable, 2636cdf0e10cSrcweir FastCall = TRUE, 2637cdf0e10cSrcweir HasCoreId = FALSE, 2638cdf0e10cSrcweir HasDialog = FALSE, 2639cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2640cdf0e10cSrcweir Toggle = FALSE, 2641cdf0e10cSrcweir Container = FALSE, 2642cdf0e10cSrcweir RecordAbsolute = FALSE, 2643cdf0e10cSrcweir RecordPerSet; 2644cdf0e10cSrcweir Synchron; 2645cdf0e10cSrcweir 2646cdf0e10cSrcweir /* config: */ 2647cdf0e10cSrcweir AccelConfig = TRUE, 2648cdf0e10cSrcweir MenuConfig = TRUE, 2649cdf0e10cSrcweir StatusBarConfig = FALSE, 2650cdf0e10cSrcweir ToolBoxConfig = TRUE, 2651cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2652cdf0e10cSrcweir] 2653cdf0e10cSrcweir 2654cdf0e10cSrcweir//-------------------------------------------------------------------------- 2655cdf0e10cSrcweirSfxVoidItem GotoPage FN_NAVIGATION_PI_GOTO_PAGE 2656cdf0e10cSrcweir() 2657cdf0e10cSrcweir[ 2658cdf0e10cSrcweir /* flags: */ 2659cdf0e10cSrcweir AutoUpdate = FALSE, 2660cdf0e10cSrcweir Cachable = Cachable, 2661cdf0e10cSrcweir FastCall = TRUE, 2662cdf0e10cSrcweir HasCoreId = FALSE, 2663cdf0e10cSrcweir HasDialog = FALSE, 2664cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2665cdf0e10cSrcweir Toggle = FALSE, 2666cdf0e10cSrcweir Container = FALSE, 2667cdf0e10cSrcweir RecordAbsolute = FALSE, 2668cdf0e10cSrcweir RecordPerSet; 2669cdf0e10cSrcweir Synchron; 2670cdf0e10cSrcweir 2671cdf0e10cSrcweir /* config: */ 2672cdf0e10cSrcweir AccelConfig = TRUE, 2673cdf0e10cSrcweir MenuConfig = FALSE, 2674cdf0e10cSrcweir StatusBarConfig = FALSE, 2675cdf0e10cSrcweir ToolBoxConfig = FALSE, 2676cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2677cdf0e10cSrcweir] 2678cdf0e10cSrcweir 2679cdf0e10cSrcweir//-------------------------------------------------------------------------- 2680cdf0e10cSrcweirSfxBoolItem GotoPrevIndexMark FN_PREV_TOXMARK 2681cdf0e10cSrcweir() 2682cdf0e10cSrcweir[ 2683cdf0e10cSrcweir /* flags: */ 2684cdf0e10cSrcweir AutoUpdate = FALSE, 2685cdf0e10cSrcweir Cachable = Cachable, 2686cdf0e10cSrcweir FastCall = TRUE, 2687cdf0e10cSrcweir HasCoreId = FALSE, 2688cdf0e10cSrcweir HasDialog = FALSE, 2689cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2690cdf0e10cSrcweir Toggle = FALSE, 2691cdf0e10cSrcweir Container = FALSE, 2692cdf0e10cSrcweir RecordAbsolute = FALSE, 2693cdf0e10cSrcweir RecordPerSet; 2694cdf0e10cSrcweir Synchron; 2695cdf0e10cSrcweir 2696cdf0e10cSrcweir /* config: */ 2697cdf0e10cSrcweir AccelConfig = TRUE, 2698cdf0e10cSrcweir MenuConfig = TRUE, 2699cdf0e10cSrcweir StatusBarConfig = FALSE, 2700cdf0e10cSrcweir ToolBoxConfig = TRUE, 2701cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2702cdf0e10cSrcweir] 2703cdf0e10cSrcweir 2704cdf0e10cSrcweir//-------------------------------------------------------------------------- 2705cdf0e10cSrcweirSfxBoolItem GotoPrevInputField FN_GOTO_PREV_INPUTFLD 2706cdf0e10cSrcweir() 2707cdf0e10cSrcweir[ 2708cdf0e10cSrcweir /* flags: */ 2709cdf0e10cSrcweir AutoUpdate = FALSE, 2710cdf0e10cSrcweir Cachable = Cachable, 2711cdf0e10cSrcweir FastCall = TRUE, 2712cdf0e10cSrcweir HasCoreId = FALSE, 2713cdf0e10cSrcweir HasDialog = FALSE, 2714cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2715cdf0e10cSrcweir Toggle = FALSE, 2716cdf0e10cSrcweir Container = FALSE, 2717cdf0e10cSrcweir RecordAbsolute = FALSE, 2718cdf0e10cSrcweir RecordPerSet; 2719cdf0e10cSrcweir Synchron; 2720cdf0e10cSrcweir 2721cdf0e10cSrcweir /* config: */ 2722cdf0e10cSrcweir AccelConfig = TRUE, 2723cdf0e10cSrcweir MenuConfig = TRUE, 2724cdf0e10cSrcweir StatusBarConfig = FALSE, 2725cdf0e10cSrcweir ToolBoxConfig = TRUE, 2726cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2727cdf0e10cSrcweir] 2728cdf0e10cSrcweir 2729cdf0e10cSrcweir//-------------------------------------------------------------------------- 2730cdf0e10cSrcweirSfxBoolItem GotoPrevObject FN_GOTO_PREV_OBJ 2731cdf0e10cSrcweir() 2732cdf0e10cSrcweir[ 2733cdf0e10cSrcweir /* flags: */ 2734cdf0e10cSrcweir AutoUpdate = FALSE, 2735cdf0e10cSrcweir Cachable = Cachable, 2736cdf0e10cSrcweir FastCall = TRUE, 2737cdf0e10cSrcweir HasCoreId = FALSE, 2738cdf0e10cSrcweir HasDialog = FALSE, 2739cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2740cdf0e10cSrcweir Toggle = FALSE, 2741cdf0e10cSrcweir Container = FALSE, 2742cdf0e10cSrcweir RecordAbsolute = FALSE, 2743cdf0e10cSrcweir RecordPerSet; 2744cdf0e10cSrcweir Synchron; 2745cdf0e10cSrcweir 2746cdf0e10cSrcweir /* config: */ 2747cdf0e10cSrcweir AccelConfig = TRUE, 2748cdf0e10cSrcweir MenuConfig = TRUE, 2749cdf0e10cSrcweir StatusBarConfig = FALSE, 2750cdf0e10cSrcweir ToolBoxConfig = TRUE, 2751cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2752cdf0e10cSrcweir] 2753cdf0e10cSrcweir 2754cdf0e10cSrcweir//-------------------------------------------------------------------------- 2755cdf0e10cSrcweirSfxBoolItem GoToPrevPara FN_PREV_PARA 2756cdf0e10cSrcweir() 2757cdf0e10cSrcweir[ 2758cdf0e10cSrcweir /* flags: */ 2759cdf0e10cSrcweir AutoUpdate = FALSE, 2760cdf0e10cSrcweir Cachable = Cachable, 2761cdf0e10cSrcweir FastCall = TRUE, 2762cdf0e10cSrcweir HasCoreId = FALSE, 2763cdf0e10cSrcweir HasDialog = FALSE, 2764cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2765cdf0e10cSrcweir Toggle = FALSE, 2766cdf0e10cSrcweir Container = FALSE, 2767cdf0e10cSrcweir RecordAbsolute = FALSE, 2768cdf0e10cSrcweir RecordPerSet; 2769cdf0e10cSrcweir Synchron; 2770cdf0e10cSrcweir 2771cdf0e10cSrcweir /* config: */ 2772cdf0e10cSrcweir AccelConfig = TRUE, 2773cdf0e10cSrcweir MenuConfig = FALSE, 2774cdf0e10cSrcweir StatusBarConfig = FALSE, 2775cdf0e10cSrcweir ToolBoxConfig = FALSE, 2776cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2777cdf0e10cSrcweir] 2778cdf0e10cSrcweir 2779cdf0e10cSrcweir//-------------------------------------------------------------------------- 2780cdf0e10cSrcweirSfxBoolItem GotoPrevPlacemarker FN_GOTO_PREV_MARK 2781cdf0e10cSrcweir() 2782cdf0e10cSrcweir[ 2783cdf0e10cSrcweir /* flags: */ 2784cdf0e10cSrcweir AutoUpdate = FALSE, 2785cdf0e10cSrcweir Cachable = Cachable, 2786cdf0e10cSrcweir FastCall = TRUE, 2787cdf0e10cSrcweir HasCoreId = FALSE, 2788cdf0e10cSrcweir HasDialog = FALSE, 2789cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2790cdf0e10cSrcweir Toggle = FALSE, 2791cdf0e10cSrcweir Container = FALSE, 2792cdf0e10cSrcweir RecordAbsolute = FALSE, 2793cdf0e10cSrcweir RecordPerSet; 2794cdf0e10cSrcweir Synchron; 2795cdf0e10cSrcweir 2796cdf0e10cSrcweir /* config: */ 2797cdf0e10cSrcweir AccelConfig = TRUE, 2798cdf0e10cSrcweir MenuConfig = TRUE, 2799cdf0e10cSrcweir StatusBarConfig = FALSE, 2800cdf0e10cSrcweir ToolBoxConfig = TRUE, 2801cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2802cdf0e10cSrcweir] 2803cdf0e10cSrcweir 2804cdf0e10cSrcweir//-------------------------------------------------------------------------- 2805cdf0e10cSrcweirSfxBoolItem GoToPrevSentence FN_PREV_SENT 2806cdf0e10cSrcweir() 2807cdf0e10cSrcweir[ 2808cdf0e10cSrcweir /* flags: */ 2809cdf0e10cSrcweir AutoUpdate = FALSE, 2810cdf0e10cSrcweir Cachable = Cachable, 2811cdf0e10cSrcweir FastCall = TRUE, 2812cdf0e10cSrcweir HasCoreId = FALSE, 2813cdf0e10cSrcweir HasDialog = FALSE, 2814cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2815cdf0e10cSrcweir Toggle = FALSE, 2816cdf0e10cSrcweir Container = FALSE, 2817cdf0e10cSrcweir RecordAbsolute = FALSE, 2818cdf0e10cSrcweir RecordPerSet; 2819cdf0e10cSrcweir Synchron; 2820cdf0e10cSrcweir 2821cdf0e10cSrcweir /* config: */ 2822cdf0e10cSrcweir AccelConfig = TRUE, 2823cdf0e10cSrcweir MenuConfig = FALSE, 2824cdf0e10cSrcweir StatusBarConfig = FALSE, 2825cdf0e10cSrcweir ToolBoxConfig = FALSE, 2826cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2827cdf0e10cSrcweir] 2828cdf0e10cSrcweir 2829cdf0e10cSrcweir//-------------------------------------------------------------------------- 2830cdf0e10cSrcweirSfxVoidItem GotoPrevSentenceSel FN_PREV_SENT_SEL 2831cdf0e10cSrcweir() 2832cdf0e10cSrcweir[ 2833cdf0e10cSrcweir /* flags: */ 2834cdf0e10cSrcweir AutoUpdate = FALSE, 2835cdf0e10cSrcweir Cachable = Cachable, 2836cdf0e10cSrcweir FastCall = TRUE, 2837cdf0e10cSrcweir HasCoreId = FALSE, 2838cdf0e10cSrcweir HasDialog = FALSE, 2839cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2840cdf0e10cSrcweir Toggle = FALSE, 2841cdf0e10cSrcweir Container = FALSE, 2842cdf0e10cSrcweir RecordAbsolute = FALSE, 2843cdf0e10cSrcweir RecordPerSet; 2844cdf0e10cSrcweir Synchron; 2845cdf0e10cSrcweir 2846cdf0e10cSrcweir /* config: */ 2847cdf0e10cSrcweir AccelConfig = TRUE, 2848cdf0e10cSrcweir MenuConfig = FALSE, 2849cdf0e10cSrcweir StatusBarConfig = FALSE, 2850cdf0e10cSrcweir ToolBoxConfig = FALSE, 2851cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2852cdf0e10cSrcweir] 2853cdf0e10cSrcweir 2854cdf0e10cSrcweir//-------------------------------------------------------------------------- 2855cdf0e10cSrcweirSfxBoolItem GotoPrevTableFormula FN_PREV_TBLFML 2856cdf0e10cSrcweir() 2857cdf0e10cSrcweir[ 2858cdf0e10cSrcweir /* flags: */ 2859cdf0e10cSrcweir AutoUpdate = FALSE, 2860cdf0e10cSrcweir Cachable = Cachable, 2861cdf0e10cSrcweir FastCall = TRUE, 2862cdf0e10cSrcweir HasCoreId = FALSE, 2863cdf0e10cSrcweir HasDialog = FALSE, 2864cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2865cdf0e10cSrcweir Toggle = FALSE, 2866cdf0e10cSrcweir Container = FALSE, 2867cdf0e10cSrcweir RecordAbsolute = FALSE, 2868cdf0e10cSrcweir RecordPerSet; 2869cdf0e10cSrcweir Synchron; 2870cdf0e10cSrcweir 2871cdf0e10cSrcweir /* config: */ 2872cdf0e10cSrcweir AccelConfig = TRUE, 2873cdf0e10cSrcweir MenuConfig = TRUE, 2874cdf0e10cSrcweir StatusBarConfig = FALSE, 2875cdf0e10cSrcweir ToolBoxConfig = TRUE, 2876cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2877cdf0e10cSrcweir] 2878cdf0e10cSrcweir 2879cdf0e10cSrcweir//-------------------------------------------------------------------------- 2880cdf0e10cSrcweirSfxBoolItem GoToPrevWord FN_PREV_WORD 2881cdf0e10cSrcweir() 2882cdf0e10cSrcweir[ 2883cdf0e10cSrcweir /* flags: */ 2884cdf0e10cSrcweir AutoUpdate = FALSE, 2885cdf0e10cSrcweir Cachable = Cachable, 2886cdf0e10cSrcweir FastCall = TRUE, 2887cdf0e10cSrcweir HasCoreId = FALSE, 2888cdf0e10cSrcweir HasDialog = FALSE, 2889cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2890cdf0e10cSrcweir Toggle = FALSE, 2891cdf0e10cSrcweir Container = FALSE, 2892cdf0e10cSrcweir RecordAbsolute = FALSE, 2893cdf0e10cSrcweir RecordPerSet; 2894cdf0e10cSrcweir Synchron; 2895cdf0e10cSrcweir 2896cdf0e10cSrcweir /* config: */ 2897cdf0e10cSrcweir AccelConfig = TRUE, 2898cdf0e10cSrcweir MenuConfig = FALSE, 2899cdf0e10cSrcweir StatusBarConfig = FALSE, 2900cdf0e10cSrcweir ToolBoxConfig = FALSE, 2901cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2902cdf0e10cSrcweir] 2903cdf0e10cSrcweir 2904cdf0e10cSrcweir//-------------------------------------------------------------------------- 2905cdf0e10cSrcweirSfxBoolItem GotoPrevWrongTableFormula FN_PREV_TBLFML_ERR 2906cdf0e10cSrcweir() 2907cdf0e10cSrcweir[ 2908cdf0e10cSrcweir /* flags: */ 2909cdf0e10cSrcweir AutoUpdate = FALSE, 2910cdf0e10cSrcweir Cachable = Cachable, 2911cdf0e10cSrcweir FastCall = TRUE, 2912cdf0e10cSrcweir HasCoreId = FALSE, 2913cdf0e10cSrcweir HasDialog = FALSE, 2914cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2915cdf0e10cSrcweir Toggle = FALSE, 2916cdf0e10cSrcweir Container = FALSE, 2917cdf0e10cSrcweir RecordAbsolute = FALSE, 2918cdf0e10cSrcweir RecordPerSet; 2919cdf0e10cSrcweir Synchron; 2920cdf0e10cSrcweir 2921cdf0e10cSrcweir /* config: */ 2922cdf0e10cSrcweir AccelConfig = TRUE, 2923cdf0e10cSrcweir MenuConfig = TRUE, 2924cdf0e10cSrcweir StatusBarConfig = FALSE, 2925cdf0e10cSrcweir ToolBoxConfig = TRUE, 2926cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2927cdf0e10cSrcweir] 2928cdf0e10cSrcweir 2929cdf0e10cSrcweir//-------------------------------------------------------------------------- 2930cdf0e10cSrcweirSfxVoidItem GoToStartOfTable FN_START_TABLE 2931cdf0e10cSrcweir() 2932cdf0e10cSrcweir[ 2933cdf0e10cSrcweir /* flags: */ 2934cdf0e10cSrcweir AutoUpdate = FALSE, 2935cdf0e10cSrcweir Cachable = Cachable, 2936cdf0e10cSrcweir FastCall = TRUE, 2937cdf0e10cSrcweir HasCoreId = FALSE, 2938cdf0e10cSrcweir HasDialog = FALSE, 2939cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2940cdf0e10cSrcweir Toggle = FALSE, 2941cdf0e10cSrcweir Container = FALSE, 2942cdf0e10cSrcweir RecordAbsolute = FALSE, 2943cdf0e10cSrcweir RecordPerSet; 2944cdf0e10cSrcweir Synchron; 2945cdf0e10cSrcweir 2946cdf0e10cSrcweir /* config: */ 2947cdf0e10cSrcweir AccelConfig = TRUE, 2948cdf0e10cSrcweir MenuConfig = FALSE, 2949cdf0e10cSrcweir StatusBarConfig = FALSE, 2950cdf0e10cSrcweir ToolBoxConfig = FALSE, 2951cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2952cdf0e10cSrcweir] 2953cdf0e10cSrcweir 2954cdf0e10cSrcweir//-------------------------------------------------------------------------- 2955cdf0e10cSrcweirSfxVoidItem GoToStartOfColumn FN_START_OF_COLUMN 2956cdf0e10cSrcweir() 2957cdf0e10cSrcweir[ 2958cdf0e10cSrcweir /* flags: */ 2959cdf0e10cSrcweir AutoUpdate = FALSE, 2960cdf0e10cSrcweir Cachable = Cachable, 2961cdf0e10cSrcweir FastCall = TRUE, 2962cdf0e10cSrcweir HasCoreId = FALSE, 2963cdf0e10cSrcweir HasDialog = FALSE, 2964cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2965cdf0e10cSrcweir Toggle = FALSE, 2966cdf0e10cSrcweir Container = FALSE, 2967cdf0e10cSrcweir RecordAbsolute = FALSE, 2968cdf0e10cSrcweir RecordPerSet; 2969cdf0e10cSrcweir Synchron; 2970cdf0e10cSrcweir 2971cdf0e10cSrcweir /* config: */ 2972cdf0e10cSrcweir AccelConfig = TRUE, 2973cdf0e10cSrcweir MenuConfig = TRUE, 2974cdf0e10cSrcweir StatusBarConfig = FALSE, 2975cdf0e10cSrcweir ToolBoxConfig = TRUE, 2976cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2977cdf0e10cSrcweir] 2978cdf0e10cSrcweir 2979cdf0e10cSrcweir//-------------------------------------------------------------------------- 2980cdf0e10cSrcweirSfxBoolItem GoToStartOfDoc FN_START_OF_DOCUMENT 2981cdf0e10cSrcweir() 2982cdf0e10cSrcweir[ 2983cdf0e10cSrcweir /* flags: */ 2984cdf0e10cSrcweir AutoUpdate = FALSE, 2985cdf0e10cSrcweir Cachable = Cachable, 2986cdf0e10cSrcweir FastCall = FALSE, 2987cdf0e10cSrcweir HasCoreId = FALSE, 2988cdf0e10cSrcweir HasDialog = FALSE, 2989cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2990cdf0e10cSrcweir Toggle = FALSE, 2991cdf0e10cSrcweir Container = FALSE, 2992cdf0e10cSrcweir RecordAbsolute = FALSE, 2993cdf0e10cSrcweir RecordPerSet; 2994cdf0e10cSrcweir Synchron; 2995cdf0e10cSrcweir 2996cdf0e10cSrcweir /* config: */ 2997cdf0e10cSrcweir AccelConfig = TRUE, 2998cdf0e10cSrcweir MenuConfig = TRUE, 2999cdf0e10cSrcweir StatusBarConfig = FALSE, 3000cdf0e10cSrcweir ToolBoxConfig = TRUE, 3001cdf0e10cSrcweir GroupId = GID_VIEW; 3002cdf0e10cSrcweir] 3003cdf0e10cSrcweir 3004cdf0e10cSrcweir//-------------------------------------------------------------------------- 3005cdf0e10cSrcweirSfxBoolItem GoToStartOfLine FN_START_OF_LINE 3006cdf0e10cSrcweir() 3007cdf0e10cSrcweir[ 3008cdf0e10cSrcweir /* flags: */ 3009cdf0e10cSrcweir AutoUpdate = FALSE, 3010cdf0e10cSrcweir Cachable = Cachable, 3011cdf0e10cSrcweir FastCall = TRUE, 3012cdf0e10cSrcweir HasCoreId = FALSE, 3013cdf0e10cSrcweir HasDialog = FALSE, 3014cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3015cdf0e10cSrcweir Toggle = FALSE, 3016cdf0e10cSrcweir Container = FALSE, 3017cdf0e10cSrcweir RecordAbsolute = FALSE, 3018cdf0e10cSrcweir RecordPerSet; 3019cdf0e10cSrcweir Synchron; 3020cdf0e10cSrcweir 3021cdf0e10cSrcweir /* config: */ 3022cdf0e10cSrcweir AccelConfig = TRUE, 3023cdf0e10cSrcweir MenuConfig = TRUE, 3024cdf0e10cSrcweir StatusBarConfig = FALSE, 3025cdf0e10cSrcweir ToolBoxConfig = TRUE, 3026cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3027cdf0e10cSrcweir] 3028cdf0e10cSrcweir 3029cdf0e10cSrcweir//-------------------------------------------------------------------------- 3030cdf0e10cSrcweirSfxVoidItem GoToStartOfNextColumn FN_START_OF_NEXT_COLUMN 3031cdf0e10cSrcweir() 3032cdf0e10cSrcweir[ 3033cdf0e10cSrcweir /* flags: */ 3034cdf0e10cSrcweir AutoUpdate = FALSE, 3035cdf0e10cSrcweir Cachable = Cachable, 3036cdf0e10cSrcweir FastCall = TRUE, 3037cdf0e10cSrcweir HasCoreId = FALSE, 3038cdf0e10cSrcweir HasDialog = FALSE, 3039cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3040cdf0e10cSrcweir Toggle = FALSE, 3041cdf0e10cSrcweir Container = FALSE, 3042cdf0e10cSrcweir RecordAbsolute = FALSE, 3043cdf0e10cSrcweir RecordPerSet; 3044cdf0e10cSrcweir Synchron; 3045cdf0e10cSrcweir 3046cdf0e10cSrcweir /* config: */ 3047cdf0e10cSrcweir AccelConfig = TRUE, 3048cdf0e10cSrcweir MenuConfig = TRUE, 3049cdf0e10cSrcweir StatusBarConfig = FALSE, 3050cdf0e10cSrcweir ToolBoxConfig = TRUE, 3051cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3052cdf0e10cSrcweir] 3053cdf0e10cSrcweir 3054cdf0e10cSrcweir//-------------------------------------------------------------------------- 3055cdf0e10cSrcweirSfxVoidItem GoToStartOfNextPage FN_START_OF_NEXT_PAGE 3056cdf0e10cSrcweir() 3057cdf0e10cSrcweir[ 3058cdf0e10cSrcweir /* flags: */ 3059cdf0e10cSrcweir AutoUpdate = FALSE, 3060cdf0e10cSrcweir Cachable = Cachable, 3061cdf0e10cSrcweir FastCall = TRUE, 3062cdf0e10cSrcweir HasCoreId = FALSE, 3063cdf0e10cSrcweir HasDialog = FALSE, 3064cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3065cdf0e10cSrcweir Toggle = FALSE, 3066cdf0e10cSrcweir Container = FALSE, 3067cdf0e10cSrcweir RecordAbsolute = FALSE, 3068cdf0e10cSrcweir RecordPerSet; 3069cdf0e10cSrcweir Synchron; 3070cdf0e10cSrcweir 3071cdf0e10cSrcweir /* config: */ 3072cdf0e10cSrcweir AccelConfig = TRUE, 3073cdf0e10cSrcweir MenuConfig = TRUE, 3074cdf0e10cSrcweir StatusBarConfig = FALSE, 3075cdf0e10cSrcweir ToolBoxConfig = TRUE, 3076cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3077cdf0e10cSrcweir] 3078cdf0e10cSrcweir 3079cdf0e10cSrcweir//-------------------------------------------------------------------------- 3080cdf0e10cSrcweirSfxVoidItem GoToStartOfNextPageSel FN_START_OF_NEXT_PAGE_SEL 3081cdf0e10cSrcweir() 3082cdf0e10cSrcweir[ 3083cdf0e10cSrcweir /* flags: */ 3084cdf0e10cSrcweir AutoUpdate = FALSE, 3085cdf0e10cSrcweir Cachable = Cachable, 3086cdf0e10cSrcweir FastCall = TRUE, 3087cdf0e10cSrcweir HasCoreId = FALSE, 3088cdf0e10cSrcweir HasDialog = FALSE, 3089cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3090cdf0e10cSrcweir Toggle = FALSE, 3091cdf0e10cSrcweir Container = FALSE, 3092cdf0e10cSrcweir RecordAbsolute = FALSE, 3093cdf0e10cSrcweir RecordPerSet; 3094cdf0e10cSrcweir Synchron; 3095cdf0e10cSrcweir 3096cdf0e10cSrcweir /* config: */ 3097cdf0e10cSrcweir AccelConfig = TRUE, 3098cdf0e10cSrcweir MenuConfig = TRUE, 3099cdf0e10cSrcweir StatusBarConfig = FALSE, 3100cdf0e10cSrcweir ToolBoxConfig = TRUE, 3101cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3102cdf0e10cSrcweir] 3103cdf0e10cSrcweir 3104cdf0e10cSrcweir//-------------------------------------------------------------------------- 3105cdf0e10cSrcweirSfxVoidItem GoToStartOfPage FN_START_OF_PAGE 3106cdf0e10cSrcweir() 3107cdf0e10cSrcweir[ 3108cdf0e10cSrcweir /* flags: */ 3109cdf0e10cSrcweir AutoUpdate = FALSE, 3110cdf0e10cSrcweir Cachable = Cachable, 3111cdf0e10cSrcweir FastCall = TRUE, 3112cdf0e10cSrcweir HasCoreId = FALSE, 3113cdf0e10cSrcweir HasDialog = FALSE, 3114cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3115cdf0e10cSrcweir Toggle = FALSE, 3116cdf0e10cSrcweir Container = FALSE, 3117cdf0e10cSrcweir RecordAbsolute = FALSE, 3118cdf0e10cSrcweir RecordPerSet; 3119cdf0e10cSrcweir Synchron; 3120cdf0e10cSrcweir 3121cdf0e10cSrcweir /* config: */ 3122cdf0e10cSrcweir AccelConfig = TRUE, 3123cdf0e10cSrcweir MenuConfig = TRUE, 3124cdf0e10cSrcweir StatusBarConfig = FALSE, 3125cdf0e10cSrcweir ToolBoxConfig = TRUE, 3126cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3127cdf0e10cSrcweir] 3128cdf0e10cSrcweir 3129cdf0e10cSrcweir//-------------------------------------------------------------------------- 3130cdf0e10cSrcweirSfxVoidItem GoToStartOfPageSel FN_START_OF_PAGE_SEL 3131cdf0e10cSrcweir() 3132cdf0e10cSrcweir[ 3133cdf0e10cSrcweir /* flags: */ 3134cdf0e10cSrcweir AutoUpdate = FALSE, 3135cdf0e10cSrcweir Cachable = Cachable, 3136cdf0e10cSrcweir FastCall = TRUE, 3137cdf0e10cSrcweir HasCoreId = FALSE, 3138cdf0e10cSrcweir HasDialog = FALSE, 3139cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3140cdf0e10cSrcweir Toggle = FALSE, 3141cdf0e10cSrcweir Container = FALSE, 3142cdf0e10cSrcweir RecordAbsolute = FALSE, 3143cdf0e10cSrcweir RecordPerSet; 3144cdf0e10cSrcweir Synchron; 3145cdf0e10cSrcweir 3146cdf0e10cSrcweir /* config: */ 3147cdf0e10cSrcweir AccelConfig = TRUE, 3148cdf0e10cSrcweir MenuConfig = TRUE, 3149cdf0e10cSrcweir StatusBarConfig = FALSE, 3150cdf0e10cSrcweir ToolBoxConfig = TRUE, 3151cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3152cdf0e10cSrcweir] 3153cdf0e10cSrcweir 3154cdf0e10cSrcweir//-------------------------------------------------------------------------- 3155cdf0e10cSrcweirSfxBoolItem GoToStartOfPara FN_START_OF_PARA 3156cdf0e10cSrcweir() 3157cdf0e10cSrcweir[ 3158cdf0e10cSrcweir /* flags: */ 3159cdf0e10cSrcweir AutoUpdate = FALSE, 3160cdf0e10cSrcweir Cachable = Cachable, 3161cdf0e10cSrcweir FastCall = TRUE, 3162cdf0e10cSrcweir HasCoreId = FALSE, 3163cdf0e10cSrcweir HasDialog = FALSE, 3164cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3165cdf0e10cSrcweir Toggle = FALSE, 3166cdf0e10cSrcweir Container = FALSE, 3167cdf0e10cSrcweir RecordAbsolute = FALSE, 3168cdf0e10cSrcweir RecordPerSet; 3169cdf0e10cSrcweir Synchron; 3170cdf0e10cSrcweir 3171cdf0e10cSrcweir /* config: */ 3172cdf0e10cSrcweir AccelConfig = TRUE, 3173cdf0e10cSrcweir MenuConfig = FALSE, 3174cdf0e10cSrcweir StatusBarConfig = FALSE, 3175cdf0e10cSrcweir ToolBoxConfig = FALSE, 3176cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3177cdf0e10cSrcweir] 3178cdf0e10cSrcweir 3179cdf0e10cSrcweir//-------------------------------------------------------------------------- 3180cdf0e10cSrcweirSfxVoidItem GoToStartOfPrevColumn FN_START_OF_PREV_COLUMN 3181cdf0e10cSrcweir() 3182cdf0e10cSrcweir[ 3183cdf0e10cSrcweir /* flags: */ 3184cdf0e10cSrcweir AutoUpdate = FALSE, 3185cdf0e10cSrcweir Cachable = Cachable, 3186cdf0e10cSrcweir FastCall = TRUE, 3187cdf0e10cSrcweir HasCoreId = FALSE, 3188cdf0e10cSrcweir HasDialog = FALSE, 3189cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3190cdf0e10cSrcweir Toggle = FALSE, 3191cdf0e10cSrcweir Container = FALSE, 3192cdf0e10cSrcweir RecordAbsolute = FALSE, 3193cdf0e10cSrcweir RecordPerSet; 3194cdf0e10cSrcweir Synchron; 3195cdf0e10cSrcweir 3196cdf0e10cSrcweir /* config: */ 3197cdf0e10cSrcweir AccelConfig = TRUE, 3198cdf0e10cSrcweir MenuConfig = TRUE, 3199cdf0e10cSrcweir StatusBarConfig = FALSE, 3200cdf0e10cSrcweir ToolBoxConfig = TRUE, 3201cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3202cdf0e10cSrcweir] 3203cdf0e10cSrcweir 3204cdf0e10cSrcweir//-------------------------------------------------------------------------- 3205cdf0e10cSrcweirSfxVoidItem GoToStartOfPrevPage FN_START_OF_PREV_PAGE 3206cdf0e10cSrcweir() 3207cdf0e10cSrcweir[ 3208cdf0e10cSrcweir /* flags: */ 3209cdf0e10cSrcweir AutoUpdate = FALSE, 3210cdf0e10cSrcweir Cachable = Cachable, 3211cdf0e10cSrcweir FastCall = TRUE, 3212cdf0e10cSrcweir HasCoreId = FALSE, 3213cdf0e10cSrcweir HasDialog = FALSE, 3214cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3215cdf0e10cSrcweir Toggle = FALSE, 3216cdf0e10cSrcweir Container = FALSE, 3217cdf0e10cSrcweir RecordAbsolute = FALSE, 3218cdf0e10cSrcweir RecordPerSet; 3219cdf0e10cSrcweir Synchron; 3220cdf0e10cSrcweir 3221cdf0e10cSrcweir /* config: */ 3222cdf0e10cSrcweir AccelConfig = TRUE, 3223cdf0e10cSrcweir MenuConfig = TRUE, 3224cdf0e10cSrcweir StatusBarConfig = FALSE, 3225cdf0e10cSrcweir ToolBoxConfig = TRUE, 3226cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3227cdf0e10cSrcweir] 3228cdf0e10cSrcweir 3229cdf0e10cSrcweir//-------------------------------------------------------------------------- 3230cdf0e10cSrcweirSfxVoidItem GoToStartOfPrevPageSel FN_START_OF_PREV_PAGE_SEL 3231cdf0e10cSrcweir() 3232cdf0e10cSrcweir[ 3233cdf0e10cSrcweir /* flags: */ 3234cdf0e10cSrcweir AutoUpdate = FALSE, 3235cdf0e10cSrcweir Cachable = Cachable, 3236cdf0e10cSrcweir FastCall = TRUE, 3237cdf0e10cSrcweir HasCoreId = FALSE, 3238cdf0e10cSrcweir HasDialog = FALSE, 3239cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3240cdf0e10cSrcweir Toggle = FALSE, 3241cdf0e10cSrcweir Container = FALSE, 3242cdf0e10cSrcweir RecordAbsolute = FALSE, 3243cdf0e10cSrcweir RecordPerSet; 3244cdf0e10cSrcweir Synchron; 3245cdf0e10cSrcweir 3246cdf0e10cSrcweir /* config: */ 3247cdf0e10cSrcweir AccelConfig = TRUE, 3248cdf0e10cSrcweir MenuConfig = TRUE, 3249cdf0e10cSrcweir StatusBarConfig = FALSE, 3250cdf0e10cSrcweir ToolBoxConfig = TRUE, 3251cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3252cdf0e10cSrcweir] 3253cdf0e10cSrcweir 3254cdf0e10cSrcweir//-------------------------------------------------------------------------- 3255cdf0e10cSrcweirSfxBoolItem GoUp FN_LINE_UP 3256cdf0e10cSrcweir(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) 3257cdf0e10cSrcweir[ 3258cdf0e10cSrcweir /* flags: */ 3259cdf0e10cSrcweir AutoUpdate = FALSE, 3260cdf0e10cSrcweir Cachable = Cachable, 3261cdf0e10cSrcweir FastCall = TRUE, 3262cdf0e10cSrcweir HasCoreId = FALSE, 3263cdf0e10cSrcweir HasDialog = FALSE, 3264cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3265cdf0e10cSrcweir Toggle = FALSE, 3266cdf0e10cSrcweir Container = FALSE, 3267cdf0e10cSrcweir RecordAbsolute = FALSE, 3268cdf0e10cSrcweir RecordPerSet; 3269cdf0e10cSrcweir Synchron; 3270cdf0e10cSrcweir 3271cdf0e10cSrcweir /* config: */ 3272cdf0e10cSrcweir AccelConfig = TRUE, 3273cdf0e10cSrcweir MenuConfig = FALSE, 3274cdf0e10cSrcweir StatusBarConfig = FALSE, 3275cdf0e10cSrcweir ToolBoxConfig = FALSE, 3276cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3277cdf0e10cSrcweir] 3278cdf0e10cSrcweir 3279cdf0e10cSrcweir//-------------------------------------------------------------------------- 3280cdf0e10cSrcweirSfxBoolItem Graphic FN_VIEW_GRAPHIC 3281cdf0e10cSrcweir 3282cdf0e10cSrcweir[ 3283cdf0e10cSrcweir /* flags: */ 3284cdf0e10cSrcweir AutoUpdate = TRUE, 3285cdf0e10cSrcweir Cachable = Cachable, 3286cdf0e10cSrcweir FastCall = FALSE, 3287cdf0e10cSrcweir HasCoreId = FALSE, 3288cdf0e10cSrcweir HasDialog = FALSE, 3289cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3290cdf0e10cSrcweir Toggle = FALSE, 3291cdf0e10cSrcweir Container = FALSE, 3292cdf0e10cSrcweir RecordAbsolute = FALSE, 3293cdf0e10cSrcweir RecordPerSet; 3294cdf0e10cSrcweir Synchron; 3295cdf0e10cSrcweir 3296cdf0e10cSrcweir Readonly = FALSE, 3297cdf0e10cSrcweir 3298cdf0e10cSrcweir /* config: */ 3299cdf0e10cSrcweir AccelConfig = TRUE, 3300cdf0e10cSrcweir MenuConfig = TRUE, 3301cdf0e10cSrcweir StatusBarConfig = FALSE, 3302cdf0e10cSrcweir ToolBoxConfig = TRUE, 3303cdf0e10cSrcweir GroupId = GID_VIEW; 3304cdf0e10cSrcweir] 3305cdf0e10cSrcweir 3306cdf0e10cSrcweir//-------------------------------------------------------------------------- 3307cdf0e10cSrcweirSfxVoidItem GraphicDialog FN_FORMAT_GRAFIC_DLG 3308cdf0e10cSrcweir() 3309cdf0e10cSrcweir[ 3310cdf0e10cSrcweir /* flags: */ 3311cdf0e10cSrcweir AutoUpdate = FALSE, 3312cdf0e10cSrcweir Cachable = Cachable, 3313cdf0e10cSrcweir FastCall = FALSE, 3314cdf0e10cSrcweir HasCoreId = FALSE, 3315cdf0e10cSrcweir HasDialog = TRUE, 3316cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3317cdf0e10cSrcweir Toggle = FALSE, 3318cdf0e10cSrcweir Container = FALSE, 3319cdf0e10cSrcweir RecordAbsolute = FALSE, 3320cdf0e10cSrcweir RecordPerItem; 3321cdf0e10cSrcweir Asynchron; 3322cdf0e10cSrcweir 3323cdf0e10cSrcweir /* config: */ 3324cdf0e10cSrcweir AccelConfig = TRUE, 3325cdf0e10cSrcweir MenuConfig = TRUE, 3326cdf0e10cSrcweir StatusBarConfig = FALSE, 3327cdf0e10cSrcweir ToolBoxConfig = TRUE, 3328cdf0e10cSrcweir GroupId = GID_GRAPHIC; 3329cdf0e10cSrcweir] 3330cdf0e10cSrcweir//-------------------------------------------------------------------------- 3331cdf0e10cSrcweirSfxVoidItem SaveGraphic FN_SAVE_GRAPHIC 3332cdf0e10cSrcweir() 3333cdf0e10cSrcweir[ 3334cdf0e10cSrcweir /* flags: */ 3335cdf0e10cSrcweir AutoUpdate = FALSE, 3336cdf0e10cSrcweir Cachable = Cachable, 3337cdf0e10cSrcweir FastCall = FALSE, 3338cdf0e10cSrcweir HasCoreId = FALSE, 3339cdf0e10cSrcweir HasDialog = FALSE, 3340cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3341cdf0e10cSrcweir Toggle = FALSE, 3342cdf0e10cSrcweir Container = FALSE, 3343cdf0e10cSrcweir RecordAbsolute = FALSE, 3344cdf0e10cSrcweir RecordPerSet; 3345cdf0e10cSrcweir Synchron; 3346cdf0e10cSrcweir 3347cdf0e10cSrcweir /* config: */ 3348cdf0e10cSrcweir AccelConfig = TRUE, 3349cdf0e10cSrcweir MenuConfig = TRUE, 3350cdf0e10cSrcweir StatusBarConfig = FALSE, 3351cdf0e10cSrcweir ToolBoxConfig = TRUE, 3352cdf0e10cSrcweir GroupId = GID_GRAPHIC; 3353cdf0e10cSrcweir] 3354cdf0e10cSrcweir 3355cdf0e10cSrcweir//-------------------------------------------------------------------------- 3356cdf0e10cSrcweirSfxVoidItem Grow FN_GROW_FONT_SIZE 3357cdf0e10cSrcweir() 3358cdf0e10cSrcweir[ 3359cdf0e10cSrcweir /* flags: */ 3360cdf0e10cSrcweir AutoUpdate = TRUE, 3361cdf0e10cSrcweir Cachable = Cachable, 3362cdf0e10cSrcweir FastCall = FALSE, 3363cdf0e10cSrcweir HasCoreId = FALSE, 3364cdf0e10cSrcweir HasDialog = FALSE, 3365cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3366cdf0e10cSrcweir Toggle = FALSE, 3367cdf0e10cSrcweir Container = FALSE, 3368cdf0e10cSrcweir RecordAbsolute = FALSE, 3369cdf0e10cSrcweir RecordPerSet; 3370cdf0e10cSrcweir Synchron; 3371cdf0e10cSrcweir 3372cdf0e10cSrcweir /* config: */ 3373cdf0e10cSrcweir AccelConfig = TRUE, 3374cdf0e10cSrcweir MenuConfig = FALSE, 3375cdf0e10cSrcweir StatusBarConfig = FALSE, 3376cdf0e10cSrcweir ToolBoxConfig = TRUE, 3377cdf0e10cSrcweir GroupId = GID_FORMAT; 3378cdf0e10cSrcweir] 3379cdf0e10cSrcweir 3380cdf0e10cSrcweir//-------------------------------------------------------------------------- 3381cdf0e10cSrcweirSfxBoolItem HScroll FN_HSCROLLBAR 3382cdf0e10cSrcweir 3383cdf0e10cSrcweir[ 3384cdf0e10cSrcweir /* flags: */ 3385cdf0e10cSrcweir AutoUpdate = FALSE, 3386cdf0e10cSrcweir Cachable = Cachable, 3387cdf0e10cSrcweir FastCall = FALSE, 3388cdf0e10cSrcweir HasCoreId = FALSE, 3389cdf0e10cSrcweir HasDialog = FALSE, 3390cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3391cdf0e10cSrcweir Toggle = FALSE, 3392cdf0e10cSrcweir Container = FALSE, 3393cdf0e10cSrcweir RecordAbsolute = FALSE, 3394cdf0e10cSrcweir RecordPerSet; 3395cdf0e10cSrcweir Synchron; 3396cdf0e10cSrcweir 3397cdf0e10cSrcweir Readonly = FALSE, 3398cdf0e10cSrcweir 3399cdf0e10cSrcweir /* config: */ 3400cdf0e10cSrcweir AccelConfig = TRUE, 3401cdf0e10cSrcweir MenuConfig = TRUE, 3402cdf0e10cSrcweir StatusBarConfig = FALSE, 3403cdf0e10cSrcweir ToolBoxConfig = TRUE, 3404cdf0e10cSrcweir GroupId = GID_VIEW; 3405cdf0e10cSrcweir] 3406cdf0e10cSrcweir 3407cdf0e10cSrcweir//-------------------------------------------------------------------------- 3408cdf0e10cSrcweirSfxUInt16Item HtmlMode SID_HTML_MODE 3409cdf0e10cSrcweir 3410cdf0e10cSrcweir[ 3411cdf0e10cSrcweir /* flags: */ 3412cdf0e10cSrcweir AutoUpdate = TRUE, 3413cdf0e10cSrcweir Cachable = Cachable, 3414cdf0e10cSrcweir FastCall = FALSE, 3415cdf0e10cSrcweir HasCoreId = FALSE, 3416cdf0e10cSrcweir HasDialog = FALSE, 3417cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3418cdf0e10cSrcweir Toggle = FALSE, 3419cdf0e10cSrcweir Container = FALSE, 3420cdf0e10cSrcweir RecordAbsolute = FALSE, 3421cdf0e10cSrcweir RecordPerSet; 3422cdf0e10cSrcweir Synchron; 3423cdf0e10cSrcweir 3424cdf0e10cSrcweir Readonly = TRUE, 3425cdf0e10cSrcweir 3426cdf0e10cSrcweir /* config: */ 3427cdf0e10cSrcweir AccelConfig = FALSE, 3428cdf0e10cSrcweir MenuConfig = FALSE, 3429cdf0e10cSrcweir StatusBarConfig = FALSE, 3430cdf0e10cSrcweir ToolBoxConfig = FALSE, 3431cdf0e10cSrcweir GroupId = GID_VIEW; 3432cdf0e10cSrcweir] 3433cdf0e10cSrcweir 3434cdf0e10cSrcweir//-------------------------------------------------------------------------- 3435cdf0e10cSrcweirSfxVoidItem Hyphenate FN_HYPHENATE_OPT_DLG 3436cdf0e10cSrcweir() 3437cdf0e10cSrcweir[ 3438cdf0e10cSrcweir /* flags: */ 3439cdf0e10cSrcweir AutoUpdate = FALSE, 3440cdf0e10cSrcweir Cachable = Cachable, 3441cdf0e10cSrcweir FastCall = FALSE, 3442cdf0e10cSrcweir HasCoreId = FALSE, 3443cdf0e10cSrcweir HasDialog = TRUE, 3444cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3445cdf0e10cSrcweir Toggle = TRUE, 3446cdf0e10cSrcweir Container = FALSE, 3447cdf0e10cSrcweir RecordAbsolute = FALSE, 3448cdf0e10cSrcweir RecordPerSet; 3449cdf0e10cSrcweir Asynchron; 3450cdf0e10cSrcweir 3451cdf0e10cSrcweir /* config: */ 3452cdf0e10cSrcweir AccelConfig = TRUE, 3453cdf0e10cSrcweir MenuConfig = TRUE, 3454cdf0e10cSrcweir StatusBarConfig = FALSE, 3455cdf0e10cSrcweir ToolBoxConfig = TRUE, 3456cdf0e10cSrcweir GroupId = GID_OPTIONS; 3457cdf0e10cSrcweir] 3458cdf0e10cSrcweir 3459cdf0e10cSrcweir//-------------------------------------------------------------------------- 3460cdf0e10cSrcweirSfxVoidItem IncrementIndentValue FN_INC_INDENT_OFFSET 3461cdf0e10cSrcweir() 3462cdf0e10cSrcweir[ 3463cdf0e10cSrcweir /* flags: */ 3464cdf0e10cSrcweir AutoUpdate = FALSE, 3465cdf0e10cSrcweir Cachable = Cachable, 3466cdf0e10cSrcweir FastCall = FALSE, 3467cdf0e10cSrcweir HasCoreId = FALSE, 3468cdf0e10cSrcweir HasDialog = FALSE, 3469cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3470cdf0e10cSrcweir Toggle = FALSE, 3471cdf0e10cSrcweir Container = FALSE, 3472cdf0e10cSrcweir RecordAbsolute = FALSE, 3473cdf0e10cSrcweir RecordPerSet; 3474cdf0e10cSrcweir Synchron; 3475cdf0e10cSrcweir 3476cdf0e10cSrcweir /* config: */ 3477cdf0e10cSrcweir AccelConfig = TRUE, 3478cdf0e10cSrcweir MenuConfig = TRUE, 3479cdf0e10cSrcweir StatusBarConfig = FALSE, 3480cdf0e10cSrcweir ToolBoxConfig = TRUE, 3481cdf0e10cSrcweir GroupId = GID_FORMAT; 3482cdf0e10cSrcweir] 3483cdf0e10cSrcweir 3484cdf0e10cSrcweir//-------------------------------------------------------------------------- 3485cdf0e10cSrcweirSfxVoidItem IncrementLevel FN_NUM_BULLET_UP 3486cdf0e10cSrcweir() 3487cdf0e10cSrcweir[ 3488cdf0e10cSrcweir /* flags: */ 3489cdf0e10cSrcweir AutoUpdate = FALSE, 3490cdf0e10cSrcweir Cachable = Cachable, 3491cdf0e10cSrcweir FastCall = FALSE, 3492cdf0e10cSrcweir HasCoreId = FALSE, 3493cdf0e10cSrcweir HasDialog = FALSE, 3494cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3495cdf0e10cSrcweir Toggle = FALSE, 3496cdf0e10cSrcweir Container = FALSE, 3497cdf0e10cSrcweir RecordAbsolute = FALSE, 3498cdf0e10cSrcweir RecordPerSet; 3499cdf0e10cSrcweir Synchron; 3500cdf0e10cSrcweir 3501cdf0e10cSrcweir ImageRotation = TRUE; 3502cdf0e10cSrcweir ImageReflection = TRUE; 3503cdf0e10cSrcweir /* config: */ 3504cdf0e10cSrcweir AccelConfig = TRUE, 3505cdf0e10cSrcweir MenuConfig = TRUE, 3506cdf0e10cSrcweir StatusBarConfig = FALSE, 3507cdf0e10cSrcweir ToolBoxConfig = TRUE, 3508cdf0e10cSrcweir GroupId = GID_ENUMERATION; 3509cdf0e10cSrcweir] 3510cdf0e10cSrcweir 3511cdf0e10cSrcweir//-------------------------------------------------------------------------- 3512cdf0e10cSrcweirSfxVoidItem IncrementSubLevels FN_NUM_BULLET_OUTLINE_UP 3513cdf0e10cSrcweir() 3514cdf0e10cSrcweir[ 3515cdf0e10cSrcweir /* flags: */ 3516cdf0e10cSrcweir AutoUpdate = FALSE, 3517cdf0e10cSrcweir Cachable = Cachable, 3518cdf0e10cSrcweir FastCall = FALSE, 3519cdf0e10cSrcweir HasCoreId = FALSE, 3520cdf0e10cSrcweir HasDialog = FALSE, 3521cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3522cdf0e10cSrcweir Toggle = FALSE, 3523cdf0e10cSrcweir Container = FALSE, 3524cdf0e10cSrcweir RecordAbsolute = FALSE, 3525cdf0e10cSrcweir RecordPerSet; 3526cdf0e10cSrcweir Synchron; 3527cdf0e10cSrcweir 3528cdf0e10cSrcweir ImageRotation = TRUE; 3529cdf0e10cSrcweir ImageReflection = TRUE; 3530cdf0e10cSrcweir /* config: */ 3531cdf0e10cSrcweir AccelConfig = TRUE, 3532cdf0e10cSrcweir MenuConfig = TRUE, 3533cdf0e10cSrcweir StatusBarConfig = FALSE, 3534cdf0e10cSrcweir ToolBoxConfig = TRUE, 3535cdf0e10cSrcweir GroupId = GID_ENUMERATION; 3536cdf0e10cSrcweir] 3537cdf0e10cSrcweir 3538cdf0e10cSrcweir//-------------------------------------------------------------------------- 3539cdf0e10cSrcweirSfxVoidItem IndexEntryDialog FN_EDIT_IDX_ENTRY_DLG 3540cdf0e10cSrcweir() 3541cdf0e10cSrcweir[ 3542cdf0e10cSrcweir /* flags: */ 3543cdf0e10cSrcweir AutoUpdate = FALSE, 3544cdf0e10cSrcweir Cachable = Cachable, 3545cdf0e10cSrcweir FastCall = FALSE, 3546cdf0e10cSrcweir HasCoreId = FALSE, 3547cdf0e10cSrcweir HasDialog = TRUE, 3548cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3549cdf0e10cSrcweir Toggle = FALSE, 3550cdf0e10cSrcweir Container = FALSE, 3551cdf0e10cSrcweir RecordAbsolute = FALSE, 3552cdf0e10cSrcweir RecordPerSet; 3553cdf0e10cSrcweir Asynchron; 3554cdf0e10cSrcweir 3555cdf0e10cSrcweir /* config: */ 3556cdf0e10cSrcweir AccelConfig = TRUE, 3557cdf0e10cSrcweir MenuConfig = TRUE, 3558cdf0e10cSrcweir StatusBarConfig = FALSE, 3559cdf0e10cSrcweir ToolBoxConfig = TRUE, 3560cdf0e10cSrcweir GroupId = GID_EDIT; 3561cdf0e10cSrcweir] 3562cdf0e10cSrcweir 3563cdf0e10cSrcweir//-------------------------------------------------------------------------- 3564cdf0e10cSrcweirSfxVoidItem IndexMarkToIndex FN_IDX_MARK_TO_IDX 3565cdf0e10cSrcweir() 3566cdf0e10cSrcweir[ 3567cdf0e10cSrcweir /* flags: */ 3568cdf0e10cSrcweir AutoUpdate = FALSE, 3569cdf0e10cSrcweir Cachable = Cachable, 3570cdf0e10cSrcweir FastCall = FALSE, 3571cdf0e10cSrcweir HasCoreId = FALSE, 3572cdf0e10cSrcweir HasDialog = FALSE, 3573cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3574cdf0e10cSrcweir Toggle = FALSE, 3575cdf0e10cSrcweir Container = FALSE, 3576cdf0e10cSrcweir RecordAbsolute = FALSE, 3577cdf0e10cSrcweir RecordPerSet; 3578cdf0e10cSrcweir Synchron; 3579cdf0e10cSrcweir 3580cdf0e10cSrcweir /* config: */ 3581cdf0e10cSrcweir AccelConfig = TRUE, 3582cdf0e10cSrcweir MenuConfig = TRUE, 3583cdf0e10cSrcweir StatusBarConfig = FALSE, 3584cdf0e10cSrcweir ToolBoxConfig = TRUE, 3585cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3586cdf0e10cSrcweir] 3587cdf0e10cSrcweir 3588cdf0e10cSrcweir//-------------------------------------------------------------------------- 3589cdf0e10cSrcweirSfxVoidItem InsertAnnotation FN_POSTIT 3590cdf0e10cSrcweir(SvxPostItTextItem Text SID_ATTR_POSTIT_TEXT,SvxPostItAuthorItem Author SID_ATTR_POSTIT_AUTHOR,SvxPostItDateItem Date SID_ATTR_POSTIT_DATE) 3591cdf0e10cSrcweir[ 3592cdf0e10cSrcweir /* flags: */ 3593cdf0e10cSrcweir AutoUpdate = FALSE, 3594cdf0e10cSrcweir Cachable = Cachable, 3595cdf0e10cSrcweir FastCall = FALSE, 3596cdf0e10cSrcweir HasCoreId = FALSE, 3597cdf0e10cSrcweir HasDialog = TRUE, 3598cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3599cdf0e10cSrcweir Toggle = FALSE, 3600cdf0e10cSrcweir Container = FALSE, 3601cdf0e10cSrcweir RecordAbsolute = FALSE, 3602cdf0e10cSrcweir RecordPerSet; 3603cdf0e10cSrcweir Asynchron; 3604cdf0e10cSrcweir 3605cdf0e10cSrcweir /* config: */ 3606cdf0e10cSrcweir AccelConfig = TRUE, 3607cdf0e10cSrcweir MenuConfig = TRUE, 3608cdf0e10cSrcweir StatusBarConfig = FALSE, 3609cdf0e10cSrcweir ToolBoxConfig = TRUE, 3610cdf0e10cSrcweir GroupId = GID_INSERT; 3611cdf0e10cSrcweir] 3612cdf0e10cSrcweir 3613cdf0e10cSrcweir//-------------------------------------------------------------------------- 3614cdf0e10cSrcweirSfxVoidItem InsertAuthorField FN_INSERT_FLD_AUTHOR 3615cdf0e10cSrcweir() 3616cdf0e10cSrcweir[ 3617cdf0e10cSrcweir /* flags: */ 3618cdf0e10cSrcweir AutoUpdate = FALSE, 3619cdf0e10cSrcweir Cachable = Cachable, 3620cdf0e10cSrcweir FastCall = FALSE, 3621cdf0e10cSrcweir HasCoreId = FALSE, 3622cdf0e10cSrcweir HasDialog = FALSE, 3623cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3624cdf0e10cSrcweir Toggle = FALSE, 3625cdf0e10cSrcweir Container = FALSE, 3626cdf0e10cSrcweir RecordAbsolute = FALSE, 3627cdf0e10cSrcweir RecordPerSet; 3628cdf0e10cSrcweir Synchron; 3629cdf0e10cSrcweir 3630cdf0e10cSrcweir /* config: */ 3631cdf0e10cSrcweir AccelConfig = TRUE, 3632cdf0e10cSrcweir MenuConfig = TRUE, 3633cdf0e10cSrcweir StatusBarConfig = FALSE, 3634cdf0e10cSrcweir ToolBoxConfig = TRUE, 3635cdf0e10cSrcweir GroupId = GID_INSERT; 3636cdf0e10cSrcweir] 3637cdf0e10cSrcweir 3638cdf0e10cSrcweir//-------------------------------------------------------------------------- 3639cdf0e10cSrcweirSfxVoidItem InsertAuthoritiesEntry FN_INSERT_AUTH_ENTRY_DLG 3640cdf0e10cSrcweir() 3641cdf0e10cSrcweir[ 3642cdf0e10cSrcweir /* flags: */ 3643cdf0e10cSrcweir AutoUpdate = TRUE, 3644cdf0e10cSrcweir Cachable = Cachable, 3645cdf0e10cSrcweir FastCall = FALSE, 3646cdf0e10cSrcweir HasCoreId = FALSE, 3647cdf0e10cSrcweir HasDialog = TRUE, 3648cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3649cdf0e10cSrcweir Toggle = TRUE, 3650cdf0e10cSrcweir Container = FALSE, 3651cdf0e10cSrcweir RecordAbsolute = FALSE, 3652cdf0e10cSrcweir RecordPerSet; 3653cdf0e10cSrcweir Asynchron; 3654cdf0e10cSrcweir 3655cdf0e10cSrcweir /* config: */ 3656cdf0e10cSrcweir AccelConfig = TRUE, 3657cdf0e10cSrcweir MenuConfig = TRUE, 3658cdf0e10cSrcweir StatusBarConfig = FALSE, 3659cdf0e10cSrcweir ToolBoxConfig = TRUE, 3660cdf0e10cSrcweir GroupId = GID_INSERT; 3661cdf0e10cSrcweir] 3662cdf0e10cSrcweir 3663cdf0e10cSrcweir//-------------------------------------------------------------------------- 3664cdf0e10cSrcweirSfxVoidItem InsertBookmark FN_INSERT_BOOKMARK 3665cdf0e10cSrcweir(SfxStringItem Bookmark FN_INSERT_BOOKMARK) 3666cdf0e10cSrcweir[ 3667cdf0e10cSrcweir /* flags: */ 3668cdf0e10cSrcweir AutoUpdate = FALSE, 3669cdf0e10cSrcweir Cachable = Cachable, 3670cdf0e10cSrcweir FastCall = FALSE, 3671cdf0e10cSrcweir HasCoreId = FALSE, 3672cdf0e10cSrcweir HasDialog = TRUE, 3673cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3674cdf0e10cSrcweir Toggle = FALSE, 3675cdf0e10cSrcweir Container = FALSE, 3676cdf0e10cSrcweir RecordAbsolute = FALSE, 3677cdf0e10cSrcweir RecordPerSet; 3678cdf0e10cSrcweir Asynchron; 3679cdf0e10cSrcweir 3680cdf0e10cSrcweir /* config: */ 3681cdf0e10cSrcweir AccelConfig = TRUE, 3682cdf0e10cSrcweir MenuConfig = TRUE, 3683cdf0e10cSrcweir StatusBarConfig = FALSE, 3684cdf0e10cSrcweir ToolBoxConfig = TRUE, 3685cdf0e10cSrcweir GroupId = GID_INSERT; 3686cdf0e10cSrcweir] 3687cdf0e10cSrcweir 3688cdf0e10cSrcweir//-------------------------------------------------------------------------- 3689cdf0e10cSrcweirSfxVoidItem InsertBreak FN_INSERT_BREAK_DLG 3690cdf0e10cSrcweir(SfxInt16Item Kind FN_INSERT_BREAK_DLG,SfxStringItem TemplateName FN_PARAM_1,SfxUInt16Item PageNumber FN_PARAM_2) 3691cdf0e10cSrcweir[ 3692cdf0e10cSrcweir /* flags: */ 3693cdf0e10cSrcweir AutoUpdate = FALSE, 3694cdf0e10cSrcweir Cachable = Cachable, 3695cdf0e10cSrcweir FastCall = FALSE, 3696cdf0e10cSrcweir HasCoreId = FALSE, 3697cdf0e10cSrcweir HasDialog = TRUE, 3698cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3699cdf0e10cSrcweir Toggle = FALSE, 3700cdf0e10cSrcweir Container = FALSE, 3701cdf0e10cSrcweir RecordAbsolute = FALSE, 3702cdf0e10cSrcweir RecordPerSet; 3703cdf0e10cSrcweir Asynchron; 3704cdf0e10cSrcweir 3705cdf0e10cSrcweir /* config: */ 3706cdf0e10cSrcweir AccelConfig = TRUE, 3707cdf0e10cSrcweir MenuConfig = TRUE, 3708cdf0e10cSrcweir StatusBarConfig = FALSE, 3709cdf0e10cSrcweir ToolBoxConfig = TRUE, 3710cdf0e10cSrcweir GroupId = GID_INSERT; 3711cdf0e10cSrcweir] 3712cdf0e10cSrcweir 3713cdf0e10cSrcweir//-------------------------------------------------------------------------- 3714cdf0e10cSrcweirSfxVoidItem InsertCaptionDialog FN_INSERT_CAPTION 3715cdf0e10cSrcweir() 3716cdf0e10cSrcweir[ 3717cdf0e10cSrcweir /* flags: */ 3718cdf0e10cSrcweir AutoUpdate = FALSE, 3719cdf0e10cSrcweir Cachable = Cachable, 3720cdf0e10cSrcweir FastCall = FALSE, 3721cdf0e10cSrcweir HasCoreId = FALSE, 3722cdf0e10cSrcweir HasDialog = TRUE, 3723cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3724cdf0e10cSrcweir Toggle = FALSE, 3725cdf0e10cSrcweir Container = FALSE, 3726cdf0e10cSrcweir RecordAbsolute = FALSE, 3727cdf0e10cSrcweir RecordPerSet; 3728cdf0e10cSrcweir Asynchron; 3729cdf0e10cSrcweir 3730cdf0e10cSrcweir /* config: */ 3731cdf0e10cSrcweir AccelConfig = TRUE, 3732cdf0e10cSrcweir MenuConfig = TRUE, 3733cdf0e10cSrcweir StatusBarConfig = FALSE, 3734cdf0e10cSrcweir ToolBoxConfig = TRUE, 3735cdf0e10cSrcweir GroupId = GID_INSERT; 3736cdf0e10cSrcweir] 3737cdf0e10cSrcweir 3738cdf0e10cSrcweir//-------------------------------------------------------------------------- 3739cdf0e10cSrcweirSfxVoidItem InsertColumnBreak FN_INSERT_COLUMN_BREAK 3740cdf0e10cSrcweir() 3741cdf0e10cSrcweir[ 3742cdf0e10cSrcweir /* flags: */ 3743cdf0e10cSrcweir AutoUpdate = FALSE, 3744cdf0e10cSrcweir Cachable = Cachable, 3745cdf0e10cSrcweir FastCall = FALSE, 3746cdf0e10cSrcweir HasCoreId = FALSE, 3747cdf0e10cSrcweir HasDialog = FALSE, 3748cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3749cdf0e10cSrcweir Toggle = FALSE, 3750cdf0e10cSrcweir Container = FALSE, 3751cdf0e10cSrcweir RecordAbsolute = FALSE, 3752cdf0e10cSrcweir RecordPerSet; 3753cdf0e10cSrcweir Synchron; 3754cdf0e10cSrcweir 3755cdf0e10cSrcweir /* config: */ 3756cdf0e10cSrcweir AccelConfig = TRUE, 3757cdf0e10cSrcweir MenuConfig = TRUE, 3758cdf0e10cSrcweir StatusBarConfig = FALSE, 3759cdf0e10cSrcweir ToolBoxConfig = TRUE, 3760cdf0e10cSrcweir GroupId = GID_INSERT; 3761cdf0e10cSrcweir] 3762cdf0e10cSrcweir 3763cdf0e10cSrcweir//-------------------------------------------------------------------------- 3764cdf0e10cSrcweirSfxVoidItem InsertColumnDialog FN_TABLE_INSERT_COL_DLG 3765cdf0e10cSrcweir() 3766cdf0e10cSrcweir[ 3767cdf0e10cSrcweir /* flags: */ 3768cdf0e10cSrcweir AutoUpdate = FALSE, 3769cdf0e10cSrcweir Cachable = Cachable, 3770cdf0e10cSrcweir FastCall = TRUE, 3771cdf0e10cSrcweir HasCoreId = FALSE, 3772cdf0e10cSrcweir HasDialog = TRUE, 3773cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3774cdf0e10cSrcweir Toggle = FALSE, 3775cdf0e10cSrcweir Container = FALSE, 3776cdf0e10cSrcweir RecordAbsolute = FALSE, 3777cdf0e10cSrcweir RecordPerSet; 3778cdf0e10cSrcweir Asynchron; 3779cdf0e10cSrcweir 3780cdf0e10cSrcweir /* config: */ 3781cdf0e10cSrcweir AccelConfig = FALSE, 3782cdf0e10cSrcweir MenuConfig = FALSE, 3783cdf0e10cSrcweir StatusBarConfig = FALSE, 3784cdf0e10cSrcweir ToolBoxConfig = FALSE, 3785cdf0e10cSrcweir GroupId = GID_TABLE; 3786cdf0e10cSrcweir] 3787cdf0e10cSrcweir 3788cdf0e10cSrcweir//-------------------------------------------------------------------------- 3789cdf0e10cSrcweirSfxVoidItem InsertColumns FN_TABLE_INSERT_COL 3790cdf0e10cSrcweir() 3791cdf0e10cSrcweir[ 3792cdf0e10cSrcweir /* flags: */ 3793cdf0e10cSrcweir AutoUpdate = FALSE, 3794cdf0e10cSrcweir Cachable = Cachable, 3795cdf0e10cSrcweir FastCall = TRUE, 3796cdf0e10cSrcweir HasCoreId = FALSE, 3797cdf0e10cSrcweir HasDialog = TRUE, 3798cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3799cdf0e10cSrcweir Toggle = FALSE, 3800cdf0e10cSrcweir Container = FALSE, 3801cdf0e10cSrcweir RecordAbsolute = FALSE, 3802cdf0e10cSrcweir RecordPerSet; 3803cdf0e10cSrcweir Asynchron; 3804cdf0e10cSrcweir 3805cdf0e10cSrcweir /* config: */ 3806cdf0e10cSrcweir AccelConfig = FALSE, 3807cdf0e10cSrcweir MenuConfig = FALSE, 3808cdf0e10cSrcweir StatusBarConfig = FALSE, 3809cdf0e10cSrcweir ToolBoxConfig = TRUE, 3810cdf0e10cSrcweir GroupId = GID_TABLE; 3811cdf0e10cSrcweir] 3812cdf0e10cSrcweir 3813cdf0e10cSrcweir//-------------------------------------------------------------------------- 3814cdf0e10cSrcweirSfxStringItem InsertSection FN_INSERT_REGION 3815cdf0e10cSrcweir(SfxUInt16Item Columns SID_ATTR_COLUMNS,SfxStringItem RegionName FN_PARAM_REGION_NAME,SfxStringItem RegionCondition FN_PARAM_REGION_CONDITION,SfxBoolItem RegionHidden FN_PARAM_REGION_HIDDEN,SfxBoolItem RegionProtect FN_PARAM_REGION_PROTECT,SfxStringItem LinkName FN_PARAM_1,SfxStringItem FilterName FN_PARAM_2,SfxStringItem SubRegion FN_PARAM_3) 3816cdf0e10cSrcweir[ 3817cdf0e10cSrcweir /* flags: */ 3818cdf0e10cSrcweir AutoUpdate = FALSE, 3819cdf0e10cSrcweir Cachable = Cachable, 3820cdf0e10cSrcweir FastCall = FALSE, 3821cdf0e10cSrcweir HasCoreId = FALSE, 3822cdf0e10cSrcweir HasDialog = TRUE, 3823cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3824cdf0e10cSrcweir Toggle = FALSE, 3825cdf0e10cSrcweir Container = FALSE, 3826cdf0e10cSrcweir RecordAbsolute = FALSE, 3827cdf0e10cSrcweir RecordPerSet; 3828cdf0e10cSrcweir Asynchron; 3829cdf0e10cSrcweir 3830cdf0e10cSrcweir /* status: */ 3831cdf0e10cSrcweir SlotType = SfxUInt16Item 3832cdf0e10cSrcweir 3833cdf0e10cSrcweir /* config: */ 3834cdf0e10cSrcweir AccelConfig = TRUE, 3835cdf0e10cSrcweir MenuConfig = TRUE, 3836cdf0e10cSrcweir StatusBarConfig = FALSE, 3837cdf0e10cSrcweir ToolBoxConfig = TRUE, 3838cdf0e10cSrcweir GroupId = GID_INSERT; 3839cdf0e10cSrcweir] 3840cdf0e10cSrcweir 3841cdf0e10cSrcweir//-------------------------------------------------------------------------- 3842cdf0e10cSrcweirSfxImageItem InsertCtrl FN_INSERT_CTRL 3843cdf0e10cSrcweir 3844cdf0e10cSrcweir[ 3845cdf0e10cSrcweir /* flags: */ 3846cdf0e10cSrcweir AutoUpdate = FALSE, 3847cdf0e10cSrcweir Cachable = Cachable, 3848cdf0e10cSrcweir FastCall = FALSE, 3849cdf0e10cSrcweir HasCoreId = FALSE, 3850cdf0e10cSrcweir HasDialog = FALSE, 3851cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3852cdf0e10cSrcweir Toggle = FALSE, 3853cdf0e10cSrcweir Container = FALSE, 3854cdf0e10cSrcweir RecordAbsolute = FALSE, 3855cdf0e10cSrcweir RecordPerSet; 3856cdf0e10cSrcweir Synchron; 3857cdf0e10cSrcweir 3858cdf0e10cSrcweir Readonly = FALSE, 3859cdf0e10cSrcweir 3860cdf0e10cSrcweir /* config: */ 3861cdf0e10cSrcweir AccelConfig = FALSE, 3862cdf0e10cSrcweir MenuConfig = FALSE, 3863cdf0e10cSrcweir StatusBarConfig = FALSE, 3864cdf0e10cSrcweir ToolBoxConfig = TRUE, 3865cdf0e10cSrcweir GroupId = GID_INSERT; 3866cdf0e10cSrcweir] 3867cdf0e10cSrcweir 3868cdf0e10cSrcweir//-------------------------------------------------------------------------- 3869cdf0e10cSrcweirSfxVoidItem InsertDateField FN_INSERT_FLD_DATE 3870cdf0e10cSrcweir() 3871cdf0e10cSrcweir[ 3872cdf0e10cSrcweir /* flags: */ 3873cdf0e10cSrcweir AutoUpdate = FALSE, 3874cdf0e10cSrcweir Cachable = Cachable, 3875cdf0e10cSrcweir FastCall = FALSE, 3876cdf0e10cSrcweir HasCoreId = FALSE, 3877cdf0e10cSrcweir HasDialog = FALSE, 3878cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3879cdf0e10cSrcweir Toggle = FALSE, 3880cdf0e10cSrcweir Container = FALSE, 3881cdf0e10cSrcweir RecordAbsolute = FALSE, 3882cdf0e10cSrcweir RecordPerSet; 3883cdf0e10cSrcweir Synchron; 3884cdf0e10cSrcweir 3885cdf0e10cSrcweir /* config: */ 3886cdf0e10cSrcweir AccelConfig = TRUE, 3887cdf0e10cSrcweir MenuConfig = TRUE, 3888cdf0e10cSrcweir StatusBarConfig = FALSE, 3889cdf0e10cSrcweir ToolBoxConfig = TRUE, 3890cdf0e10cSrcweir GroupId = GID_INSERT; 3891cdf0e10cSrcweir] 3892cdf0e10cSrcweir 3893cdf0e10cSrcweir//-------------------------------------------------------------------------- 3894cdf0e10cSrcweirSfxVoidItem InsertEndnote FN_INSERT_ENDNOTE 3895cdf0e10cSrcweir(SfxStringItem FootnoteAnchorText FN_INSERT_ENDNOTE,SfxStringItem FontName FN_PARAM_1) 3896cdf0e10cSrcweir[ 3897cdf0e10cSrcweir /* flags: */ 3898cdf0e10cSrcweir AutoUpdate = FALSE, 3899cdf0e10cSrcweir Cachable = Cachable, 3900cdf0e10cSrcweir FastCall = FALSE, 3901cdf0e10cSrcweir HasCoreId = FALSE, 3902cdf0e10cSrcweir HasDialog = FALSE, 3903cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3904cdf0e10cSrcweir Toggle = FALSE, 3905cdf0e10cSrcweir Container = FALSE, 3906cdf0e10cSrcweir RecordAbsolute = FALSE, 3907cdf0e10cSrcweir RecordPerSet; 3908cdf0e10cSrcweir Synchron; 3909cdf0e10cSrcweir 3910cdf0e10cSrcweir /* config: */ 3911cdf0e10cSrcweir AccelConfig = TRUE, 3912cdf0e10cSrcweir MenuConfig = TRUE, 3913cdf0e10cSrcweir StatusBarConfig = FALSE, 3914cdf0e10cSrcweir ToolBoxConfig = TRUE, 3915cdf0e10cSrcweir GroupId = GID_INSERT; 3916cdf0e10cSrcweir] 3917cdf0e10cSrcweir 3918cdf0e10cSrcweir//-------------------------------------------------------------------------- 3919cdf0e10cSrcweirSfxVoidItem InsertEnvelope FN_ENVELOP 3920cdf0e10cSrcweir(SwEnvItem Envelope FN_ENVELOP,SfxBoolItem NewDocument FN_PARAM_1) 3921cdf0e10cSrcweir[ 3922cdf0e10cSrcweir /* flags: */ 3923cdf0e10cSrcweir AutoUpdate = FALSE, 3924cdf0e10cSrcweir Cachable = Cachable, 3925cdf0e10cSrcweir FastCall = FALSE, 3926cdf0e10cSrcweir HasCoreId = FALSE, 3927cdf0e10cSrcweir HasDialog = TRUE, 3928cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3929cdf0e10cSrcweir Toggle = FALSE, 3930cdf0e10cSrcweir Container = FALSE, 3931cdf0e10cSrcweir RecordAbsolute = FALSE, 3932cdf0e10cSrcweir RecordPerSet; 3933cdf0e10cSrcweir Asynchron; 3934cdf0e10cSrcweir 3935cdf0e10cSrcweir /* config: */ 3936cdf0e10cSrcweir AccelConfig = TRUE, 3937cdf0e10cSrcweir MenuConfig = TRUE, 3938cdf0e10cSrcweir StatusBarConfig = FALSE, 3939cdf0e10cSrcweir ToolBoxConfig = TRUE, 3940cdf0e10cSrcweir GroupId = GID_INSERT; 3941cdf0e10cSrcweir] 3942cdf0e10cSrcweir 3943cdf0e10cSrcweir//-------------------------------------------------------------------------- 3944cdf0e10cSrcweirSfxBoolItem InsertField FN_INSERT_FIELD 3945cdf0e10cSrcweir(SfxUInt16Item Type FN_PARAM_FIELD_TYPE,SfxUInt16Item SubType FN_PARAM_FIELD_SUBTYPE,SfxStringItem Name FN_INSERT_FIELD,SfxStringItem Content FN_PARAM_FIELD_CONTENT,SfxUInt32Item Format FN_PARAM_FIELD_FORMAT,SfxStringItem Separator FN_PARAM_3) 3946cdf0e10cSrcweir[ 3947cdf0e10cSrcweir /* flags: */ 3948cdf0e10cSrcweir AutoUpdate = FALSE, 3949cdf0e10cSrcweir Cachable = Cachable, 3950cdf0e10cSrcweir FastCall = FALSE, 3951cdf0e10cSrcweir HasCoreId = FALSE, 3952cdf0e10cSrcweir HasDialog = FALSE, 3953cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3954cdf0e10cSrcweir Toggle = FALSE, 3955cdf0e10cSrcweir Container = FALSE, 3956cdf0e10cSrcweir RecordAbsolute = FALSE, 3957cdf0e10cSrcweir RecordPerSet; 3958cdf0e10cSrcweir Synchron; 3959cdf0e10cSrcweir 3960cdf0e10cSrcweir ImageRotation = TRUE; 3961cdf0e10cSrcweir ImageReflection = TRUE; 3962cdf0e10cSrcweir 3963cdf0e10cSrcweir /* config: */ 3964cdf0e10cSrcweir AccelConfig = TRUE, 3965cdf0e10cSrcweir MenuConfig = TRUE, 3966cdf0e10cSrcweir StatusBarConfig = FALSE, 3967cdf0e10cSrcweir ToolBoxConfig = TRUE, 3968cdf0e10cSrcweir GroupId = GID_INSERT; 3969cdf0e10cSrcweir] 3970cdf0e10cSrcweir 3971cdf0e10cSrcweir//-------------------------------------------------------------------------- 3972cdf0e10cSrcweirSfxBoolItem InsertFieldCtrl FN_INSERT_FIELD_CTRL 3973cdf0e10cSrcweir 3974cdf0e10cSrcweir[ 3975cdf0e10cSrcweir /* flags: */ 3976cdf0e10cSrcweir AutoUpdate = TRUE, 3977cdf0e10cSrcweir Cachable = Cachable, 3978cdf0e10cSrcweir FastCall = FALSE, 3979cdf0e10cSrcweir HasCoreId = FALSE, 3980cdf0e10cSrcweir HasDialog = FALSE, 3981cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3982cdf0e10cSrcweir Toggle = TRUE, 3983cdf0e10cSrcweir Container = FALSE, 3984cdf0e10cSrcweir RecordAbsolute = FALSE, 3985cdf0e10cSrcweir RecordPerSet; 3986cdf0e10cSrcweir Synchron; 3987cdf0e10cSrcweir 3988cdf0e10cSrcweir Readonly = FALSE, 3989cdf0e10cSrcweir 3990cdf0e10cSrcweir /* config: */ 3991cdf0e10cSrcweir AccelConfig = FALSE, 3992cdf0e10cSrcweir MenuConfig = FALSE, 3993cdf0e10cSrcweir StatusBarConfig = FALSE, 3994cdf0e10cSrcweir ToolBoxConfig = TRUE, 3995cdf0e10cSrcweir GroupId = GID_INSERT; 3996cdf0e10cSrcweir] 3997cdf0e10cSrcweir 3998cdf0e10cSrcweir 3999cdf0e10cSrcweir//-------------------------------------------------------------------------- 4000cdf0e10cSrcweirSfxVoidItem InsertFootnoteDialog FN_INSERT_FOOTNOTE_DLG 4001cdf0e10cSrcweir() 4002cdf0e10cSrcweir[ 4003cdf0e10cSrcweir /* flags: */ 4004cdf0e10cSrcweir AutoUpdate = FALSE, 4005cdf0e10cSrcweir Cachable = Cachable, 4006cdf0e10cSrcweir FastCall = FALSE, 4007cdf0e10cSrcweir HasCoreId = FALSE, 4008cdf0e10cSrcweir HasDialog = TRUE, 4009cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4010cdf0e10cSrcweir Toggle = FALSE, 4011cdf0e10cSrcweir Container = FALSE, 4012cdf0e10cSrcweir RecordAbsolute = FALSE, 4013cdf0e10cSrcweir RecordPerSet; 4014cdf0e10cSrcweir Asynchron; 4015cdf0e10cSrcweir 4016cdf0e10cSrcweir /* config: */ 4017cdf0e10cSrcweir AccelConfig = TRUE, 4018cdf0e10cSrcweir MenuConfig = TRUE, 4019cdf0e10cSrcweir StatusBarConfig = FALSE, 4020cdf0e10cSrcweir ToolBoxConfig = TRUE, 4021cdf0e10cSrcweir GroupId = GID_INSERT; 4022cdf0e10cSrcweir] 4023cdf0e10cSrcweir 4024cdf0e10cSrcweir//-------------------------------------------------------------------------- 4025cdf0e10cSrcweirSfxVoidItem InsertFootnote FN_INSERT_FOOTNOTE 4026cdf0e10cSrcweir(SfxStringItem NoteAnchorText FN_INSERT_FOOTNOTE,SfxStringItem FontName FN_PARAM_1) 4027cdf0e10cSrcweir[ 4028cdf0e10cSrcweir /* flags: */ 4029cdf0e10cSrcweir AutoUpdate = FALSE, 4030cdf0e10cSrcweir Cachable = Cachable, 4031cdf0e10cSrcweir FastCall = FALSE, 4032cdf0e10cSrcweir HasCoreId = FALSE, 4033cdf0e10cSrcweir HasDialog = FALSE, 4034cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4035cdf0e10cSrcweir Toggle = FALSE, 4036cdf0e10cSrcweir Container = FALSE, 4037cdf0e10cSrcweir RecordAbsolute = FALSE, 4038cdf0e10cSrcweir RecordPerSet; 4039cdf0e10cSrcweir Synchron; 4040cdf0e10cSrcweir 4041cdf0e10cSrcweir /* config: */ 4042cdf0e10cSrcweir AccelConfig = TRUE, 4043cdf0e10cSrcweir MenuConfig = TRUE, 4044cdf0e10cSrcweir StatusBarConfig = FALSE, 4045cdf0e10cSrcweir ToolBoxConfig = TRUE, 4046cdf0e10cSrcweir GroupId = GID_INSERT; 4047cdf0e10cSrcweir] 4048cdf0e10cSrcweir 4049cdf0e10cSrcweir//-------------------------------------------------------------------------- 4050cdf0e10cSrcweirSfxVoidItem InsertFormula FN_EDIT_FORMULA 4051cdf0e10cSrcweir(SfxStringItem Formula FN_EDIT_FORMULA) 4052cdf0e10cSrcweir[ 4053cdf0e10cSrcweir /* flags: */ 4054cdf0e10cSrcweir AutoUpdate = FALSE, 4055cdf0e10cSrcweir Cachable = Cachable, 4056cdf0e10cSrcweir FastCall = FALSE, 4057cdf0e10cSrcweir HasCoreId = FALSE, 4058cdf0e10cSrcweir HasDialog = FALSE, 4059cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4060cdf0e10cSrcweir Toggle = FALSE, 4061cdf0e10cSrcweir Container = FALSE, 4062cdf0e10cSrcweir RecordAbsolute = FALSE, 4063cdf0e10cSrcweir RecordPerSet; 4064cdf0e10cSrcweir Synchron; 4065cdf0e10cSrcweir 4066cdf0e10cSrcweir /* config: */ 4067cdf0e10cSrcweir AccelConfig = TRUE, 4068cdf0e10cSrcweir MenuConfig = TRUE, 4069cdf0e10cSrcweir StatusBarConfig = FALSE, 4070cdf0e10cSrcweir ToolBoxConfig = TRUE, 4071cdf0e10cSrcweir GroupId = GID_INSERT; 4072cdf0e10cSrcweir] 4073cdf0e10cSrcweir 4074cdf0e10cSrcweir//-------------------------------------------------------------------------- 4075cdf0e10cSrcweirSfxVoidItem InsertFrame FN_INSERT_FRAME 4076cdf0e10cSrcweir(SfxUInt16Item AnchorType FN_INSERT_FRAME,SfxPointItem Pos FN_PARAM_1,SvxSizeItem Size FN_PARAM_2) 4077cdf0e10cSrcweir[ 4078cdf0e10cSrcweir /* flags: */ 4079cdf0e10cSrcweir AutoUpdate = FALSE, 4080cdf0e10cSrcweir Cachable = Cachable, 4081cdf0e10cSrcweir FastCall = FALSE, 4082cdf0e10cSrcweir HasCoreId = FALSE, 4083cdf0e10cSrcweir HasDialog = TRUE, 4084cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4085cdf0e10cSrcweir Toggle = FALSE, 4086cdf0e10cSrcweir Container = FALSE, 4087cdf0e10cSrcweir RecordAbsolute = FALSE, 4088cdf0e10cSrcweir RecordPerSet; 4089cdf0e10cSrcweir Asynchron; 4090cdf0e10cSrcweir 4091cdf0e10cSrcweir /* status: */ 4092cdf0e10cSrcweir SlotType = SfxUInt16Item 4093cdf0e10cSrcweir 4094cdf0e10cSrcweir /* config: */ 4095cdf0e10cSrcweir AccelConfig = TRUE, 4096cdf0e10cSrcweir MenuConfig = TRUE, 4097cdf0e10cSrcweir StatusBarConfig = FALSE, 4098cdf0e10cSrcweir ToolBoxConfig = TRUE, 4099cdf0e10cSrcweir GroupId = GID_INSERT; 4100cdf0e10cSrcweir] 4101cdf0e10cSrcweir 4102cdf0e10cSrcweir//-------------------------------------------------------------------------- 4103cdf0e10cSrcweirSfxVoidItem InsertFrameInteract FN_INSERT_FRAME_INTERACT 4104cdf0e10cSrcweir(SfxUInt16Item Columns SID_ATTR_COLUMNS, SfxUInt16Item Modifier SID_MODIFIER) 4105cdf0e10cSrcweir[ 4106cdf0e10cSrcweir /* flags: */ 4107cdf0e10cSrcweir AutoUpdate = FALSE, 4108cdf0e10cSrcweir Cachable = Cachable, 4109cdf0e10cSrcweir FastCall = FALSE, 4110cdf0e10cSrcweir HasCoreId = FALSE, 4111cdf0e10cSrcweir HasDialog = FALSE, 4112cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4113cdf0e10cSrcweir Toggle = FALSE, 4114cdf0e10cSrcweir Container = FALSE, 4115cdf0e10cSrcweir RecordAbsolute = FALSE, 4116cdf0e10cSrcweir RecordPerSet; 4117cdf0e10cSrcweir Synchron; 4118cdf0e10cSrcweir 4119cdf0e10cSrcweir /* status: */ 4120cdf0e10cSrcweir SlotType = SfxUInt16Item 4121cdf0e10cSrcweir 4122cdf0e10cSrcweir /* config: */ 4123cdf0e10cSrcweir AccelConfig = FALSE, 4124cdf0e10cSrcweir MenuConfig = TRUE, 4125cdf0e10cSrcweir StatusBarConfig = FALSE, 4126cdf0e10cSrcweir ToolBoxConfig = TRUE, 4127cdf0e10cSrcweir GroupId = GID_INSERT; 4128cdf0e10cSrcweir] 4129cdf0e10cSrcweir 4130cdf0e10cSrcweir//-------------------------------------------------------------------------- 4131cdf0e10cSrcweirSfxVoidItem InsertFrameInteractNoColumns FN_INSERT_FRAME_INTERACT_NOCOL 4132cdf0e10cSrcweir() 4133cdf0e10cSrcweir[ 4134cdf0e10cSrcweir /* flags: */ 4135cdf0e10cSrcweir AutoUpdate = FALSE, 4136cdf0e10cSrcweir Cachable = Cachable, 4137cdf0e10cSrcweir FastCall = FALSE, 4138cdf0e10cSrcweir HasCoreId = FALSE, 4139cdf0e10cSrcweir HasDialog = FALSE, 4140cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4141cdf0e10cSrcweir Toggle = FALSE, 4142cdf0e10cSrcweir Container = FALSE, 4143cdf0e10cSrcweir RecordAbsolute = FALSE, 4144cdf0e10cSrcweir RecordPerSet; 4145cdf0e10cSrcweir Synchron; 4146cdf0e10cSrcweir 4147cdf0e10cSrcweir /* config: */ 4148cdf0e10cSrcweir AccelConfig = FALSE, 4149cdf0e10cSrcweir MenuConfig = TRUE, 4150cdf0e10cSrcweir StatusBarConfig = FALSE, 4151cdf0e10cSrcweir ToolBoxConfig = TRUE, 4152cdf0e10cSrcweir GroupId = GID_INSERT; 4153cdf0e10cSrcweir] 4154cdf0e10cSrcweir 4155cdf0e10cSrcweir//-------------------------------------------------------------------------- 4156cdf0e10cSrcweirSfxBoolItem InsertGraphicRuler FN_INSERT_HRULER 4157cdf0e10cSrcweir(SfxStringItem GraphicName FN_INSERT_HRULER,SfxBoolItem IsSimpleLine FN_PARAM_1) 4158cdf0e10cSrcweir[ 4159cdf0e10cSrcweir /* flags: */ 4160cdf0e10cSrcweir AutoUpdate = FALSE, 4161cdf0e10cSrcweir Cachable = Cachable, 4162cdf0e10cSrcweir FastCall = TRUE, 4163cdf0e10cSrcweir HasCoreId = FALSE, 4164cdf0e10cSrcweir HasDialog = TRUE, 4165cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4166cdf0e10cSrcweir Toggle = FALSE, 4167cdf0e10cSrcweir Container = FALSE, 4168cdf0e10cSrcweir RecordAbsolute = FALSE, 4169cdf0e10cSrcweir RecordPerSet; 4170cdf0e10cSrcweir Asynchron; 4171cdf0e10cSrcweir 4172cdf0e10cSrcweir /* config: */ 4173cdf0e10cSrcweir AccelConfig = TRUE, 4174cdf0e10cSrcweir MenuConfig = TRUE, 4175cdf0e10cSrcweir StatusBarConfig = FALSE, 4176cdf0e10cSrcweir ToolBoxConfig = TRUE, 4177cdf0e10cSrcweir GroupId = GID_INSERT; 4178cdf0e10cSrcweir] 4179cdf0e10cSrcweir 4180cdf0e10cSrcweir 4181cdf0e10cSrcweir 4182cdf0e10cSrcweir//-------------------------------------------------------------------------- 4183cdf0e10cSrcweirSfxVoidItem InsertHyperlinkDlg FN_INSERT_HYPERLINK 4184cdf0e10cSrcweir() 4185cdf0e10cSrcweir[ 4186cdf0e10cSrcweir /* flags: */ 4187cdf0e10cSrcweir AutoUpdate = FALSE, 4188cdf0e10cSrcweir Cachable = Cachable, 4189cdf0e10cSrcweir FastCall = FALSE, 4190cdf0e10cSrcweir HasCoreId = FALSE, 4191cdf0e10cSrcweir HasDialog = TRUE, 4192cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4193cdf0e10cSrcweir Toggle = FALSE, 4194cdf0e10cSrcweir Container = FALSE, 4195cdf0e10cSrcweir RecordAbsolute = FALSE, 4196cdf0e10cSrcweir RecordPerItem; 4197cdf0e10cSrcweir Asynchron; 4198cdf0e10cSrcweir 4199cdf0e10cSrcweir /* config: */ 4200cdf0e10cSrcweir AccelConfig = TRUE, 4201cdf0e10cSrcweir MenuConfig = TRUE, 4202cdf0e10cSrcweir StatusBarConfig = FALSE, 4203cdf0e10cSrcweir ToolBoxConfig = TRUE, 4204cdf0e10cSrcweir GroupId = GID_INSERT; 4205cdf0e10cSrcweir] 4206cdf0e10cSrcweir 4207cdf0e10cSrcweir//-------------------------------------------------------------------------- 4208cdf0e10cSrcweirSfxVoidItem InsertIndexesEntry FN_INSERT_IDX_ENTRY_DLG 4209cdf0e10cSrcweir() 4210cdf0e10cSrcweir[ 4211cdf0e10cSrcweir /* flags: */ 4212cdf0e10cSrcweir AutoUpdate = FALSE, 4213cdf0e10cSrcweir Cachable = Cachable, 4214cdf0e10cSrcweir FastCall = FALSE, 4215cdf0e10cSrcweir HasCoreId = FALSE, 4216cdf0e10cSrcweir HasDialog = TRUE, 4217cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4218cdf0e10cSrcweir Toggle = FALSE, 4219cdf0e10cSrcweir Container = FALSE, 4220cdf0e10cSrcweir RecordAbsolute = FALSE, 4221cdf0e10cSrcweir RecordPerSet; 4222cdf0e10cSrcweir Asynchron; 4223cdf0e10cSrcweir 4224cdf0e10cSrcweir /* config: */ 4225cdf0e10cSrcweir AccelConfig = TRUE, 4226cdf0e10cSrcweir MenuConfig = TRUE, 4227cdf0e10cSrcweir StatusBarConfig = FALSE, 4228cdf0e10cSrcweir ToolBoxConfig = TRUE, 4229cdf0e10cSrcweir GroupId = GID_INSERT; 4230cdf0e10cSrcweir] 4231cdf0e10cSrcweir 4232cdf0e10cSrcweir//-------------------------------------------------------------------------- 4233cdf0e10cSrcweirSfxVoidItem InsertLinebreak FN_INSERT_LINEBREAK 4234cdf0e10cSrcweir() 4235cdf0e10cSrcweir[ 4236cdf0e10cSrcweir /* flags: */ 4237cdf0e10cSrcweir AutoUpdate = FALSE, 4238cdf0e10cSrcweir Cachable = Cachable, 4239cdf0e10cSrcweir FastCall = FALSE, 4240cdf0e10cSrcweir HasCoreId = FALSE, 4241cdf0e10cSrcweir HasDialog = FALSE, 4242cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4243cdf0e10cSrcweir Toggle = FALSE, 4244cdf0e10cSrcweir Container = FALSE, 4245cdf0e10cSrcweir RecordAbsolute = FALSE, 4246cdf0e10cSrcweir RecordPerSet; 4247cdf0e10cSrcweir Synchron; 4248cdf0e10cSrcweir 4249cdf0e10cSrcweir /* config: */ 4250cdf0e10cSrcweir AccelConfig = TRUE, 4251cdf0e10cSrcweir MenuConfig = TRUE, 4252cdf0e10cSrcweir StatusBarConfig = FALSE, 4253cdf0e10cSrcweir ToolBoxConfig = TRUE, 4254cdf0e10cSrcweir GroupId = GID_INSERT; 4255cdf0e10cSrcweir] 4256cdf0e10cSrcweir 4257cdf0e10cSrcweir//-------------------------------------------------------------------------- 4258cdf0e10cSrcweirSfxVoidItem InsertMultiIndex FN_INSERT_MULTI_TOX 4259cdf0e10cSrcweir() 4260cdf0e10cSrcweir[ 4261cdf0e10cSrcweir /* flags: */ 4262cdf0e10cSrcweir AutoUpdate = FALSE, 4263cdf0e10cSrcweir Cachable = Cachable, 4264cdf0e10cSrcweir FastCall = FALSE, 4265cdf0e10cSrcweir HasCoreId = FALSE, 4266cdf0e10cSrcweir HasDialog = TRUE, 4267cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4268cdf0e10cSrcweir Toggle = FALSE, 4269cdf0e10cSrcweir Container = FALSE, 4270cdf0e10cSrcweir RecordAbsolute = FALSE, 4271cdf0e10cSrcweir RecordPerSet; 4272cdf0e10cSrcweir Asynchron; 4273cdf0e10cSrcweir 4274cdf0e10cSrcweir /* config: */ 4275cdf0e10cSrcweir AccelConfig = TRUE, 4276cdf0e10cSrcweir MenuConfig = TRUE, 4277cdf0e10cSrcweir StatusBarConfig = FALSE, 4278cdf0e10cSrcweir ToolBoxConfig = TRUE, 4279cdf0e10cSrcweir GroupId = GID_INSERT; 4280cdf0e10cSrcweir] 4281cdf0e10cSrcweir 4282cdf0e10cSrcweir//-------------------------------------------------------------------------- 4283cdf0e10cSrcweirSfxVoidItem InsertNeutralParagraph FN_NUM_BULLET_NONUM 4284cdf0e10cSrcweir() 4285cdf0e10cSrcweir[ 4286cdf0e10cSrcweir /* flags: */ 4287cdf0e10cSrcweir AutoUpdate = FALSE, 4288cdf0e10cSrcweir Cachable = Cachable, 4289cdf0e10cSrcweir FastCall = FALSE, 4290cdf0e10cSrcweir HasCoreId = FALSE, 4291cdf0e10cSrcweir HasDialog = FALSE, 4292cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4293cdf0e10cSrcweir Toggle = FALSE, 4294cdf0e10cSrcweir Container = FALSE, 4295cdf0e10cSrcweir RecordAbsolute = FALSE, 4296cdf0e10cSrcweir RecordPerSet; 4297cdf0e10cSrcweir Synchron; 4298cdf0e10cSrcweir 4299cdf0e10cSrcweir ImageRotation = TRUE; 4300cdf0e10cSrcweir ImageReflection = TRUE; 4301cdf0e10cSrcweir /* config: */ 4302cdf0e10cSrcweir AccelConfig = TRUE, 4303cdf0e10cSrcweir MenuConfig = TRUE, 4304cdf0e10cSrcweir StatusBarConfig = FALSE, 4305cdf0e10cSrcweir ToolBoxConfig = TRUE, 4306cdf0e10cSrcweir GroupId = GID_ENUMERATION; 4307cdf0e10cSrcweir] 4308cdf0e10cSrcweir 4309cdf0e10cSrcweir//-------------------------------------------------------------------------- 4310cdf0e10cSrcweirSfxImageItem InsertObjCtrl FN_INSERT_OBJ_CTRL 4311cdf0e10cSrcweir 4312cdf0e10cSrcweir[ 4313cdf0e10cSrcweir /* flags: */ 4314cdf0e10cSrcweir AutoUpdate = FALSE, 4315cdf0e10cSrcweir Cachable = Cachable, 4316cdf0e10cSrcweir FastCall = FALSE, 4317cdf0e10cSrcweir HasCoreId = FALSE, 4318cdf0e10cSrcweir HasDialog = FALSE, 4319cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4320cdf0e10cSrcweir Toggle = FALSE, 4321cdf0e10cSrcweir Container = FALSE, 4322cdf0e10cSrcweir RecordAbsolute = FALSE, 4323cdf0e10cSrcweir RecordPerSet; 4324cdf0e10cSrcweir Synchron; 4325cdf0e10cSrcweir 4326cdf0e10cSrcweir Readonly = FALSE, 4327cdf0e10cSrcweir 4328cdf0e10cSrcweir /* config: */ 4329cdf0e10cSrcweir AccelConfig = FALSE, 4330cdf0e10cSrcweir MenuConfig = FALSE, 4331cdf0e10cSrcweir StatusBarConfig = FALSE, 4332cdf0e10cSrcweir ToolBoxConfig = TRUE, 4333cdf0e10cSrcweir GroupId = GID_INSERT; 4334cdf0e10cSrcweir] 4335cdf0e10cSrcweir 4336cdf0e10cSrcweir//-------------------------------------------------------------------------- 4337cdf0e10cSrcweirSfxVoidItem InsertObjectDialog FN_INSERT_OBJECT_DLG 4338cdf0e10cSrcweir() 4339cdf0e10cSrcweir[ 4340cdf0e10cSrcweir /* flags: */ 4341cdf0e10cSrcweir AutoUpdate = FALSE, 4342cdf0e10cSrcweir Cachable = Cachable, 4343cdf0e10cSrcweir FastCall = FALSE, 4344cdf0e10cSrcweir HasCoreId = FALSE, 4345cdf0e10cSrcweir HasDialog = TRUE, 4346cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4347cdf0e10cSrcweir Toggle = FALSE, 4348cdf0e10cSrcweir Container = FALSE, 4349cdf0e10cSrcweir RecordAbsolute = FALSE, 4350cdf0e10cSrcweir RecordPerSet; 4351cdf0e10cSrcweir Asynchron; 4352cdf0e10cSrcweir 4353cdf0e10cSrcweir /* config: */ 4354cdf0e10cSrcweir AccelConfig = TRUE, 4355cdf0e10cSrcweir MenuConfig = TRUE, 4356cdf0e10cSrcweir StatusBarConfig = FALSE, 4357cdf0e10cSrcweir ToolBoxConfig = TRUE, 4358cdf0e10cSrcweir GroupId = GID_INSERT; 4359cdf0e10cSrcweir] 4360cdf0e10cSrcweir 4361cdf0e10cSrcweir//-------------------------------------------------------------------------- 4362cdf0e10cSrcweirSfxVoidItem InsertObjectStarMath FN_INSERT_SMA 4363cdf0e10cSrcweir() 4364cdf0e10cSrcweir[ 4365cdf0e10cSrcweir /* flags: */ 4366cdf0e10cSrcweir AutoUpdate = FALSE, 4367cdf0e10cSrcweir Cachable = Cachable, 4368cdf0e10cSrcweir FastCall = FALSE, 4369cdf0e10cSrcweir HasCoreId = FALSE, 4370cdf0e10cSrcweir HasDialog = FALSE, 4371cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4372cdf0e10cSrcweir Toggle = FALSE, 4373cdf0e10cSrcweir Container = FALSE, 4374cdf0e10cSrcweir RecordAbsolute = FALSE, 4375cdf0e10cSrcweir RecordPerSet; 4376cdf0e10cSrcweir Asynchron; 4377cdf0e10cSrcweir 4378cdf0e10cSrcweir /* config: */ 4379cdf0e10cSrcweir AccelConfig = TRUE, 4380cdf0e10cSrcweir MenuConfig = TRUE, 4381cdf0e10cSrcweir StatusBarConfig = FALSE, 4382cdf0e10cSrcweir ToolBoxConfig = TRUE, 4383cdf0e10cSrcweir GroupId = GID_INSERT; 4384cdf0e10cSrcweir] 4385cdf0e10cSrcweir 4386cdf0e10cSrcweir//-------------------------------------------------------------------------- 4387cdf0e10cSrcweirSfxVoidItem InsertPagebreak FN_INSERT_PAGEBREAK 4388cdf0e10cSrcweir() 4389cdf0e10cSrcweir[ 4390cdf0e10cSrcweir /* flags: */ 4391cdf0e10cSrcweir AutoUpdate = FALSE, 4392cdf0e10cSrcweir Cachable = Cachable, 4393cdf0e10cSrcweir FastCall = FALSE, 4394cdf0e10cSrcweir HasCoreId = FALSE, 4395cdf0e10cSrcweir HasDialog = FALSE, 4396cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4397cdf0e10cSrcweir Toggle = FALSE, 4398cdf0e10cSrcweir Container = FALSE, 4399cdf0e10cSrcweir RecordAbsolute = FALSE, 4400cdf0e10cSrcweir RecordPerSet; 4401cdf0e10cSrcweir Synchron; 4402cdf0e10cSrcweir 4403cdf0e10cSrcweir /* config: */ 4404cdf0e10cSrcweir AccelConfig = TRUE, 4405cdf0e10cSrcweir MenuConfig = TRUE, 4406cdf0e10cSrcweir StatusBarConfig = FALSE, 4407cdf0e10cSrcweir ToolBoxConfig = TRUE, 4408cdf0e10cSrcweir GroupId = GID_INSERT; 4409cdf0e10cSrcweir] 4410cdf0e10cSrcweir 4411cdf0e10cSrcweir//-------------------------------------------------------------------------- 4412cdf0e10cSrcweirSfxVoidItem InsertPageCountField FN_INSERT_FLD_PGCOUNT 4413cdf0e10cSrcweir() 4414cdf0e10cSrcweir[ 4415cdf0e10cSrcweir /* flags: */ 4416cdf0e10cSrcweir AutoUpdate = FALSE, 4417cdf0e10cSrcweir Cachable = Cachable, 4418cdf0e10cSrcweir FastCall = FALSE, 4419cdf0e10cSrcweir HasCoreId = FALSE, 4420cdf0e10cSrcweir HasDialog = FALSE, 4421cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4422cdf0e10cSrcweir Toggle = FALSE, 4423cdf0e10cSrcweir Container = FALSE, 4424cdf0e10cSrcweir RecordAbsolute = FALSE, 4425cdf0e10cSrcweir RecordPerSet; 4426cdf0e10cSrcweir Synchron; 4427cdf0e10cSrcweir 4428cdf0e10cSrcweir /* config: */ 4429cdf0e10cSrcweir AccelConfig = TRUE, 4430cdf0e10cSrcweir MenuConfig = TRUE, 4431cdf0e10cSrcweir StatusBarConfig = FALSE, 4432cdf0e10cSrcweir ToolBoxConfig = TRUE, 4433cdf0e10cSrcweir GroupId = GID_INSERT; 4434cdf0e10cSrcweir] 4435cdf0e10cSrcweir 4436cdf0e10cSrcweir//-------------------------------------------------------------------------- 4437cdf0e10cSrcweirSfxVoidItem InsertPageFooter FN_INSERT_PAGEFOOTER 4438cdf0e10cSrcweir(SfxStringItem PageStyle FN_INSERT_PAGEFOOTER,SfxBoolItem On FN_PARAM_1) 4439cdf0e10cSrcweir[ 4440cdf0e10cSrcweir /* flags: */ 4441cdf0e10cSrcweir AutoUpdate = FALSE, 4442cdf0e10cSrcweir Cachable = Cachable, 4443cdf0e10cSrcweir FastCall = FALSE, 4444cdf0e10cSrcweir HasCoreId = FALSE, 4445cdf0e10cSrcweir HasDialog = FALSE, 4446cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4447cdf0e10cSrcweir Toggle = FALSE, 4448cdf0e10cSrcweir Container = FALSE, 4449cdf0e10cSrcweir RecordAbsolute = FALSE, 4450cdf0e10cSrcweir RecordPerSet; 4451cdf0e10cSrcweir Asynchron; 4452cdf0e10cSrcweir 4453cdf0e10cSrcweir /* status: */ 4454cdf0e10cSrcweir SlotType = SfxObjectShellItem 4455cdf0e10cSrcweir 4456cdf0e10cSrcweir /* config: */ 4457cdf0e10cSrcweir AccelConfig = FALSE, 4458cdf0e10cSrcweir MenuConfig = TRUE, 4459cdf0e10cSrcweir StatusBarConfig = FALSE, 4460cdf0e10cSrcweir ToolBoxConfig = FALSE, 4461cdf0e10cSrcweir GroupId = GID_INSERT; 4462cdf0e10cSrcweir] 4463cdf0e10cSrcweir 4464cdf0e10cSrcweir//-------------------------------------------------------------------------- 4465cdf0e10cSrcweirSfxVoidItem InsertPageHeader FN_INSERT_PAGEHEADER 4466cdf0e10cSrcweir(SfxStringItem PageStyle FN_INSERT_PAGEHEADER,SfxBoolItem On FN_PARAM_1) 4467cdf0e10cSrcweir[ 4468cdf0e10cSrcweir /* flags: */ 4469cdf0e10cSrcweir AutoUpdate = FALSE, 4470cdf0e10cSrcweir Cachable = Cachable, 4471cdf0e10cSrcweir FastCall = FALSE, 4472cdf0e10cSrcweir HasCoreId = FALSE, 4473cdf0e10cSrcweir HasDialog = FALSE, 4474cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4475cdf0e10cSrcweir Toggle = FALSE, 4476cdf0e10cSrcweir Container = FALSE, 4477cdf0e10cSrcweir RecordAbsolute = FALSE, 4478cdf0e10cSrcweir RecordPerSet; 4479cdf0e10cSrcweir Asynchron; 4480cdf0e10cSrcweir 4481cdf0e10cSrcweir /* status: */ 4482cdf0e10cSrcweir SlotType = SfxObjectShellItem 4483cdf0e10cSrcweir 4484cdf0e10cSrcweir /* config: */ 4485cdf0e10cSrcweir AccelConfig = FALSE, 4486cdf0e10cSrcweir MenuConfig = TRUE, 4487cdf0e10cSrcweir StatusBarConfig = FALSE, 4488cdf0e10cSrcweir ToolBoxConfig = FALSE, 4489cdf0e10cSrcweir GroupId = GID_INSERT; 4490cdf0e10cSrcweir] 4491cdf0e10cSrcweir 4492cdf0e10cSrcweir//-------------------------------------------------------------------------- 4493cdf0e10cSrcweirSfxVoidItem InsertPageNumberField FN_INSERT_FLD_PGNUMBER 4494cdf0e10cSrcweir() 4495cdf0e10cSrcweir[ 4496cdf0e10cSrcweir /* flags: */ 4497cdf0e10cSrcweir AutoUpdate = FALSE, 4498cdf0e10cSrcweir Cachable = Cachable, 4499cdf0e10cSrcweir FastCall = FALSE, 4500cdf0e10cSrcweir HasCoreId = FALSE, 4501cdf0e10cSrcweir HasDialog = FALSE, 4502cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4503cdf0e10cSrcweir Toggle = FALSE, 4504cdf0e10cSrcweir Container = FALSE, 4505cdf0e10cSrcweir RecordAbsolute = FALSE, 4506cdf0e10cSrcweir RecordPerSet; 4507cdf0e10cSrcweir Asynchron; 4508cdf0e10cSrcweir 4509cdf0e10cSrcweir /* config: */ 4510cdf0e10cSrcweir AccelConfig = TRUE, 4511cdf0e10cSrcweir MenuConfig = TRUE, 4512cdf0e10cSrcweir StatusBarConfig = FALSE, 4513cdf0e10cSrcweir ToolBoxConfig = TRUE, 4514cdf0e10cSrcweir GroupId = GID_INSERT; 4515cdf0e10cSrcweir] 4516cdf0e10cSrcweir 4517cdf0e10cSrcweir//-------------------------------------------------------------------------- 4518cdf0e10cSrcweirSfxVoidItem InsertPara FN_INSERT_BREAK 4519cdf0e10cSrcweir() 4520cdf0e10cSrcweir[ 4521cdf0e10cSrcweir /* flags: */ 4522cdf0e10cSrcweir AutoUpdate = FALSE, 4523cdf0e10cSrcweir Cachable = Cachable, 4524cdf0e10cSrcweir FastCall = FALSE, 4525cdf0e10cSrcweir HasCoreId = FALSE, 4526cdf0e10cSrcweir HasDialog = FALSE, 4527cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4528cdf0e10cSrcweir Toggle = FALSE, 4529cdf0e10cSrcweir Container = FALSE, 4530cdf0e10cSrcweir RecordAbsolute = FALSE, 4531cdf0e10cSrcweir RecordPerSet; 4532cdf0e10cSrcweir Synchron; 4533cdf0e10cSrcweir 4534cdf0e10cSrcweir /* config: */ 4535cdf0e10cSrcweir AccelConfig = TRUE, 4536cdf0e10cSrcweir MenuConfig = TRUE, 4537cdf0e10cSrcweir StatusBarConfig = FALSE, 4538cdf0e10cSrcweir ToolBoxConfig = TRUE, 4539cdf0e10cSrcweir GroupId = GID_INSERT; 4540cdf0e10cSrcweir] 4541cdf0e10cSrcweir 4542cdf0e10cSrcweir//-------------------------------------------------------------------------- 4543cdf0e10cSrcweirSfxVoidItem InsertReferenceField FN_INSERT_REF_FIELD 4544cdf0e10cSrcweir() 4545cdf0e10cSrcweir[ 4546cdf0e10cSrcweir /* flags: */ 4547cdf0e10cSrcweir AutoUpdate = FALSE, 4548cdf0e10cSrcweir Cachable = Cachable, 4549cdf0e10cSrcweir FastCall = FALSE, 4550cdf0e10cSrcweir HasCoreId = FALSE, 4551cdf0e10cSrcweir HasDialog = FALSE, 4552cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4553cdf0e10cSrcweir Toggle = FALSE, 4554cdf0e10cSrcweir Container = FALSE, 4555cdf0e10cSrcweir RecordAbsolute = FALSE, 4556cdf0e10cSrcweir RecordPerSet; 4557cdf0e10cSrcweir Synchron; 4558cdf0e10cSrcweir 4559cdf0e10cSrcweir /* config: */ 4560cdf0e10cSrcweir AccelConfig = TRUE, 4561cdf0e10cSrcweir MenuConfig = TRUE, 4562cdf0e10cSrcweir StatusBarConfig = FALSE, 4563cdf0e10cSrcweir ToolBoxConfig = TRUE, 4564cdf0e10cSrcweir GroupId = GID_INSERT; 4565cdf0e10cSrcweir] 4566cdf0e10cSrcweir 4567cdf0e10cSrcweir//-------------------------------------------------------------------------- 4568cdf0e10cSrcweirSfxVoidItem InsertRowDialog FN_TABLE_INSERT_ROW_DLG 4569cdf0e10cSrcweir() 4570cdf0e10cSrcweir[ 4571cdf0e10cSrcweir /* flags: */ 4572cdf0e10cSrcweir AutoUpdate = FALSE, 4573cdf0e10cSrcweir Cachable = Cachable, 4574cdf0e10cSrcweir FastCall = TRUE, 4575cdf0e10cSrcweir HasCoreId = FALSE, 4576cdf0e10cSrcweir HasDialog = TRUE, 4577cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4578cdf0e10cSrcweir Toggle = FALSE, 4579cdf0e10cSrcweir Container = FALSE, 4580cdf0e10cSrcweir RecordAbsolute = FALSE, 4581cdf0e10cSrcweir RecordPerSet; 4582cdf0e10cSrcweir Asynchron; 4583cdf0e10cSrcweir 4584cdf0e10cSrcweir /* config: */ 4585cdf0e10cSrcweir AccelConfig = FALSE, 4586cdf0e10cSrcweir MenuConfig = FALSE, 4587cdf0e10cSrcweir StatusBarConfig = FALSE, 4588cdf0e10cSrcweir ToolBoxConfig = FALSE, 4589cdf0e10cSrcweir GroupId = GID_TABLE; 4590cdf0e10cSrcweir] 4591cdf0e10cSrcweir 4592cdf0e10cSrcweir//-------------------------------------------------------------------------- 4593cdf0e10cSrcweirSfxVoidItem InsertRows FN_TABLE_INSERT_ROW 4594cdf0e10cSrcweir() 4595cdf0e10cSrcweir[ 4596cdf0e10cSrcweir /* flags: */ 4597cdf0e10cSrcweir AutoUpdate = FALSE, 4598cdf0e10cSrcweir Cachable = Cachable, 4599cdf0e10cSrcweir FastCall = TRUE, 4600cdf0e10cSrcweir HasCoreId = FALSE, 4601cdf0e10cSrcweir HasDialog = TRUE, 4602cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4603cdf0e10cSrcweir Toggle = FALSE, 4604cdf0e10cSrcweir Container = FALSE, 4605cdf0e10cSrcweir RecordAbsolute = FALSE, 4606cdf0e10cSrcweir RecordPerSet; 4607cdf0e10cSrcweir Asynchron; 4608cdf0e10cSrcweir 4609cdf0e10cSrcweir /* config: */ 4610cdf0e10cSrcweir AccelConfig = FALSE, 4611cdf0e10cSrcweir MenuConfig = FALSE, 4612cdf0e10cSrcweir StatusBarConfig = FALSE, 4613cdf0e10cSrcweir ToolBoxConfig = TRUE, 4614cdf0e10cSrcweir GroupId = GID_TABLE; 4615cdf0e10cSrcweir] 4616cdf0e10cSrcweir 4617cdf0e10cSrcweir//-------------------------------------------------------------------------- 4618cdf0e10cSrcweirSfxVoidItem InsertScript FN_JAVAEDIT 4619cdf0e10cSrcweir(SfxStringItem Text FN_JAVAEDIT,SfxBoolItem IsURL FN_PARAM_1,SfxStringItem Type FN_PARAM_2) 4620cdf0e10cSrcweir[ 4621cdf0e10cSrcweir /* flags: */ 4622cdf0e10cSrcweir AutoUpdate = FALSE, 4623cdf0e10cSrcweir Cachable = Cachable, 4624cdf0e10cSrcweir FastCall = FALSE, 4625cdf0e10cSrcweir HasCoreId = FALSE, 4626cdf0e10cSrcweir HasDialog = TRUE, 4627cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4628cdf0e10cSrcweir Toggle = FALSE, 4629cdf0e10cSrcweir Container = FALSE, 4630cdf0e10cSrcweir RecordAbsolute = FALSE, 4631cdf0e10cSrcweir RecordPerSet; 4632cdf0e10cSrcweir Asynchron; 4633cdf0e10cSrcweir 4634cdf0e10cSrcweir /* config: */ 4635cdf0e10cSrcweir AccelConfig = TRUE, 4636cdf0e10cSrcweir MenuConfig = TRUE, 4637cdf0e10cSrcweir StatusBarConfig = FALSE, 4638cdf0e10cSrcweir ToolBoxConfig = TRUE, 4639cdf0e10cSrcweir GroupId = GID_INSERT; 4640cdf0e10cSrcweir] 4641cdf0e10cSrcweir 4642cdf0e10cSrcweir//-------------------------------------------------------------------------- 4643cdf0e10cSrcweirSfxVoidItem InsertTable FN_INSERT_TABLE 4644cdf0e10cSrcweir(SfxStringItem TableName FN_INSERT_TABLE,SfxUInt16Item Columns SID_ATTR_TABLE_COLUMN,SfxUInt16Item Rows SID_ATTR_TABLE_ROW,SfxInt32Item Flags FN_PARAM_1,SfxStringItem AutoFormat FN_PARAM_2) 4645cdf0e10cSrcweir[ 4646cdf0e10cSrcweir /* flags: */ 4647cdf0e10cSrcweir AutoUpdate = FALSE, 4648cdf0e10cSrcweir Cachable = Cachable, 4649cdf0e10cSrcweir FastCall = FALSE, 4650cdf0e10cSrcweir HasCoreId = FALSE, 4651cdf0e10cSrcweir HasDialog = TRUE, 4652cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4653cdf0e10cSrcweir Toggle = FALSE, 4654cdf0e10cSrcweir Container = FALSE, 4655cdf0e10cSrcweir RecordAbsolute = FALSE, 4656cdf0e10cSrcweir RecordPerSet; 4657cdf0e10cSrcweir Asynchron; 4658cdf0e10cSrcweir 4659cdf0e10cSrcweir /* status: */ 4660cdf0e10cSrcweir SlotType = SfxUInt16Item 4661cdf0e10cSrcweir 4662cdf0e10cSrcweir /* config: */ 4663cdf0e10cSrcweir AccelConfig = TRUE, 4664cdf0e10cSrcweir MenuConfig = TRUE, 4665cdf0e10cSrcweir StatusBarConfig = FALSE, 4666cdf0e10cSrcweir ToolBoxConfig = TRUE, 4667cdf0e10cSrcweir GroupId = GID_INSERT; 4668cdf0e10cSrcweir] 4669cdf0e10cSrcweir 4670cdf0e10cSrcweir//-------------------------------------------------------------------------- 4671cdf0e10cSrcweirSfxVoidItem InsertTimeField FN_INSERT_FLD_TIME 4672cdf0e10cSrcweir() 4673cdf0e10cSrcweir[ 4674cdf0e10cSrcweir /* flags: */ 4675cdf0e10cSrcweir AutoUpdate = FALSE, 4676cdf0e10cSrcweir Cachable = Cachable, 4677cdf0e10cSrcweir FastCall = FALSE, 4678cdf0e10cSrcweir HasCoreId = FALSE, 4679cdf0e10cSrcweir HasDialog = FALSE, 4680cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4681cdf0e10cSrcweir Toggle = FALSE, 4682cdf0e10cSrcweir Container = FALSE, 4683cdf0e10cSrcweir RecordAbsolute = FALSE, 4684cdf0e10cSrcweir RecordPerSet; 4685cdf0e10cSrcweir Synchron; 4686cdf0e10cSrcweir 4687cdf0e10cSrcweir /* config: */ 4688cdf0e10cSrcweir AccelConfig = TRUE, 4689cdf0e10cSrcweir MenuConfig = TRUE, 4690cdf0e10cSrcweir StatusBarConfig = FALSE, 4691cdf0e10cSrcweir ToolBoxConfig = TRUE, 4692cdf0e10cSrcweir GroupId = GID_INSERT; 4693cdf0e10cSrcweir] 4694cdf0e10cSrcweir 4695cdf0e10cSrcweir//-------------------------------------------------------------------------- 4696cdf0e10cSrcweirSfxVoidItem InsertTitleField FN_INSERT_FLD_TITLE 4697cdf0e10cSrcweir() 4698cdf0e10cSrcweir[ 4699cdf0e10cSrcweir /* flags: */ 4700cdf0e10cSrcweir AutoUpdate = FALSE, 4701cdf0e10cSrcweir Cachable = Cachable, 4702cdf0e10cSrcweir FastCall = FALSE, 4703cdf0e10cSrcweir HasCoreId = FALSE, 4704cdf0e10cSrcweir HasDialog = FALSE, 4705cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4706cdf0e10cSrcweir Toggle = FALSE, 4707cdf0e10cSrcweir Container = FALSE, 4708cdf0e10cSrcweir RecordAbsolute = FALSE, 4709cdf0e10cSrcweir RecordPerSet; 4710cdf0e10cSrcweir Synchron; 4711cdf0e10cSrcweir 4712cdf0e10cSrcweir /* config: */ 4713cdf0e10cSrcweir AccelConfig = TRUE, 4714cdf0e10cSrcweir MenuConfig = TRUE, 4715cdf0e10cSrcweir StatusBarConfig = FALSE, 4716cdf0e10cSrcweir ToolBoxConfig = TRUE, 4717cdf0e10cSrcweir GroupId = GID_INSERT; 4718cdf0e10cSrcweir] 4719cdf0e10cSrcweir 4720cdf0e10cSrcweir//-------------------------------------------------------------------------- 4721cdf0e10cSrcweirSfxVoidItem InsertTopicField FN_INSERT_FLD_TOPIC 4722cdf0e10cSrcweir() 4723cdf0e10cSrcweir[ 4724cdf0e10cSrcweir /* flags: */ 4725cdf0e10cSrcweir AutoUpdate = FALSE, 4726cdf0e10cSrcweir Cachable = Cachable, 4727cdf0e10cSrcweir FastCall = FALSE, 4728cdf0e10cSrcweir HasCoreId = FALSE, 4729cdf0e10cSrcweir HasDialog = FALSE, 4730cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4731cdf0e10cSrcweir Toggle = FALSE, 4732cdf0e10cSrcweir Container = FALSE, 4733cdf0e10cSrcweir RecordAbsolute = FALSE, 4734cdf0e10cSrcweir RecordPerSet; 4735cdf0e10cSrcweir Synchron; 4736cdf0e10cSrcweir 4737cdf0e10cSrcweir /* config: */ 4738cdf0e10cSrcweir AccelConfig = TRUE, 4739cdf0e10cSrcweir MenuConfig = TRUE, 4740cdf0e10cSrcweir StatusBarConfig = FALSE, 4741cdf0e10cSrcweir ToolBoxConfig = TRUE, 4742cdf0e10cSrcweir GroupId = GID_INSERT; 4743cdf0e10cSrcweir] 4744cdf0e10cSrcweir 4745cdf0e10cSrcweir//-------------------------------------------------------------------------- 4746cdf0e10cSrcweirSfxVoidItem JumpDownThisLevel FN_NUM_BULLET_NEXT 4747cdf0e10cSrcweir() 4748cdf0e10cSrcweir[ 4749cdf0e10cSrcweir /* flags: */ 4750cdf0e10cSrcweir AutoUpdate = FALSE, 4751cdf0e10cSrcweir Cachable = Cachable, 4752cdf0e10cSrcweir FastCall = FALSE, 4753cdf0e10cSrcweir HasCoreId = FALSE, 4754cdf0e10cSrcweir HasDialog = FALSE, 4755cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4756cdf0e10cSrcweir Toggle = FALSE, 4757cdf0e10cSrcweir Container = FALSE, 4758cdf0e10cSrcweir RecordAbsolute = FALSE, 4759cdf0e10cSrcweir RecordPerSet; 4760cdf0e10cSrcweir Synchron; 4761cdf0e10cSrcweir 4762cdf0e10cSrcweir /* config: */ 4763cdf0e10cSrcweir AccelConfig = TRUE, 4764cdf0e10cSrcweir MenuConfig = TRUE, 4765cdf0e10cSrcweir StatusBarConfig = FALSE, 4766cdf0e10cSrcweir ToolBoxConfig = TRUE, 4767cdf0e10cSrcweir GroupId = GID_ENUMERATION; 4768cdf0e10cSrcweir] 4769cdf0e10cSrcweir 4770cdf0e10cSrcweir//-------------------------------------------------------------------------- 4771cdf0e10cSrcweirSfxVoidItem JumpToEndOfDoc FN_END_DOC_DIRECT 4772cdf0e10cSrcweir() 4773cdf0e10cSrcweir[ 4774cdf0e10cSrcweir /* flags: */ 4775cdf0e10cSrcweir AutoUpdate = FALSE, 4776cdf0e10cSrcweir Cachable = Cachable, 4777cdf0e10cSrcweir FastCall = FALSE, 4778cdf0e10cSrcweir HasCoreId = FALSE, 4779cdf0e10cSrcweir HasDialog = FALSE, 4780cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4781cdf0e10cSrcweir Toggle = FALSE, 4782cdf0e10cSrcweir Container = FALSE, 4783cdf0e10cSrcweir RecordAbsolute = FALSE, 4784cdf0e10cSrcweir RecordPerSet; 4785cdf0e10cSrcweir Synchron; 4786cdf0e10cSrcweir 4787cdf0e10cSrcweir /* config: */ 4788cdf0e10cSrcweir AccelConfig = TRUE, 4789cdf0e10cSrcweir MenuConfig = TRUE, 4790cdf0e10cSrcweir StatusBarConfig = FALSE, 4791cdf0e10cSrcweir ToolBoxConfig = TRUE, 4792cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4793cdf0e10cSrcweir] 4794cdf0e10cSrcweir 4795cdf0e10cSrcweir//-------------------------------------------------------------------------- 4796cdf0e10cSrcweirSfxVoidItem JumpToFooter FN_TO_FOOTER 4797cdf0e10cSrcweir() 4798cdf0e10cSrcweir[ 4799cdf0e10cSrcweir /* flags: */ 4800cdf0e10cSrcweir AutoUpdate = FALSE, 4801cdf0e10cSrcweir Cachable = Cachable, 4802cdf0e10cSrcweir FastCall = TRUE, 4803cdf0e10cSrcweir HasCoreId = FALSE, 4804cdf0e10cSrcweir HasDialog = FALSE, 4805cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4806cdf0e10cSrcweir Toggle = FALSE, 4807cdf0e10cSrcweir Container = FALSE, 4808cdf0e10cSrcweir RecordAbsolute = FALSE, 4809cdf0e10cSrcweir RecordPerSet; 4810cdf0e10cSrcweir Synchron; 4811cdf0e10cSrcweir 4812cdf0e10cSrcweir /* config: */ 4813cdf0e10cSrcweir AccelConfig = TRUE, 4814cdf0e10cSrcweir MenuConfig = TRUE, 4815cdf0e10cSrcweir StatusBarConfig = FALSE, 4816cdf0e10cSrcweir ToolBoxConfig = TRUE, 4817cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4818cdf0e10cSrcweir] 4819cdf0e10cSrcweir 4820cdf0e10cSrcweir//-------------------------------------------------------------------------- 4821cdf0e10cSrcweirSfxVoidItem JumpToFootnoteOrAnchor FN_FOOTNOTE_TO_ANCHOR 4822cdf0e10cSrcweir() 4823cdf0e10cSrcweir[ 4824cdf0e10cSrcweir /* flags: */ 4825cdf0e10cSrcweir AutoUpdate = FALSE, 4826cdf0e10cSrcweir Cachable = Cachable, 4827cdf0e10cSrcweir FastCall = TRUE, 4828cdf0e10cSrcweir HasCoreId = FALSE, 4829cdf0e10cSrcweir HasDialog = FALSE, 4830cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4831cdf0e10cSrcweir Toggle = FALSE, 4832cdf0e10cSrcweir Container = FALSE, 4833cdf0e10cSrcweir RecordAbsolute = FALSE, 4834cdf0e10cSrcweir RecordPerSet; 4835cdf0e10cSrcweir Synchron; 4836cdf0e10cSrcweir 4837cdf0e10cSrcweir /* config: */ 4838cdf0e10cSrcweir AccelConfig = TRUE, 4839cdf0e10cSrcweir MenuConfig = TRUE, 4840cdf0e10cSrcweir StatusBarConfig = FALSE, 4841cdf0e10cSrcweir ToolBoxConfig = TRUE, 4842cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4843cdf0e10cSrcweir] 4844cdf0e10cSrcweir 4845cdf0e10cSrcweir//-------------------------------------------------------------------------- 4846cdf0e10cSrcweirSfxVoidItem JumpToHeader FN_TO_HEADER 4847cdf0e10cSrcweir() 4848cdf0e10cSrcweir[ 4849cdf0e10cSrcweir /* flags: */ 4850cdf0e10cSrcweir AutoUpdate = FALSE, 4851cdf0e10cSrcweir Cachable = Cachable, 4852cdf0e10cSrcweir FastCall = TRUE, 4853cdf0e10cSrcweir HasCoreId = FALSE, 4854cdf0e10cSrcweir HasDialog = FALSE, 4855cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4856cdf0e10cSrcweir Toggle = FALSE, 4857cdf0e10cSrcweir Container = FALSE, 4858cdf0e10cSrcweir RecordAbsolute = FALSE, 4859cdf0e10cSrcweir RecordPerSet; 4860cdf0e10cSrcweir Synchron; 4861cdf0e10cSrcweir 4862cdf0e10cSrcweir /* config: */ 4863cdf0e10cSrcweir AccelConfig = TRUE, 4864cdf0e10cSrcweir MenuConfig = TRUE, 4865cdf0e10cSrcweir StatusBarConfig = FALSE, 4866cdf0e10cSrcweir ToolBoxConfig = TRUE, 4867cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4868cdf0e10cSrcweir] 4869cdf0e10cSrcweir 4870cdf0e10cSrcweir//-------------------------------------------------------------------------- 4871cdf0e10cSrcweirSfxBoolItem JumpToNextBookmark FN_NEXT_BOOKMARK 4872cdf0e10cSrcweir() 4873cdf0e10cSrcweir[ 4874cdf0e10cSrcweir /* flags: */ 4875cdf0e10cSrcweir AutoUpdate = FALSE, 4876cdf0e10cSrcweir Cachable = Cachable, 4877cdf0e10cSrcweir FastCall = TRUE, 4878cdf0e10cSrcweir HasCoreId = FALSE, 4879cdf0e10cSrcweir HasDialog = FALSE, 4880cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4881cdf0e10cSrcweir Toggle = FALSE, 4882cdf0e10cSrcweir Container = FALSE, 4883cdf0e10cSrcweir RecordAbsolute = FALSE, 4884cdf0e10cSrcweir RecordPerSet; 4885cdf0e10cSrcweir Synchron; 4886cdf0e10cSrcweir 4887cdf0e10cSrcweir /* config: */ 4888cdf0e10cSrcweir AccelConfig = TRUE, 4889cdf0e10cSrcweir MenuConfig = TRUE, 4890cdf0e10cSrcweir StatusBarConfig = FALSE, 4891cdf0e10cSrcweir ToolBoxConfig = TRUE, 4892cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4893cdf0e10cSrcweir] 4894cdf0e10cSrcweir 4895cdf0e10cSrcweir//-------------------------------------------------------------------------- 4896cdf0e10cSrcweirSfxBoolItem JumpToNextFootnote FN_NEXT_FOOTNOTE 4897cdf0e10cSrcweir() 4898cdf0e10cSrcweir[ 4899cdf0e10cSrcweir /* flags: */ 4900cdf0e10cSrcweir AutoUpdate = FALSE, 4901cdf0e10cSrcweir Cachable = Cachable, 4902cdf0e10cSrcweir FastCall = TRUE, 4903cdf0e10cSrcweir HasCoreId = FALSE, 4904cdf0e10cSrcweir HasDialog = FALSE, 4905cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4906cdf0e10cSrcweir Toggle = FALSE, 4907cdf0e10cSrcweir Container = FALSE, 4908cdf0e10cSrcweir RecordAbsolute = FALSE, 4909cdf0e10cSrcweir RecordPerSet; 4910cdf0e10cSrcweir Synchron; 4911cdf0e10cSrcweir 4912cdf0e10cSrcweir /* config: */ 4913cdf0e10cSrcweir AccelConfig = TRUE, 4914cdf0e10cSrcweir MenuConfig = TRUE, 4915cdf0e10cSrcweir StatusBarConfig = FALSE, 4916cdf0e10cSrcweir ToolBoxConfig = TRUE, 4917cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4918cdf0e10cSrcweir] 4919cdf0e10cSrcweir 4920cdf0e10cSrcweir//-------------------------------------------------------------------------- 4921cdf0e10cSrcweirSfxBoolItem JumpToNextFrame FN_CNTNT_TO_NEXT_FRAME 4922cdf0e10cSrcweir() 4923cdf0e10cSrcweir[ 4924cdf0e10cSrcweir /* flags: */ 4925cdf0e10cSrcweir AutoUpdate = FALSE, 4926cdf0e10cSrcweir Cachable = Cachable, 4927cdf0e10cSrcweir FastCall = TRUE, 4928cdf0e10cSrcweir HasCoreId = FALSE, 4929cdf0e10cSrcweir HasDialog = FALSE, 4930cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4931cdf0e10cSrcweir Toggle = FALSE, 4932cdf0e10cSrcweir Container = FALSE, 4933cdf0e10cSrcweir RecordAbsolute = FALSE, 4934cdf0e10cSrcweir RecordPerSet; 4935cdf0e10cSrcweir Synchron; 4936cdf0e10cSrcweir 4937cdf0e10cSrcweir /* config: */ 4938cdf0e10cSrcweir AccelConfig = TRUE, 4939cdf0e10cSrcweir MenuConfig = TRUE, 4940cdf0e10cSrcweir StatusBarConfig = FALSE, 4941cdf0e10cSrcweir ToolBoxConfig = TRUE, 4942cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4943cdf0e10cSrcweir] 4944cdf0e10cSrcweir 4945cdf0e10cSrcweir//-------------------------------------------------------------------------- 4946cdf0e10cSrcweirSfxBoolItem JumpToNextRegion FN_GOTO_NEXT_REGION 4947cdf0e10cSrcweir() 4948cdf0e10cSrcweir[ 4949cdf0e10cSrcweir /* flags: */ 4950cdf0e10cSrcweir AutoUpdate = FALSE, 4951cdf0e10cSrcweir Cachable = Cachable, 4952cdf0e10cSrcweir FastCall = FALSE, 4953cdf0e10cSrcweir HasCoreId = FALSE, 4954cdf0e10cSrcweir HasDialog = FALSE, 4955cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4956cdf0e10cSrcweir Toggle = FALSE, 4957cdf0e10cSrcweir Container = FALSE, 4958cdf0e10cSrcweir RecordAbsolute = FALSE, 4959cdf0e10cSrcweir RecordPerSet; 4960cdf0e10cSrcweir Synchron; 4961cdf0e10cSrcweir 4962cdf0e10cSrcweir /* config: */ 4963cdf0e10cSrcweir AccelConfig = TRUE, 4964cdf0e10cSrcweir MenuConfig = TRUE, 4965cdf0e10cSrcweir StatusBarConfig = FALSE, 4966cdf0e10cSrcweir ToolBoxConfig = TRUE, 4967cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4968cdf0e10cSrcweir] 4969cdf0e10cSrcweir 4970cdf0e10cSrcweir//-------------------------------------------------------------------------- 4971cdf0e10cSrcweirSfxBoolItem JumpToNextTable FN_NEXT_TABLE 4972cdf0e10cSrcweir() 4973cdf0e10cSrcweir[ 4974cdf0e10cSrcweir /* flags: */ 4975cdf0e10cSrcweir AutoUpdate = FALSE, 4976cdf0e10cSrcweir Cachable = Cachable, 4977cdf0e10cSrcweir FastCall = TRUE, 4978cdf0e10cSrcweir HasCoreId = FALSE, 4979cdf0e10cSrcweir HasDialog = FALSE, 4980cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4981cdf0e10cSrcweir Toggle = FALSE, 4982cdf0e10cSrcweir Container = FALSE, 4983cdf0e10cSrcweir RecordAbsolute = FALSE, 4984cdf0e10cSrcweir RecordPerSet; 4985cdf0e10cSrcweir Synchron; 4986cdf0e10cSrcweir 4987cdf0e10cSrcweir /* config: */ 4988cdf0e10cSrcweir AccelConfig = TRUE, 4989cdf0e10cSrcweir MenuConfig = TRUE, 4990cdf0e10cSrcweir StatusBarConfig = FALSE, 4991cdf0e10cSrcweir ToolBoxConfig = TRUE, 4992cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4993cdf0e10cSrcweir] 4994cdf0e10cSrcweir 4995cdf0e10cSrcweir//-------------------------------------------------------------------------- 4996cdf0e10cSrcweirSfxBoolItem JumpToPrevBookmark FN_PREV_BOOKMARK 4997cdf0e10cSrcweir() 4998cdf0e10cSrcweir[ 4999cdf0e10cSrcweir /* flags: */ 5000cdf0e10cSrcweir AutoUpdate = FALSE, 5001cdf0e10cSrcweir Cachable = Cachable, 5002cdf0e10cSrcweir FastCall = TRUE, 5003cdf0e10cSrcweir HasCoreId = FALSE, 5004cdf0e10cSrcweir HasDialog = FALSE, 5005cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5006cdf0e10cSrcweir Toggle = FALSE, 5007cdf0e10cSrcweir Container = FALSE, 5008cdf0e10cSrcweir RecordAbsolute = FALSE, 5009cdf0e10cSrcweir RecordPerSet; 5010cdf0e10cSrcweir Synchron; 5011cdf0e10cSrcweir 5012cdf0e10cSrcweir /* config: */ 5013cdf0e10cSrcweir AccelConfig = TRUE, 5014cdf0e10cSrcweir MenuConfig = TRUE, 5015cdf0e10cSrcweir StatusBarConfig = FALSE, 5016cdf0e10cSrcweir ToolBoxConfig = TRUE, 5017cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5018cdf0e10cSrcweir] 5019cdf0e10cSrcweir 5020cdf0e10cSrcweir//-------------------------------------------------------------------------- 5021cdf0e10cSrcweirSfxBoolItem JumpToPrevFootnote FN_PREV_FOOTNOTE 5022cdf0e10cSrcweir() 5023cdf0e10cSrcweir[ 5024cdf0e10cSrcweir /* flags: */ 5025cdf0e10cSrcweir AutoUpdate = FALSE, 5026cdf0e10cSrcweir Cachable = Cachable, 5027cdf0e10cSrcweir FastCall = TRUE, 5028cdf0e10cSrcweir HasCoreId = FALSE, 5029cdf0e10cSrcweir HasDialog = FALSE, 5030cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5031cdf0e10cSrcweir Toggle = FALSE, 5032cdf0e10cSrcweir Container = FALSE, 5033cdf0e10cSrcweir RecordAbsolute = FALSE, 5034cdf0e10cSrcweir RecordPerSet; 5035cdf0e10cSrcweir Synchron; 5036cdf0e10cSrcweir 5037cdf0e10cSrcweir /* config: */ 5038cdf0e10cSrcweir AccelConfig = TRUE, 5039cdf0e10cSrcweir MenuConfig = TRUE, 5040cdf0e10cSrcweir StatusBarConfig = FALSE, 5041cdf0e10cSrcweir ToolBoxConfig = TRUE, 5042cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5043cdf0e10cSrcweir] 5044cdf0e10cSrcweir 5045cdf0e10cSrcweir//-------------------------------------------------------------------------- 5046cdf0e10cSrcweirSfxBoolItem JumpToPrevRegion FN_GOTO_PREV_REGION 5047cdf0e10cSrcweir() 5048cdf0e10cSrcweir[ 5049cdf0e10cSrcweir /* flags: */ 5050cdf0e10cSrcweir AutoUpdate = FALSE, 5051cdf0e10cSrcweir Cachable = Cachable, 5052cdf0e10cSrcweir FastCall = FALSE, 5053cdf0e10cSrcweir HasCoreId = FALSE, 5054cdf0e10cSrcweir HasDialog = FALSE, 5055cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5056cdf0e10cSrcweir Toggle = FALSE, 5057cdf0e10cSrcweir Container = FALSE, 5058cdf0e10cSrcweir RecordAbsolute = FALSE, 5059cdf0e10cSrcweir RecordPerSet; 5060cdf0e10cSrcweir Synchron; 5061cdf0e10cSrcweir 5062cdf0e10cSrcweir /* config: */ 5063cdf0e10cSrcweir AccelConfig = TRUE, 5064cdf0e10cSrcweir MenuConfig = TRUE, 5065cdf0e10cSrcweir StatusBarConfig = FALSE, 5066cdf0e10cSrcweir ToolBoxConfig = TRUE, 5067cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5068cdf0e10cSrcweir] 5069cdf0e10cSrcweir 5070cdf0e10cSrcweir//-------------------------------------------------------------------------- 5071cdf0e10cSrcweirSfxBoolItem JumpToPrevTable FN_PREV_TABLE 5072cdf0e10cSrcweir() 5073cdf0e10cSrcweir[ 5074cdf0e10cSrcweir /* flags: */ 5075cdf0e10cSrcweir AutoUpdate = FALSE, 5076cdf0e10cSrcweir Cachable = Cachable, 5077cdf0e10cSrcweir FastCall = TRUE, 5078cdf0e10cSrcweir HasCoreId = FALSE, 5079cdf0e10cSrcweir HasDialog = FALSE, 5080cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5081cdf0e10cSrcweir Toggle = FALSE, 5082cdf0e10cSrcweir Container = FALSE, 5083cdf0e10cSrcweir RecordAbsolute = FALSE, 5084cdf0e10cSrcweir RecordPerSet; 5085cdf0e10cSrcweir Synchron; 5086cdf0e10cSrcweir 5087cdf0e10cSrcweir /* config: */ 5088cdf0e10cSrcweir AccelConfig = TRUE, 5089cdf0e10cSrcweir MenuConfig = TRUE, 5090cdf0e10cSrcweir StatusBarConfig = FALSE, 5091cdf0e10cSrcweir ToolBoxConfig = TRUE, 5092cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5093cdf0e10cSrcweir] 5094cdf0e10cSrcweir 5095cdf0e10cSrcweir//-------------------------------------------------------------------------- 5096cdf0e10cSrcweirSfxVoidItem JumpToReference FN_GOTO_REFERENCE 5097cdf0e10cSrcweir() 5098cdf0e10cSrcweir[ 5099cdf0e10cSrcweir /* flags: */ 5100cdf0e10cSrcweir AutoUpdate = FALSE, 5101cdf0e10cSrcweir Cachable = Cachable, 5102cdf0e10cSrcweir FastCall = FALSE, 5103cdf0e10cSrcweir HasCoreId = FALSE, 5104cdf0e10cSrcweir HasDialog = FALSE, 5105cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5106cdf0e10cSrcweir Toggle = FALSE, 5107cdf0e10cSrcweir Container = FALSE, 5108cdf0e10cSrcweir RecordAbsolute = FALSE, 5109cdf0e10cSrcweir RecordPerSet; 5110cdf0e10cSrcweir Synchron; 5111cdf0e10cSrcweir 5112cdf0e10cSrcweir /* config: */ 5113cdf0e10cSrcweir AccelConfig = TRUE, 5114cdf0e10cSrcweir MenuConfig = TRUE, 5115cdf0e10cSrcweir StatusBarConfig = FALSE, 5116cdf0e10cSrcweir ToolBoxConfig = TRUE, 5117cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5118cdf0e10cSrcweir] 5119cdf0e10cSrcweir 5120cdf0e10cSrcweir//-------------------------------------------------------------------------- 5121cdf0e10cSrcweirSfxVoidItem JumpToStartOfDoc FN_START_DOC_DIRECT 5122cdf0e10cSrcweir() 5123cdf0e10cSrcweir[ 5124cdf0e10cSrcweir /* flags: */ 5125cdf0e10cSrcweir AutoUpdate = FALSE, 5126cdf0e10cSrcweir Cachable = Cachable, 5127cdf0e10cSrcweir FastCall = FALSE, 5128cdf0e10cSrcweir HasCoreId = FALSE, 5129cdf0e10cSrcweir HasDialog = FALSE, 5130cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5131cdf0e10cSrcweir Toggle = FALSE, 5132cdf0e10cSrcweir Container = FALSE, 5133cdf0e10cSrcweir RecordAbsolute = FALSE, 5134cdf0e10cSrcweir RecordPerSet; 5135cdf0e10cSrcweir Synchron; 5136cdf0e10cSrcweir 5137cdf0e10cSrcweir /* config: */ 5138cdf0e10cSrcweir AccelConfig = TRUE, 5139cdf0e10cSrcweir MenuConfig = TRUE, 5140cdf0e10cSrcweir StatusBarConfig = FALSE, 5141cdf0e10cSrcweir ToolBoxConfig = TRUE, 5142cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5143cdf0e10cSrcweir] 5144cdf0e10cSrcweir 5145cdf0e10cSrcweir//-------------------------------------------------------------------------- 5146cdf0e10cSrcweirSfxVoidItem JumpUpThisLevel FN_NUM_BULLET_PREV 5147cdf0e10cSrcweir() 5148cdf0e10cSrcweir[ 5149cdf0e10cSrcweir /* flags: */ 5150cdf0e10cSrcweir AutoUpdate = FALSE, 5151cdf0e10cSrcweir Cachable = Cachable, 5152cdf0e10cSrcweir FastCall = FALSE, 5153cdf0e10cSrcweir HasCoreId = FALSE, 5154cdf0e10cSrcweir HasDialog = FALSE, 5155cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5156cdf0e10cSrcweir Toggle = FALSE, 5157cdf0e10cSrcweir Container = FALSE, 5158cdf0e10cSrcweir RecordAbsolute = FALSE, 5159cdf0e10cSrcweir RecordPerSet; 5160cdf0e10cSrcweir Synchron; 5161cdf0e10cSrcweir 5162cdf0e10cSrcweir /* config: */ 5163cdf0e10cSrcweir AccelConfig = TRUE, 5164cdf0e10cSrcweir MenuConfig = TRUE, 5165cdf0e10cSrcweir StatusBarConfig = FALSE, 5166cdf0e10cSrcweir ToolBoxConfig = TRUE, 5167cdf0e10cSrcweir GroupId = GID_ENUMERATION; 5168cdf0e10cSrcweir] 5169cdf0e10cSrcweir 5170cdf0e10cSrcweir//-------------------------------------------------------------------------- 5171cdf0e10cSrcweirSfxVoidItem LineDownSel FN_LINE_DOWN_SEL 5172cdf0e10cSrcweir() 5173cdf0e10cSrcweir[ 5174cdf0e10cSrcweir /* flags: */ 5175cdf0e10cSrcweir AutoUpdate = FALSE, 5176cdf0e10cSrcweir Cachable = Cachable, 5177cdf0e10cSrcweir FastCall = TRUE, 5178cdf0e10cSrcweir HasCoreId = FALSE, 5179cdf0e10cSrcweir HasDialog = FALSE, 5180cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5181cdf0e10cSrcweir Toggle = FALSE, 5182cdf0e10cSrcweir Container = FALSE, 5183cdf0e10cSrcweir RecordAbsolute = FALSE, 5184cdf0e10cSrcweir RecordPerSet; 5185cdf0e10cSrcweir Synchron; 5186cdf0e10cSrcweir 5187cdf0e10cSrcweir /* config: */ 5188cdf0e10cSrcweir AccelConfig = TRUE, 5189cdf0e10cSrcweir MenuConfig = FALSE, 5190cdf0e10cSrcweir StatusBarConfig = FALSE, 5191cdf0e10cSrcweir ToolBoxConfig = FALSE, 5192cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5193cdf0e10cSrcweir] 5194cdf0e10cSrcweir 5195cdf0e10cSrcweir//-------------------------------------------------------------------------- 5196cdf0e10cSrcweirSfxVoidItem LineNumberingDialog FN_LINE_NUMBERING_DLG 5197cdf0e10cSrcweir() 5198cdf0e10cSrcweir[ 5199cdf0e10cSrcweir /* flags: */ 5200cdf0e10cSrcweir AutoUpdate = FALSE, 5201cdf0e10cSrcweir Cachable = Cachable, 5202cdf0e10cSrcweir FastCall = FALSE, 5203cdf0e10cSrcweir HasCoreId = FALSE, 5204cdf0e10cSrcweir HasDialog = TRUE, 5205cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5206cdf0e10cSrcweir Toggle = FALSE, 5207cdf0e10cSrcweir Container = FALSE, 5208cdf0e10cSrcweir RecordAbsolute = FALSE, 5209cdf0e10cSrcweir RecordPerItem; 5210cdf0e10cSrcweir Asynchron; 5211cdf0e10cSrcweir 5212cdf0e10cSrcweir /* config: */ 5213cdf0e10cSrcweir AccelConfig = TRUE, 5214cdf0e10cSrcweir MenuConfig = TRUE, 5215cdf0e10cSrcweir StatusBarConfig = FALSE, 5216cdf0e10cSrcweir ToolBoxConfig = TRUE, 5217cdf0e10cSrcweir GroupId = GID_FORMAT; 5218cdf0e10cSrcweir] 5219cdf0e10cSrcweir 5220cdf0e10cSrcweir//-------------------------------------------------------------------------- 5221cdf0e10cSrcweirSfxVoidItem LineUpSel FN_LINE_UP_SEL 5222cdf0e10cSrcweir() 5223cdf0e10cSrcweir[ 5224cdf0e10cSrcweir /* flags: */ 5225cdf0e10cSrcweir AutoUpdate = FALSE, 5226cdf0e10cSrcweir Cachable = Cachable, 5227cdf0e10cSrcweir FastCall = TRUE, 5228cdf0e10cSrcweir HasCoreId = FALSE, 5229cdf0e10cSrcweir HasDialog = FALSE, 5230cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5231cdf0e10cSrcweir Toggle = FALSE, 5232cdf0e10cSrcweir Container = FALSE, 5233cdf0e10cSrcweir RecordAbsolute = FALSE, 5234cdf0e10cSrcweir RecordPerSet; 5235cdf0e10cSrcweir Synchron; 5236cdf0e10cSrcweir 5237cdf0e10cSrcweir /* config: */ 5238cdf0e10cSrcweir AccelConfig = TRUE, 5239cdf0e10cSrcweir MenuConfig = FALSE, 5240cdf0e10cSrcweir StatusBarConfig = FALSE, 5241cdf0e10cSrcweir ToolBoxConfig = FALSE, 5242cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 5243cdf0e10cSrcweir] 5244cdf0e10cSrcweir 5245cdf0e10cSrcweir//-------------------------------------------------------------------------- 5246cdf0e10cSrcweirSfxVoidItem LinkDialog FN_EDIT_LINK_DLG 5247cdf0e10cSrcweir() 5248cdf0e10cSrcweir[ 5249cdf0e10cSrcweir /* flags: */ 5250cdf0e10cSrcweir AutoUpdate = FALSE, 5251cdf0e10cSrcweir Cachable = Cachable, 5252cdf0e10cSrcweir FastCall = FALSE, 5253cdf0e10cSrcweir HasCoreId = FALSE, 5254cdf0e10cSrcweir HasDialog = TRUE, 5255cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5256cdf0e10cSrcweir Toggle = FALSE, 5257cdf0e10cSrcweir Container = FALSE, 5258cdf0e10cSrcweir RecordAbsolute = FALSE, 5259cdf0e10cSrcweir RecordPerSet; 5260cdf0e10cSrcweir Asynchron; 5261cdf0e10cSrcweir 5262cdf0e10cSrcweir /* config: */ 5263cdf0e10cSrcweir AccelConfig = TRUE, 5264cdf0e10cSrcweir MenuConfig = TRUE, 5265cdf0e10cSrcweir StatusBarConfig = FALSE, 5266cdf0e10cSrcweir ToolBoxConfig = TRUE, 5267cdf0e10cSrcweir GroupId = GID_EDIT; 5268cdf0e10cSrcweir] 5269cdf0e10cSrcweir 5270cdf0e10cSrcweir//-------------------------------------------------------------------------- 5271cdf0e10cSrcweirSfxVoidItem LoadStyles SID_TEMPLATE_LOAD 5272cdf0e10cSrcweir(SfxStringItem FileName SID_TEMPLATE_NAME,SfxInt32Item Flags SID_TEMPLATE_LOAD) 5273cdf0e10cSrcweir[ 5274cdf0e10cSrcweir /* flags: */ 5275cdf0e10cSrcweir AutoUpdate = FALSE, 5276cdf0e10cSrcweir Cachable = Cachable, 5277cdf0e10cSrcweir FastCall = TRUE, 5278cdf0e10cSrcweir HasCoreId = FALSE, 5279cdf0e10cSrcweir HasDialog = TRUE, 5280cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5281cdf0e10cSrcweir Toggle = FALSE, 5282cdf0e10cSrcweir Container = FALSE, 5283cdf0e10cSrcweir RecordAbsolute = FALSE, 5284cdf0e10cSrcweir RecordPerSet; 5285cdf0e10cSrcweir Asynchron; 5286cdf0e10cSrcweir 5287cdf0e10cSrcweir /* config: */ 5288cdf0e10cSrcweir AccelConfig = TRUE, 5289cdf0e10cSrcweir MenuConfig = TRUE, 5290cdf0e10cSrcweir StatusBarConfig = FALSE, 5291cdf0e10cSrcweir ToolBoxConfig = TRUE, 5292cdf0e10cSrcweir GroupId = GID_FORMAT; 5293cdf0e10cSrcweir] 5294cdf0e10cSrcweir 5295cdf0e10cSrcweir//-------------------------------------------------------------------------- 5296cdf0e10cSrcweirSfxBoolItem Marks FN_VIEW_MARKS 5297cdf0e10cSrcweir 5298cdf0e10cSrcweir[ 5299cdf0e10cSrcweir /* flags: */ 5300cdf0e10cSrcweir AutoUpdate = FALSE, 5301cdf0e10cSrcweir Cachable = Cachable, 5302cdf0e10cSrcweir FastCall = FALSE, 5303cdf0e10cSrcweir HasCoreId = FALSE, 5304cdf0e10cSrcweir HasDialog = FALSE, 5305cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5306cdf0e10cSrcweir Toggle = FALSE, 5307cdf0e10cSrcweir Container = FALSE, 5308cdf0e10cSrcweir RecordAbsolute = FALSE, 5309cdf0e10cSrcweir RecordPerSet; 5310cdf0e10cSrcweir Synchron; 5311cdf0e10cSrcweir 5312cdf0e10cSrcweir Readonly = FALSE, 5313cdf0e10cSrcweir 5314cdf0e10cSrcweir /* config: */ 5315cdf0e10cSrcweir AccelConfig = TRUE, 5316cdf0e10cSrcweir MenuConfig = TRUE, 5317cdf0e10cSrcweir StatusBarConfig = FALSE, 5318cdf0e10cSrcweir ToolBoxConfig = TRUE, 5319cdf0e10cSrcweir GroupId = GID_VIEW; 5320cdf0e10cSrcweir] 5321cdf0e10cSrcweir 5322cdf0e10cSrcweir//-------------------------------------------------------------------------- 5323cdf0e10cSrcweirSfxVoidItem MergeCells FN_TABLE_MERGE_CELLS 5324cdf0e10cSrcweir() 5325cdf0e10cSrcweir[ 5326cdf0e10cSrcweir /* flags: */ 5327cdf0e10cSrcweir AutoUpdate = FALSE, 5328cdf0e10cSrcweir Cachable = Cachable, 5329cdf0e10cSrcweir FastCall = TRUE, 5330cdf0e10cSrcweir HasCoreId = FALSE, 5331cdf0e10cSrcweir HasDialog = FALSE, 5332cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5333cdf0e10cSrcweir Toggle = FALSE, 5334cdf0e10cSrcweir Container = FALSE, 5335cdf0e10cSrcweir RecordAbsolute = FALSE, 5336cdf0e10cSrcweir RecordPerSet; 5337cdf0e10cSrcweir Synchron; 5338cdf0e10cSrcweir 5339cdf0e10cSrcweir /* config: */ 5340cdf0e10cSrcweir AccelConfig = TRUE, 5341cdf0e10cSrcweir MenuConfig = TRUE, 5342cdf0e10cSrcweir StatusBarConfig = FALSE, 5343cdf0e10cSrcweir ToolBoxConfig = TRUE, 5344cdf0e10cSrcweir GroupId = GID_TABLE; 5345cdf0e10cSrcweir] 5346cdf0e10cSrcweir 5347cdf0e10cSrcweir//-------------------------------------------------------------------------- 5348cdf0e10cSrcweirSfxVoidItem MergeDialog FN_QRY_MERGE 5349cdf0e10cSrcweir() 5350cdf0e10cSrcweir[ 5351cdf0e10cSrcweir /* flags: */ 5352cdf0e10cSrcweir AutoUpdate = TRUE, 5353cdf0e10cSrcweir Cachable = Cachable, 5354cdf0e10cSrcweir FastCall = TRUE, 5355cdf0e10cSrcweir HasCoreId = FALSE, 5356cdf0e10cSrcweir HasDialog = FALSE, 5357cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5358cdf0e10cSrcweir Toggle = FALSE, 5359cdf0e10cSrcweir Container = TRUE, 5360cdf0e10cSrcweir RecordAbsolute = FALSE, 5361cdf0e10cSrcweir RecordPerSet; 5362cdf0e10cSrcweir Synchron; 5363cdf0e10cSrcweir 5364cdf0e10cSrcweir /* config: */ 5365cdf0e10cSrcweir AccelConfig = TRUE, 5366cdf0e10cSrcweir MenuConfig = TRUE, 5367cdf0e10cSrcweir StatusBarConfig = FALSE, 5368cdf0e10cSrcweir ToolBoxConfig = TRUE, 5369cdf0e10cSrcweir GroupId = GID_DOCUMENT; 5370cdf0e10cSrcweir] 5371cdf0e10cSrcweir//-------------------------------------------------------------------------- 5372cdf0e10cSrcweirSfxVoidItem MailMergeWizard FN_MAILMERGE_WIZARD 5373cdf0e10cSrcweir() 5374cdf0e10cSrcweir[ 5375cdf0e10cSrcweir /* flags: */ 5376cdf0e10cSrcweir AutoUpdate = TRUE, 5377cdf0e10cSrcweir Cachable = Cachable, 5378cdf0e10cSrcweir FastCall = TRUE, 5379cdf0e10cSrcweir HasCoreId = FALSE, 5380cdf0e10cSrcweir HasDialog = FALSE, 5381cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5382cdf0e10cSrcweir Toggle = FALSE, 5383cdf0e10cSrcweir Container = TRUE, 5384cdf0e10cSrcweir RecordAbsolute = FALSE, 5385cdf0e10cSrcweir RecordPerSet; 5386cdf0e10cSrcweir Synchron; 5387cdf0e10cSrcweir 5388cdf0e10cSrcweir /* config: */ 5389cdf0e10cSrcweir AccelConfig = TRUE, 5390cdf0e10cSrcweir MenuConfig = TRUE, 5391cdf0e10cSrcweir StatusBarConfig = FALSE, 5392cdf0e10cSrcweir ToolBoxConfig = TRUE, 5393cdf0e10cSrcweir GroupId = GID_DOCUMENT; 5394cdf0e10cSrcweir] 5395cdf0e10cSrcweir//-------------------------------------------------------------------------- 5396cdf0e10cSrcweirSfxBoolItem MergeTable FN_TABLE_MERGE_TABLE 5397cdf0e10cSrcweir() 5398cdf0e10cSrcweir[ 5399cdf0e10cSrcweir /* flags: */ 5400cdf0e10cSrcweir AutoUpdate = FALSE, 5401cdf0e10cSrcweir Cachable = Cachable, 5402cdf0e10cSrcweir FastCall = TRUE, 5403cdf0e10cSrcweir HasCoreId = FALSE, 5404cdf0e10cSrcweir HasDialog = FALSE, 5405cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5406cdf0e10cSrcweir Toggle = FALSE, 5407cdf0e10cSrcweir Container = FALSE, 5408cdf0e10cSrcweir RecordAbsolute = FALSE, 5409cdf0e10cSrcweir RecordPerSet; 5410cdf0e10cSrcweir Synchron; 5411cdf0e10cSrcweir 5412cdf0e10cSrcweir /* config: */ 5413cdf0e10cSrcweir AccelConfig = TRUE, 5414cdf0e10cSrcweir MenuConfig = TRUE, 5415cdf0e10cSrcweir StatusBarConfig = FALSE, 5416cdf0e10cSrcweir ToolBoxConfig = TRUE, 5417cdf0e10cSrcweir GroupId = GID_TABLE; 5418cdf0e10cSrcweir] 5419cdf0e10cSrcweir//-------------------------------------------------------------------------- 5420cdf0e10cSrcweirSfxVoidItem ApplyStyleHead1 FN_FORMAT_APPLY_HEAD1 5421cdf0e10cSrcweir() 5422cdf0e10cSrcweir[ 5423cdf0e10cSrcweir /* flags: */ 5424cdf0e10cSrcweir AutoUpdate = FALSE, 5425cdf0e10cSrcweir Cachable = Cachable, 5426cdf0e10cSrcweir FastCall = TRUE, 5427cdf0e10cSrcweir HasCoreId = FALSE, 5428cdf0e10cSrcweir HasDialog = FALSE, 5429cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5430cdf0e10cSrcweir Toggle = FALSE, 5431cdf0e10cSrcweir Container = FALSE, 5432cdf0e10cSrcweir RecordAbsolute = FALSE, 5433cdf0e10cSrcweir RecordPerSet; 5434cdf0e10cSrcweir Synchron; 5435cdf0e10cSrcweir 5436cdf0e10cSrcweir /* config: */ 5437cdf0e10cSrcweir AccelConfig = TRUE, 5438cdf0e10cSrcweir MenuConfig = TRUE, 5439cdf0e10cSrcweir StatusBarConfig = TRUE, 5440cdf0e10cSrcweir ToolBoxConfig = TRUE, 5441cdf0e10cSrcweir GroupId = GID_FORMAT; 5442cdf0e10cSrcweir] 5443cdf0e10cSrcweir//-------------------------------------------------------------------------- 5444cdf0e10cSrcweirSfxVoidItem ApplyStyleHead2 FN_FORMAT_APPLY_HEAD2 5445cdf0e10cSrcweir() 5446cdf0e10cSrcweir[ 5447cdf0e10cSrcweir /* flags: */ 5448cdf0e10cSrcweir AutoUpdate = FALSE, 5449cdf0e10cSrcweir Cachable = Cachable, 5450cdf0e10cSrcweir FastCall = TRUE, 5451cdf0e10cSrcweir HasCoreId = FALSE, 5452cdf0e10cSrcweir HasDialog = FALSE, 5453cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5454cdf0e10cSrcweir Toggle = FALSE, 5455cdf0e10cSrcweir Container = FALSE, 5456cdf0e10cSrcweir RecordAbsolute = FALSE, 5457cdf0e10cSrcweir RecordPerSet; 5458cdf0e10cSrcweir Synchron; 5459cdf0e10cSrcweir 5460cdf0e10cSrcweir /* config: */ 5461cdf0e10cSrcweir AccelConfig = TRUE, 5462cdf0e10cSrcweir MenuConfig = TRUE, 5463cdf0e10cSrcweir StatusBarConfig = TRUE, 5464cdf0e10cSrcweir ToolBoxConfig = TRUE, 5465cdf0e10cSrcweir GroupId = GID_FORMAT; 5466cdf0e10cSrcweir] 5467cdf0e10cSrcweir//-------------------------------------------------------------------------- 5468cdf0e10cSrcweirSfxVoidItem ApplyStyleHead3 FN_FORMAT_APPLY_HEAD3 5469cdf0e10cSrcweir() 5470cdf0e10cSrcweir[ 5471cdf0e10cSrcweir /* flags: */ 5472cdf0e10cSrcweir AutoUpdate = FALSE, 5473cdf0e10cSrcweir Cachable = Cachable, 5474cdf0e10cSrcweir FastCall = TRUE, 5475cdf0e10cSrcweir HasCoreId = FALSE, 5476cdf0e10cSrcweir HasDialog = FALSE, 5477cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5478cdf0e10cSrcweir Toggle = FALSE, 5479cdf0e10cSrcweir Container = FALSE, 5480cdf0e10cSrcweir RecordAbsolute = FALSE, 5481cdf0e10cSrcweir RecordPerSet; 5482cdf0e10cSrcweir Synchron; 5483cdf0e10cSrcweir 5484cdf0e10cSrcweir /* config: */ 5485cdf0e10cSrcweir AccelConfig = TRUE, 5486cdf0e10cSrcweir MenuConfig = TRUE, 5487cdf0e10cSrcweir StatusBarConfig = TRUE, 5488cdf0e10cSrcweir ToolBoxConfig = TRUE, 5489cdf0e10cSrcweir GroupId = GID_FORMAT; 5490cdf0e10cSrcweir] 5491cdf0e10cSrcweir//-------------------------------------------------------------------------- 5492cdf0e10cSrcweirSfxVoidItem ApplyStyleDefault FN_FORMAT_APPLY_DEFAULT 5493cdf0e10cSrcweir() 5494cdf0e10cSrcweir[ 5495cdf0e10cSrcweir /* flags: */ 5496cdf0e10cSrcweir AutoUpdate = FALSE, 5497cdf0e10cSrcweir Cachable = Cachable, 5498cdf0e10cSrcweir FastCall = TRUE, 5499cdf0e10cSrcweir HasCoreId = FALSE, 5500cdf0e10cSrcweir HasDialog = FALSE, 5501cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5502cdf0e10cSrcweir Toggle = FALSE, 5503cdf0e10cSrcweir Container = FALSE, 5504cdf0e10cSrcweir RecordAbsolute = FALSE, 5505cdf0e10cSrcweir RecordPerSet; 5506cdf0e10cSrcweir Synchron; 5507cdf0e10cSrcweir 5508cdf0e10cSrcweir /* config: */ 5509cdf0e10cSrcweir AccelConfig = TRUE, 5510cdf0e10cSrcweir MenuConfig = TRUE, 5511cdf0e10cSrcweir StatusBarConfig = TRUE, 5512cdf0e10cSrcweir ToolBoxConfig = TRUE, 5513cdf0e10cSrcweir GroupId = GID_FORMAT; 5514cdf0e10cSrcweir] 5515cdf0e10cSrcweir//-------------------------------------------------------------------------- 5516cdf0e10cSrcweirSfxVoidItem ApplyStyleTextbody FN_FORMAT_APPLY_TEXTBODY 5517cdf0e10cSrcweir() 5518cdf0e10cSrcweir[ 5519cdf0e10cSrcweir /* flags: */ 5520cdf0e10cSrcweir AutoUpdate = FALSE, 5521cdf0e10cSrcweir Cachable = Cachable, 5522cdf0e10cSrcweir FastCall = TRUE, 5523cdf0e10cSrcweir HasCoreId = FALSE, 5524cdf0e10cSrcweir HasDialog = FALSE, 5525cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5526cdf0e10cSrcweir Toggle = FALSE, 5527cdf0e10cSrcweir Container = FALSE, 5528cdf0e10cSrcweir RecordAbsolute = FALSE, 5529cdf0e10cSrcweir RecordPerSet; 5530cdf0e10cSrcweir Synchron; 5531cdf0e10cSrcweir 5532cdf0e10cSrcweir /* config: */ 5533cdf0e10cSrcweir AccelConfig = TRUE, 5534cdf0e10cSrcweir MenuConfig = TRUE, 5535cdf0e10cSrcweir StatusBarConfig = TRUE, 5536cdf0e10cSrcweir ToolBoxConfig = TRUE, 5537cdf0e10cSrcweir GroupId = GID_FORMAT; 5538cdf0e10cSrcweir] 5539cdf0e10cSrcweir//-------------------------------------------------------------------------- 5540cdf0e10cSrcweirSfxBoolItem MirrorGraphicOnEvenPages FN_GRAPHIC_MIRROR_ON_EVEN_PAGES 5541cdf0e10cSrcweir() 5542cdf0e10cSrcweir[ 5543cdf0e10cSrcweir /* flags: */ 5544cdf0e10cSrcweir AutoUpdate = TRUE, 5545cdf0e10cSrcweir Cachable = Cachable, 5546cdf0e10cSrcweir FastCall = TRUE, 5547cdf0e10cSrcweir HasCoreId = FALSE, 5548cdf0e10cSrcweir HasDialog = FALSE, 5549cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5550cdf0e10cSrcweir Toggle = FALSE, 5551cdf0e10cSrcweir Container = FALSE, 5552cdf0e10cSrcweir RecordAbsolute = FALSE, 5553cdf0e10cSrcweir RecordPerSet; 5554cdf0e10cSrcweir Synchron; 5555cdf0e10cSrcweir 5556cdf0e10cSrcweir /* status: */ 5557cdf0e10cSrcweir SlotType = SfxBoolItem 5558cdf0e10cSrcweir 5559cdf0e10cSrcweir /* config: */ 5560cdf0e10cSrcweir AccelConfig = TRUE, 5561cdf0e10cSrcweir MenuConfig = TRUE, 5562cdf0e10cSrcweir StatusBarConfig = FALSE, 5563cdf0e10cSrcweir ToolBoxConfig = TRUE, 5564cdf0e10cSrcweir GroupId = GID_FORMAT; 5565cdf0e10cSrcweir] 5566cdf0e10cSrcweir 5567cdf0e10cSrcweir//-------------------------------------------------------------------------- 5568cdf0e10cSrcweirSfxBoolItem MirrorOnEvenPages FN_FRAME_MIRROR_ON_EVEN_PAGES 5569cdf0e10cSrcweir() 5570cdf0e10cSrcweir[ 5571cdf0e10cSrcweir /* flags: */ 5572cdf0e10cSrcweir AutoUpdate = TRUE, 5573cdf0e10cSrcweir Cachable = Cachable, 5574cdf0e10cSrcweir FastCall = TRUE, 5575cdf0e10cSrcweir HasCoreId = FALSE, 5576cdf0e10cSrcweir HasDialog = FALSE, 5577cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5578cdf0e10cSrcweir Toggle = FALSE, 5579cdf0e10cSrcweir Container = FALSE, 5580cdf0e10cSrcweir RecordAbsolute = FALSE, 5581cdf0e10cSrcweir RecordPerSet; 5582cdf0e10cSrcweir Synchron; 5583cdf0e10cSrcweir 5584cdf0e10cSrcweir /* status: */ 5585cdf0e10cSrcweir SlotType = SfxBoolItem 5586cdf0e10cSrcweir 5587cdf0e10cSrcweir /* config: */ 5588cdf0e10cSrcweir AccelConfig = TRUE, 5589cdf0e10cSrcweir MenuConfig = TRUE, 5590cdf0e10cSrcweir StatusBarConfig = FALSE, 5591cdf0e10cSrcweir ToolBoxConfig = TRUE, 5592cdf0e10cSrcweir GroupId = GID_FORMAT; 5593cdf0e10cSrcweir] 5594cdf0e10cSrcweir 5595cdf0e10cSrcweir//-------------------------------------------------------------------------- 5596cdf0e10cSrcweirSfxVoidItem MoveDown FN_NUM_BULLET_MOVEDOWN 5597cdf0e10cSrcweir() 5598cdf0e10cSrcweir[ 5599cdf0e10cSrcweir /* flags: */ 5600cdf0e10cSrcweir AutoUpdate = FALSE, 5601cdf0e10cSrcweir Cachable = Cachable, 5602cdf0e10cSrcweir FastCall = FALSE, 5603cdf0e10cSrcweir HasCoreId = FALSE, 5604cdf0e10cSrcweir HasDialog = FALSE, 5605cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5606cdf0e10cSrcweir Toggle = FALSE, 5607cdf0e10cSrcweir Container = FALSE, 5608cdf0e10cSrcweir RecordAbsolute = FALSE, 5609cdf0e10cSrcweir RecordPerSet; 5610cdf0e10cSrcweir Synchron; 5611cdf0e10cSrcweir 5612cdf0e10cSrcweir ImageRotation = TRUE; 5613cdf0e10cSrcweir ImageReflection = TRUE; 5614cdf0e10cSrcweir /* config: */ 5615cdf0e10cSrcweir AccelConfig = TRUE, 5616cdf0e10cSrcweir MenuConfig = TRUE, 5617cdf0e10cSrcweir StatusBarConfig = FALSE, 5618cdf0e10cSrcweir ToolBoxConfig = TRUE, 5619cdf0e10cSrcweir GroupId = GID_EDIT; 5620cdf0e10cSrcweir] 5621cdf0e10cSrcweir 5622cdf0e10cSrcweir//-------------------------------------------------------------------------- 5623cdf0e10cSrcweirSfxVoidItem MoveDownSubItems FN_NUM_BULLET_OUTLINE_MOVEDOWN 5624cdf0e10cSrcweir() 5625cdf0e10cSrcweir[ 5626cdf0e10cSrcweir /* flags: */ 5627cdf0e10cSrcweir AutoUpdate = FALSE, 5628cdf0e10cSrcweir Cachable = Cachable, 5629cdf0e10cSrcweir FastCall = FALSE, 5630cdf0e10cSrcweir HasCoreId = FALSE, 5631cdf0e10cSrcweir HasDialog = FALSE, 5632cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5633cdf0e10cSrcweir Toggle = FALSE, 5634cdf0e10cSrcweir Container = FALSE, 5635cdf0e10cSrcweir RecordAbsolute = FALSE, 5636cdf0e10cSrcweir RecordPerSet; 5637cdf0e10cSrcweir Synchron; 5638cdf0e10cSrcweir 5639cdf0e10cSrcweir ImageRotation = TRUE; 5640cdf0e10cSrcweir ImageReflection = TRUE; 5641cdf0e10cSrcweir /* config: */ 5642cdf0e10cSrcweir AccelConfig = TRUE, 5643cdf0e10cSrcweir MenuConfig = TRUE, 5644cdf0e10cSrcweir StatusBarConfig = FALSE, 5645cdf0e10cSrcweir ToolBoxConfig = TRUE, 5646cdf0e10cSrcweir GroupId = GID_ENUMERATION; 5647cdf0e10cSrcweir] 5648cdf0e10cSrcweir 5649cdf0e10cSrcweir//-------------------------------------------------------------------------- 5650cdf0e10cSrcweirSfxVoidItem MoveUp FN_NUM_BULLET_MOVEUP 5651cdf0e10cSrcweir() 5652cdf0e10cSrcweir[ 5653cdf0e10cSrcweir /* flags: */ 5654cdf0e10cSrcweir AutoUpdate = FALSE, 5655cdf0e10cSrcweir Cachable = Cachable, 5656cdf0e10cSrcweir FastCall = FALSE, 5657cdf0e10cSrcweir HasCoreId = FALSE, 5658cdf0e10cSrcweir HasDialog = FALSE, 5659cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5660cdf0e10cSrcweir Toggle = FALSE, 5661cdf0e10cSrcweir Container = FALSE, 5662cdf0e10cSrcweir RecordAbsolute = FALSE, 5663cdf0e10cSrcweir RecordPerSet; 5664cdf0e10cSrcweir Synchron; 5665cdf0e10cSrcweir 5666cdf0e10cSrcweir ImageRotation = TRUE; 5667cdf0e10cSrcweir ImageReflection = TRUE; 5668cdf0e10cSrcweir /* config: */ 5669cdf0e10cSrcweir AccelConfig = TRUE, 5670cdf0e10cSrcweir MenuConfig = TRUE, 5671cdf0e10cSrcweir StatusBarConfig = FALSE, 5672cdf0e10cSrcweir ToolBoxConfig = TRUE, 5673cdf0e10cSrcweir GroupId = GID_EDIT; 5674cdf0e10cSrcweir] 5675cdf0e10cSrcweir 5676cdf0e10cSrcweir//-------------------------------------------------------------------------- 5677cdf0e10cSrcweirSfxVoidItem MoveUpSubItems FN_NUM_BULLET_OUTLINE_MOVEUP 5678cdf0e10cSrcweir() 5679cdf0e10cSrcweir[ 5680cdf0e10cSrcweir /* flags: */ 5681cdf0e10cSrcweir AutoUpdate = FALSE, 5682cdf0e10cSrcweir Cachable = Cachable, 5683cdf0e10cSrcweir FastCall = FALSE, 5684cdf0e10cSrcweir HasCoreId = FALSE, 5685cdf0e10cSrcweir HasDialog = FALSE, 5686cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5687cdf0e10cSrcweir Toggle = FALSE, 5688cdf0e10cSrcweir Container = FALSE, 5689cdf0e10cSrcweir RecordAbsolute = FALSE, 5690cdf0e10cSrcweir RecordPerSet; 5691cdf0e10cSrcweir Synchron; 5692cdf0e10cSrcweir 5693cdf0e10cSrcweir ImageRotation = TRUE; 5694cdf0e10cSrcweir ImageReflection = TRUE; 5695cdf0e10cSrcweir /* config: */ 5696cdf0e10cSrcweir AccelConfig = TRUE, 5697cdf0e10cSrcweir MenuConfig = TRUE, 5698cdf0e10cSrcweir StatusBarConfig = FALSE, 5699cdf0e10cSrcweir ToolBoxConfig = TRUE, 5700cdf0e10cSrcweir GroupId = GID_ENUMERATION; 5701cdf0e10cSrcweir] 5702cdf0e10cSrcweir 5703cdf0e10cSrcweir//-#i68101#------------------------------------------------------------------------ 5704cdf0e10cSrcweirSfxVoidItem ObjectTitleDescription FN_TITLE_DESCRIPTION_SHAPE 5705cdf0e10cSrcweir() 5706cdf0e10cSrcweir[ 5707cdf0e10cSrcweir /* flags: */ 5708cdf0e10cSrcweir AutoUpdate = FALSE, 5709cdf0e10cSrcweir Cachable = Cachable, 5710cdf0e10cSrcweir FastCall = FALSE, 5711cdf0e10cSrcweir HasCoreId = FALSE, 5712cdf0e10cSrcweir HasDialog = TRUE, 5713cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5714cdf0e10cSrcweir Toggle = FALSE, 5715cdf0e10cSrcweir Container = FALSE, 5716cdf0e10cSrcweir RecordAbsolute = FALSE, 5717cdf0e10cSrcweir RecordPerSet; 5718cdf0e10cSrcweir Asynchron; 5719cdf0e10cSrcweir 5720cdf0e10cSrcweir /* status: */ 5721cdf0e10cSrcweir SlotType = SfxStringItem 5722cdf0e10cSrcweir 5723cdf0e10cSrcweir /* config: */ 5724cdf0e10cSrcweir AccelConfig = TRUE, 5725cdf0e10cSrcweir MenuConfig = TRUE, 5726cdf0e10cSrcweir StatusBarConfig = FALSE, 5727cdf0e10cSrcweir ToolBoxConfig = TRUE, 5728cdf0e10cSrcweir GroupId = GID_FORMAT; 5729cdf0e10cSrcweir] 5730cdf0e10cSrcweir 5731cdf0e10cSrcweir//-------------------------------------------------------------------------- 5732cdf0e10cSrcweirSfxVoidItem NameGroup FN_NAME_SHAPE 5733cdf0e10cSrcweir() 5734cdf0e10cSrcweir[ 5735cdf0e10cSrcweir /* flags: */ 5736cdf0e10cSrcweir AutoUpdate = FALSE, 5737cdf0e10cSrcweir Cachable = Cachable, 5738cdf0e10cSrcweir FastCall = FALSE, 5739cdf0e10cSrcweir HasCoreId = FALSE, 5740cdf0e10cSrcweir HasDialog = TRUE, 5741cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5742cdf0e10cSrcweir Toggle = FALSE, 5743cdf0e10cSrcweir Container = FALSE, 5744cdf0e10cSrcweir RecordAbsolute = FALSE, 5745cdf0e10cSrcweir RecordPerSet; 5746cdf0e10cSrcweir Asynchron; 5747cdf0e10cSrcweir 5748cdf0e10cSrcweir /* status: */ 5749cdf0e10cSrcweir SlotType = SfxStringItem 5750cdf0e10cSrcweir 5751cdf0e10cSrcweir /* config: */ 5752cdf0e10cSrcweir AccelConfig = TRUE, 5753cdf0e10cSrcweir MenuConfig = TRUE, 5754cdf0e10cSrcweir StatusBarConfig = FALSE, 5755cdf0e10cSrcweir ToolBoxConfig = TRUE, 5756cdf0e10cSrcweir GroupId = GID_FORMAT; 5757cdf0e10cSrcweir] 5758cdf0e10cSrcweir 5759cdf0e10cSrcweir//-------------------------------------------------------------------------- 5760cdf0e10cSrcweirSfxBoolItem NewGlobalDoc FN_NEW_GLOBAL_DOC 5761cdf0e10cSrcweir(SfxStringItem FileName FN_NEW_GLOBAL_DOC,SfxStringItem TemplateName SID_TEMPLATE_NAME) 5762cdf0e10cSrcweir[ 5763cdf0e10cSrcweir /* flags: */ 5764cdf0e10cSrcweir AutoUpdate = FALSE, 5765cdf0e10cSrcweir Cachable = Cachable, 5766cdf0e10cSrcweir FastCall = FALSE, 5767cdf0e10cSrcweir HasCoreId = FALSE, 5768cdf0e10cSrcweir HasDialog = FALSE, 5769cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5770cdf0e10cSrcweir Toggle = FALSE, 5771cdf0e10cSrcweir Container = FALSE, 5772cdf0e10cSrcweir RecordAbsolute = FALSE, 5773cdf0e10cSrcweir RecordPerSet; 5774cdf0e10cSrcweir Synchron; 5775cdf0e10cSrcweir 5776cdf0e10cSrcweir /* config: */ 5777cdf0e10cSrcweir AccelConfig = TRUE, 5778cdf0e10cSrcweir MenuConfig = TRUE, 5779cdf0e10cSrcweir StatusBarConfig = FALSE, 5780cdf0e10cSrcweir ToolBoxConfig = TRUE, 5781cdf0e10cSrcweir GroupId = GID_APPLICATION; 5782cdf0e10cSrcweir] 5783cdf0e10cSrcweir 5784cdf0e10cSrcweir//-------------------------------------------------------------------------- 5785cdf0e10cSrcweirSfxBoolItem NewHtmlDoc FN_NEW_HTML_DOC 5786cdf0e10cSrcweir(SfxStringItem FileName FN_NEW_HTML_DOC,SfxStringItem TemplateName SID_TEMPLATE_NAME) 5787cdf0e10cSrcweir[ 5788cdf0e10cSrcweir /* flags: */ 5789cdf0e10cSrcweir AutoUpdate = FALSE, 5790cdf0e10cSrcweir Cachable = Cachable, 5791cdf0e10cSrcweir FastCall = FALSE, 5792cdf0e10cSrcweir HasCoreId = FALSE, 5793cdf0e10cSrcweir HasDialog = FALSE, 5794cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5795cdf0e10cSrcweir Toggle = FALSE, 5796cdf0e10cSrcweir Container = FALSE, 5797cdf0e10cSrcweir RecordAbsolute = FALSE, 5798cdf0e10cSrcweir RecordPerSet; 5799cdf0e10cSrcweir Synchron; 5800cdf0e10cSrcweir 5801cdf0e10cSrcweir /* config: */ 5802cdf0e10cSrcweir AccelConfig = TRUE, 5803cdf0e10cSrcweir MenuConfig = TRUE, 5804cdf0e10cSrcweir StatusBarConfig = FALSE, 5805cdf0e10cSrcweir ToolBoxConfig = TRUE, 5806cdf0e10cSrcweir GroupId = GID_APPLICATION; 5807cdf0e10cSrcweir] 5808cdf0e10cSrcweir 5809cdf0e10cSrcweir//-------------------------------------------------------------------------- 5810cdf0e10cSrcweirSfxStringItem NumberFormat FN_NUMBER_FORMAT 5811cdf0e10cSrcweir 5812cdf0e10cSrcweir[ 5813cdf0e10cSrcweir /* flags: */ 5814cdf0e10cSrcweir AutoUpdate = FALSE, 5815cdf0e10cSrcweir Cachable = Cachable, 5816cdf0e10cSrcweir FastCall = FALSE, 5817cdf0e10cSrcweir HasCoreId = FALSE, 5818cdf0e10cSrcweir HasDialog = FALSE, 5819cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5820cdf0e10cSrcweir Toggle = FALSE, 5821cdf0e10cSrcweir Container = FALSE, 5822cdf0e10cSrcweir RecordAbsolute = FALSE, 5823cdf0e10cSrcweir RecordPerSet; 5824cdf0e10cSrcweir Synchron; 5825cdf0e10cSrcweir 5826cdf0e10cSrcweir Readonly = FALSE, 5827cdf0e10cSrcweir 5828cdf0e10cSrcweir /* config: */ 5829cdf0e10cSrcweir AccelConfig = FALSE, 5830cdf0e10cSrcweir MenuConfig = FALSE, 5831cdf0e10cSrcweir StatusBarConfig = FALSE, 5832cdf0e10cSrcweir ToolBoxConfig = FALSE, 5833cdf0e10cSrcweir GroupId = GID_FORMAT; 5834cdf0e10cSrcweir] 5835cdf0e10cSrcweir 5836cdf0e10cSrcweir//-------------------------------------------------------------------------- 5837cdf0e10cSrcweirSfxVoidItem NumberFormatCurrency FN_NUMBER_CURRENCY 5838cdf0e10cSrcweir() 5839cdf0e10cSrcweir[ 5840cdf0e10cSrcweir /* flags: */ 5841cdf0e10cSrcweir AutoUpdate = FALSE, 5842cdf0e10cSrcweir Cachable = Cachable, 5843cdf0e10cSrcweir FastCall = FALSE, 5844cdf0e10cSrcweir HasCoreId = FALSE, 5845cdf0e10cSrcweir HasDialog = FALSE, 5846cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5847cdf0e10cSrcweir Toggle = FALSE, 5848cdf0e10cSrcweir Container = FALSE, 5849cdf0e10cSrcweir RecordAbsolute = FALSE, 5850cdf0e10cSrcweir RecordPerSet; 5851cdf0e10cSrcweir Synchron; 5852cdf0e10cSrcweir 5853cdf0e10cSrcweir /* config: */ 5854cdf0e10cSrcweir AccelConfig = TRUE, 5855cdf0e10cSrcweir MenuConfig = TRUE, 5856cdf0e10cSrcweir StatusBarConfig = FALSE, 5857cdf0e10cSrcweir ToolBoxConfig = TRUE, 5858cdf0e10cSrcweir GroupId = GID_FORMAT; 5859cdf0e10cSrcweir] 5860cdf0e10cSrcweir 5861cdf0e10cSrcweir//-------------------------------------------------------------------------- 5862cdf0e10cSrcweirSfxVoidItem NumberFormatDate FN_NUMBER_DATE 5863cdf0e10cSrcweir() 5864cdf0e10cSrcweir[ 5865cdf0e10cSrcweir /* flags: */ 5866cdf0e10cSrcweir AutoUpdate = FALSE, 5867cdf0e10cSrcweir Cachable = Cachable, 5868cdf0e10cSrcweir FastCall = FALSE, 5869cdf0e10cSrcweir HasCoreId = FALSE, 5870cdf0e10cSrcweir HasDialog = FALSE, 5871cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5872cdf0e10cSrcweir Toggle = FALSE, 5873cdf0e10cSrcweir Container = FALSE, 5874cdf0e10cSrcweir RecordAbsolute = FALSE, 5875cdf0e10cSrcweir RecordPerSet; 5876cdf0e10cSrcweir Synchron; 5877cdf0e10cSrcweir 5878cdf0e10cSrcweir /* config: */ 5879cdf0e10cSrcweir AccelConfig = TRUE, 5880cdf0e10cSrcweir MenuConfig = TRUE, 5881cdf0e10cSrcweir StatusBarConfig = FALSE, 5882cdf0e10cSrcweir ToolBoxConfig = TRUE, 5883cdf0e10cSrcweir GroupId = GID_FORMAT; 5884cdf0e10cSrcweir] 5885cdf0e10cSrcweir 5886cdf0e10cSrcweir//-------------------------------------------------------------------------- 5887cdf0e10cSrcweirSfxVoidItem NumberFormatDecimal FN_NUMBER_TWODEC 5888cdf0e10cSrcweir() 5889cdf0e10cSrcweir[ 5890cdf0e10cSrcweir /* flags: */ 5891cdf0e10cSrcweir AutoUpdate = FALSE, 5892cdf0e10cSrcweir Cachable = Cachable, 5893cdf0e10cSrcweir FastCall = FALSE, 5894cdf0e10cSrcweir HasCoreId = FALSE, 5895cdf0e10cSrcweir HasDialog = FALSE, 5896cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5897cdf0e10cSrcweir Toggle = FALSE, 5898cdf0e10cSrcweir Container = FALSE, 5899cdf0e10cSrcweir RecordAbsolute = FALSE, 5900cdf0e10cSrcweir RecordPerSet; 5901cdf0e10cSrcweir Synchron; 5902cdf0e10cSrcweir 5903cdf0e10cSrcweir /* config: */ 5904cdf0e10cSrcweir AccelConfig = TRUE, 5905cdf0e10cSrcweir MenuConfig = TRUE, 5906cdf0e10cSrcweir StatusBarConfig = FALSE, 5907cdf0e10cSrcweir ToolBoxConfig = TRUE, 5908cdf0e10cSrcweir GroupId = GID_FORMAT; 5909cdf0e10cSrcweir] 5910cdf0e10cSrcweir 5911cdf0e10cSrcweir//-------------------------------------------------------------------------- 5912cdf0e10cSrcweirSfxVoidItem NumberFormatPercent FN_NUMBER_PERCENT 5913cdf0e10cSrcweir() 5914cdf0e10cSrcweir[ 5915cdf0e10cSrcweir /* flags: */ 5916cdf0e10cSrcweir AutoUpdate = FALSE, 5917cdf0e10cSrcweir Cachable = Cachable, 5918cdf0e10cSrcweir FastCall = FALSE, 5919cdf0e10cSrcweir HasCoreId = FALSE, 5920cdf0e10cSrcweir HasDialog = FALSE, 5921cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5922cdf0e10cSrcweir Toggle = FALSE, 5923cdf0e10cSrcweir Container = FALSE, 5924cdf0e10cSrcweir RecordAbsolute = FALSE, 5925cdf0e10cSrcweir RecordPerSet; 5926cdf0e10cSrcweir Synchron; 5927cdf0e10cSrcweir 5928cdf0e10cSrcweir /* config: */ 5929cdf0e10cSrcweir AccelConfig = TRUE, 5930cdf0e10cSrcweir MenuConfig = TRUE, 5931cdf0e10cSrcweir StatusBarConfig = FALSE, 5932cdf0e10cSrcweir ToolBoxConfig = TRUE, 5933cdf0e10cSrcweir GroupId = GID_FORMAT; 5934cdf0e10cSrcweir] 5935cdf0e10cSrcweir 5936cdf0e10cSrcweir//-------------------------------------------------------------------------- 5937cdf0e10cSrcweirSfxVoidItem NumberFormatScientific FN_NUMBER_SCIENTIFIC 5938cdf0e10cSrcweir() 5939cdf0e10cSrcweir[ 5940cdf0e10cSrcweir /* flags: */ 5941cdf0e10cSrcweir AutoUpdate = FALSE, 5942cdf0e10cSrcweir Cachable = Cachable, 5943cdf0e10cSrcweir FastCall = FALSE, 5944cdf0e10cSrcweir HasCoreId = FALSE, 5945cdf0e10cSrcweir HasDialog = FALSE, 5946cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5947cdf0e10cSrcweir Toggle = FALSE, 5948cdf0e10cSrcweir Container = FALSE, 5949cdf0e10cSrcweir RecordAbsolute = FALSE, 5950cdf0e10cSrcweir RecordPerSet; 5951cdf0e10cSrcweir Synchron; 5952cdf0e10cSrcweir 5953cdf0e10cSrcweir /* config: */ 5954cdf0e10cSrcweir AccelConfig = TRUE, 5955cdf0e10cSrcweir MenuConfig = TRUE, 5956cdf0e10cSrcweir StatusBarConfig = FALSE, 5957cdf0e10cSrcweir ToolBoxConfig = TRUE, 5958cdf0e10cSrcweir GroupId = GID_FORMAT; 5959cdf0e10cSrcweir] 5960cdf0e10cSrcweir 5961cdf0e10cSrcweir//-------------------------------------------------------------------------- 5962cdf0e10cSrcweirSfxVoidItem NumberFormatStandard FN_NUMBER_STANDARD 5963cdf0e10cSrcweir() 5964cdf0e10cSrcweir[ 5965cdf0e10cSrcweir /* flags: */ 5966cdf0e10cSrcweir AutoUpdate = FALSE, 5967cdf0e10cSrcweir Cachable = Cachable, 5968cdf0e10cSrcweir FastCall = FALSE, 5969cdf0e10cSrcweir HasCoreId = FALSE, 5970cdf0e10cSrcweir HasDialog = FALSE, 5971cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5972cdf0e10cSrcweir Toggle = FALSE, 5973cdf0e10cSrcweir Container = FALSE, 5974cdf0e10cSrcweir RecordAbsolute = FALSE, 5975cdf0e10cSrcweir RecordPerSet; 5976cdf0e10cSrcweir Synchron; 5977cdf0e10cSrcweir 5978cdf0e10cSrcweir /* config: */ 5979cdf0e10cSrcweir AccelConfig = TRUE, 5980cdf0e10cSrcweir MenuConfig = TRUE, 5981cdf0e10cSrcweir StatusBarConfig = FALSE, 5982cdf0e10cSrcweir ToolBoxConfig = TRUE, 5983cdf0e10cSrcweir GroupId = GID_FORMAT; 5984cdf0e10cSrcweir] 5985cdf0e10cSrcweir 5986cdf0e10cSrcweir//-------------------------------------------------------------------------- 5987cdf0e10cSrcweirSfxVoidItem NumberFormatTime FN_NUMBER_TIME 5988cdf0e10cSrcweir() 5989cdf0e10cSrcweir[ 5990cdf0e10cSrcweir /* flags: */ 5991cdf0e10cSrcweir AutoUpdate = FALSE, 5992cdf0e10cSrcweir Cachable = Cachable, 5993cdf0e10cSrcweir FastCall = FALSE, 5994cdf0e10cSrcweir HasCoreId = FALSE, 5995cdf0e10cSrcweir HasDialog = FALSE, 5996cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5997cdf0e10cSrcweir Toggle = FALSE, 5998cdf0e10cSrcweir Container = FALSE, 5999cdf0e10cSrcweir RecordAbsolute = FALSE, 6000cdf0e10cSrcweir RecordPerSet; 6001cdf0e10cSrcweir Synchron; 6002cdf0e10cSrcweir 6003cdf0e10cSrcweir /* config: */ 6004cdf0e10cSrcweir AccelConfig = TRUE, 6005cdf0e10cSrcweir MenuConfig = TRUE, 6006cdf0e10cSrcweir StatusBarConfig = FALSE, 6007cdf0e10cSrcweir ToolBoxConfig = TRUE, 6008cdf0e10cSrcweir GroupId = GID_FORMAT; 6009cdf0e10cSrcweir] 6010cdf0e10cSrcweir 6011cdf0e10cSrcweir//-------------------------------------------------------------------------- 6012cdf0e10cSrcweirSfxBoolItem NumberingStart FN_NUMBER_NEWSTART 6013cdf0e10cSrcweir 6014cdf0e10cSrcweir[ 6015cdf0e10cSrcweir /* flags: */ 6016cdf0e10cSrcweir AutoUpdate = TRUE, 6017cdf0e10cSrcweir Cachable = Cachable, 6018cdf0e10cSrcweir FastCall = FALSE, 6019cdf0e10cSrcweir HasCoreId = FALSE, 6020cdf0e10cSrcweir HasDialog = FALSE, 6021cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6022cdf0e10cSrcweir Toggle = TRUE, 6023cdf0e10cSrcweir Container = FALSE, 6024cdf0e10cSrcweir RecordAbsolute = FALSE, 6025cdf0e10cSrcweir RecordPerSet; 6026cdf0e10cSrcweir Synchron; 6027cdf0e10cSrcweir 6028cdf0e10cSrcweir ImageRotation = TRUE; 6029cdf0e10cSrcweir ImageReflection = TRUE; 6030cdf0e10cSrcweir Readonly = FALSE, 6031cdf0e10cSrcweir 6032cdf0e10cSrcweir /* config: */ 6033cdf0e10cSrcweir AccelConfig = FALSE, 6034cdf0e10cSrcweir MenuConfig = FALSE, 6035cdf0e10cSrcweir StatusBarConfig = FALSE, 6036cdf0e10cSrcweir ToolBoxConfig = TRUE, 6037cdf0e10cSrcweir GroupId = GID_ENUMERATION; 6038cdf0e10cSrcweir] 6039cdf0e10cSrcweir 6040cdf0e10cSrcweir//-------------------------------------------------------------------------- 6041cdf0e10cSrcweirSfxBoolItem NumberOrNoNumber FN_NUM_OR_NONUM 6042cdf0e10cSrcweir 6043cdf0e10cSrcweir[ 6044cdf0e10cSrcweir /* flags: */ 6045cdf0e10cSrcweir AutoUpdate = FALSE, 6046cdf0e10cSrcweir Cachable = Cachable, 6047cdf0e10cSrcweir FastCall = FALSE, 6048cdf0e10cSrcweir HasCoreId = FALSE, 6049cdf0e10cSrcweir HasDialog = FALSE, 6050cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6051cdf0e10cSrcweir Toggle = FALSE, 6052cdf0e10cSrcweir Container = FALSE, 6053cdf0e10cSrcweir RecordAbsolute = FALSE, 6054cdf0e10cSrcweir RecordPerSet; 6055cdf0e10cSrcweir Synchron; 6056cdf0e10cSrcweir 6057cdf0e10cSrcweir Readonly = FALSE, 6058cdf0e10cSrcweir 6059cdf0e10cSrcweir /* config: */ 6060cdf0e10cSrcweir AccelConfig = TRUE, 6061cdf0e10cSrcweir MenuConfig = TRUE, 6062cdf0e10cSrcweir StatusBarConfig = FALSE, 6063cdf0e10cSrcweir ToolBoxConfig = TRUE, 6064cdf0e10cSrcweir GroupId = GID_ENUMERATION; 6065cdf0e10cSrcweir] 6066cdf0e10cSrcweir 6067cdf0e10cSrcweir//-------------------------------------------------------------------------- 6068cdf0e10cSrcweirSfxVoidItem ObjectBackOne FN_FRAME_DOWN 6069cdf0e10cSrcweir() 6070cdf0e10cSrcweir[ 6071cdf0e10cSrcweir /* flags: */ 6072cdf0e10cSrcweir AutoUpdate = FALSE, 6073cdf0e10cSrcweir Cachable = Cachable, 6074cdf0e10cSrcweir FastCall = TRUE, 6075cdf0e10cSrcweir HasCoreId = FALSE, 6076cdf0e10cSrcweir HasDialog = FALSE, 6077cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6078cdf0e10cSrcweir Toggle = FALSE, 6079cdf0e10cSrcweir Container = FALSE, 6080cdf0e10cSrcweir RecordAbsolute = FALSE, 6081cdf0e10cSrcweir RecordPerSet; 6082cdf0e10cSrcweir Synchron; 6083cdf0e10cSrcweir 6084cdf0e10cSrcweir /* config: */ 6085cdf0e10cSrcweir AccelConfig = TRUE, 6086cdf0e10cSrcweir MenuConfig = TRUE, 6087cdf0e10cSrcweir StatusBarConfig = FALSE, 6088cdf0e10cSrcweir ToolBoxConfig = TRUE, 6089cdf0e10cSrcweir GroupId = GID_FORMAT; 6090cdf0e10cSrcweir] 6091cdf0e10cSrcweir 6092cdf0e10cSrcweir//-------------------------------------------------------------------------- 6093cdf0e10cSrcweirSfxVoidItem ObjectForwardOne FN_FRAME_UP 6094cdf0e10cSrcweir() 6095cdf0e10cSrcweir[ 6096cdf0e10cSrcweir /* flags: */ 6097cdf0e10cSrcweir AutoUpdate = FALSE, 6098cdf0e10cSrcweir Cachable = Cachable, 6099cdf0e10cSrcweir FastCall = TRUE, 6100cdf0e10cSrcweir HasCoreId = FALSE, 6101cdf0e10cSrcweir HasDialog = FALSE, 6102cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6103cdf0e10cSrcweir Toggle = FALSE, 6104cdf0e10cSrcweir Container = FALSE, 6105cdf0e10cSrcweir RecordAbsolute = FALSE, 6106cdf0e10cSrcweir RecordPerSet; 6107cdf0e10cSrcweir Synchron; 6108cdf0e10cSrcweir 6109cdf0e10cSrcweir /* config: */ 6110cdf0e10cSrcweir AccelConfig = TRUE, 6111cdf0e10cSrcweir MenuConfig = TRUE, 6112cdf0e10cSrcweir StatusBarConfig = FALSE, 6113cdf0e10cSrcweir ToolBoxConfig = TRUE, 6114cdf0e10cSrcweir GroupId = GID_FORMAT; 6115cdf0e10cSrcweir] 6116cdf0e10cSrcweir 6117cdf0e10cSrcweir//-------------------------------------------------------------------------- 6118cdf0e10cSrcweirSfxBoolItem OnlineAutoFormat FN_AUTOFORMAT_AUTO 6119cdf0e10cSrcweir 6120cdf0e10cSrcweir[ 6121cdf0e10cSrcweir /* flags: */ 6122cdf0e10cSrcweir AutoUpdate = TRUE, 6123cdf0e10cSrcweir Cachable = Cachable, 6124cdf0e10cSrcweir FastCall = FALSE, 6125cdf0e10cSrcweir HasCoreId = FALSE, 6126cdf0e10cSrcweir HasDialog = FALSE, 6127cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6128cdf0e10cSrcweir Toggle = TRUE, 6129cdf0e10cSrcweir Container = FALSE, 6130cdf0e10cSrcweir RecordAbsolute = FALSE, 6131cdf0e10cSrcweir RecordPerSet; 6132cdf0e10cSrcweir Synchron; 6133cdf0e10cSrcweir 6134cdf0e10cSrcweir Readonly = FALSE, 6135cdf0e10cSrcweir 6136cdf0e10cSrcweir /* config: */ 6137cdf0e10cSrcweir AccelConfig = TRUE, 6138cdf0e10cSrcweir MenuConfig = TRUE, 6139cdf0e10cSrcweir StatusBarConfig = FALSE, 6140cdf0e10cSrcweir ToolBoxConfig = TRUE, 6141cdf0e10cSrcweir GroupId = GID_FORMAT; 6142cdf0e10cSrcweir] 6143cdf0e10cSrcweir 6144cdf0e10cSrcweir//-------------------------------------------------------------------------- 6145cdf0e10cSrcweirSfxUInt16Item OptimizeTable FN_OPTIMIZE_TABLE 6146cdf0e10cSrcweir 6147cdf0e10cSrcweir[ 6148cdf0e10cSrcweir /* flags: */ 6149cdf0e10cSrcweir AutoUpdate = FALSE, 6150cdf0e10cSrcweir Cachable = Cachable, 6151cdf0e10cSrcweir FastCall = TRUE, 6152cdf0e10cSrcweir HasCoreId = FALSE, 6153cdf0e10cSrcweir HasDialog = FALSE, 6154cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6155cdf0e10cSrcweir Toggle = FALSE, 6156cdf0e10cSrcweir Container = FALSE, 6157cdf0e10cSrcweir RecordAbsolute = FALSE, 6158cdf0e10cSrcweir RecordPerSet; 6159cdf0e10cSrcweir Synchron; 6160cdf0e10cSrcweir 6161cdf0e10cSrcweir Readonly = FALSE, 6162cdf0e10cSrcweir 6163cdf0e10cSrcweir /* config: */ 6164cdf0e10cSrcweir AccelConfig = TRUE, 6165cdf0e10cSrcweir MenuConfig = TRUE, 6166cdf0e10cSrcweir StatusBarConfig = FALSE, 6167cdf0e10cSrcweir ToolBoxConfig = TRUE, 6168cdf0e10cSrcweir GroupId = GID_TABLE; 6169cdf0e10cSrcweir] 6170cdf0e10cSrcweir 6171cdf0e10cSrcweir//-------------------------------------------------------------------------- 6172cdf0e10cSrcweirSfxVoidItem PageColumnDialog FN_FORMAT_PAGE_COLUMN_DLG 6173cdf0e10cSrcweir() 6174cdf0e10cSrcweir[ 6175cdf0e10cSrcweir /* flags: */ 6176cdf0e10cSrcweir AutoUpdate = FALSE, 6177cdf0e10cSrcweir Cachable = Cachable, 6178cdf0e10cSrcweir FastCall = FALSE, 6179cdf0e10cSrcweir HasCoreId = FALSE, 6180cdf0e10cSrcweir HasDialog = TRUE, 6181cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6182cdf0e10cSrcweir Toggle = FALSE, 6183cdf0e10cSrcweir Container = FALSE, 6184cdf0e10cSrcweir RecordAbsolute = FALSE, 6185cdf0e10cSrcweir RecordPerSet; 6186cdf0e10cSrcweir Asynchron; 6187cdf0e10cSrcweir 6188cdf0e10cSrcweir /* config: */ 6189cdf0e10cSrcweir AccelConfig = TRUE, 6190cdf0e10cSrcweir MenuConfig = TRUE, 6191cdf0e10cSrcweir StatusBarConfig = FALSE, 6192cdf0e10cSrcweir ToolBoxConfig = TRUE, 6193cdf0e10cSrcweir GroupId = GID_FORMAT; 6194cdf0e10cSrcweir] 6195cdf0e10cSrcweir 6196cdf0e10cSrcweir//-------------------------------------------------------------------------- 6197cdf0e10cSrcweirSfxVoidItem PageDialog FN_FORMAT_PAGE_DLG 6198cdf0e10cSrcweir() 6199cdf0e10cSrcweir[ 6200cdf0e10cSrcweir /* flags: */ 6201cdf0e10cSrcweir AutoUpdate = FALSE, 6202cdf0e10cSrcweir Cachable = Cachable, 6203cdf0e10cSrcweir FastCall = FALSE, 6204cdf0e10cSrcweir HasCoreId = FALSE, 6205cdf0e10cSrcweir HasDialog = TRUE, 6206cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6207cdf0e10cSrcweir Toggle = FALSE, 6208cdf0e10cSrcweir Container = FALSE, 6209cdf0e10cSrcweir RecordAbsolute = FALSE, 6210cdf0e10cSrcweir RecordPerItem; 6211cdf0e10cSrcweir Asynchron; 6212cdf0e10cSrcweir 6213cdf0e10cSrcweir /* config: */ 6214cdf0e10cSrcweir AccelConfig = TRUE, 6215cdf0e10cSrcweir MenuConfig = TRUE, 6216cdf0e10cSrcweir StatusBarConfig = FALSE, 6217cdf0e10cSrcweir ToolBoxConfig = TRUE, 6218cdf0e10cSrcweir GroupId = GID_FORMAT; 6219cdf0e10cSrcweir] 6220cdf0e10cSrcweir 6221ff0525f2SOliver-Rainer WittmannSfxVoidItem PageSettingDialog FN_FORMAT_PAGE_SETTING_DLG 6222ff0525f2SOliver-Rainer Wittmann() 6223ff0525f2SOliver-Rainer Wittmann[ 6224ff0525f2SOliver-Rainer Wittmann /* flags: */ 6225ff0525f2SOliver-Rainer Wittmann AutoUpdate = FALSE, 6226ff0525f2SOliver-Rainer Wittmann Cachable = Cachable, 6227ff0525f2SOliver-Rainer Wittmann FastCall = FALSE, 6228ff0525f2SOliver-Rainer Wittmann HasCoreId = FALSE, 6229ff0525f2SOliver-Rainer Wittmann HasDialog = TRUE, 6230ff0525f2SOliver-Rainer Wittmann ReadOnlyDoc = FALSE, 6231ff0525f2SOliver-Rainer Wittmann Toggle = FALSE, 6232ff0525f2SOliver-Rainer Wittmann Container = FALSE, 6233ff0525f2SOliver-Rainer Wittmann RecordAbsolute = FALSE, 6234ff0525f2SOliver-Rainer Wittmann RecordPerItem; 6235ff0525f2SOliver-Rainer Wittmann Asynchron; 6236ff0525f2SOliver-Rainer Wittmann 6237ff0525f2SOliver-Rainer Wittmann /* config: */ 6238395b75f9SOliver-Rainer Wittmann AccelConfig = FALSE, 6239395b75f9SOliver-Rainer Wittmann MenuConfig = FALSE, 6240ff0525f2SOliver-Rainer Wittmann StatusBarConfig = FALSE, 6241395b75f9SOliver-Rainer Wittmann ToolBoxConfig = FALSE, 6242ff0525f2SOliver-Rainer Wittmann GroupId = GID_FORMAT; 6243ff0525f2SOliver-Rainer Wittmann] 6244ff0525f2SOliver-Rainer Wittmann 6245cdf0e10cSrcweir//-------------------------------------------------------------------------- 6246cdf0e10cSrcweirSfxVoidItem PageDown FN_PAGEDOWN 6247cdf0e10cSrcweir() 6248cdf0e10cSrcweir[ 6249cdf0e10cSrcweir /* flags: */ 6250cdf0e10cSrcweir AutoUpdate = FALSE, 6251cdf0e10cSrcweir Cachable = Cachable, 6252cdf0e10cSrcweir FastCall = FALSE, 6253cdf0e10cSrcweir HasCoreId = FALSE, 6254cdf0e10cSrcweir HasDialog = FALSE, 6255cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6256cdf0e10cSrcweir Toggle = FALSE, 6257cdf0e10cSrcweir Container = FALSE, 6258cdf0e10cSrcweir RecordAbsolute = FALSE, 6259cdf0e10cSrcweir RecordPerSet; 6260cdf0e10cSrcweir Synchron; 6261cdf0e10cSrcweir 6262cdf0e10cSrcweir /* config: */ 6263cdf0e10cSrcweir AccelConfig = TRUE, 6264cdf0e10cSrcweir MenuConfig = TRUE, 6265cdf0e10cSrcweir StatusBarConfig = FALSE, 6266cdf0e10cSrcweir ToolBoxConfig = TRUE, 6267cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6268cdf0e10cSrcweir] 6269cdf0e10cSrcweir 6270cdf0e10cSrcweir//-------------------------------------------------------------------------- 6271cdf0e10cSrcweirSfxVoidItem PageDownSel FN_PAGEDOWN_SEL 6272cdf0e10cSrcweir() 6273cdf0e10cSrcweir[ 6274cdf0e10cSrcweir /* flags: */ 6275cdf0e10cSrcweir AutoUpdate = FALSE, 6276cdf0e10cSrcweir Cachable = Cachable, 6277cdf0e10cSrcweir FastCall = FALSE, 6278cdf0e10cSrcweir HasCoreId = FALSE, 6279cdf0e10cSrcweir HasDialog = FALSE, 6280cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6281cdf0e10cSrcweir Toggle = FALSE, 6282cdf0e10cSrcweir Container = FALSE, 6283cdf0e10cSrcweir RecordAbsolute = FALSE, 6284cdf0e10cSrcweir RecordPerSet; 6285cdf0e10cSrcweir Synchron; 6286cdf0e10cSrcweir 6287cdf0e10cSrcweir /* config: */ 6288cdf0e10cSrcweir AccelConfig = TRUE, 6289cdf0e10cSrcweir MenuConfig = TRUE, 6290cdf0e10cSrcweir StatusBarConfig = FALSE, 6291cdf0e10cSrcweir ToolBoxConfig = TRUE, 6292cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6293cdf0e10cSrcweir] 6294cdf0e10cSrcweir 6295cdf0e10cSrcweir//-------------------------------------------------------------------------- 6296cdf0e10cSrcweirSfxUInt16Item PageOffset FN_CHANGE_PAGENUM 6297cdf0e10cSrcweir[ 6298cdf0e10cSrcweir SfxVoidItem PageOffsetDialog(SfxUInt16Item nOffset FN_CHANGE_PAGENUM); 6299cdf0e10cSrcweir 6300cdf0e10cSrcweir /* flags: */ 6301cdf0e10cSrcweir AutoUpdate = FALSE, 6302cdf0e10cSrcweir Cachable = Cachable, 6303cdf0e10cSrcweir FastCall = TRUE, 6304cdf0e10cSrcweir HasCoreId = FALSE, 6305cdf0e10cSrcweir HasDialog = TRUE, 6306cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6307cdf0e10cSrcweir Toggle = FALSE, 6308cdf0e10cSrcweir Container = FALSE, 6309cdf0e10cSrcweir RecordAbsolute = FALSE, 6310cdf0e10cSrcweir RecordPerSet; 6311cdf0e10cSrcweir Asynchron; 6312cdf0e10cSrcweir 6313cdf0e10cSrcweir Readonly = FALSE, 6314cdf0e10cSrcweir 6315cdf0e10cSrcweir /* config: */ 6316cdf0e10cSrcweir AccelConfig = TRUE, 6317cdf0e10cSrcweir MenuConfig = TRUE, 6318cdf0e10cSrcweir StatusBarConfig = FALSE, 6319cdf0e10cSrcweir ToolBoxConfig = TRUE, 6320cdf0e10cSrcweir GroupId = GID_OPTIONS; 6321cdf0e10cSrcweir] 6322cdf0e10cSrcweir 6323cdf0e10cSrcweir//-------------------------------------------------------------------------- 6324cdf0e10cSrcweirSfxVoidItem PageStyleApply FN_SET_PAGE_STYLE 6325cdf0e10cSrcweir() 6326cdf0e10cSrcweir[ 6327cdf0e10cSrcweir /* flags: */ 6328cdf0e10cSrcweir AutoUpdate = FALSE, 6329cdf0e10cSrcweir Cachable = Cachable, 6330cdf0e10cSrcweir FastCall = TRUE, 6331cdf0e10cSrcweir HasCoreId = FALSE, 6332cdf0e10cSrcweir HasDialog = TRUE, 6333cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6334cdf0e10cSrcweir Toggle = FALSE, 6335cdf0e10cSrcweir Container = FALSE, 6336cdf0e10cSrcweir RecordAbsolute = FALSE, 6337cdf0e10cSrcweir RecordPerSet; 6338cdf0e10cSrcweir Asynchron; 6339cdf0e10cSrcweir 6340cdf0e10cSrcweir /* config: */ 6341cdf0e10cSrcweir AccelConfig = TRUE, 6342cdf0e10cSrcweir MenuConfig = TRUE, 6343cdf0e10cSrcweir StatusBarConfig = FALSE, 6344cdf0e10cSrcweir ToolBoxConfig = TRUE, 6345cdf0e10cSrcweir GroupId = GID_FORMAT; 6346cdf0e10cSrcweir] 6347cdf0e10cSrcweir 6348cdf0e10cSrcweir//-------------------------------------------------------------------------- 6349cdf0e10cSrcweirSfxStringItem PageStyleName FN_STAT_TEMPLATE 6350cdf0e10cSrcweir 6351cdf0e10cSrcweir[ 6352cdf0e10cSrcweir /* flags: */ 6353cdf0e10cSrcweir AutoUpdate = FALSE, 6354cdf0e10cSrcweir Cachable = Cachable, 6355cdf0e10cSrcweir FastCall = FALSE, 6356cdf0e10cSrcweir HasCoreId = FALSE, 6357cdf0e10cSrcweir HasDialog = FALSE, 6358cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6359cdf0e10cSrcweir Toggle = FALSE, 6360cdf0e10cSrcweir Container = FALSE, 6361cdf0e10cSrcweir RecordAbsolute = FALSE, 6362cdf0e10cSrcweir RecordPerSet; 6363cdf0e10cSrcweir Synchron; 6364cdf0e10cSrcweir 6365cdf0e10cSrcweir Readonly = TRUE, 6366cdf0e10cSrcweir 6367cdf0e10cSrcweir /* config: */ 6368cdf0e10cSrcweir AccelConfig = FALSE, 6369cdf0e10cSrcweir MenuConfig = FALSE, 6370cdf0e10cSrcweir StatusBarConfig = TRUE, 6371cdf0e10cSrcweir ToolBoxConfig = FALSE, 6372cdf0e10cSrcweir GroupId = GID_VIEW; 6373cdf0e10cSrcweir] 6374cdf0e10cSrcweir 6375cdf0e10cSrcweir//-------------------------------------------------------------------------- 6376cdf0e10cSrcweirSfxVoidItem PageUp FN_PAGEUP 6377cdf0e10cSrcweir() 6378cdf0e10cSrcweir[ 6379cdf0e10cSrcweir /* flags: */ 6380cdf0e10cSrcweir AutoUpdate = FALSE, 6381cdf0e10cSrcweir Cachable = Cachable, 6382cdf0e10cSrcweir FastCall = FALSE, 6383cdf0e10cSrcweir HasCoreId = FALSE, 6384cdf0e10cSrcweir HasDialog = FALSE, 6385cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6386cdf0e10cSrcweir Toggle = FALSE, 6387cdf0e10cSrcweir Container = FALSE, 6388cdf0e10cSrcweir RecordAbsolute = FALSE, 6389cdf0e10cSrcweir RecordPerSet; 6390cdf0e10cSrcweir Synchron; 6391cdf0e10cSrcweir 6392cdf0e10cSrcweir /* config: */ 6393cdf0e10cSrcweir AccelConfig = TRUE, 6394cdf0e10cSrcweir MenuConfig = TRUE, 6395cdf0e10cSrcweir StatusBarConfig = FALSE, 6396cdf0e10cSrcweir ToolBoxConfig = TRUE, 6397cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6398cdf0e10cSrcweir] 6399cdf0e10cSrcweir 6400cdf0e10cSrcweir//-------------------------------------------------------------------------- 6401cdf0e10cSrcweirSfxVoidItem PageUpSel FN_PAGEUP_SEL 6402cdf0e10cSrcweir() 6403cdf0e10cSrcweir[ 6404cdf0e10cSrcweir /* flags: */ 6405cdf0e10cSrcweir AutoUpdate = FALSE, 6406cdf0e10cSrcweir Cachable = Cachable, 6407cdf0e10cSrcweir FastCall = FALSE, 6408cdf0e10cSrcweir HasCoreId = FALSE, 6409cdf0e10cSrcweir HasDialog = FALSE, 6410cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6411cdf0e10cSrcweir Toggle = FALSE, 6412cdf0e10cSrcweir Container = FALSE, 6413cdf0e10cSrcweir RecordAbsolute = FALSE, 6414cdf0e10cSrcweir RecordPerSet; 6415cdf0e10cSrcweir Synchron; 6416cdf0e10cSrcweir 6417cdf0e10cSrcweir /* config: */ 6418cdf0e10cSrcweir AccelConfig = TRUE, 6419cdf0e10cSrcweir MenuConfig = TRUE, 6420cdf0e10cSrcweir StatusBarConfig = FALSE, 6421cdf0e10cSrcweir ToolBoxConfig = TRUE, 6422cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6423cdf0e10cSrcweir] 6424cdf0e10cSrcweir 6425cdf0e10cSrcweir//-------------------------------------------------------------------------- 6426cdf0e10cSrcweirSfxVoidItem PreviewZoom FN_PREVIEW_ZOOM 6427cdf0e10cSrcweir( SfxUInt16Item PreviewZoom FN_PREVIEW_ZOOM ) 6428cdf0e10cSrcweir[ 6429cdf0e10cSrcweir /* flags: */ 6430cdf0e10cSrcweir AutoUpdate = FALSE, 6431cdf0e10cSrcweir Cachable = Cachable, 6432cdf0e10cSrcweir FastCall = TRUE, 6433cdf0e10cSrcweir HasCoreId = FALSE, 6434cdf0e10cSrcweir HasDialog = TRUE, 6435cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6436cdf0e10cSrcweir Toggle = FALSE, 6437cdf0e10cSrcweir Container = FALSE, 6438cdf0e10cSrcweir RecordAbsolute = FALSE, 6439cdf0e10cSrcweir RecordPerSet; 6440cdf0e10cSrcweir Synchron; 6441cdf0e10cSrcweir 6442cdf0e10cSrcweir /* status: */ 6443cdf0e10cSrcweir SlotType = SfxUInt16Item 6444cdf0e10cSrcweir 6445cdf0e10cSrcweir /* config: */ 6446cdf0e10cSrcweir AccelConfig = FALSE, 6447cdf0e10cSrcweir MenuConfig = FALSE, 6448cdf0e10cSrcweir StatusBarConfig = FALSE, 6449cdf0e10cSrcweir ToolBoxConfig = TRUE, 6450cdf0e10cSrcweir GroupId = GID_VIEW; 6451cdf0e10cSrcweir] 6452cdf0e10cSrcweir 6453cdf0e10cSrcweir//-------------------------------------------------------------------------- 6454cdf0e10cSrcweirSfxBoolItem PrintLayout FN_PRINT_LAYOUT 6455cdf0e10cSrcweir 6456cdf0e10cSrcweir[ 6457cdf0e10cSrcweir /* flags: */ 6458cdf0e10cSrcweir AutoUpdate = TRUE, 6459cdf0e10cSrcweir Cachable = Cachable, 6460cdf0e10cSrcweir FastCall = FALSE, 6461cdf0e10cSrcweir HasCoreId = FALSE, 6462cdf0e10cSrcweir HasDialog = FALSE, 6463cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6464cdf0e10cSrcweir Toggle = FALSE, 6465cdf0e10cSrcweir Container = FALSE, 6466cdf0e10cSrcweir RecordAbsolute = FALSE, 6467cdf0e10cSrcweir RecordPerSet; 6468cdf0e10cSrcweir Synchron; 6469cdf0e10cSrcweir 6470cdf0e10cSrcweir Readonly = FALSE, 6471cdf0e10cSrcweir 6472cdf0e10cSrcweir /* config: */ 6473cdf0e10cSrcweir AccelConfig = TRUE, 6474cdf0e10cSrcweir MenuConfig = TRUE, 6475cdf0e10cSrcweir StatusBarConfig = FALSE, 6476cdf0e10cSrcweir ToolBoxConfig = TRUE, 6477cdf0e10cSrcweir GroupId = GID_VIEW; 6478cdf0e10cSrcweir] 6479cdf0e10cSrcweir 6480cdf0e10cSrcweir//-------------------------------------------------------------------------- 6481cdf0e10cSrcweirSfxVoidItem PrintPagePreView FN_PRINT_PAGEPREVIEW 6482cdf0e10cSrcweir() 6483cdf0e10cSrcweir[ 6484cdf0e10cSrcweir /* flags: */ 6485cdf0e10cSrcweir AutoUpdate = FALSE, 6486cdf0e10cSrcweir Cachable = Cachable, 6487cdf0e10cSrcweir FastCall = FALSE, 6488cdf0e10cSrcweir HasCoreId = FALSE, 6489cdf0e10cSrcweir HasDialog = TRUE, 6490cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6491cdf0e10cSrcweir Toggle = FALSE, 6492cdf0e10cSrcweir Container = FALSE, 6493cdf0e10cSrcweir RecordAbsolute = FALSE, 6494cdf0e10cSrcweir RecordPerSet; 6495cdf0e10cSrcweir Asynchron; 6496cdf0e10cSrcweir 6497cdf0e10cSrcweir /* config: */ 6498cdf0e10cSrcweir AccelConfig = TRUE, 6499cdf0e10cSrcweir MenuConfig = TRUE, 6500cdf0e10cSrcweir StatusBarConfig = FALSE, 6501cdf0e10cSrcweir ToolBoxConfig = TRUE, 6502cdf0e10cSrcweir GroupId = GID_VIEW; 6503cdf0e10cSrcweir] 6504cdf0e10cSrcweir 6505cdf0e10cSrcweir//-------------------------------------------------------------------------- 6506cdf0e10cSrcweirSfxVoidItem Protect FN_TABLE_SET_READ_ONLY_CELLS 6507cdf0e10cSrcweir() 6508cdf0e10cSrcweir[ 6509cdf0e10cSrcweir /* flags: */ 6510cdf0e10cSrcweir AutoUpdate = FALSE, 6511cdf0e10cSrcweir Cachable = Cachable, 6512cdf0e10cSrcweir FastCall = TRUE, 6513cdf0e10cSrcweir HasCoreId = FALSE, 6514cdf0e10cSrcweir HasDialog = FALSE, 6515cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6516cdf0e10cSrcweir Toggle = FALSE, 6517cdf0e10cSrcweir Container = FALSE, 6518cdf0e10cSrcweir RecordAbsolute = FALSE, 6519cdf0e10cSrcweir RecordPerSet; 6520cdf0e10cSrcweir Synchron; 6521cdf0e10cSrcweir 6522cdf0e10cSrcweir /* config: */ 6523cdf0e10cSrcweir AccelConfig = TRUE, 6524cdf0e10cSrcweir MenuConfig = TRUE, 6525cdf0e10cSrcweir StatusBarConfig = FALSE, 6526cdf0e10cSrcweir ToolBoxConfig = TRUE, 6527cdf0e10cSrcweir GroupId = GID_TABLE; 6528cdf0e10cSrcweir] 6529cdf0e10cSrcweir 6530cdf0e10cSrcweir//-------------------------------------------------------------------------- 6531cdf0e10cSrcweirSfxBoolItem ProtectTraceChangeMode FN_REDLINE_PROTECT 6532cdf0e10cSrcweir 6533cdf0e10cSrcweir[ 6534cdf0e10cSrcweir /* flags: */ 6535cdf0e10cSrcweir AutoUpdate = FALSE, 6536cdf0e10cSrcweir Cachable = Cachable, 6537cdf0e10cSrcweir FastCall = FALSE, 6538cdf0e10cSrcweir HasCoreId = FALSE, 6539cdf0e10cSrcweir HasDialog = FALSE, 6540cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6541cdf0e10cSrcweir Toggle = FALSE, 6542cdf0e10cSrcweir Container = FALSE, 6543cdf0e10cSrcweir RecordAbsolute = FALSE, 6544cdf0e10cSrcweir RecordPerSet; 6545cdf0e10cSrcweir Synchron; 6546cdf0e10cSrcweir 6547cdf0e10cSrcweir Readonly = FALSE, 6548cdf0e10cSrcweir 6549cdf0e10cSrcweir /* config: */ 6550cdf0e10cSrcweir AccelConfig = TRUE, 6551cdf0e10cSrcweir MenuConfig = TRUE, 6552cdf0e10cSrcweir StatusBarConfig = FALSE, 6553cdf0e10cSrcweir ToolBoxConfig = TRUE, 6554cdf0e10cSrcweir GroupId = GID_EDIT; 6555cdf0e10cSrcweir] 6556cdf0e10cSrcweir 6557cdf0e10cSrcweir//-------------------------------------------------------------------------- 6558cdf0e10cSrcweirSfxVoidItem RefreshView FN_REFRESH_VIEW 6559cdf0e10cSrcweir() 6560cdf0e10cSrcweir[ 6561cdf0e10cSrcweir /* flags: */ 6562cdf0e10cSrcweir AutoUpdate = FALSE, 6563cdf0e10cSrcweir Cachable = Cachable, 6564cdf0e10cSrcweir FastCall = TRUE, 6565cdf0e10cSrcweir HasCoreId = FALSE, 6566cdf0e10cSrcweir HasDialog = FALSE, 6567cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6568cdf0e10cSrcweir Toggle = FALSE, 6569cdf0e10cSrcweir Container = FALSE, 6570cdf0e10cSrcweir RecordAbsolute = FALSE, 6571cdf0e10cSrcweir RecordPerSet; 6572cdf0e10cSrcweir Synchron; 6573cdf0e10cSrcweir 6574cdf0e10cSrcweir /* config: */ 6575cdf0e10cSrcweir AccelConfig = TRUE, 6576cdf0e10cSrcweir MenuConfig = TRUE, 6577cdf0e10cSrcweir StatusBarConfig = FALSE, 6578cdf0e10cSrcweir ToolBoxConfig = TRUE, 6579cdf0e10cSrcweir GroupId = GID_VIEW; 6580cdf0e10cSrcweir] 6581cdf0e10cSrcweir 6582cdf0e10cSrcweir//-------------------------------------------------------------------------- 6583cdf0e10cSrcweirSfxVoidItem RemoveBullets FN_NUM_BULLET_OFF 6584cdf0e10cSrcweir() 6585cdf0e10cSrcweir[ 6586cdf0e10cSrcweir /* flags: */ 6587cdf0e10cSrcweir AutoUpdate = FALSE, 6588cdf0e10cSrcweir Cachable = Cachable, 6589cdf0e10cSrcweir FastCall = FALSE, 6590cdf0e10cSrcweir HasCoreId = FALSE, 6591cdf0e10cSrcweir HasDialog = FALSE, 6592cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6593cdf0e10cSrcweir Toggle = FALSE, 6594cdf0e10cSrcweir Container = FALSE, 6595cdf0e10cSrcweir RecordAbsolute = FALSE, 6596cdf0e10cSrcweir RecordPerSet; 6597cdf0e10cSrcweir Synchron; 6598cdf0e10cSrcweir 6599cdf0e10cSrcweir ImageRotation = TRUE; 6600cdf0e10cSrcweir ImageReflection = TRUE; 6601cdf0e10cSrcweir /* config: */ 6602cdf0e10cSrcweir AccelConfig = TRUE, 6603cdf0e10cSrcweir MenuConfig = TRUE, 6604cdf0e10cSrcweir StatusBarConfig = FALSE, 6605cdf0e10cSrcweir ToolBoxConfig = TRUE, 6606cdf0e10cSrcweir GroupId = GID_ENUMERATION; 6607cdf0e10cSrcweir] 6608cdf0e10cSrcweir 6609cdf0e10cSrcweir//-------------------------------------------------------------------------- 6610cdf0e10cSrcweirSfxVoidItem RemoveTableOf FN_REMOVE_CUR_TOX 6611cdf0e10cSrcweir() 6612cdf0e10cSrcweir[ 6613cdf0e10cSrcweir /* flags: */ 6614cdf0e10cSrcweir AutoUpdate = FALSE, 6615cdf0e10cSrcweir Cachable = Cachable, 6616cdf0e10cSrcweir FastCall = TRUE, 6617cdf0e10cSrcweir HasCoreId = FALSE, 6618cdf0e10cSrcweir HasDialog = FALSE, 6619cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6620cdf0e10cSrcweir Toggle = FALSE, 6621cdf0e10cSrcweir Container = FALSE, 6622cdf0e10cSrcweir RecordAbsolute = FALSE, 6623cdf0e10cSrcweir RecordPerSet; 6624cdf0e10cSrcweir Synchron; 6625cdf0e10cSrcweir 6626cdf0e10cSrcweir /* config: */ 6627cdf0e10cSrcweir AccelConfig = TRUE, 6628cdf0e10cSrcweir MenuConfig = TRUE, 6629cdf0e10cSrcweir StatusBarConfig = FALSE, 6630cdf0e10cSrcweir ToolBoxConfig = TRUE, 6631cdf0e10cSrcweir GroupId = GID_INSERT; 6632cdf0e10cSrcweir] 6633cdf0e10cSrcweir 6634cdf0e10cSrcweir//-------------------------------------------------------------------------- 6635cdf0e10cSrcweirSfxVoidItem Repaginate FN_REPAGINATE 6636cdf0e10cSrcweir() 6637cdf0e10cSrcweir[ 6638cdf0e10cSrcweir /* flags: */ 6639cdf0e10cSrcweir AutoUpdate = FALSE, 6640cdf0e10cSrcweir Cachable = Cachable, 6641cdf0e10cSrcweir FastCall = TRUE, 6642cdf0e10cSrcweir HasCoreId = FALSE, 6643cdf0e10cSrcweir HasDialog = FALSE, 6644cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6645cdf0e10cSrcweir Toggle = FALSE, 6646cdf0e10cSrcweir Container = FALSE, 6647cdf0e10cSrcweir RecordAbsolute = FALSE, 6648cdf0e10cSrcweir RecordPerSet; 6649cdf0e10cSrcweir Asynchron; 6650cdf0e10cSrcweir 6651cdf0e10cSrcweir /* config: */ 6652cdf0e10cSrcweir AccelConfig = TRUE, 6653cdf0e10cSrcweir MenuConfig = TRUE, 6654cdf0e10cSrcweir StatusBarConfig = FALSE, 6655cdf0e10cSrcweir ToolBoxConfig = TRUE, 6656cdf0e10cSrcweir GroupId = GID_FORMAT; 6657cdf0e10cSrcweir] 6658cdf0e10cSrcweir 6659cdf0e10cSrcweir//-------------------------------------------------------------------------- 6660cdf0e10cSrcweirSfxBoolItem RepeatSearch FN_REPEAT_SEARCH 6661cdf0e10cSrcweir( SfxBoolItem Quiet SID_SEARCH_QUIET ) 6662cdf0e10cSrcweir[ 6663cdf0e10cSrcweir /* flags: */ 6664cdf0e10cSrcweir AutoUpdate = FALSE, 6665cdf0e10cSrcweir Cachable = Cachable, 6666cdf0e10cSrcweir FastCall = TRUE, 6667cdf0e10cSrcweir HasCoreId = FALSE, 6668cdf0e10cSrcweir HasDialog = FALSE, 6669cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6670cdf0e10cSrcweir Toggle = FALSE, 6671cdf0e10cSrcweir Container = FALSE, 6672cdf0e10cSrcweir RecordAbsolute = FALSE, 6673cdf0e10cSrcweir RecordPerSet; 6674cdf0e10cSrcweir Asynchron; 6675cdf0e10cSrcweir 6676cdf0e10cSrcweir /* config: */ 6677cdf0e10cSrcweir AccelConfig = TRUE, 6678cdf0e10cSrcweir MenuConfig = TRUE, 6679cdf0e10cSrcweir StatusBarConfig = FALSE, 6680cdf0e10cSrcweir ToolBoxConfig = TRUE, 6681cdf0e10cSrcweir GroupId = GID_EDIT; 6682cdf0e10cSrcweir] 6683cdf0e10cSrcweir 6684cdf0e10cSrcweir//-------------------------------------------------------------------------- 6685cdf0e10cSrcweirSfxVoidItem ResetAttributes FN_FORMAT_RESET 6686cdf0e10cSrcweir() 6687cdf0e10cSrcweir[ 6688cdf0e10cSrcweir /* flags: */ 6689cdf0e10cSrcweir AutoUpdate = FALSE, 6690cdf0e10cSrcweir Cachable = Cachable, 6691cdf0e10cSrcweir FastCall = TRUE, 6692cdf0e10cSrcweir HasCoreId = FALSE, 6693cdf0e10cSrcweir HasDialog = FALSE, 6694cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6695cdf0e10cSrcweir Toggle = FALSE, 6696cdf0e10cSrcweir Container = FALSE, 6697cdf0e10cSrcweir RecordAbsolute = FALSE, 6698cdf0e10cSrcweir RecordPerSet; 6699cdf0e10cSrcweir Synchron; 6700cdf0e10cSrcweir 6701cdf0e10cSrcweir /* config: */ 6702cdf0e10cSrcweir AccelConfig = TRUE, 6703cdf0e10cSrcweir MenuConfig = TRUE, 6704cdf0e10cSrcweir StatusBarConfig = FALSE, 6705cdf0e10cSrcweir ToolBoxConfig = TRUE, 6706cdf0e10cSrcweir GroupId = GID_FORMAT; 6707cdf0e10cSrcweir] 6708cdf0e10cSrcweir 6709cdf0e10cSrcweir//-------------------------------------------------------------------------- 6710cdf0e10cSrcweirSfxVoidItem ResetTableProtection FN_TABLE_UNSET_READ_ONLY 6711cdf0e10cSrcweir() 6712cdf0e10cSrcweir[ 6713cdf0e10cSrcweir /* flags: */ 6714cdf0e10cSrcweir AutoUpdate = FALSE, 6715cdf0e10cSrcweir Cachable = Cachable, 6716cdf0e10cSrcweir FastCall = TRUE, 6717cdf0e10cSrcweir HasCoreId = FALSE, 6718cdf0e10cSrcweir HasDialog = FALSE, 6719cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6720cdf0e10cSrcweir Toggle = FALSE, 6721cdf0e10cSrcweir Container = FALSE, 6722cdf0e10cSrcweir RecordAbsolute = FALSE, 6723cdf0e10cSrcweir RecordPerSet; 6724cdf0e10cSrcweir Synchron; 6725cdf0e10cSrcweir 6726cdf0e10cSrcweir /* config: */ 6727cdf0e10cSrcweir AccelConfig = TRUE, 6728cdf0e10cSrcweir MenuConfig = TRUE, 6729cdf0e10cSrcweir StatusBarConfig = FALSE, 6730cdf0e10cSrcweir ToolBoxConfig = TRUE, 6731cdf0e10cSrcweir GroupId = GID_TABLE; 6732cdf0e10cSrcweir] 6733cdf0e10cSrcweir 6734cdf0e10cSrcweir//-------------------------------------------------------------------------- 6735cdf0e10cSrcweirSfxBoolItem Ruler FN_RULER 6736cdf0e10cSrcweir 6737cdf0e10cSrcweir[ 6738cdf0e10cSrcweir /* flags: */ 6739cdf0e10cSrcweir AutoUpdate = FALSE, 6740cdf0e10cSrcweir Cachable = Cachable, 6741cdf0e10cSrcweir FastCall = FALSE, 6742cdf0e10cSrcweir HasCoreId = FALSE, 6743cdf0e10cSrcweir HasDialog = FALSE, 6744cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6745cdf0e10cSrcweir Toggle = FALSE, 6746cdf0e10cSrcweir Container = FALSE, 6747cdf0e10cSrcweir RecordAbsolute = FALSE, 6748cdf0e10cSrcweir RecordPerSet; 6749cdf0e10cSrcweir Synchron; 6750cdf0e10cSrcweir 6751cdf0e10cSrcweir Readonly = TRUE, 6752cdf0e10cSrcweir 6753cdf0e10cSrcweir /* config: */ 6754cdf0e10cSrcweir AccelConfig = TRUE, 6755cdf0e10cSrcweir MenuConfig = TRUE, 6756cdf0e10cSrcweir StatusBarConfig = FALSE, 6757cdf0e10cSrcweir ToolBoxConfig = TRUE, 6758cdf0e10cSrcweir GroupId = GID_VIEW; 6759cdf0e10cSrcweir] 6760cdf0e10cSrcweir 6761cdf0e10cSrcweir//-------------------------------------------------------------------------- 6762cdf0e10cSrcweirSfxVoidItem SbaInsert FN_QRY_INSERT 6763cdf0e10cSrcweir() 6764cdf0e10cSrcweir[ 6765cdf0e10cSrcweir /* flags: */ 6766cdf0e10cSrcweir AutoUpdate = FALSE, 6767cdf0e10cSrcweir Cachable = Cachable, 6768cdf0e10cSrcweir FastCall = TRUE, 6769cdf0e10cSrcweir HasCoreId = FALSE, 6770cdf0e10cSrcweir HasDialog = FALSE, 6771cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6772cdf0e10cSrcweir Toggle = FALSE, 6773cdf0e10cSrcweir Container = FALSE, 6774cdf0e10cSrcweir RecordAbsolute = FALSE, 6775cdf0e10cSrcweir RecordPerSet; 6776cdf0e10cSrcweir Asynchron; 6777cdf0e10cSrcweir 6778cdf0e10cSrcweir /* config: */ 6779cdf0e10cSrcweir AccelConfig = FALSE, 6780cdf0e10cSrcweir MenuConfig = FALSE, 6781cdf0e10cSrcweir StatusBarConfig = FALSE, 6782cdf0e10cSrcweir ToolBoxConfig = FALSE, 6783cdf0e10cSrcweir GroupId = GID_DATA; 6784cdf0e10cSrcweir] 6785cdf0e10cSrcweir 6786cdf0e10cSrcweir//-------------------------------------------------------------------------- 6787cdf0e10cSrcweirSfxVoidItem SbaInsertField FN_QRY_INSERT_FIELD 6788cdf0e10cSrcweir() 6789cdf0e10cSrcweir[ 6790cdf0e10cSrcweir /* flags: */ 6791cdf0e10cSrcweir AutoUpdate = FALSE, 6792cdf0e10cSrcweir Cachable = Cachable, 6793cdf0e10cSrcweir FastCall = TRUE, 6794cdf0e10cSrcweir HasCoreId = FALSE, 6795cdf0e10cSrcweir HasDialog = FALSE, 6796cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6797cdf0e10cSrcweir Toggle = FALSE, 6798cdf0e10cSrcweir Container = FALSE, 6799cdf0e10cSrcweir RecordAbsolute = FALSE, 6800cdf0e10cSrcweir RecordPerSet; 6801cdf0e10cSrcweir Asynchron; 6802cdf0e10cSrcweir 6803cdf0e10cSrcweir /* config: */ 6804cdf0e10cSrcweir AccelConfig = FALSE, 6805cdf0e10cSrcweir MenuConfig = FALSE, 6806cdf0e10cSrcweir StatusBarConfig = FALSE, 6807cdf0e10cSrcweir ToolBoxConfig = FALSE, 6808cdf0e10cSrcweir GroupId = GID_DATA; 6809cdf0e10cSrcweir] 6810cdf0e10cSrcweir 6811cdf0e10cSrcweir//-------------------------------------------------------------------------- 6812cdf0e10cSrcweirSfxVoidItem SbaMerge FN_QRY_MERGE_FIELD 6813cdf0e10cSrcweir() 6814cdf0e10cSrcweir[ 6815cdf0e10cSrcweir /* flags: */ 6816cdf0e10cSrcweir AutoUpdate = FALSE, 6817cdf0e10cSrcweir Cachable = Cachable, 6818cdf0e10cSrcweir FastCall = TRUE, 6819cdf0e10cSrcweir HasCoreId = FALSE, 6820cdf0e10cSrcweir HasDialog = FALSE, 6821cdf0e10cSrcweir ReadOnlyDoc = FALSE, 6822cdf0e10cSrcweir Toggle = FALSE, 6823cdf0e10cSrcweir Container = FALSE, 6824cdf0e10cSrcweir RecordAbsolute = FALSE, 6825cdf0e10cSrcweir RecordPerSet; 6826cdf0e10cSrcweir Asynchron; 6827cdf0e10cSrcweir 6828cdf0e10cSrcweir /* config: */ 6829cdf0e10cSrcweir AccelConfig = FALSE, 6830cdf0e10cSrcweir MenuConfig = FALSE, 6831cdf0e10cSrcweir StatusBarConfig = FALSE, 6832cdf0e10cSrcweir ToolBoxConfig = FALSE, 6833cdf0e10cSrcweir GroupId = GID_DATA; 6834cdf0e10cSrcweir] 6835cdf0e10cSrcweir 6836cdf0e10cSrcweir//-------------------------------------------------------------------------- 6837cdf0e10cSrcweirSfxBoolItem ScrollNavigation FN_SCROLL_NAVIGATION 6838cdf0e10cSrcweir 6839cdf0e10cSrcweir[ 6840cdf0e10cSrcweir /* flags: */ 6841cdf0e10cSrcweir AutoUpdate = FALSE, 6842cdf0e10cSrcweir Cachable = Cachable, 6843cdf0e10cSrcweir FastCall = FALSE, 6844cdf0e10cSrcweir HasCoreId = FALSE, 6845cdf0e10cSrcweir HasDialog = FALSE, 6846cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6847cdf0e10cSrcweir Toggle = FALSE, 6848cdf0e10cSrcweir Container = FALSE, 6849cdf0e10cSrcweir RecordAbsolute = FALSE, 6850cdf0e10cSrcweir RecordPerSet; 6851cdf0e10cSrcweir Synchron; 6852cdf0e10cSrcweir 6853cdf0e10cSrcweir Readonly = FALSE, 6854cdf0e10cSrcweir 6855cdf0e10cSrcweir /* config: */ 6856cdf0e10cSrcweir AccelConfig = FALSE, 6857cdf0e10cSrcweir MenuConfig = FALSE, 6858cdf0e10cSrcweir StatusBarConfig = FALSE, 6859cdf0e10cSrcweir ToolBoxConfig = FALSE, 6860cdf0e10cSrcweir GroupId = GID_VIEW; 6861cdf0e10cSrcweir] 6862cdf0e10cSrcweir 6863cdf0e10cSrcweir//-------------------------------------------------------------------------- 6864cdf0e10cSrcweirSfxVoidItem ScrollNextPrev FN_SCROLL_NEXT_PREV 6865cdf0e10cSrcweir( SfxBoolItem ScrollNextPrev FN_SCROLL_NEXT_PREV ) 6866cdf0e10cSrcweir[ 6867cdf0e10cSrcweir /* flags: */ 6868cdf0e10cSrcweir AutoUpdate = FALSE, 6869cdf0e10cSrcweir Cachable = Cachable, 6870cdf0e10cSrcweir FastCall = FALSE, 6871cdf0e10cSrcweir HasCoreId = FALSE, 6872cdf0e10cSrcweir HasDialog = FALSE, 6873cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6874cdf0e10cSrcweir Toggle = FALSE, 6875cdf0e10cSrcweir Container = FALSE, 6876cdf0e10cSrcweir RecordAbsolute = FALSE, 6877cdf0e10cSrcweir RecordPerSet; 6878cdf0e10cSrcweir Synchron; 6879cdf0e10cSrcweir 6880cdf0e10cSrcweir /* config: */ 6881cdf0e10cSrcweir AccelConfig = FALSE, 6882cdf0e10cSrcweir MenuConfig = FALSE, 6883cdf0e10cSrcweir StatusBarConfig = FALSE, 6884cdf0e10cSrcweir ToolBoxConfig = FALSE, 6885cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6886cdf0e10cSrcweir] 6887cdf0e10cSrcweir 6888cdf0e10cSrcweir//-------------------------------------------------------------------------- 6889cdf0e10cSrcweirSfxVoidItem SelectTable FN_TABLE_SELECT_ALL 6890cdf0e10cSrcweir() 6891cdf0e10cSrcweir[ 6892cdf0e10cSrcweir /* flags: */ 6893cdf0e10cSrcweir AutoUpdate = FALSE, 6894cdf0e10cSrcweir Cachable = Cachable, 6895cdf0e10cSrcweir FastCall = TRUE, 6896cdf0e10cSrcweir HasCoreId = FALSE, 6897cdf0e10cSrcweir HasDialog = FALSE, 6898cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6899cdf0e10cSrcweir Toggle = FALSE, 6900cdf0e10cSrcweir Container = FALSE, 6901cdf0e10cSrcweir RecordAbsolute = FALSE, 6902cdf0e10cSrcweir RecordPerSet; 6903cdf0e10cSrcweir Synchron; 6904cdf0e10cSrcweir 6905cdf0e10cSrcweir /* config: */ 6906cdf0e10cSrcweir AccelConfig = TRUE, 6907cdf0e10cSrcweir MenuConfig = TRUE, 6908cdf0e10cSrcweir StatusBarConfig = FALSE, 6909cdf0e10cSrcweir ToolBoxConfig = TRUE, 6910cdf0e10cSrcweir GroupId = GID_TABLE; 6911cdf0e10cSrcweir] 6912cdf0e10cSrcweir 6913cdf0e10cSrcweir//-------------------------------------------------------------------------- 6914cdf0e10cSrcweirSfxUInt16Item SelectionMode FN_STAT_SELMODE 6915cdf0e10cSrcweir 6916cdf0e10cSrcweir[ 6917cdf0e10cSrcweir /* flags: */ 6918cdf0e10cSrcweir AutoUpdate = FALSE, 6919cdf0e10cSrcweir Cachable = Cachable, 6920cdf0e10cSrcweir FastCall = FALSE, 6921cdf0e10cSrcweir HasCoreId = FALSE, 6922cdf0e10cSrcweir HasDialog = FALSE, 6923cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6924cdf0e10cSrcweir Toggle = FALSE, 6925cdf0e10cSrcweir Container = FALSE, 6926cdf0e10cSrcweir RecordAbsolute = FALSE, 6927cdf0e10cSrcweir RecordPerSet; 6928cdf0e10cSrcweir Synchron; 6929cdf0e10cSrcweir 6930cdf0e10cSrcweir Readonly = FALSE, 6931cdf0e10cSrcweir 6932cdf0e10cSrcweir /* config: */ 6933cdf0e10cSrcweir AccelConfig = FALSE, 6934cdf0e10cSrcweir MenuConfig = FALSE, 6935cdf0e10cSrcweir StatusBarConfig = TRUE, 6936cdf0e10cSrcweir ToolBoxConfig = FALSE, 6937cdf0e10cSrcweir GroupId = GID_VIEW; 6938cdf0e10cSrcweir] 6939cdf0e10cSrcweir 6940cdf0e10cSrcweir//-------------------------------------------------------------------------- 6941cdf0e10cSrcweirSfxVoidItem SelectText FN_SELECT_PARA 6942cdf0e10cSrcweir() 6943cdf0e10cSrcweir[ 6944cdf0e10cSrcweir /* flags: */ 6945cdf0e10cSrcweir AutoUpdate = FALSE, 6946cdf0e10cSrcweir Cachable = Cachable, 6947cdf0e10cSrcweir FastCall = TRUE, 6948cdf0e10cSrcweir HasCoreId = FALSE, 6949cdf0e10cSrcweir HasDialog = FALSE, 6950cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6951cdf0e10cSrcweir Toggle = FALSE, 6952cdf0e10cSrcweir Container = FALSE, 6953cdf0e10cSrcweir RecordAbsolute = FALSE, 6954cdf0e10cSrcweir RecordPerSet; 6955cdf0e10cSrcweir Synchron; 6956cdf0e10cSrcweir 6957cdf0e10cSrcweir /* config: */ 6958cdf0e10cSrcweir AccelConfig = TRUE, 6959cdf0e10cSrcweir MenuConfig = TRUE, 6960cdf0e10cSrcweir StatusBarConfig = FALSE, 6961cdf0e10cSrcweir ToolBoxConfig = TRUE, 6962cdf0e10cSrcweir GroupId = GID_EDIT; 6963cdf0e10cSrcweir] 6964cdf0e10cSrcweir 6965cdf0e10cSrcweir//-------------------------------------------------------------------------- 6966cdf0e10cSrcweirSfxVoidItem SelectWord FN_SELECT_WORD 6967cdf0e10cSrcweir() 6968cdf0e10cSrcweir[ 6969cdf0e10cSrcweir /* flags: */ 6970cdf0e10cSrcweir AutoUpdate = FALSE, 6971cdf0e10cSrcweir Cachable = Cachable, 6972cdf0e10cSrcweir FastCall = TRUE, 6973cdf0e10cSrcweir HasCoreId = FALSE, 6974cdf0e10cSrcweir HasDialog = FALSE, 6975cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6976cdf0e10cSrcweir Toggle = FALSE, 6977cdf0e10cSrcweir Container = FALSE, 6978cdf0e10cSrcweir RecordAbsolute = FALSE, 6979cdf0e10cSrcweir RecordPerSet; 6980cdf0e10cSrcweir Synchron; 6981cdf0e10cSrcweir 6982cdf0e10cSrcweir /* config: */ 6983cdf0e10cSrcweir AccelConfig = TRUE, 6984cdf0e10cSrcweir MenuConfig = FALSE, 6985cdf0e10cSrcweir StatusBarConfig = FALSE, 6986cdf0e10cSrcweir ToolBoxConfig = FALSE, 6987cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 6988cdf0e10cSrcweir] 6989cdf0e10cSrcweir 6990cdf0e10cSrcweir//-------------------------------------------------------------------------- 6991cdf0e10cSrcweirSfxVoidItem SendAbstractToStarImpress FN_ABSTRACT_STARIMPRESS 6992cdf0e10cSrcweir() 6993cdf0e10cSrcweir[ 6994cdf0e10cSrcweir /* flags: */ 6995cdf0e10cSrcweir AutoUpdate = FALSE, 6996cdf0e10cSrcweir Cachable = Cachable, 6997cdf0e10cSrcweir FastCall = FALSE, 6998cdf0e10cSrcweir HasCoreId = FALSE, 6999cdf0e10cSrcweir HasDialog = FALSE, 7000cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7001cdf0e10cSrcweir Toggle = FALSE, 7002cdf0e10cSrcweir Container = FALSE, 7003cdf0e10cSrcweir RecordAbsolute = FALSE, 7004cdf0e10cSrcweir RecordPerSet; 7005cdf0e10cSrcweir Synchron; 7006cdf0e10cSrcweir 7007cdf0e10cSrcweir /* config: */ 7008cdf0e10cSrcweir AccelConfig = TRUE, 7009cdf0e10cSrcweir MenuConfig = TRUE, 7010cdf0e10cSrcweir StatusBarConfig = FALSE, 7011cdf0e10cSrcweir ToolBoxConfig = TRUE, 7012cdf0e10cSrcweir GroupId = GID_DOCUMENT; 7013cdf0e10cSrcweir] 7014cdf0e10cSrcweir 7015cdf0e10cSrcweir//-------------------------------------------------------------------------- 7016cdf0e10cSrcweirSfxVoidItem SendOutlineToClipboard FN_OUTLINE_TO_CLIPBOARD 7017cdf0e10cSrcweir() 7018cdf0e10cSrcweir[ 7019cdf0e10cSrcweir /* flags: */ 7020cdf0e10cSrcweir AutoUpdate = FALSE, 7021cdf0e10cSrcweir Cachable = Cachable, 7022cdf0e10cSrcweir FastCall = FALSE, 7023cdf0e10cSrcweir HasCoreId = FALSE, 7024cdf0e10cSrcweir HasDialog = FALSE, 7025cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7026cdf0e10cSrcweir Toggle = FALSE, 7027cdf0e10cSrcweir Container = FALSE, 7028cdf0e10cSrcweir RecordAbsolute = FALSE, 7029cdf0e10cSrcweir RecordPerSet; 7030cdf0e10cSrcweir Synchron; 7031cdf0e10cSrcweir 7032cdf0e10cSrcweir /* config: */ 7033cdf0e10cSrcweir AccelConfig = TRUE, 7034cdf0e10cSrcweir MenuConfig = TRUE, 7035cdf0e10cSrcweir StatusBarConfig = FALSE, 7036cdf0e10cSrcweir ToolBoxConfig = TRUE, 7037cdf0e10cSrcweir GroupId = GID_DOCUMENT; 7038cdf0e10cSrcweir] 7039cdf0e10cSrcweir 7040cdf0e10cSrcweir//-------------------------------------------------------------------------- 7041cdf0e10cSrcweirSfxVoidItem SendOutlineToStarImpress FN_OUTLINE_TO_IMPRESS 7042cdf0e10cSrcweir() 7043cdf0e10cSrcweir[ 7044cdf0e10cSrcweir /* flags: */ 7045cdf0e10cSrcweir AutoUpdate = FALSE, 7046cdf0e10cSrcweir Cachable = Cachable, 7047cdf0e10cSrcweir FastCall = FALSE, 7048cdf0e10cSrcweir HasCoreId = FALSE, 7049cdf0e10cSrcweir HasDialog = FALSE, 7050cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7051cdf0e10cSrcweir Toggle = FALSE, 7052cdf0e10cSrcweir Container = FALSE, 7053cdf0e10cSrcweir RecordAbsolute = FALSE, 7054cdf0e10cSrcweir RecordPerSet; 7055cdf0e10cSrcweir Synchron; 7056cdf0e10cSrcweir 7057cdf0e10cSrcweir /* config: */ 7058cdf0e10cSrcweir AccelConfig = TRUE, 7059cdf0e10cSrcweir MenuConfig = TRUE, 7060cdf0e10cSrcweir StatusBarConfig = FALSE, 7061cdf0e10cSrcweir ToolBoxConfig = TRUE, 7062cdf0e10cSrcweir GroupId = GID_DOCUMENT; 7063cdf0e10cSrcweir] 7064cdf0e10cSrcweir 7065cdf0e10cSrcweir//-------------------------------------------------------------------------- 7066cdf0e10cSrcweirSfxVoidItem SetAnchorAtChar FN_TOOL_ANKER_AT_CHAR 7067cdf0e10cSrcweir() 7068cdf0e10cSrcweir[ 7069cdf0e10cSrcweir /* flags: */ 7070cdf0e10cSrcweir AutoUpdate = TRUE, 7071cdf0e10cSrcweir Cachable = Cachable, 7072cdf0e10cSrcweir FastCall = TRUE, 7073cdf0e10cSrcweir HasCoreId = FALSE, 7074cdf0e10cSrcweir HasDialog = FALSE, 7075cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7076cdf0e10cSrcweir Toggle = FALSE, 7077cdf0e10cSrcweir Container = FALSE, 7078cdf0e10cSrcweir RecordAbsolute = FALSE, 7079cdf0e10cSrcweir RecordPerSet; 7080cdf0e10cSrcweir Synchron; 7081cdf0e10cSrcweir 7082cdf0e10cSrcweir /* status: */ 7083cdf0e10cSrcweir SlotType = SfxBoolItem 7084cdf0e10cSrcweir 7085cdf0e10cSrcweir /* config: */ 7086cdf0e10cSrcweir AccelConfig = TRUE, 7087cdf0e10cSrcweir MenuConfig = TRUE, 7088cdf0e10cSrcweir StatusBarConfig = FALSE, 7089cdf0e10cSrcweir ToolBoxConfig = TRUE, 7090cdf0e10cSrcweir GroupId = GID_FORMAT; 7091cdf0e10cSrcweir] 7092cdf0e10cSrcweir 7093cdf0e10cSrcweir//-------------------------------------------------------------------------- 7094cdf0e10cSrcweirSfxVoidItem SetAnchorToChar FN_TOOL_ANKER_CHAR 7095cdf0e10cSrcweir() 7096cdf0e10cSrcweir[ 7097cdf0e10cSrcweir /* flags: */ 7098cdf0e10cSrcweir AutoUpdate = TRUE, 7099cdf0e10cSrcweir Cachable = Cachable, 7100cdf0e10cSrcweir FastCall = TRUE, 7101cdf0e10cSrcweir HasCoreId = FALSE, 7102cdf0e10cSrcweir HasDialog = FALSE, 7103cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7104cdf0e10cSrcweir Toggle = FALSE, 7105cdf0e10cSrcweir Container = FALSE, 7106cdf0e10cSrcweir RecordAbsolute = FALSE, 7107cdf0e10cSrcweir RecordPerSet; 7108cdf0e10cSrcweir Synchron; 7109cdf0e10cSrcweir 7110cdf0e10cSrcweir /* status: */ 7111cdf0e10cSrcweir SlotType = SfxBoolItem 7112cdf0e10cSrcweir 7113cdf0e10cSrcweir /* config: */ 7114cdf0e10cSrcweir AccelConfig = TRUE, 7115cdf0e10cSrcweir MenuConfig = TRUE, 7116cdf0e10cSrcweir StatusBarConfig = FALSE, 7117cdf0e10cSrcweir ToolBoxConfig = TRUE, 7118cdf0e10cSrcweir GroupId = GID_FORMAT; 7119cdf0e10cSrcweir] 7120cdf0e10cSrcweir 7121cdf0e10cSrcweir//-------------------------------------------------------------------------- 7122cdf0e10cSrcweirSfxVoidItem SetAnchorToFrame FN_TOOL_ANKER_FRAME 7123cdf0e10cSrcweir() 7124cdf0e10cSrcweir[ 7125cdf0e10cSrcweir /* flags: */ 7126cdf0e10cSrcweir AutoUpdate = TRUE, 7127cdf0e10cSrcweir Cachable = Cachable, 7128cdf0e10cSrcweir FastCall = TRUE, 7129cdf0e10cSrcweir HasCoreId = FALSE, 7130cdf0e10cSrcweir HasDialog = FALSE, 7131cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7132cdf0e10cSrcweir Toggle = FALSE, 7133cdf0e10cSrcweir Container = FALSE, 7134cdf0e10cSrcweir RecordAbsolute = FALSE, 7135cdf0e10cSrcweir RecordPerSet; 7136cdf0e10cSrcweir Synchron; 7137cdf0e10cSrcweir 7138cdf0e10cSrcweir /* status: */ 7139cdf0e10cSrcweir SlotType = SfxBoolItem 7140cdf0e10cSrcweir 7141cdf0e10cSrcweir /* config: */ 7142cdf0e10cSrcweir AccelConfig = TRUE, 7143cdf0e10cSrcweir MenuConfig = TRUE, 7144cdf0e10cSrcweir StatusBarConfig = FALSE, 7145cdf0e10cSrcweir ToolBoxConfig = TRUE, 7146cdf0e10cSrcweir GroupId = GID_FORMAT; 7147cdf0e10cSrcweir] 7148cdf0e10cSrcweir 7149cdf0e10cSrcweir//-------------------------------------------------------------------------- 7150cdf0e10cSrcweirSfxVoidItem SetAnchorToPage FN_TOOL_ANKER_PAGE 7151cdf0e10cSrcweir() 7152cdf0e10cSrcweir[ 7153cdf0e10cSrcweir /* flags: */ 7154cdf0e10cSrcweir AutoUpdate = TRUE, 7155cdf0e10cSrcweir Cachable = Cachable, 7156cdf0e10cSrcweir FastCall = TRUE, 7157cdf0e10cSrcweir HasCoreId = FALSE, 7158cdf0e10cSrcweir HasDialog = FALSE, 7159cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7160cdf0e10cSrcweir Toggle = FALSE, 7161cdf0e10cSrcweir Container = FALSE, 7162cdf0e10cSrcweir RecordAbsolute = FALSE, 7163cdf0e10cSrcweir RecordPerSet; 7164cdf0e10cSrcweir Synchron; 7165cdf0e10cSrcweir 7166cdf0e10cSrcweir /* status: */ 7167cdf0e10cSrcweir SlotType = SfxBoolItem 7168cdf0e10cSrcweir 7169cdf0e10cSrcweir /* config: */ 7170cdf0e10cSrcweir AccelConfig = TRUE, 7171cdf0e10cSrcweir MenuConfig = TRUE, 7172cdf0e10cSrcweir StatusBarConfig = FALSE, 7173cdf0e10cSrcweir ToolBoxConfig = TRUE, 7174cdf0e10cSrcweir GroupId = GID_FORMAT; 7175cdf0e10cSrcweir] 7176cdf0e10cSrcweir 7177cdf0e10cSrcweir//-------------------------------------------------------------------------- 7178cdf0e10cSrcweirSfxVoidItem SetAnchorToPara FN_TOOL_ANKER_PARAGRAPH 7179cdf0e10cSrcweir() 7180cdf0e10cSrcweir[ 7181cdf0e10cSrcweir /* flags: */ 7182cdf0e10cSrcweir AutoUpdate = TRUE, 7183cdf0e10cSrcweir Cachable = Cachable, 7184cdf0e10cSrcweir FastCall = TRUE, 7185cdf0e10cSrcweir HasCoreId = FALSE, 7186cdf0e10cSrcweir HasDialog = FALSE, 7187cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7188cdf0e10cSrcweir Toggle = FALSE, 7189cdf0e10cSrcweir Container = FALSE, 7190cdf0e10cSrcweir RecordAbsolute = FALSE, 7191cdf0e10cSrcweir RecordPerSet; 7192cdf0e10cSrcweir Synchron; 7193cdf0e10cSrcweir 7194cdf0e10cSrcweir /* status: */ 7195cdf0e10cSrcweir SlotType = SfxBoolItem 7196cdf0e10cSrcweir 7197cdf0e10cSrcweir /* config: */ 7198cdf0e10cSrcweir AccelConfig = TRUE, 7199cdf0e10cSrcweir MenuConfig = TRUE, 7200cdf0e10cSrcweir StatusBarConfig = FALSE, 7201cdf0e10cSrcweir ToolBoxConfig = TRUE, 7202cdf0e10cSrcweir GroupId = GID_FORMAT; 7203cdf0e10cSrcweir] 7204cdf0e10cSrcweir 7205cdf0e10cSrcweir//-------------------------------------------------------------------------- 7206cdf0e10cSrcweirSfxVoidItem SetColumnWidth FN_TABLE_SET_COL_WIDTH 7207cdf0e10cSrcweir() 7208cdf0e10cSrcweir[ 7209cdf0e10cSrcweir /* flags: */ 7210cdf0e10cSrcweir AutoUpdate = FALSE, 7211cdf0e10cSrcweir Cachable = Cachable, 7212cdf0e10cSrcweir FastCall = TRUE, 7213cdf0e10cSrcweir HasCoreId = FALSE, 7214cdf0e10cSrcweir HasDialog = FALSE, 7215cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7216cdf0e10cSrcweir Toggle = FALSE, 7217cdf0e10cSrcweir Container = FALSE, 7218cdf0e10cSrcweir RecordAbsolute = FALSE, 7219cdf0e10cSrcweir RecordPerSet; 7220cdf0e10cSrcweir Synchron; 7221cdf0e10cSrcweir 7222cdf0e10cSrcweir /* config: */ 7223cdf0e10cSrcweir AccelConfig = FALSE, 7224cdf0e10cSrcweir MenuConfig = FALSE, 7225cdf0e10cSrcweir StatusBarConfig = FALSE, 7226cdf0e10cSrcweir ToolBoxConfig = FALSE, 7227cdf0e10cSrcweir GroupId = GID_TABLE; 7228cdf0e10cSrcweir] 7229cdf0e10cSrcweir 7230cdf0e10cSrcweir//-------------------------------------------------------------------------- 7231cdf0e10cSrcweirSfxVoidItem SetExtSelection FN_SET_EXT_MODE 7232cdf0e10cSrcweir() 7233cdf0e10cSrcweir[ 7234cdf0e10cSrcweir /* flags: */ 7235cdf0e10cSrcweir AutoUpdate = FALSE, 7236cdf0e10cSrcweir Cachable = Cachable, 7237cdf0e10cSrcweir FastCall = TRUE, 7238cdf0e10cSrcweir HasCoreId = FALSE, 7239cdf0e10cSrcweir HasDialog = FALSE, 7240cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7241cdf0e10cSrcweir Toggle = FALSE, 7242cdf0e10cSrcweir Container = FALSE, 7243cdf0e10cSrcweir RecordAbsolute = FALSE, 7244cdf0e10cSrcweir RecordPerSet; 7245cdf0e10cSrcweir Synchron; 7246cdf0e10cSrcweir 7247cdf0e10cSrcweir /* config: */ 7248cdf0e10cSrcweir AccelConfig = TRUE, 7249cdf0e10cSrcweir MenuConfig = TRUE, 7250cdf0e10cSrcweir StatusBarConfig = FALSE, 7251cdf0e10cSrcweir ToolBoxConfig = TRUE, 7252cdf0e10cSrcweir GroupId = GID_EDIT; 7253cdf0e10cSrcweir] 7254cdf0e10cSrcweir 7255cdf0e10cSrcweir//-------------------------------------------------------------------------- 7256cdf0e10cSrcweirSfxVoidItem SetMultiSelection FN_SET_ADD_MODE 7257cdf0e10cSrcweir() 7258cdf0e10cSrcweir[ 7259cdf0e10cSrcweir /* flags: */ 7260cdf0e10cSrcweir AutoUpdate = FALSE, 7261cdf0e10cSrcweir Cachable = Cachable, 7262cdf0e10cSrcweir FastCall = TRUE, 7263cdf0e10cSrcweir HasCoreId = FALSE, 7264cdf0e10cSrcweir HasDialog = FALSE, 7265cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7266cdf0e10cSrcweir Toggle = FALSE, 7267cdf0e10cSrcweir Container = FALSE, 7268cdf0e10cSrcweir RecordAbsolute = FALSE, 7269cdf0e10cSrcweir RecordPerSet; 7270cdf0e10cSrcweir Synchron; 7271cdf0e10cSrcweir 7272cdf0e10cSrcweir /* config: */ 7273cdf0e10cSrcweir AccelConfig = TRUE, 7274cdf0e10cSrcweir MenuConfig = TRUE, 7275cdf0e10cSrcweir StatusBarConfig = FALSE, 7276cdf0e10cSrcweir ToolBoxConfig = TRUE, 7277cdf0e10cSrcweir GroupId = GID_EDIT; 7278cdf0e10cSrcweir] 7279cdf0e10cSrcweir 7280cdf0e10cSrcweir//-------------------------------------------------------------------------- 7281cdf0e10cSrcweirSfxVoidItem SetOptimalColumnWidth FN_TABLE_ADJUST_CELLS 7282cdf0e10cSrcweir() 7283cdf0e10cSrcweir[ 7284cdf0e10cSrcweir /* flags: */ 7285cdf0e10cSrcweir AutoUpdate = FALSE, 7286cdf0e10cSrcweir Cachable = Cachable, 7287cdf0e10cSrcweir FastCall = TRUE, 7288cdf0e10cSrcweir HasCoreId = FALSE, 7289cdf0e10cSrcweir HasDialog = FALSE, 7290cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7291cdf0e10cSrcweir Toggle = FALSE, 7292cdf0e10cSrcweir Container = FALSE, 7293cdf0e10cSrcweir RecordAbsolute = FALSE, 7294cdf0e10cSrcweir RecordPerSet; 7295cdf0e10cSrcweir Synchron; 7296cdf0e10cSrcweir 7297cdf0e10cSrcweir /* config: */ 7298cdf0e10cSrcweir AccelConfig = TRUE, 7299cdf0e10cSrcweir MenuConfig = TRUE, 7300cdf0e10cSrcweir StatusBarConfig = FALSE, 7301cdf0e10cSrcweir ToolBoxConfig = TRUE, 7302cdf0e10cSrcweir GroupId = GID_TABLE; 7303cdf0e10cSrcweir] 7304cdf0e10cSrcweir 7305cdf0e10cSrcweir//-------------------------------------------------------------------------- 7306cdf0e10cSrcweirSfxVoidItem SetOptimalRowHeight FN_TABLE_OPTIMAL_HEIGHT 7307cdf0e10cSrcweir() 7308cdf0e10cSrcweir[ 7309cdf0e10cSrcweir /* flags: */ 7310cdf0e10cSrcweir AutoUpdate = FALSE, 7311cdf0e10cSrcweir Cachable = Cachable, 7312cdf0e10cSrcweir FastCall = TRUE, 7313cdf0e10cSrcweir HasCoreId = FALSE, 7314cdf0e10cSrcweir HasDialog = FALSE, 7315cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7316cdf0e10cSrcweir Toggle = FALSE, 7317cdf0e10cSrcweir Container = FALSE, 7318cdf0e10cSrcweir RecordAbsolute = FALSE, 7319cdf0e10cSrcweir RecordPerSet; 7320cdf0e10cSrcweir Synchron; 7321cdf0e10cSrcweir 7322cdf0e10cSrcweir /* config: */ 7323cdf0e10cSrcweir AccelConfig = TRUE, 7324cdf0e10cSrcweir MenuConfig = TRUE, 7325cdf0e10cSrcweir StatusBarConfig = FALSE, 7326cdf0e10cSrcweir ToolBoxConfig = TRUE, 7327cdf0e10cSrcweir GroupId = GID_TABLE; 7328cdf0e10cSrcweir] 7329cdf0e10cSrcweir 7330cdf0e10cSrcweir//-------------------------------------------------------------------------- 7331cdf0e10cSrcweirSfxVoidItem SetRowHeight FN_TABLE_SET_ROW_HEIGHT 7332cdf0e10cSrcweir() 7333cdf0e10cSrcweir[ 7334cdf0e10cSrcweir /* flags: */ 7335cdf0e10cSrcweir AutoUpdate = FALSE, 7336cdf0e10cSrcweir Cachable = Cachable, 7337cdf0e10cSrcweir FastCall = TRUE, 7338cdf0e10cSrcweir HasCoreId = FALSE, 7339cdf0e10cSrcweir HasDialog = FALSE, 7340cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7341cdf0e10cSrcweir Toggle = FALSE, 7342cdf0e10cSrcweir Container = FALSE, 7343cdf0e10cSrcweir RecordAbsolute = FALSE, 7344cdf0e10cSrcweir RecordPerSet; 7345cdf0e10cSrcweir Synchron; 7346cdf0e10cSrcweir 7347cdf0e10cSrcweir /* config: */ 7348cdf0e10cSrcweir AccelConfig = TRUE, 7349cdf0e10cSrcweir MenuConfig = TRUE, 7350cdf0e10cSrcweir StatusBarConfig = FALSE, 7351cdf0e10cSrcweir ToolBoxConfig = TRUE, 7352cdf0e10cSrcweir GroupId = GID_TABLE; 7353cdf0e10cSrcweir] 7354cdf0e10cSrcweir 7355cdf0e10cSrcweir//-------------------------------------------------------------------------- 7356cdf0e10cSrcweirSfxBoolItem ShadowCursor FN_SHADOWCURSOR 7357cdf0e10cSrcweir 7358cdf0e10cSrcweir[ 7359cdf0e10cSrcweir /* flags: */ 7360cdf0e10cSrcweir AutoUpdate = TRUE, 7361cdf0e10cSrcweir Cachable = Cachable, 7362cdf0e10cSrcweir FastCall = TRUE, 7363cdf0e10cSrcweir HasCoreId = FALSE, 7364cdf0e10cSrcweir HasDialog = FALSE, 7365cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7366cdf0e10cSrcweir Toggle = TRUE, 7367cdf0e10cSrcweir Container = FALSE, 7368cdf0e10cSrcweir RecordAbsolute = FALSE, 7369cdf0e10cSrcweir RecordPerSet; 7370cdf0e10cSrcweir Synchron; 7371cdf0e10cSrcweir 7372cdf0e10cSrcweir Readonly = FALSE, 7373cdf0e10cSrcweir 7374cdf0e10cSrcweir /* config: */ 7375cdf0e10cSrcweir AccelConfig = TRUE, 7376cdf0e10cSrcweir MenuConfig = TRUE, 7377cdf0e10cSrcweir StatusBarConfig = FALSE, 7378cdf0e10cSrcweir ToolBoxConfig = TRUE, 7379cdf0e10cSrcweir GroupId = GID_OPTIONS; 7380cdf0e10cSrcweir] 7381cdf0e10cSrcweir 7382cdf0e10cSrcweir//-------------------------------------------------------------------------- 7383cdf0e10cSrcweirSfxVoidItem ShiftBackspace FN_SHIFT_BACKSPACE 7384cdf0e10cSrcweir() 7385cdf0e10cSrcweir[ 7386cdf0e10cSrcweir /* flags: */ 7387cdf0e10cSrcweir AutoUpdate = FALSE, 7388cdf0e10cSrcweir Cachable = Cachable, 7389cdf0e10cSrcweir FastCall = TRUE, 7390cdf0e10cSrcweir HasCoreId = FALSE, 7391cdf0e10cSrcweir HasDialog = FALSE, 7392cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7393cdf0e10cSrcweir Toggle = FALSE, 7394cdf0e10cSrcweir Container = FALSE, 7395cdf0e10cSrcweir RecordAbsolute = FALSE, 7396cdf0e10cSrcweir RecordPerSet; 7397cdf0e10cSrcweir Synchron; 7398cdf0e10cSrcweir 7399cdf0e10cSrcweir /* config: */ 7400cdf0e10cSrcweir AccelConfig = TRUE, 7401cdf0e10cSrcweir MenuConfig = FALSE, 7402cdf0e10cSrcweir StatusBarConfig = FALSE, 7403cdf0e10cSrcweir ToolBoxConfig = FALSE, 7404cdf0e10cSrcweir GroupId = GID_EDIT; 7405cdf0e10cSrcweir] 7406cdf0e10cSrcweir 7407cdf0e10cSrcweir//-------------------------------------------------------------------------- 7408cdf0e10cSrcweirSfxVoidItem ShowMultiplePages FN_SHOW_MULTIPLE_PAGES 7409cdf0e10cSrcweir( SfxUInt16Item Columns SID_ATTR_TABLE_COLUMN,SfxUInt16Item Rows SID_ATTR_TABLE_ROW ) 7410cdf0e10cSrcweir[ 7411cdf0e10cSrcweir /* flags: */ 7412cdf0e10cSrcweir AutoUpdate = FALSE, 7413cdf0e10cSrcweir Cachable = Cachable, 7414cdf0e10cSrcweir FastCall = TRUE, 7415cdf0e10cSrcweir HasCoreId = FALSE, 7416cdf0e10cSrcweir HasDialog = FALSE, 7417cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7418cdf0e10cSrcweir Toggle = FALSE, 7419cdf0e10cSrcweir Container = FALSE, 7420cdf0e10cSrcweir RecordAbsolute = FALSE, 7421cdf0e10cSrcweir RecordPerSet; 7422cdf0e10cSrcweir Synchron; 7423cdf0e10cSrcweir 7424cdf0e10cSrcweir /* status: */ 7425cdf0e10cSrcweir SlotType = SfxUInt16Item 7426cdf0e10cSrcweir /* config: */ 7427cdf0e10cSrcweir AccelConfig = TRUE, 7428cdf0e10cSrcweir MenuConfig = TRUE, 7429cdf0e10cSrcweir StatusBarConfig = FALSE, 7430cdf0e10cSrcweir ToolBoxConfig = TRUE, 7431cdf0e10cSrcweir GroupId = GID_VIEW; 7432cdf0e10cSrcweir] 7433cdf0e10cSrcweirSfxBoolItem ShowAnnotations FN_VIEW_NOTES 7434cdf0e10cSrcweir 7435cdf0e10cSrcweir[ 7436cdf0e10cSrcweir /* flags: */ 7437cdf0e10cSrcweir AutoUpdate = TRUE, 7438cdf0e10cSrcweir Cachable = Cachable, 7439cdf0e10cSrcweir FastCall = FALSE, 7440cdf0e10cSrcweir HasCoreId = FALSE, 7441cdf0e10cSrcweir HasDialog = FALSE, 7442cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7443cdf0e10cSrcweir Toggle = TRUE, 7444cdf0e10cSrcweir Container = FALSE, 7445cdf0e10cSrcweir RecordAbsolute = FALSE, 7446cdf0e10cSrcweir RecordPerSet; 7447cdf0e10cSrcweir Synchron; 7448cdf0e10cSrcweir 7449cdf0e10cSrcweir Readonly = FALSE, 7450cdf0e10cSrcweir 7451cdf0e10cSrcweir /* config: */ 7452cdf0e10cSrcweir AccelConfig = TRUE, 7453cdf0e10cSrcweir MenuConfig = TRUE, 7454cdf0e10cSrcweir StatusBarConfig = FALSE, 7455cdf0e10cSrcweir ToolBoxConfig = TRUE, 7456cdf0e10cSrcweir GroupId = GID_OPTIONS; 7457cdf0e10cSrcweir] 7458cdf0e10cSrcweir 7459cdf0e10cSrcweir//-------------------------------------------------------------------------- 7460cdf0e10cSrcweirSfxBoolItem ShowHiddenParagraphs FN_VIEW_HIDDEN_PARA 7461cdf0e10cSrcweir 7462cdf0e10cSrcweir[ 7463cdf0e10cSrcweir /* flags: */ 7464cdf0e10cSrcweir AutoUpdate = TRUE, 7465cdf0e10cSrcweir Cachable = Cachable, 7466cdf0e10cSrcweir FastCall = FALSE, 7467cdf0e10cSrcweir HasCoreId = FALSE, 7468cdf0e10cSrcweir HasDialog = FALSE, 7469cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7470cdf0e10cSrcweir Toggle = TRUE, 7471cdf0e10cSrcweir Container = FALSE, 7472cdf0e10cSrcweir RecordAbsolute = FALSE, 7473cdf0e10cSrcweir RecordPerSet; 7474cdf0e10cSrcweir Synchron; 7475cdf0e10cSrcweir 7476cdf0e10cSrcweir Readonly = FALSE, 7477cdf0e10cSrcweir 7478cdf0e10cSrcweir /* config: */ 7479cdf0e10cSrcweir AccelConfig = TRUE, 7480cdf0e10cSrcweir MenuConfig = TRUE, 7481cdf0e10cSrcweir StatusBarConfig = FALSE, 7482cdf0e10cSrcweir ToolBoxConfig = TRUE, 7483cdf0e10cSrcweir GroupId = GID_OPTIONS; 7484cdf0e10cSrcweir] 7485cdf0e10cSrcweir 7486cdf0e10cSrcweir//-------------------------------------------------------------------------- 7487cdf0e10cSrcweirSfxBoolItem ShowTrackedChanges FN_REDLINE_SHOW 7488cdf0e10cSrcweir 7489cdf0e10cSrcweir[ 7490cdf0e10cSrcweir /* flags: */ 7491cdf0e10cSrcweir AutoUpdate = TRUE, 7492cdf0e10cSrcweir Cachable = Cachable, 7493cdf0e10cSrcweir FastCall = FALSE, 7494cdf0e10cSrcweir HasCoreId = FALSE, 7495cdf0e10cSrcweir HasDialog = FALSE, 7496cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7497cdf0e10cSrcweir Toggle = TRUE, 7498cdf0e10cSrcweir Container = FALSE, 7499cdf0e10cSrcweir RecordAbsolute = FALSE, 7500cdf0e10cSrcweir RecordPerSet; 7501cdf0e10cSrcweir Synchron; 7502cdf0e10cSrcweir 7503cdf0e10cSrcweir Readonly = FALSE, 7504cdf0e10cSrcweir 7505cdf0e10cSrcweir /* config: */ 7506cdf0e10cSrcweir AccelConfig = TRUE, 7507cdf0e10cSrcweir MenuConfig = TRUE, 7508cdf0e10cSrcweir StatusBarConfig = FALSE, 7509cdf0e10cSrcweir ToolBoxConfig = TRUE, 7510cdf0e10cSrcweir GroupId = GID_VIEW; 7511cdf0e10cSrcweir] 7512cdf0e10cSrcweir 7513cdf0e10cSrcweir//-------------------------------------------------------------------------- 7514cdf0e10cSrcweirSfxVoidItem ShowTwoPages FN_SHOW_TWO_PAGES 7515cdf0e10cSrcweir() 7516cdf0e10cSrcweir[ 7517cdf0e10cSrcweir /* flags: */ 7518cdf0e10cSrcweir AutoUpdate = FALSE, 7519cdf0e10cSrcweir Cachable = Cachable, 7520cdf0e10cSrcweir FastCall = TRUE, 7521cdf0e10cSrcweir HasCoreId = FALSE, 7522cdf0e10cSrcweir HasDialog = FALSE, 7523cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7524cdf0e10cSrcweir Toggle = FALSE, 7525cdf0e10cSrcweir Container = FALSE, 7526cdf0e10cSrcweir RecordAbsolute = FALSE, 7527cdf0e10cSrcweir RecordPerSet; 7528cdf0e10cSrcweir Synchron; 7529cdf0e10cSrcweir 7530cdf0e10cSrcweir /* config: */ 7531cdf0e10cSrcweir AccelConfig = TRUE, 7532cdf0e10cSrcweir MenuConfig = TRUE, 7533cdf0e10cSrcweir StatusBarConfig = FALSE, 7534cdf0e10cSrcweir ToolBoxConfig = TRUE, 7535cdf0e10cSrcweir GroupId = GID_VIEW; 7536cdf0e10cSrcweir] 7537cdf0e10cSrcweir 7538cdf0e10cSrcweir//-------------------------------------------------------------------------- 7539cdf0e10cSrcweirSfxBoolItem ShowBookview FN_SHOW_BOOKVIEW 7540cdf0e10cSrcweir 7541cdf0e10cSrcweir[ 7542cdf0e10cSrcweir /* flags: */ 7543cdf0e10cSrcweir AutoUpdate = TRUE, 7544cdf0e10cSrcweir Cachable = Cachable, 7545cdf0e10cSrcweir FastCall = TRUE, 7546cdf0e10cSrcweir HasCoreId = FALSE, 7547cdf0e10cSrcweir HasDialog = FALSE, 7548cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7549cdf0e10cSrcweir Toggle = TRUE, 7550cdf0e10cSrcweir Container = FALSE, 7551cdf0e10cSrcweir RecordAbsolute = FALSE, 7552cdf0e10cSrcweir RecordPerSet; 7553cdf0e10cSrcweir Synchron; 7554cdf0e10cSrcweir 7555cdf0e10cSrcweir Readonly = FALSE, 7556cdf0e10cSrcweir 7557cdf0e10cSrcweir /* config: */ 7558cdf0e10cSrcweir AccelConfig = TRUE, 7559cdf0e10cSrcweir MenuConfig = TRUE, 7560cdf0e10cSrcweir StatusBarConfig = FALSE, 7561cdf0e10cSrcweir ToolBoxConfig = TRUE, 7562cdf0e10cSrcweir GroupId = GID_VIEW; 7563cdf0e10cSrcweir] 7564cdf0e10cSrcweir 7565cdf0e10cSrcweir//-------------------------------------------------------------------------- 7566cdf0e10cSrcweirSfxVoidItem Shrink FN_SHRINK_FONT_SIZE 7567cdf0e10cSrcweir() 7568cdf0e10cSrcweir[ 7569cdf0e10cSrcweir /* flags: */ 7570cdf0e10cSrcweir AutoUpdate = TRUE, 7571cdf0e10cSrcweir Cachable = Cachable, 7572cdf0e10cSrcweir FastCall = FALSE, 7573cdf0e10cSrcweir HasCoreId = FALSE, 7574cdf0e10cSrcweir HasDialog = FALSE, 7575cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7576cdf0e10cSrcweir Toggle = FALSE, 7577cdf0e10cSrcweir Container = FALSE, 7578cdf0e10cSrcweir RecordAbsolute = FALSE, 7579cdf0e10cSrcweir RecordPerSet; 7580cdf0e10cSrcweir Synchron; 7581cdf0e10cSrcweir 7582cdf0e10cSrcweir /* config: */ 7583cdf0e10cSrcweir AccelConfig = TRUE, 7584cdf0e10cSrcweir MenuConfig = FALSE, 7585cdf0e10cSrcweir StatusBarConfig = FALSE, 7586cdf0e10cSrcweir ToolBoxConfig = TRUE, 7587cdf0e10cSrcweir GroupId = GID_FORMAT; 7588cdf0e10cSrcweir] 7589cdf0e10cSrcweir 7590cdf0e10cSrcweir//-------------------------------------------------------------------------- 7591cdf0e10cSrcweirSfxVoidItem SortDialog FN_SORTING_DLG 7592cdf0e10cSrcweir() 7593cdf0e10cSrcweir[ 7594cdf0e10cSrcweir /* flags: */ 7595cdf0e10cSrcweir AutoUpdate = FALSE, 7596cdf0e10cSrcweir Cachable = Cachable, 7597cdf0e10cSrcweir FastCall = TRUE, 7598cdf0e10cSrcweir HasCoreId = FALSE, 7599cdf0e10cSrcweir HasDialog = TRUE, 7600cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7601cdf0e10cSrcweir Toggle = FALSE, 7602cdf0e10cSrcweir Container = FALSE, 7603cdf0e10cSrcweir RecordAbsolute = FALSE, 7604cdf0e10cSrcweir RecordPerSet; 7605cdf0e10cSrcweir Asynchron; 7606cdf0e10cSrcweir 7607cdf0e10cSrcweir /* config: */ 7608cdf0e10cSrcweir AccelConfig = TRUE, 7609cdf0e10cSrcweir MenuConfig = TRUE, 7610cdf0e10cSrcweir StatusBarConfig = FALSE, 7611cdf0e10cSrcweir ToolBoxConfig = TRUE, 7612cdf0e10cSrcweir GroupId = GID_DATA; 7613cdf0e10cSrcweir] 7614cdf0e10cSrcweir 7615cdf0e10cSrcweir//-------------------------------------------------------------------------- 7616cdf0e10cSrcweirSfxVoidItem SplitCell FN_TABLE_SPLIT_CELLS 7617cdf0e10cSrcweir(SfxInt32Item Amount FN_TABLE_SPLIT_CELLS,SfxBoolItem Horizontal FN_PARAM_1, 7618cdf0e10cSrcweir SfxBoolItem Proportional FN_PARAM_2) 7619cdf0e10cSrcweir[ 7620cdf0e10cSrcweir /* flags: */ 7621cdf0e10cSrcweir AutoUpdate = FALSE, 7622cdf0e10cSrcweir Cachable = Cachable, 7623cdf0e10cSrcweir FastCall = TRUE, 7624cdf0e10cSrcweir HasCoreId = FALSE, 7625cdf0e10cSrcweir HasDialog = FALSE, 7626cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7627cdf0e10cSrcweir Toggle = FALSE, 7628cdf0e10cSrcweir Container = FALSE, 7629cdf0e10cSrcweir RecordAbsolute = FALSE, 7630cdf0e10cSrcweir RecordPerSet; 7631cdf0e10cSrcweir Synchron; 7632cdf0e10cSrcweir 7633cdf0e10cSrcweir /* config: */ 7634cdf0e10cSrcweir AccelConfig = TRUE, 7635cdf0e10cSrcweir MenuConfig = TRUE, 7636cdf0e10cSrcweir StatusBarConfig = FALSE, 7637cdf0e10cSrcweir ToolBoxConfig = TRUE, 7638cdf0e10cSrcweir GroupId = GID_TABLE; 7639cdf0e10cSrcweir] 7640cdf0e10cSrcweir 7641cdf0e10cSrcweir//-------------------------------------------------------------------------- 7642cdf0e10cSrcweirSfxVoidItem SplitTable FN_TABLE_SPLIT_TABLE 7643cdf0e10cSrcweir(SfxUInt16Item Type FN_PARAM_1) 7644cdf0e10cSrcweir[ 7645cdf0e10cSrcweir /* flags: */ 7646cdf0e10cSrcweir AutoUpdate = FALSE, 7647cdf0e10cSrcweir Cachable = Cachable, 7648cdf0e10cSrcweir FastCall = TRUE, 7649cdf0e10cSrcweir HasCoreId = FALSE, 7650cdf0e10cSrcweir HasDialog = FALSE, 7651cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7652cdf0e10cSrcweir Toggle = FALSE, 7653cdf0e10cSrcweir Container = FALSE, 7654cdf0e10cSrcweir RecordAbsolute = FALSE, 7655cdf0e10cSrcweir RecordPerSet; 7656cdf0e10cSrcweir Synchron; 7657cdf0e10cSrcweir 7658cdf0e10cSrcweir /* config: */ 7659cdf0e10cSrcweir AccelConfig = TRUE, 7660cdf0e10cSrcweir MenuConfig = TRUE, 7661cdf0e10cSrcweir StatusBarConfig = FALSE, 7662cdf0e10cSrcweir ToolBoxConfig = TRUE, 7663cdf0e10cSrcweir GroupId = GID_TABLE; 7664cdf0e10cSrcweir] 7665cdf0e10cSrcweir 7666cdf0e10cSrcweir//-------------------------------------------------------------------------- 7667cdf0e10cSrcweirSfxVoidItem StartAutoCorrect FN_AUTO_CORRECT 7668cdf0e10cSrcweir() 7669cdf0e10cSrcweir[ 7670cdf0e10cSrcweir /* flags: */ 7671cdf0e10cSrcweir AutoUpdate = FALSE, 7672cdf0e10cSrcweir Cachable = Cachable, 7673cdf0e10cSrcweir FastCall = TRUE, 7674cdf0e10cSrcweir HasCoreId = FALSE, 7675cdf0e10cSrcweir HasDialog = FALSE, 7676cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7677cdf0e10cSrcweir Toggle = FALSE, 7678cdf0e10cSrcweir Container = FALSE, 7679cdf0e10cSrcweir RecordAbsolute = FALSE, 7680cdf0e10cSrcweir RecordPerSet; 7681cdf0e10cSrcweir Synchron; 7682cdf0e10cSrcweir 7683cdf0e10cSrcweir /* config: */ 7684cdf0e10cSrcweir AccelConfig = TRUE, 7685cdf0e10cSrcweir MenuConfig = TRUE, 7686cdf0e10cSrcweir StatusBarConfig = FALSE, 7687cdf0e10cSrcweir ToolBoxConfig = TRUE, 7688cdf0e10cSrcweir GroupId = GID_OPTIONS; 7689cdf0e10cSrcweir] 7690cdf0e10cSrcweir 7691cdf0e10cSrcweir//-------------------------------------------------------------------------- 7692cdf0e10cSrcweirSfxVoidItem StartOfDocumentSel FN_START_OF_DOCUMENT_SEL 7693cdf0e10cSrcweir() 7694cdf0e10cSrcweir[ 7695cdf0e10cSrcweir /* flags: */ 7696cdf0e10cSrcweir AutoUpdate = FALSE, 7697cdf0e10cSrcweir Cachable = Cachable, 7698cdf0e10cSrcweir FastCall = TRUE, 7699cdf0e10cSrcweir HasCoreId = FALSE, 7700cdf0e10cSrcweir HasDialog = FALSE, 7701cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7702cdf0e10cSrcweir Toggle = FALSE, 7703cdf0e10cSrcweir Container = FALSE, 7704cdf0e10cSrcweir RecordAbsolute = FALSE, 7705cdf0e10cSrcweir RecordPerSet; 7706cdf0e10cSrcweir Synchron; 7707cdf0e10cSrcweir 7708cdf0e10cSrcweir /* config: */ 7709cdf0e10cSrcweir AccelConfig = TRUE, 7710cdf0e10cSrcweir MenuConfig = FALSE, 7711cdf0e10cSrcweir StatusBarConfig = FALSE, 7712cdf0e10cSrcweir ToolBoxConfig = FALSE, 7713cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 7714cdf0e10cSrcweir] 7715cdf0e10cSrcweir 7716cdf0e10cSrcweir//-------------------------------------------------------------------------- 7717cdf0e10cSrcweirSfxVoidItem StartOfLineSel FN_START_OF_LINE_SEL 7718cdf0e10cSrcweir() 7719cdf0e10cSrcweir[ 7720cdf0e10cSrcweir /* flags: */ 7721cdf0e10cSrcweir AutoUpdate = FALSE, 7722cdf0e10cSrcweir Cachable = Cachable, 7723cdf0e10cSrcweir FastCall = TRUE, 7724cdf0e10cSrcweir HasCoreId = FALSE, 7725cdf0e10cSrcweir HasDialog = FALSE, 7726cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7727cdf0e10cSrcweir Toggle = FALSE, 7728cdf0e10cSrcweir Container = FALSE, 7729cdf0e10cSrcweir RecordAbsolute = FALSE, 7730cdf0e10cSrcweir RecordPerSet; 7731cdf0e10cSrcweir Synchron; 7732cdf0e10cSrcweir 7733cdf0e10cSrcweir /* config: */ 7734cdf0e10cSrcweir AccelConfig = TRUE, 7735cdf0e10cSrcweir MenuConfig = FALSE, 7736cdf0e10cSrcweir StatusBarConfig = FALSE, 7737cdf0e10cSrcweir ToolBoxConfig = FALSE, 7738cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 7739cdf0e10cSrcweir] 7740cdf0e10cSrcweir 7741cdf0e10cSrcweir//-------------------------------------------------------------------------- 7742cdf0e10cSrcweirSfxVoidItem StartOfParaSel FN_START_OF_PARA_SEL 7743cdf0e10cSrcweir() 7744cdf0e10cSrcweir[ 7745cdf0e10cSrcweir /* flags: */ 7746cdf0e10cSrcweir AutoUpdate = FALSE, 7747cdf0e10cSrcweir Cachable = Cachable, 7748cdf0e10cSrcweir FastCall = TRUE, 7749cdf0e10cSrcweir HasCoreId = FALSE, 7750cdf0e10cSrcweir HasDialog = FALSE, 7751cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7752cdf0e10cSrcweir Toggle = FALSE, 7753cdf0e10cSrcweir Container = FALSE, 7754cdf0e10cSrcweir RecordAbsolute = FALSE, 7755cdf0e10cSrcweir RecordPerSet; 7756cdf0e10cSrcweir Synchron; 7757cdf0e10cSrcweir 7758cdf0e10cSrcweir /* config: */ 7759cdf0e10cSrcweir AccelConfig = TRUE, 7760cdf0e10cSrcweir MenuConfig = FALSE, 7761cdf0e10cSrcweir StatusBarConfig = FALSE, 7762cdf0e10cSrcweir ToolBoxConfig = FALSE, 7763cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 7764cdf0e10cSrcweir] 7765cdf0e10cSrcweir 7766cdf0e10cSrcweir//-------------------------------------------------------------------------- 7767cdf0e10cSrcweirSfxVoidItem StateBookmark FN_STAT_BOOKMARK 7768cdf0e10cSrcweir() 7769cdf0e10cSrcweir[ 7770cdf0e10cSrcweir /* flags: */ 7771cdf0e10cSrcweir AutoUpdate = FALSE, 7772cdf0e10cSrcweir Cachable = Cachable, 7773cdf0e10cSrcweir FastCall = FALSE, 7774cdf0e10cSrcweir HasCoreId = FALSE, 7775cdf0e10cSrcweir HasDialog = FALSE, 7776cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7777cdf0e10cSrcweir Toggle = FALSE, 7778cdf0e10cSrcweir Container = FALSE, 7779cdf0e10cSrcweir RecordAbsolute = FALSE, 7780cdf0e10cSrcweir RecordPerSet; 7781cdf0e10cSrcweir Synchron; 7782cdf0e10cSrcweir 7783cdf0e10cSrcweir /* config: */ 7784cdf0e10cSrcweir AccelConfig = FALSE, 7785cdf0e10cSrcweir MenuConfig = FALSE, 7786cdf0e10cSrcweir StatusBarConfig = FALSE, 7787cdf0e10cSrcweir ToolBoxConfig = FALSE, 7788cdf0e10cSrcweir GroupId = GID_INTERN; 7789cdf0e10cSrcweir] 7790cdf0e10cSrcweir 7791cdf0e10cSrcweir//-------------------------------------------------------------------------- 7792cdf0e10cSrcweirSfxStringItem StatePageNumber FN_STAT_PAGE 7793cdf0e10cSrcweir 7794cdf0e10cSrcweir[ 7795cdf0e10cSrcweir /* flags: */ 7796cdf0e10cSrcweir AutoUpdate = FALSE, 7797cdf0e10cSrcweir Cachable = Cachable, 7798cdf0e10cSrcweir FastCall = FALSE, 7799cdf0e10cSrcweir HasCoreId = FALSE, 7800cdf0e10cSrcweir HasDialog = FALSE, 7801cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7802cdf0e10cSrcweir Toggle = FALSE, 7803cdf0e10cSrcweir Container = FALSE, 7804cdf0e10cSrcweir RecordAbsolute = FALSE, 7805cdf0e10cSrcweir RecordPerSet; 7806cdf0e10cSrcweir Synchron; 7807cdf0e10cSrcweir 7808cdf0e10cSrcweir Readonly = FALSE, 7809cdf0e10cSrcweir 7810cdf0e10cSrcweir /* config: */ 7811cdf0e10cSrcweir AccelConfig = FALSE, 7812cdf0e10cSrcweir MenuConfig = FALSE, 7813cdf0e10cSrcweir StatusBarConfig = TRUE, 7814cdf0e10cSrcweir ToolBoxConfig = FALSE, 7815cdf0e10cSrcweir GroupId = GID_VIEW; 7816cdf0e10cSrcweir] 7817cdf0e10cSrcweir 7818cdf0e10cSrcweir//-------------------------------------------------------------------------- 7819cdf0e10cSrcweirSfxStringItem StateZoom FN_STAT_ZOOM 7820cdf0e10cSrcweir() 7821cdf0e10cSrcweir[ 7822cdf0e10cSrcweir /* flags: */ 7823cdf0e10cSrcweir AutoUpdate = FALSE, 7824cdf0e10cSrcweir Cachable = Cachable, 7825cdf0e10cSrcweir FastCall = FALSE, 7826cdf0e10cSrcweir HasCoreId = FALSE, 7827cdf0e10cSrcweir HasDialog = FALSE, 7828cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7829cdf0e10cSrcweir Toggle = FALSE, 7830cdf0e10cSrcweir Container = FALSE, 7831cdf0e10cSrcweir RecordAbsolute = FALSE, 7832cdf0e10cSrcweir RecordPerSet; 7833cdf0e10cSrcweir Synchron; 7834cdf0e10cSrcweir 7835cdf0e10cSrcweir /* config: */ 7836cdf0e10cSrcweir AccelConfig = FALSE, 7837cdf0e10cSrcweir MenuConfig = FALSE, 7838cdf0e10cSrcweir StatusBarConfig = FALSE, 7839cdf0e10cSrcweir ToolBoxConfig = FALSE, 7840cdf0e10cSrcweir GroupId = GID_EDIT; 7841cdf0e10cSrcweir] 7842cdf0e10cSrcweir 7843cdf0e10cSrcweir//-------------------------------------------------------------------------- 7844cdf0e10cSrcweirSfxBoolItem SubScript FN_SET_SUB_SCRIPT 7845cdf0e10cSrcweir 7846cdf0e10cSrcweir[ 7847cdf0e10cSrcweir /* flags: */ 7848cdf0e10cSrcweir AutoUpdate = TRUE, 7849cdf0e10cSrcweir Cachable = Cachable, 7850cdf0e10cSrcweir FastCall = FALSE, 7851cdf0e10cSrcweir HasCoreId = FALSE, 7852cdf0e10cSrcweir HasDialog = FALSE, 7853cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7854cdf0e10cSrcweir Toggle = FALSE, 7855cdf0e10cSrcweir Container = FALSE, 7856cdf0e10cSrcweir RecordAbsolute = FALSE, 7857cdf0e10cSrcweir RecordPerSet; 7858cdf0e10cSrcweir Synchron; 7859cdf0e10cSrcweir 7860cdf0e10cSrcweir Readonly = FALSE, 7861cdf0e10cSrcweir 7862cdf0e10cSrcweir /* config: */ 7863cdf0e10cSrcweir AccelConfig = TRUE, 7864cdf0e10cSrcweir MenuConfig = TRUE, 7865cdf0e10cSrcweir StatusBarConfig = FALSE, 7866cdf0e10cSrcweir ToolBoxConfig = TRUE, 7867cdf0e10cSrcweir GroupId = GID_FORMAT; 7868cdf0e10cSrcweir] 7869cdf0e10cSrcweir 7870cdf0e10cSrcweir//-------------------------------------------------------------------------- 7871cdf0e10cSrcweirSfxBoolItem SuperScript FN_SET_SUPER_SCRIPT 7872cdf0e10cSrcweir 7873cdf0e10cSrcweir[ 7874cdf0e10cSrcweir /* flags: */ 7875cdf0e10cSrcweir AutoUpdate = TRUE, 7876cdf0e10cSrcweir Cachable = Cachable, 7877cdf0e10cSrcweir FastCall = FALSE, 7878cdf0e10cSrcweir HasCoreId = FALSE, 7879cdf0e10cSrcweir HasDialog = FALSE, 7880cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7881cdf0e10cSrcweir Toggle = FALSE, 7882cdf0e10cSrcweir Container = FALSE, 7883cdf0e10cSrcweir RecordAbsolute = FALSE, 7884cdf0e10cSrcweir RecordPerSet; 7885cdf0e10cSrcweir Synchron; 7886cdf0e10cSrcweir 7887cdf0e10cSrcweir Readonly = FALSE, 7888cdf0e10cSrcweir 7889cdf0e10cSrcweir /* config: */ 7890cdf0e10cSrcweir AccelConfig = TRUE, 7891cdf0e10cSrcweir MenuConfig = TRUE, 7892cdf0e10cSrcweir StatusBarConfig = FALSE, 7893cdf0e10cSrcweir ToolBoxConfig = TRUE, 7894cdf0e10cSrcweir GroupId = GID_FORMAT; 7895cdf0e10cSrcweir] 7896cdf0e10cSrcweir 7897cdf0e10cSrcweir//-------------------------------------------------------------------------- 7898cdf0e10cSrcweirSfxVoidItem SwBrwInsert FN_SBA_BRW_INSERT 7899cdf0e10cSrcweir() 7900cdf0e10cSrcweir[ 7901cdf0e10cSrcweir /* flags: */ 7902cdf0e10cSrcweir AutoUpdate = FALSE, 7903cdf0e10cSrcweir Cachable = Cachable, 7904cdf0e10cSrcweir FastCall = TRUE, 7905cdf0e10cSrcweir HasCoreId = FALSE, 7906cdf0e10cSrcweir HasDialog = FALSE, 7907cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7908cdf0e10cSrcweir Toggle = FALSE, 7909cdf0e10cSrcweir Container = FALSE, 7910cdf0e10cSrcweir RecordAbsolute = FALSE, 7911cdf0e10cSrcweir RecordPerSet; 7912cdf0e10cSrcweir Synchron; 7913cdf0e10cSrcweir 7914cdf0e10cSrcweir /* config: */ 7915cdf0e10cSrcweir AccelConfig = FALSE, 7916cdf0e10cSrcweir MenuConfig = FALSE, 7917cdf0e10cSrcweir StatusBarConfig = FALSE, 7918cdf0e10cSrcweir ToolBoxConfig = FALSE, 7919cdf0e10cSrcweir GroupId = GID_DATA; 7920cdf0e10cSrcweir] 7921cdf0e10cSrcweir 7922cdf0e10cSrcweir//-------------------------------------------------------------------------- 7923cdf0e10cSrcweirSfxVoidItem SwMailMerge FN_SBA_BRW_MERGE 7924cdf0e10cSrcweir() 7925cdf0e10cSrcweir[ 7926cdf0e10cSrcweir /* flags: */ 7927cdf0e10cSrcweir AutoUpdate = FALSE, 7928cdf0e10cSrcweir Cachable = Cachable, 7929cdf0e10cSrcweir FastCall = TRUE, 7930cdf0e10cSrcweir HasCoreId = FALSE, 7931cdf0e10cSrcweir HasDialog = FALSE, 7932cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7933cdf0e10cSrcweir Toggle = FALSE, 7934cdf0e10cSrcweir Container = FALSE, 7935cdf0e10cSrcweir RecordAbsolute = FALSE, 7936cdf0e10cSrcweir RecordPerSet; 7937cdf0e10cSrcweir Synchron; 7938cdf0e10cSrcweir 7939cdf0e10cSrcweir /* config: */ 7940cdf0e10cSrcweir AccelConfig = FALSE, 7941cdf0e10cSrcweir MenuConfig = FALSE, 7942cdf0e10cSrcweir StatusBarConfig = FALSE, 7943cdf0e10cSrcweir ToolBoxConfig = FALSE, 7944cdf0e10cSrcweir GroupId = GID_DATA; 7945cdf0e10cSrcweir] 7946cdf0e10cSrcweir 7947cdf0e10cSrcweir//-------------------------------------------------------------------------- 7948cdf0e10cSrcweirSfxVoidItem SwUpdate FN_SBA_BRW_UPDATE 7949cdf0e10cSrcweir() 7950cdf0e10cSrcweir[ 7951cdf0e10cSrcweir /* flags: */ 7952cdf0e10cSrcweir AutoUpdate = FALSE, 7953cdf0e10cSrcweir Cachable = Cachable, 7954cdf0e10cSrcweir FastCall = TRUE, 7955cdf0e10cSrcweir HasCoreId = FALSE, 7956cdf0e10cSrcweir HasDialog = FALSE, 7957cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7958cdf0e10cSrcweir Toggle = FALSE, 7959cdf0e10cSrcweir Container = FALSE, 7960cdf0e10cSrcweir RecordAbsolute = FALSE, 7961cdf0e10cSrcweir RecordPerSet; 7962cdf0e10cSrcweir Synchron; 7963cdf0e10cSrcweir 7964cdf0e10cSrcweir /* config: */ 7965cdf0e10cSrcweir AccelConfig = FALSE, 7966cdf0e10cSrcweir MenuConfig = FALSE, 7967cdf0e10cSrcweir StatusBarConfig = FALSE, 7968cdf0e10cSrcweir ToolBoxConfig = FALSE, 7969cdf0e10cSrcweir GroupId = GID_DATA; 7970cdf0e10cSrcweir] 7971cdf0e10cSrcweir 7972cdf0e10cSrcweir//-------------------------------------------------------------------------- 7973cdf0e10cSrcweirSfxBoolItem SynchronizeLabelsDlg FN_SYNC_LABELS 7974cdf0e10cSrcweir() 7975cdf0e10cSrcweir[ 7976cdf0e10cSrcweir /* flags: */ 7977cdf0e10cSrcweir AutoUpdate = FALSE, 7978cdf0e10cSrcweir Cachable = Cachable, 7979cdf0e10cSrcweir FastCall = FALSE, 7980cdf0e10cSrcweir HasCoreId = FALSE, 7981cdf0e10cSrcweir HasDialog = FALSE, 7982cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7983cdf0e10cSrcweir Toggle = FALSE, 7984cdf0e10cSrcweir Container = FALSE, 7985cdf0e10cSrcweir RecordAbsolute = FALSE, 7986cdf0e10cSrcweir RecordPerSet; 7987cdf0e10cSrcweir Asynchron; 7988cdf0e10cSrcweir 7989cdf0e10cSrcweir /* config: */ 7990cdf0e10cSrcweir AccelConfig = FALSE, 7991cdf0e10cSrcweir MenuConfig = FALSE, 7992cdf0e10cSrcweir StatusBarConfig = FALSE, 7993cdf0e10cSrcweir ToolBoxConfig = FALSE, 7994cdf0e10cSrcweir GroupId = GID_EDIT; 7995cdf0e10cSrcweir] 7996cdf0e10cSrcweir 7997cdf0e10cSrcweir//-------------------------------------------------------------------------- 7998cdf0e10cSrcweirSfxBoolItem TableBoundaries FN_VIEW_TABLEGRID 7999cdf0e10cSrcweir 8000cdf0e10cSrcweir[ 8001cdf0e10cSrcweir /* flags: */ 8002cdf0e10cSrcweir AutoUpdate = FALSE, 8003cdf0e10cSrcweir Cachable = Cachable, 8004cdf0e10cSrcweir FastCall = FALSE, 8005cdf0e10cSrcweir HasCoreId = FALSE, 8006cdf0e10cSrcweir HasDialog = FALSE, 8007cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8008cdf0e10cSrcweir Toggle = FALSE, 8009cdf0e10cSrcweir Container = FALSE, 8010cdf0e10cSrcweir RecordAbsolute = FALSE, 8011cdf0e10cSrcweir RecordPerSet; 8012cdf0e10cSrcweir Synchron; 8013cdf0e10cSrcweir 8014cdf0e10cSrcweir Readonly = FALSE, 8015cdf0e10cSrcweir 8016cdf0e10cSrcweir /* config: */ 8017cdf0e10cSrcweir AccelConfig = TRUE, 8018cdf0e10cSrcweir MenuConfig = TRUE, 8019cdf0e10cSrcweir StatusBarConfig = FALSE, 8020cdf0e10cSrcweir ToolBoxConfig = TRUE, 8021cdf0e10cSrcweir GroupId = GID_VIEW; 8022cdf0e10cSrcweir] 8023cdf0e10cSrcweir 8024cdf0e10cSrcweir//-------------------------------------------------------------------------- 8025cdf0e10cSrcweirSfxVoidItem TableDialog FN_FORMAT_TABLE_DLG 8026cdf0e10cSrcweir() 8027cdf0e10cSrcweir[ 8028cdf0e10cSrcweir /* flags: */ 8029cdf0e10cSrcweir AutoUpdate = FALSE, 8030cdf0e10cSrcweir Cachable = Cachable, 8031cdf0e10cSrcweir FastCall = TRUE, 8032cdf0e10cSrcweir HasCoreId = FALSE, 8033cdf0e10cSrcweir HasDialog = TRUE, 8034cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8035cdf0e10cSrcweir Toggle = FALSE, 8036cdf0e10cSrcweir Container = FALSE, 8037cdf0e10cSrcweir RecordAbsolute = FALSE, 8038cdf0e10cSrcweir RecordPerItem; 8039cdf0e10cSrcweir Asynchron; 8040cdf0e10cSrcweir 8041cdf0e10cSrcweir /* config: */ 8042cdf0e10cSrcweir AccelConfig = TRUE, 8043cdf0e10cSrcweir MenuConfig = TRUE, 8044cdf0e10cSrcweir StatusBarConfig = FALSE, 8045cdf0e10cSrcweir ToolBoxConfig = TRUE, 8046cdf0e10cSrcweir GroupId = GID_TABLE; 8047cdf0e10cSrcweir] 8048cdf0e10cSrcweir 8049cdf0e10cSrcweir//-------------------------------------------------------------------------- 8050cdf0e10cSrcweirSfxVoidItem TableModeFix FN_TABLE_MODE_FIX 8051cdf0e10cSrcweir() 8052cdf0e10cSrcweir[ 8053cdf0e10cSrcweir /* flags: */ 8054cdf0e10cSrcweir AutoUpdate = TRUE, 8055cdf0e10cSrcweir Cachable = Cachable, 8056cdf0e10cSrcweir FastCall = TRUE, 8057cdf0e10cSrcweir HasCoreId = FALSE, 8058cdf0e10cSrcweir HasDialog = FALSE, 8059cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8060cdf0e10cSrcweir Toggle = FALSE, 8061cdf0e10cSrcweir Container = FALSE, 8062cdf0e10cSrcweir RecordAbsolute = FALSE, 8063cdf0e10cSrcweir RecordPerSet; 8064cdf0e10cSrcweir Synchron; 8065cdf0e10cSrcweir 8066cdf0e10cSrcweir /* status: */ 8067cdf0e10cSrcweir SlotType = SfxBoolItem 8068cdf0e10cSrcweir 8069cdf0e10cSrcweir /* config: */ 8070cdf0e10cSrcweir AccelConfig = TRUE, 8071cdf0e10cSrcweir MenuConfig = TRUE, 8072cdf0e10cSrcweir StatusBarConfig = FALSE, 8073cdf0e10cSrcweir ToolBoxConfig = TRUE, 8074cdf0e10cSrcweir GroupId = GID_TABLE; 8075cdf0e10cSrcweir] 8076cdf0e10cSrcweir 8077cdf0e10cSrcweir//-------------------------------------------------------------------------- 8078cdf0e10cSrcweirSfxVoidItem TableModeFixProp FN_TABLE_MODE_FIX_PROP 8079cdf0e10cSrcweir() 8080cdf0e10cSrcweir[ 8081cdf0e10cSrcweir /* flags: */ 8082cdf0e10cSrcweir AutoUpdate = TRUE, 8083cdf0e10cSrcweir Cachable = Cachable, 8084cdf0e10cSrcweir FastCall = TRUE, 8085cdf0e10cSrcweir HasCoreId = FALSE, 8086cdf0e10cSrcweir HasDialog = FALSE, 8087cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8088cdf0e10cSrcweir Toggle = FALSE, 8089cdf0e10cSrcweir Container = FALSE, 8090cdf0e10cSrcweir RecordAbsolute = FALSE, 8091cdf0e10cSrcweir RecordPerSet; 8092cdf0e10cSrcweir Synchron; 8093cdf0e10cSrcweir 8094cdf0e10cSrcweir /* status: */ 8095cdf0e10cSrcweir SlotType = SfxBoolItem 8096cdf0e10cSrcweir 8097cdf0e10cSrcweir /* config: */ 8098cdf0e10cSrcweir AccelConfig = TRUE, 8099cdf0e10cSrcweir MenuConfig = TRUE, 8100cdf0e10cSrcweir StatusBarConfig = FALSE, 8101cdf0e10cSrcweir ToolBoxConfig = TRUE, 8102cdf0e10cSrcweir GroupId = GID_TABLE; 8103cdf0e10cSrcweir] 8104cdf0e10cSrcweir 8105cdf0e10cSrcweir//-------------------------------------------------------------------------- 8106cdf0e10cSrcweirSfxVoidItem TableModeVariable FN_TABLE_MODE_VARIABLE 8107cdf0e10cSrcweir() 8108cdf0e10cSrcweir[ 8109cdf0e10cSrcweir /* flags: */ 8110cdf0e10cSrcweir AutoUpdate = TRUE, 8111cdf0e10cSrcweir Cachable = Cachable, 8112cdf0e10cSrcweir FastCall = TRUE, 8113cdf0e10cSrcweir HasCoreId = FALSE, 8114cdf0e10cSrcweir HasDialog = FALSE, 8115cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8116cdf0e10cSrcweir Toggle = FALSE, 8117cdf0e10cSrcweir Container = FALSE, 8118cdf0e10cSrcweir RecordAbsolute = FALSE, 8119cdf0e10cSrcweir RecordPerSet; 8120cdf0e10cSrcweir Synchron; 8121cdf0e10cSrcweir 8122cdf0e10cSrcweir /* status: */ 8123cdf0e10cSrcweir SlotType = SfxBoolItem 8124cdf0e10cSrcweir 8125cdf0e10cSrcweir /* config: */ 8126cdf0e10cSrcweir AccelConfig = TRUE, 8127cdf0e10cSrcweir MenuConfig = TRUE, 8128cdf0e10cSrcweir StatusBarConfig = FALSE, 8129cdf0e10cSrcweir ToolBoxConfig = TRUE, 8130cdf0e10cSrcweir GroupId = GID_TABLE; 8131cdf0e10cSrcweir] 8132cdf0e10cSrcweir 8133cdf0e10cSrcweir//-------------------------------------------------------------------------- 8134cdf0e10cSrcweirSfxVoidItem TableNumberFormatDialog FN_NUM_FORMAT_TABLE_DLG 8135cdf0e10cSrcweir() 8136cdf0e10cSrcweir[ 8137cdf0e10cSrcweir /* flags: */ 8138cdf0e10cSrcweir AutoUpdate = FALSE, 8139cdf0e10cSrcweir Cachable = Cachable, 8140cdf0e10cSrcweir FastCall = FALSE, 8141cdf0e10cSrcweir HasCoreId = FALSE, 8142cdf0e10cSrcweir HasDialog = TRUE, 8143cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8144cdf0e10cSrcweir Toggle = FALSE, 8145cdf0e10cSrcweir Container = FALSE, 8146cdf0e10cSrcweir RecordAbsolute = FALSE, 8147cdf0e10cSrcweir RecordPerItem; 8148cdf0e10cSrcweir Asynchron; 8149cdf0e10cSrcweir 8150cdf0e10cSrcweir /* config: */ 8151cdf0e10cSrcweir AccelConfig = TRUE, 8152cdf0e10cSrcweir MenuConfig = TRUE, 8153cdf0e10cSrcweir StatusBarConfig = FALSE, 8154cdf0e10cSrcweir ToolBoxConfig = TRUE, 8155cdf0e10cSrcweir GroupId = GID_FORMAT; 8156cdf0e10cSrcweir] 8157cdf0e10cSrcweir 8158cdf0e10cSrcweir//-------------------------------------------------------------------------- 8159cdf0e10cSrcweirSfxBoolItem TableNumberRecognition FN_SET_MODOPT_TBLNUMFMT 8160cdf0e10cSrcweir 8161cdf0e10cSrcweir[ 8162cdf0e10cSrcweir /* flags: */ 8163cdf0e10cSrcweir AutoUpdate = FALSE, 8164cdf0e10cSrcweir Cachable = Cachable, 8165cdf0e10cSrcweir FastCall = FALSE, 8166cdf0e10cSrcweir HasCoreId = FALSE, 8167cdf0e10cSrcweir HasDialog = FALSE, 8168cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8169cdf0e10cSrcweir Toggle = FALSE, 8170cdf0e10cSrcweir Container = FALSE, 8171cdf0e10cSrcweir RecordAbsolute = FALSE, 8172cdf0e10cSrcweir RecordPerSet; 8173cdf0e10cSrcweir Synchron; 8174cdf0e10cSrcweir 8175cdf0e10cSrcweir Readonly = FALSE, 8176cdf0e10cSrcweir 8177cdf0e10cSrcweir /* config: */ 8178cdf0e10cSrcweir AccelConfig = TRUE, 8179cdf0e10cSrcweir MenuConfig = TRUE, 8180cdf0e10cSrcweir StatusBarConfig = FALSE, 8181cdf0e10cSrcweir ToolBoxConfig = TRUE, 8182cdf0e10cSrcweir GroupId = GID_TABLE; 8183cdf0e10cSrcweir] 8184cdf0e10cSrcweir 8185cdf0e10cSrcweir//-------------------------------------------------------------------------- 8186cdf0e10cSrcweirSfxVoidItem TextAttributes FN_DRAWTEXT_ATTR_DLG 8187cdf0e10cSrcweir() 8188cdf0e10cSrcweir[ 8189cdf0e10cSrcweir /* flags: */ 8190cdf0e10cSrcweir AutoUpdate = FALSE, 8191cdf0e10cSrcweir Cachable = Cachable, 8192cdf0e10cSrcweir FastCall = TRUE, 8193cdf0e10cSrcweir HasCoreId = FALSE, 8194cdf0e10cSrcweir HasDialog = TRUE, 8195cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8196cdf0e10cSrcweir Toggle = FALSE, 8197cdf0e10cSrcweir Container = FALSE, 8198cdf0e10cSrcweir RecordAbsolute = FALSE, 8199cdf0e10cSrcweir RecordPerSet; 8200cdf0e10cSrcweir Asynchron; 8201cdf0e10cSrcweir 8202cdf0e10cSrcweir /* config: */ 8203cdf0e10cSrcweir AccelConfig = TRUE, 8204cdf0e10cSrcweir MenuConfig = TRUE, 8205cdf0e10cSrcweir StatusBarConfig = FALSE, 8206cdf0e10cSrcweir ToolBoxConfig = TRUE, 8207cdf0e10cSrcweir GroupId = GID_FORMAT; 8208cdf0e10cSrcweir] 8209cdf0e10cSrcweir 8210cdf0e10cSrcweir//-------------------------------------------------------------------------- 8211cdf0e10cSrcweirSfxVoidItem TextWrap FN_DRAW_WRAP_DLG 8212cdf0e10cSrcweir() 8213cdf0e10cSrcweir[ 8214cdf0e10cSrcweir /* flags: */ 8215cdf0e10cSrcweir AutoUpdate = FALSE, 8216cdf0e10cSrcweir Cachable = Cachable, 8217cdf0e10cSrcweir FastCall = TRUE, 8218cdf0e10cSrcweir HasCoreId = FALSE, 8219cdf0e10cSrcweir HasDialog = TRUE, 8220cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8221cdf0e10cSrcweir Toggle = FALSE, 8222cdf0e10cSrcweir Container = FALSE, 8223cdf0e10cSrcweir RecordAbsolute = FALSE, 8224cdf0e10cSrcweir RecordPerSet; 8225cdf0e10cSrcweir Asynchron; 8226cdf0e10cSrcweir 8227cdf0e10cSrcweir /* config: */ 8228cdf0e10cSrcweir AccelConfig = TRUE, 8229cdf0e10cSrcweir MenuConfig = TRUE, 8230cdf0e10cSrcweir StatusBarConfig = FALSE, 8231cdf0e10cSrcweir ToolBoxConfig = TRUE, 8232cdf0e10cSrcweir GroupId = GID_FORMAT; 8233cdf0e10cSrcweir] 8234cdf0e10cSrcweir 8235cdf0e10cSrcweir//-------------------------------------------------------------------------- 8236cdf0e10cSrcweirSfxVoidItem ToggleAnchorType FN_TOOL_ANKER 8237cdf0e10cSrcweir() 8238cdf0e10cSrcweir[ 8239cdf0e10cSrcweir /* flags: */ 8240cdf0e10cSrcweir AutoUpdate = FALSE, 8241cdf0e10cSrcweir Cachable = Cachable, 8242cdf0e10cSrcweir FastCall = TRUE, 8243cdf0e10cSrcweir HasCoreId = FALSE, 8244cdf0e10cSrcweir HasDialog = FALSE, 8245cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8246cdf0e10cSrcweir Toggle = FALSE, 8247cdf0e10cSrcweir Container = FALSE, 8248cdf0e10cSrcweir RecordAbsolute = FALSE, 8249cdf0e10cSrcweir RecordPerSet; 8250cdf0e10cSrcweir Synchron; 8251cdf0e10cSrcweir 8252cdf0e10cSrcweir /* status: */ 8253cdf0e10cSrcweir SlotType = SfxUInt16Item 8254cdf0e10cSrcweir 8255cdf0e10cSrcweir /* config: */ 8256cdf0e10cSrcweir AccelConfig = TRUE, 8257cdf0e10cSrcweir MenuConfig = TRUE, 8258cdf0e10cSrcweir StatusBarConfig = FALSE, 8259cdf0e10cSrcweir ToolBoxConfig = TRUE, 8260cdf0e10cSrcweir GroupId = GID_FORMAT; 8261cdf0e10cSrcweir] 8262cdf0e10cSrcweir 8263cdf0e10cSrcweir//-------------------------------------------------------------------------- 8264cdf0e10cSrcweirSfxVoidItem ToggleObjectLayer FN_TOOL_HIERARCHIE 8265cdf0e10cSrcweir() 8266cdf0e10cSrcweir[ 8267cdf0e10cSrcweir /* flags: */ 8268cdf0e10cSrcweir AutoUpdate = TRUE, 8269cdf0e10cSrcweir Cachable = Cachable, 8270cdf0e10cSrcweir FastCall = TRUE, 8271cdf0e10cSrcweir HasCoreId = FALSE, 8272cdf0e10cSrcweir HasDialog = FALSE, 8273cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8274cdf0e10cSrcweir Toggle = FALSE, 8275cdf0e10cSrcweir Container = FALSE, 8276cdf0e10cSrcweir RecordAbsolute = FALSE, 8277cdf0e10cSrcweir RecordPerSet; 8278cdf0e10cSrcweir Synchron; 8279cdf0e10cSrcweir 8280cdf0e10cSrcweir /* config: */ 8281cdf0e10cSrcweir AccelConfig = TRUE, 8282cdf0e10cSrcweir MenuConfig = TRUE, 8283cdf0e10cSrcweir StatusBarConfig = FALSE, 8284cdf0e10cSrcweir ToolBoxConfig = TRUE, 8285cdf0e10cSrcweir GroupId = GID_FORMAT; 8286cdf0e10cSrcweir] 8287cdf0e10cSrcweir 8288cdf0e10cSrcweir//-------------------------------------------------------------------------- 8289cdf0e10cSrcweirSfxBoolItem UnderlineDouble FN_UNDERLINE_DOUBLE 8290cdf0e10cSrcweir 8291cdf0e10cSrcweir[ 8292cdf0e10cSrcweir /* flags: */ 8293cdf0e10cSrcweir AutoUpdate = TRUE, 8294cdf0e10cSrcweir Cachable = Cachable, 8295cdf0e10cSrcweir FastCall = FALSE, 8296cdf0e10cSrcweir HasCoreId = FALSE, 8297cdf0e10cSrcweir HasDialog = FALSE, 8298cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8299cdf0e10cSrcweir Toggle = TRUE, 8300cdf0e10cSrcweir Container = FALSE, 8301cdf0e10cSrcweir RecordAbsolute = FALSE, 8302cdf0e10cSrcweir RecordPerSet; 8303cdf0e10cSrcweir Synchron; 8304cdf0e10cSrcweir 8305cdf0e10cSrcweir Readonly = FALSE, 8306cdf0e10cSrcweir 8307cdf0e10cSrcweir /* config: */ 8308cdf0e10cSrcweir AccelConfig = TRUE, 8309cdf0e10cSrcweir MenuConfig = TRUE, 8310cdf0e10cSrcweir StatusBarConfig = FALSE, 8311cdf0e10cSrcweir ToolBoxConfig = TRUE, 8312cdf0e10cSrcweir GroupId = GID_FORMAT; 8313cdf0e10cSrcweir] 8314cdf0e10cSrcweir 8315cdf0e10cSrcweir//-------------------------------------------------------------------------- 8316cdf0e10cSrcweirSfxVoidItem UnhainFrames FN_FRAME_UNCHAIN 8317cdf0e10cSrcweir 8318cdf0e10cSrcweir[ 8319cdf0e10cSrcweir /* flags: */ 8320cdf0e10cSrcweir AutoUpdate = TRUE, 8321cdf0e10cSrcweir Cachable = Cachable, 8322cdf0e10cSrcweir FastCall = FALSE, 8323cdf0e10cSrcweir HasCoreId = FALSE, 8324cdf0e10cSrcweir HasDialog = FALSE, 8325cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8326cdf0e10cSrcweir Toggle = FALSE, 8327cdf0e10cSrcweir Container = FALSE, 8328cdf0e10cSrcweir RecordAbsolute = FALSE, 8329cdf0e10cSrcweir RecordPerSet; 8330cdf0e10cSrcweir Synchron; 8331cdf0e10cSrcweir 8332cdf0e10cSrcweir Readonly = FALSE, 8333cdf0e10cSrcweir 8334cdf0e10cSrcweir /* config: */ 8335cdf0e10cSrcweir AccelConfig = FALSE, 8336cdf0e10cSrcweir MenuConfig = TRUE, 8337cdf0e10cSrcweir StatusBarConfig = FALSE, 8338cdf0e10cSrcweir ToolBoxConfig = TRUE, 8339cdf0e10cSrcweir GroupId = GID_FRAME; 8340cdf0e10cSrcweir] 8341cdf0e10cSrcweir 8342cdf0e10cSrcweir//-------------------------------------------------------------------------- 8343cdf0e10cSrcweirSfxVoidItem UnsetCellsReadOnly FN_TABLE_UNSET_READ_ONLY_CELLS 8344cdf0e10cSrcweir() 8345cdf0e10cSrcweir[ 8346cdf0e10cSrcweir /* flags: */ 8347cdf0e10cSrcweir AutoUpdate = FALSE, 8348cdf0e10cSrcweir Cachable = Cachable, 8349cdf0e10cSrcweir FastCall = TRUE, 8350cdf0e10cSrcweir HasCoreId = FALSE, 8351cdf0e10cSrcweir HasDialog = FALSE, 8352cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8353cdf0e10cSrcweir Toggle = FALSE, 8354cdf0e10cSrcweir Container = FALSE, 8355cdf0e10cSrcweir RecordAbsolute = FALSE, 8356cdf0e10cSrcweir RecordPerSet; 8357cdf0e10cSrcweir Synchron; 8358cdf0e10cSrcweir 8359cdf0e10cSrcweir /* config: */ 8360cdf0e10cSrcweir AccelConfig = TRUE, 8361cdf0e10cSrcweir MenuConfig = TRUE, 8362cdf0e10cSrcweir StatusBarConfig = FALSE, 8363cdf0e10cSrcweir ToolBoxConfig = TRUE, 8364cdf0e10cSrcweir GroupId = GID_TABLE; 8365cdf0e10cSrcweir] 8366cdf0e10cSrcweir 8367cdf0e10cSrcweir//-------------------------------------------------------------------------- 8368cdf0e10cSrcweirSfxVoidItem UpdateAll FN_UPDATE_ALL 8369cdf0e10cSrcweir() 8370cdf0e10cSrcweir[ 8371cdf0e10cSrcweir /* flags: */ 8372cdf0e10cSrcweir AutoUpdate = FALSE, 8373cdf0e10cSrcweir Cachable = Cachable, 8374cdf0e10cSrcweir FastCall = TRUE, 8375cdf0e10cSrcweir HasCoreId = FALSE, 8376cdf0e10cSrcweir HasDialog = FALSE, 8377cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8378cdf0e10cSrcweir Toggle = FALSE, 8379cdf0e10cSrcweir Container = FALSE, 8380cdf0e10cSrcweir RecordAbsolute = FALSE, 8381cdf0e10cSrcweir RecordPerSet; 8382cdf0e10cSrcweir Asynchron; 8383cdf0e10cSrcweir 8384cdf0e10cSrcweir /* config: */ 8385cdf0e10cSrcweir AccelConfig = TRUE, 8386cdf0e10cSrcweir MenuConfig = TRUE, 8387cdf0e10cSrcweir StatusBarConfig = FALSE, 8388cdf0e10cSrcweir ToolBoxConfig = TRUE, 8389cdf0e10cSrcweir GroupId = GID_EDIT; 8390cdf0e10cSrcweir] 8391cdf0e10cSrcweir 8392cdf0e10cSrcweir//-------------------------------------------------------------------------- 8393cdf0e10cSrcweirSfxVoidItem UpdateAllIndexes FN_UPDATE_TOX 8394cdf0e10cSrcweir() 8395cdf0e10cSrcweir[ 8396cdf0e10cSrcweir /* flags: */ 8397cdf0e10cSrcweir AutoUpdate = FALSE, 8398cdf0e10cSrcweir Cachable = Cachable, 8399cdf0e10cSrcweir FastCall = FALSE, 8400cdf0e10cSrcweir HasCoreId = FALSE, 8401cdf0e10cSrcweir HasDialog = FALSE, 8402cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8403cdf0e10cSrcweir Toggle = FALSE, 8404cdf0e10cSrcweir Container = FALSE, 8405cdf0e10cSrcweir RecordAbsolute = FALSE, 8406cdf0e10cSrcweir RecordPerSet; 8407cdf0e10cSrcweir Synchron; 8408cdf0e10cSrcweir 8409cdf0e10cSrcweir /* config: */ 8410cdf0e10cSrcweir AccelConfig = TRUE, 8411cdf0e10cSrcweir MenuConfig = TRUE, 8412cdf0e10cSrcweir StatusBarConfig = FALSE, 8413cdf0e10cSrcweir ToolBoxConfig = TRUE, 8414cdf0e10cSrcweir GroupId = GID_EDIT; 8415cdf0e10cSrcweir] 8416cdf0e10cSrcweir 8417cdf0e10cSrcweir//-------------------------------------------------------------------------- 8418cdf0e10cSrcweirSfxVoidItem UpdateAllLinks FN_UPDATE_ALL_LINKS 8419cdf0e10cSrcweir() 8420cdf0e10cSrcweir[ 8421cdf0e10cSrcweir /* flags: */ 8422cdf0e10cSrcweir AutoUpdate = FALSE, 8423cdf0e10cSrcweir Cachable = Cachable, 8424cdf0e10cSrcweir FastCall = FALSE, 8425cdf0e10cSrcweir HasCoreId = FALSE, 8426cdf0e10cSrcweir HasDialog = FALSE, 8427cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8428cdf0e10cSrcweir Toggle = FALSE, 8429cdf0e10cSrcweir Container = FALSE, 8430cdf0e10cSrcweir RecordAbsolute = FALSE, 8431cdf0e10cSrcweir RecordPerSet; 8432cdf0e10cSrcweir Asynchron; 8433cdf0e10cSrcweir 8434cdf0e10cSrcweir /* config: */ 8435cdf0e10cSrcweir AccelConfig = TRUE, 8436cdf0e10cSrcweir MenuConfig = TRUE, 8437cdf0e10cSrcweir StatusBarConfig = FALSE, 8438cdf0e10cSrcweir ToolBoxConfig = TRUE, 8439cdf0e10cSrcweir GroupId = GID_EDIT; 8440cdf0e10cSrcweir] 8441cdf0e10cSrcweir 8442cdf0e10cSrcweir//-------------------------------------------------------------------------- 8443cdf0e10cSrcweirSfxVoidItem UpdateCharts FN_UPDATE_CHARTS 8444cdf0e10cSrcweir() 8445cdf0e10cSrcweir[ 8446cdf0e10cSrcweir /* flags: */ 8447cdf0e10cSrcweir AutoUpdate = FALSE, 8448cdf0e10cSrcweir Cachable = Cachable, 8449cdf0e10cSrcweir FastCall = TRUE, 8450cdf0e10cSrcweir HasCoreId = FALSE, 8451cdf0e10cSrcweir HasDialog = FALSE, 8452cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8453cdf0e10cSrcweir Toggle = FALSE, 8454cdf0e10cSrcweir Container = FALSE, 8455cdf0e10cSrcweir RecordAbsolute = FALSE, 8456cdf0e10cSrcweir RecordPerSet; 8457cdf0e10cSrcweir Synchron; 8458cdf0e10cSrcweir 8459cdf0e10cSrcweir /* config: */ 8460cdf0e10cSrcweir AccelConfig = TRUE, 8461cdf0e10cSrcweir MenuConfig = TRUE, 8462cdf0e10cSrcweir StatusBarConfig = FALSE, 8463cdf0e10cSrcweir ToolBoxConfig = TRUE, 8464cdf0e10cSrcweir GroupId = GID_EDIT; 8465cdf0e10cSrcweir] 8466cdf0e10cSrcweir 8467cdf0e10cSrcweir//-------------------------------------------------------------------------- 8468cdf0e10cSrcweirSfxVoidItem UpdateCurIndex FN_UPDATE_CUR_TOX 8469cdf0e10cSrcweir 8470cdf0e10cSrcweir[ 8471cdf0e10cSrcweir /* flags: */ 8472cdf0e10cSrcweir AutoUpdate = FALSE, 8473cdf0e10cSrcweir Cachable = Cachable, 8474cdf0e10cSrcweir FastCall = TRUE, 8475cdf0e10cSrcweir HasCoreId = FALSE, 8476cdf0e10cSrcweir HasDialog = FALSE, 8477cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8478cdf0e10cSrcweir Toggle = FALSE, 8479cdf0e10cSrcweir Container = FALSE, 8480cdf0e10cSrcweir RecordAbsolute = FALSE, 8481cdf0e10cSrcweir RecordPerSet; 8482cdf0e10cSrcweir Synchron; 8483cdf0e10cSrcweir 8484cdf0e10cSrcweir Readonly = FALSE, 8485cdf0e10cSrcweir 8486cdf0e10cSrcweir /* config: */ 8487cdf0e10cSrcweir AccelConfig = TRUE, 8488cdf0e10cSrcweir MenuConfig = TRUE, 8489cdf0e10cSrcweir StatusBarConfig = FALSE, 8490cdf0e10cSrcweir ToolBoxConfig = TRUE, 8491cdf0e10cSrcweir GroupId = GID_EDIT; 8492cdf0e10cSrcweir] 8493cdf0e10cSrcweir 8494cdf0e10cSrcweir//-------------------------------------------------------------------------- 8495cdf0e10cSrcweirSfxVoidItem UpdateFields FN_UPDATE_FIELDS 8496cdf0e10cSrcweir() 8497cdf0e10cSrcweir[ 8498cdf0e10cSrcweir /* flags: */ 8499cdf0e10cSrcweir AutoUpdate = FALSE, 8500cdf0e10cSrcweir Cachable = Cachable, 8501cdf0e10cSrcweir FastCall = TRUE, 8502cdf0e10cSrcweir HasCoreId = FALSE, 8503cdf0e10cSrcweir HasDialog = FALSE, 8504cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8505cdf0e10cSrcweir Toggle = FALSE, 8506cdf0e10cSrcweir Container = FALSE, 8507cdf0e10cSrcweir RecordAbsolute = FALSE, 8508cdf0e10cSrcweir RecordPerSet; 8509cdf0e10cSrcweir Synchron; 8510cdf0e10cSrcweir 8511cdf0e10cSrcweir /* config: */ 8512cdf0e10cSrcweir AccelConfig = TRUE, 8513cdf0e10cSrcweir MenuConfig = TRUE, 8514cdf0e10cSrcweir StatusBarConfig = FALSE, 8515cdf0e10cSrcweir ToolBoxConfig = TRUE, 8516cdf0e10cSrcweir GroupId = GID_EDIT; 8517cdf0e10cSrcweir] 8518cdf0e10cSrcweir 8519cdf0e10cSrcweir//-------------------------------------------------------------------------- 8520cdf0e10cSrcweirSfxVoidItem UpdateInputFields FN_UPDATE_INPUTFIELDS 8521cdf0e10cSrcweir() 8522cdf0e10cSrcweir[ 8523cdf0e10cSrcweir /* flags: */ 8524cdf0e10cSrcweir AutoUpdate = FALSE, 8525cdf0e10cSrcweir Cachable = Cachable, 8526cdf0e10cSrcweir FastCall = TRUE, 8527cdf0e10cSrcweir HasCoreId = FALSE, 8528cdf0e10cSrcweir HasDialog = FALSE, 8529cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8530cdf0e10cSrcweir Toggle = FALSE, 8531cdf0e10cSrcweir Container = FALSE, 8532cdf0e10cSrcweir RecordAbsolute = FALSE, 8533cdf0e10cSrcweir RecordPerSet; 8534cdf0e10cSrcweir Synchron; 8535cdf0e10cSrcweir 8536cdf0e10cSrcweir /* config: */ 8537cdf0e10cSrcweir AccelConfig = TRUE, 8538cdf0e10cSrcweir MenuConfig = TRUE, 8539cdf0e10cSrcweir StatusBarConfig = FALSE, 8540cdf0e10cSrcweir ToolBoxConfig = TRUE, 8541cdf0e10cSrcweir GroupId = GID_EDIT; 8542cdf0e10cSrcweir] 8543cdf0e10cSrcweir 8544cdf0e10cSrcweir//-------------------------------------------------------------------------- 8545cdf0e10cSrcweirSfxBoolItem ViewBounds FN_VIEW_BOUNDS 8546cdf0e10cSrcweir 8547cdf0e10cSrcweir[ 8548cdf0e10cSrcweir /* flags: */ 8549cdf0e10cSrcweir AutoUpdate = FALSE, 8550cdf0e10cSrcweir Cachable = Cachable, 8551cdf0e10cSrcweir FastCall = FALSE, 8552cdf0e10cSrcweir HasCoreId = FALSE, 8553cdf0e10cSrcweir HasDialog = FALSE, 8554cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8555cdf0e10cSrcweir Toggle = FALSE, 8556cdf0e10cSrcweir Container = FALSE, 8557cdf0e10cSrcweir RecordAbsolute = FALSE, 8558cdf0e10cSrcweir RecordPerSet; 8559cdf0e10cSrcweir Synchron; 8560cdf0e10cSrcweir 8561cdf0e10cSrcweir Readonly = FALSE, 8562cdf0e10cSrcweir 8563cdf0e10cSrcweir /* config: */ 8564cdf0e10cSrcweir AccelConfig = TRUE, 8565cdf0e10cSrcweir MenuConfig = TRUE, 8566cdf0e10cSrcweir StatusBarConfig = FALSE, 8567cdf0e10cSrcweir ToolBoxConfig = TRUE, 8568cdf0e10cSrcweir GroupId = GID_VIEW; 8569cdf0e10cSrcweir] 8570cdf0e10cSrcweir 8571cdf0e10cSrcweir//-------------------------------------------------------------------------- 8572cdf0e10cSrcweirSfxBoolItem VRuler FN_VLINEAL 8573cdf0e10cSrcweir 8574cdf0e10cSrcweir[ 8575cdf0e10cSrcweir /* flags: */ 8576cdf0e10cSrcweir AutoUpdate = FALSE, 8577cdf0e10cSrcweir Cachable = Cachable, 8578cdf0e10cSrcweir FastCall = FALSE, 8579cdf0e10cSrcweir HasCoreId = FALSE, 8580cdf0e10cSrcweir HasDialog = FALSE, 8581cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8582cdf0e10cSrcweir Toggle = FALSE, 8583cdf0e10cSrcweir Container = FALSE, 8584cdf0e10cSrcweir RecordAbsolute = FALSE, 8585cdf0e10cSrcweir RecordPerSet; 8586cdf0e10cSrcweir Synchron; 8587cdf0e10cSrcweir 8588cdf0e10cSrcweir Readonly = FALSE, 8589cdf0e10cSrcweir 8590cdf0e10cSrcweir /* config: */ 8591cdf0e10cSrcweir AccelConfig = TRUE, 8592cdf0e10cSrcweir MenuConfig = TRUE, 8593cdf0e10cSrcweir StatusBarConfig = FALSE, 8594cdf0e10cSrcweir ToolBoxConfig = TRUE, 8595cdf0e10cSrcweir GroupId = GID_VIEW; 8596cdf0e10cSrcweir] 8597cdf0e10cSrcweir 8598cdf0e10cSrcweir//-------------------------------------------------------------------------- 8599cdf0e10cSrcweirSfxBoolItem VScroll FN_VSCROLLBAR 8600cdf0e10cSrcweir 8601cdf0e10cSrcweir[ 8602cdf0e10cSrcweir /* flags: */ 8603cdf0e10cSrcweir AutoUpdate = FALSE, 8604cdf0e10cSrcweir Cachable = Cachable, 8605cdf0e10cSrcweir FastCall = FALSE, 8606cdf0e10cSrcweir HasCoreId = FALSE, 8607cdf0e10cSrcweir HasDialog = FALSE, 8608cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8609cdf0e10cSrcweir Toggle = FALSE, 8610cdf0e10cSrcweir Container = FALSE, 8611cdf0e10cSrcweir RecordAbsolute = FALSE, 8612cdf0e10cSrcweir RecordPerSet; 8613cdf0e10cSrcweir Synchron; 8614cdf0e10cSrcweir 8615cdf0e10cSrcweir Readonly = FALSE, 8616cdf0e10cSrcweir 8617cdf0e10cSrcweir /* config: */ 8618cdf0e10cSrcweir AccelConfig = TRUE, 8619cdf0e10cSrcweir MenuConfig = TRUE, 8620cdf0e10cSrcweir StatusBarConfig = FALSE, 8621cdf0e10cSrcweir ToolBoxConfig = TRUE, 8622cdf0e10cSrcweir GroupId = GID_VIEW; 8623cdf0e10cSrcweir] 8624cdf0e10cSrcweir 8625cdf0e10cSrcweir//-------------------------------------------------------------------------- 8626cdf0e10cSrcweirSfxVoidItem WordLeftSel FN_PREV_WORD_SEL 8627cdf0e10cSrcweir() 8628cdf0e10cSrcweir[ 8629cdf0e10cSrcweir /* flags: */ 8630cdf0e10cSrcweir AutoUpdate = FALSE, 8631cdf0e10cSrcweir Cachable = Cachable, 8632cdf0e10cSrcweir FastCall = TRUE, 8633cdf0e10cSrcweir HasCoreId = FALSE, 8634cdf0e10cSrcweir HasDialog = FALSE, 8635cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8636cdf0e10cSrcweir Toggle = FALSE, 8637cdf0e10cSrcweir Container = FALSE, 8638cdf0e10cSrcweir RecordAbsolute = FALSE, 8639cdf0e10cSrcweir RecordPerSet; 8640cdf0e10cSrcweir Synchron; 8641cdf0e10cSrcweir 8642cdf0e10cSrcweir /* config: */ 8643cdf0e10cSrcweir AccelConfig = TRUE, 8644cdf0e10cSrcweir MenuConfig = FALSE, 8645cdf0e10cSrcweir StatusBarConfig = FALSE, 8646cdf0e10cSrcweir ToolBoxConfig = FALSE, 8647cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 8648cdf0e10cSrcweir] 8649cdf0e10cSrcweir 8650cdf0e10cSrcweir//-------------------------------------------------------------------------- 8651cdf0e10cSrcweirSfxVoidItem WordRightSel FN_NEXT_WORD_SEL 8652cdf0e10cSrcweir() 8653cdf0e10cSrcweir[ 8654cdf0e10cSrcweir /* flags: */ 8655cdf0e10cSrcweir AutoUpdate = FALSE, 8656cdf0e10cSrcweir Cachable = Cachable, 8657cdf0e10cSrcweir FastCall = TRUE, 8658cdf0e10cSrcweir HasCoreId = FALSE, 8659cdf0e10cSrcweir HasDialog = FALSE, 8660cdf0e10cSrcweir ReadOnlyDoc = TRUE, 8661cdf0e10cSrcweir Toggle = FALSE, 8662cdf0e10cSrcweir Container = FALSE, 8663cdf0e10cSrcweir RecordAbsolute = FALSE, 8664cdf0e10cSrcweir RecordPerSet; 8665cdf0e10cSrcweir Synchron; 8666cdf0e10cSrcweir 8667cdf0e10cSrcweir /* config: */ 8668cdf0e10cSrcweir AccelConfig = TRUE, 8669cdf0e10cSrcweir MenuConfig = FALSE, 8670cdf0e10cSrcweir StatusBarConfig = FALSE, 8671cdf0e10cSrcweir ToolBoxConfig = FALSE, 8672cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 8673cdf0e10cSrcweir] 8674cdf0e10cSrcweir 8675cdf0e10cSrcweir//-------------------------------------------------------------------------- 8676cdf0e10cSrcweirSfxBoolItem WrapAnchorOnly FN_WRAP_ANCHOR_ONLY 8677cdf0e10cSrcweir() 8678cdf0e10cSrcweir[ 8679cdf0e10cSrcweir /* flags: */ 8680cdf0e10cSrcweir AutoUpdate = TRUE, 8681cdf0e10cSrcweir Cachable = Cachable, 8682cdf0e10cSrcweir FastCall = FALSE, 8683cdf0e10cSrcweir HasCoreId = FALSE, 8684cdf0e10cSrcweir HasDialog = FALSE, 8685cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8686cdf0e10cSrcweir Toggle = FALSE, 8687cdf0e10cSrcweir Container = FALSE, 8688cdf0e10cSrcweir RecordAbsolute = FALSE, 8689cdf0e10cSrcweir RecordPerSet; 8690cdf0e10cSrcweir Synchron; 8691cdf0e10cSrcweir 8692cdf0e10cSrcweir /* config: */ 8693cdf0e10cSrcweir AccelConfig = TRUE, 8694cdf0e10cSrcweir MenuConfig = TRUE, 8695cdf0e10cSrcweir StatusBarConfig = FALSE, 8696cdf0e10cSrcweir ToolBoxConfig = TRUE, 8697cdf0e10cSrcweir GroupId = GID_FRAME; 8698cdf0e10cSrcweir] 8699cdf0e10cSrcweir 8700cdf0e10cSrcweir//-------------------------------------------------------------------------- 8701cdf0e10cSrcweirSfxBoolItem WrapContour FN_FRAME_WRAP_CONTOUR 8702cdf0e10cSrcweir() 8703cdf0e10cSrcweir[ 8704cdf0e10cSrcweir /* flags: */ 8705cdf0e10cSrcweir AutoUpdate = TRUE, 8706cdf0e10cSrcweir Cachable = Cachable, 8707cdf0e10cSrcweir FastCall = FALSE, 8708cdf0e10cSrcweir HasCoreId = FALSE, 8709cdf0e10cSrcweir HasDialog = FALSE, 8710cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8711cdf0e10cSrcweir Toggle = FALSE, 8712cdf0e10cSrcweir Container = FALSE, 8713cdf0e10cSrcweir RecordAbsolute = FALSE, 8714cdf0e10cSrcweir RecordPerSet; 8715cdf0e10cSrcweir Synchron; 8716cdf0e10cSrcweir 8717cdf0e10cSrcweir ImageRotation = TRUE; 8718cdf0e10cSrcweir ImageReflection = TRUE; 8719cdf0e10cSrcweir /* config: */ 8720cdf0e10cSrcweir AccelConfig = TRUE, 8721cdf0e10cSrcweir MenuConfig = TRUE, 8722cdf0e10cSrcweir StatusBarConfig = FALSE, 8723cdf0e10cSrcweir ToolBoxConfig = TRUE, 8724cdf0e10cSrcweir GroupId = GID_FRAME; 8725cdf0e10cSrcweir] 8726cdf0e10cSrcweir 8727cdf0e10cSrcweir//-------------------------------------------------------------------------- 8728cdf0e10cSrcweirSfxBoolItem WrapIdeal FN_FRAME_WRAP_IDEAL 8729cdf0e10cSrcweir() 8730cdf0e10cSrcweir[ 8731cdf0e10cSrcweir /* flags: */ 8732cdf0e10cSrcweir AutoUpdate = TRUE, 8733cdf0e10cSrcweir Cachable = Cachable, 8734cdf0e10cSrcweir FastCall = FALSE, 8735cdf0e10cSrcweir HasCoreId = FALSE, 8736cdf0e10cSrcweir HasDialog = FALSE, 8737cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8738cdf0e10cSrcweir Toggle = FALSE, 8739cdf0e10cSrcweir Container = FALSE, 8740cdf0e10cSrcweir RecordAbsolute = FALSE, 8741cdf0e10cSrcweir RecordPerSet; 8742cdf0e10cSrcweir Synchron; 8743cdf0e10cSrcweir 8744cdf0e10cSrcweir /* config: */ 8745cdf0e10cSrcweir AccelConfig = TRUE, 8746cdf0e10cSrcweir MenuConfig = TRUE, 8747cdf0e10cSrcweir StatusBarConfig = FALSE, 8748cdf0e10cSrcweir ToolBoxConfig = TRUE, 8749cdf0e10cSrcweir GroupId = GID_FRAME; 8750cdf0e10cSrcweir] 8751cdf0e10cSrcweir 8752cdf0e10cSrcweir//-------------------------------------------------------------------------- 8753cdf0e10cSrcweirSfxBoolItem WrapLeft FN_FRAME_WRAP_LEFT 8754cdf0e10cSrcweir() 8755cdf0e10cSrcweir[ 8756cdf0e10cSrcweir /* flags: */ 8757cdf0e10cSrcweir AutoUpdate = TRUE, 8758cdf0e10cSrcweir Cachable = Cachable, 8759cdf0e10cSrcweir FastCall = FALSE, 8760cdf0e10cSrcweir HasCoreId = FALSE, 8761cdf0e10cSrcweir HasDialog = FALSE, 8762cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8763cdf0e10cSrcweir Toggle = FALSE, 8764cdf0e10cSrcweir Container = FALSE, 8765cdf0e10cSrcweir RecordAbsolute = FALSE, 8766cdf0e10cSrcweir RecordPerSet; 8767cdf0e10cSrcweir Synchron; 8768cdf0e10cSrcweir 8769cdf0e10cSrcweir /* config: */ 8770cdf0e10cSrcweir AccelConfig = TRUE, 8771cdf0e10cSrcweir MenuConfig = TRUE, 8772cdf0e10cSrcweir StatusBarConfig = FALSE, 8773cdf0e10cSrcweir ToolBoxConfig = TRUE, 8774cdf0e10cSrcweir GroupId = GID_FRAME; 8775cdf0e10cSrcweir] 8776cdf0e10cSrcweir 8777cdf0e10cSrcweir//-------------------------------------------------------------------------- 8778cdf0e10cSrcweirSfxBoolItem WrapOff FN_FRAME_NOWRAP 8779cdf0e10cSrcweir() 8780cdf0e10cSrcweir[ 8781cdf0e10cSrcweir /* flags: */ 8782cdf0e10cSrcweir AutoUpdate = TRUE, 8783cdf0e10cSrcweir Cachable = Cachable, 8784cdf0e10cSrcweir FastCall = FALSE, 8785cdf0e10cSrcweir HasCoreId = FALSE, 8786cdf0e10cSrcweir HasDialog = FALSE, 8787cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8788cdf0e10cSrcweir Toggle = TRUE, 8789cdf0e10cSrcweir Container = FALSE, 8790cdf0e10cSrcweir RecordAbsolute = FALSE, 8791cdf0e10cSrcweir RecordPerSet; 8792cdf0e10cSrcweir Synchron; 8793cdf0e10cSrcweir 8794cdf0e10cSrcweir ImageRotation = TRUE; 8795cdf0e10cSrcweir ImageReflection = TRUE; 8796cdf0e10cSrcweir /* config: */ 8797cdf0e10cSrcweir AccelConfig = TRUE, 8798cdf0e10cSrcweir MenuConfig = TRUE, 8799cdf0e10cSrcweir StatusBarConfig = FALSE, 8800cdf0e10cSrcweir ToolBoxConfig = TRUE, 8801cdf0e10cSrcweir GroupId = GID_FRAME; 8802cdf0e10cSrcweir] 8803cdf0e10cSrcweir 8804cdf0e10cSrcweir//-------------------------------------------------------------------------- 8805cdf0e10cSrcweirSfxBoolItem WrapOn FN_FRAME_WRAP 8806cdf0e10cSrcweir() 8807cdf0e10cSrcweir[ 8808cdf0e10cSrcweir /* flags: */ 8809cdf0e10cSrcweir AutoUpdate = TRUE, 8810cdf0e10cSrcweir Cachable = Cachable, 8811cdf0e10cSrcweir FastCall = FALSE, 8812cdf0e10cSrcweir HasCoreId = FALSE, 8813cdf0e10cSrcweir HasDialog = FALSE, 8814cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8815cdf0e10cSrcweir Toggle = FALSE, 8816cdf0e10cSrcweir Container = FALSE, 8817cdf0e10cSrcweir RecordAbsolute = FALSE, 8818cdf0e10cSrcweir RecordPerSet; 8819cdf0e10cSrcweir Synchron; 8820cdf0e10cSrcweir 8821cdf0e10cSrcweir ImageRotation = TRUE; 8822cdf0e10cSrcweir ImageReflection = TRUE; 8823cdf0e10cSrcweir /* config: */ 8824cdf0e10cSrcweir AccelConfig = TRUE, 8825cdf0e10cSrcweir MenuConfig = TRUE, 8826cdf0e10cSrcweir StatusBarConfig = FALSE, 8827cdf0e10cSrcweir ToolBoxConfig = TRUE, 8828cdf0e10cSrcweir GroupId = GID_FRAME; 8829cdf0e10cSrcweir] 8830cdf0e10cSrcweir 8831cdf0e10cSrcweir//-------------------------------------------------------------------------- 8832cdf0e10cSrcweirSfxBoolItem WrapRight FN_FRAME_WRAP_RIGHT 8833cdf0e10cSrcweir() 8834cdf0e10cSrcweir[ 8835cdf0e10cSrcweir /* flags: */ 8836cdf0e10cSrcweir AutoUpdate = TRUE, 8837cdf0e10cSrcweir Cachable = Cachable, 8838cdf0e10cSrcweir FastCall = FALSE, 8839cdf0e10cSrcweir HasCoreId = FALSE, 8840cdf0e10cSrcweir HasDialog = FALSE, 8841cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8842cdf0e10cSrcweir Toggle = FALSE, 8843cdf0e10cSrcweir Container = FALSE, 8844cdf0e10cSrcweir RecordAbsolute = FALSE, 8845cdf0e10cSrcweir RecordPerSet; 8846cdf0e10cSrcweir Synchron; 8847cdf0e10cSrcweir 8848cdf0e10cSrcweir /* config: */ 8849cdf0e10cSrcweir AccelConfig = TRUE, 8850cdf0e10cSrcweir MenuConfig = TRUE, 8851cdf0e10cSrcweir StatusBarConfig = FALSE, 8852cdf0e10cSrcweir ToolBoxConfig = TRUE, 8853cdf0e10cSrcweir GroupId = GID_FRAME; 8854cdf0e10cSrcweir] 8855cdf0e10cSrcweir 8856cdf0e10cSrcweir//-------------------------------------------------------------------------- 8857cdf0e10cSrcweirSfxBoolItem WrapThrough FN_FRAME_WRAPTHRU 8858cdf0e10cSrcweir() 8859cdf0e10cSrcweir[ 8860cdf0e10cSrcweir /* flags: */ 8861cdf0e10cSrcweir AutoUpdate = TRUE, 8862cdf0e10cSrcweir Cachable = Cachable, 8863cdf0e10cSrcweir FastCall = FALSE, 8864cdf0e10cSrcweir HasCoreId = FALSE, 8865cdf0e10cSrcweir HasDialog = FALSE, 8866cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8867cdf0e10cSrcweir Toggle = FALSE, 8868cdf0e10cSrcweir Container = FALSE, 8869cdf0e10cSrcweir RecordAbsolute = FALSE, 8870cdf0e10cSrcweir RecordPerSet; 8871cdf0e10cSrcweir Synchron; 8872cdf0e10cSrcweir 8873cdf0e10cSrcweir ImageRotation = TRUE; 8874cdf0e10cSrcweir ImageReflection = TRUE; 8875cdf0e10cSrcweir /* config: */ 8876cdf0e10cSrcweir AccelConfig = TRUE, 8877cdf0e10cSrcweir MenuConfig = TRUE, 8878cdf0e10cSrcweir StatusBarConfig = FALSE, 8879cdf0e10cSrcweir ToolBoxConfig = TRUE, 8880cdf0e10cSrcweir GroupId = GID_FRAME; 8881cdf0e10cSrcweir] 8882cdf0e10cSrcweir 8883cdf0e10cSrcweir//-------------------------------------------------------------------------- 8884cdf0e10cSrcweirSfxBoolItem WrapThroughTransparent FN_FRAME_WRAPTHRU_TRANSP 8885cdf0e10cSrcweir() 8886cdf0e10cSrcweir[ 8887cdf0e10cSrcweir /* flags: */ 8888cdf0e10cSrcweir AutoUpdate = TRUE, 8889cdf0e10cSrcweir Cachable = Cachable, 8890cdf0e10cSrcweir FastCall = FALSE, 8891cdf0e10cSrcweir HasCoreId = FALSE, 8892cdf0e10cSrcweir HasDialog = FALSE, 8893cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8894cdf0e10cSrcweir Toggle = FALSE, 8895cdf0e10cSrcweir Container = FALSE, 8896cdf0e10cSrcweir RecordAbsolute = FALSE, 8897cdf0e10cSrcweir RecordPerSet; 8898cdf0e10cSrcweir Synchron; 8899cdf0e10cSrcweir 8900cdf0e10cSrcweir /* config: */ 8901cdf0e10cSrcweir AccelConfig = TRUE, 8902cdf0e10cSrcweir MenuConfig = TRUE, 8903cdf0e10cSrcweir StatusBarConfig = FALSE, 8904cdf0e10cSrcweir ToolBoxConfig = TRUE, 8905cdf0e10cSrcweir GroupId = GID_FRAME; 8906cdf0e10cSrcweir] 8907cdf0e10cSrcweir 8908cdf0e10cSrcweir//-------------------------------------------------------------------------- 8909cdf0e10cSrcweirSfxVoidItem InsertText FN_INSERT_STRING 8910cdf0e10cSrcweir(SfxStringItem Text FN_INSERT_STRING) 8911cdf0e10cSrcweir[ 8912cdf0e10cSrcweir /* flags: */ 8913cdf0e10cSrcweir AutoUpdate = FALSE, 8914cdf0e10cSrcweir Cachable = Cachable, 8915cdf0e10cSrcweir FastCall = FALSE, 8916cdf0e10cSrcweir HasCoreId = FALSE, 8917cdf0e10cSrcweir HasDialog = FALSE, 8918cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8919cdf0e10cSrcweir Toggle = FALSE, 8920cdf0e10cSrcweir Container = FALSE, 8921cdf0e10cSrcweir RecordAbsolute = FALSE, 8922cdf0e10cSrcweir RecordPerSet; 8923cdf0e10cSrcweir Synchron; 8924cdf0e10cSrcweir 8925cdf0e10cSrcweir /* config: */ 8926cdf0e10cSrcweir AccelConfig = FALSE, 8927cdf0e10cSrcweir MenuConfig = FALSE, 8928cdf0e10cSrcweir StatusBarConfig = FALSE, 8929cdf0e10cSrcweir ToolBoxConfig = FALSE, 8930cdf0e10cSrcweir GroupId = GID_INSERT; 8931cdf0e10cSrcweir] 8932cdf0e10cSrcweir 8933cdf0e10cSrcweir//-------------------------------------------------------------------------- 8934cdf0e10cSrcweirSwNumRuleItem NumRule SID_ATTR_PARA_NUMRULE 8935cdf0e10cSrcweir 8936cdf0e10cSrcweir[ 8937cdf0e10cSrcweir /* flags: */ 8938cdf0e10cSrcweir AutoUpdate = FALSE, 8939cdf0e10cSrcweir Cachable = Cachable, 8940cdf0e10cSrcweir FastCall = FALSE, 8941cdf0e10cSrcweir HasCoreId = FALSE, 8942cdf0e10cSrcweir HasDialog = FALSE, 8943cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8944cdf0e10cSrcweir Toggle = FALSE, 8945cdf0e10cSrcweir Container = FALSE, 8946cdf0e10cSrcweir RecordAbsolute = FALSE, 8947cdf0e10cSrcweir RecordPerSet; 8948cdf0e10cSrcweir Synchron; 8949cdf0e10cSrcweir 8950cdf0e10cSrcweir Readonly = FALSE, 8951cdf0e10cSrcweir 8952cdf0e10cSrcweir /* config: */ 8953cdf0e10cSrcweir AccelConfig = FALSE, 8954cdf0e10cSrcweir MenuConfig = FALSE, 8955cdf0e10cSrcweir StatusBarConfig = FALSE, 8956cdf0e10cSrcweir ToolBoxConfig = FALSE, 8957cdf0e10cSrcweir GroupId = GID_FORMAT; 8958cdf0e10cSrcweir] 8959cdf0e10cSrcweir 8960cdf0e10cSrcweir//#outline level,add by zhaojianwei 8961cdf0e10cSrcweir//--------------------------------------------------------------------------- 8962cdf0e10cSrcweirSfxUInt16Item OutlineLevel SID_ATTR_PARA_OUTLINE_LEVEL 8963cdf0e10cSrcweir 8964cdf0e10cSrcweir[ 8965cdf0e10cSrcweir /* flags: */ 8966cdf0e10cSrcweir AutoUpdate = FALSE, 8967cdf0e10cSrcweir Cachable = Cachable, 8968cdf0e10cSrcweir FastCall = FALSE, 8969cdf0e10cSrcweir HasCoreId = FALSE, 8970cdf0e10cSrcweir HasDialog = FALSE, 8971cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8972cdf0e10cSrcweir Toggle = FALSE, 8973cdf0e10cSrcweir Container = FALSE, 8974cdf0e10cSrcweir RecordAbsolute = FALSE, 8975cdf0e10cSrcweir RecordPerSet; 8976cdf0e10cSrcweir Synchron; 8977cdf0e10cSrcweir 8978cdf0e10cSrcweir Readonly = FALSE, 8979cdf0e10cSrcweir 8980cdf0e10cSrcweir /* config: */ 8981cdf0e10cSrcweir AccelConfig = FALSE, 8982cdf0e10cSrcweir MenuConfig = FALSE, 8983cdf0e10cSrcweir StatusBarConfig = FALSE, 8984cdf0e10cSrcweir ToolBoxConfig = FALSE, 8985cdf0e10cSrcweir GroupId = GID_FORMAT; 8986cdf0e10cSrcweir] 8987cdf0e10cSrcweir//<-end,zhaojianwei 8988cdf0e10cSrcweir//-------------------------------------------------------------------------- 8989cdf0e10cSrcweirSfxUInt16Item NumNewStartAt FN_NUMBER_NEWSTART_AT 8990cdf0e10cSrcweir 8991cdf0e10cSrcweir[ 8992cdf0e10cSrcweir /* flags: */ 8993cdf0e10cSrcweir AutoUpdate = FALSE, 8994cdf0e10cSrcweir Cachable = Cachable, 8995cdf0e10cSrcweir FastCall = FALSE, 8996cdf0e10cSrcweir HasCoreId = FALSE, 8997cdf0e10cSrcweir HasDialog = FALSE, 8998cdf0e10cSrcweir ReadOnlyDoc = FALSE, 8999cdf0e10cSrcweir Toggle = FALSE, 9000cdf0e10cSrcweir Container = FALSE, 9001cdf0e10cSrcweir RecordAbsolute = FALSE, 9002cdf0e10cSrcweir RecordPerSet; 9003cdf0e10cSrcweir Synchron; 9004cdf0e10cSrcweir 9005cdf0e10cSrcweir Readonly = FALSE, 9006cdf0e10cSrcweir 9007cdf0e10cSrcweir /* config: */ 9008cdf0e10cSrcweir AccelConfig = FALSE, 9009cdf0e10cSrcweir MenuConfig = FALSE, 9010cdf0e10cSrcweir StatusBarConfig = FALSE, 9011cdf0e10cSrcweir ToolBoxConfig = FALSE, 9012cdf0e10cSrcweir GroupId = GID_FORMAT; 9013cdf0e10cSrcweir] 9014cdf0e10cSrcweir 9015cdf0e10cSrcweir//-------------------------------------------------------------------------- 9016cdf0e10cSrcweirSwFmtLineNumber LineNumber FN_FORMAT_LINENUMBER 9017cdf0e10cSrcweir 9018cdf0e10cSrcweir[ 9019cdf0e10cSrcweir /* flags: */ 9020cdf0e10cSrcweir AutoUpdate = FALSE, 9021cdf0e10cSrcweir Cachable = Cachable, 9022cdf0e10cSrcweir FastCall = FALSE, 9023cdf0e10cSrcweir HasCoreId = FALSE, 9024cdf0e10cSrcweir HasDialog = FALSE, 9025cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9026cdf0e10cSrcweir Toggle = FALSE, 9027cdf0e10cSrcweir Container = FALSE, 9028cdf0e10cSrcweir RecordAbsolute = FALSE, 9029cdf0e10cSrcweir RecordPerSet; 9030cdf0e10cSrcweir Synchron; 9031cdf0e10cSrcweir 9032cdf0e10cSrcweir Readonly = FALSE, 9033cdf0e10cSrcweir 9034cdf0e10cSrcweir /* config: */ 9035cdf0e10cSrcweir AccelConfig = FALSE, 9036cdf0e10cSrcweir MenuConfig = FALSE, 9037cdf0e10cSrcweir StatusBarConfig = FALSE, 9038cdf0e10cSrcweir ToolBoxConfig = FALSE, 9039cdf0e10cSrcweir GroupId = GID_FORMAT; 9040cdf0e10cSrcweir] 9041cdf0e10cSrcweir 9042cdf0e10cSrcweir//-------------------------------------------------------------------------- 9043cdf0e10cSrcweirSfxUInt16Item PageNumber SID_ATTR_PARA_PAGENUM 9044cdf0e10cSrcweir 9045cdf0e10cSrcweir[ 9046cdf0e10cSrcweir /* flags: */ 9047cdf0e10cSrcweir AutoUpdate = FALSE, 9048cdf0e10cSrcweir Cachable = Cachable, 9049cdf0e10cSrcweir FastCall = FALSE, 9050cdf0e10cSrcweir HasCoreId = FALSE, 9051cdf0e10cSrcweir HasDialog = FALSE, 9052cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9053cdf0e10cSrcweir Toggle = FALSE, 9054cdf0e10cSrcweir Container = FALSE, 9055cdf0e10cSrcweir RecordAbsolute = FALSE, 9056cdf0e10cSrcweir RecordPerSet; 9057cdf0e10cSrcweir Synchron; 9058cdf0e10cSrcweir 9059cdf0e10cSrcweir Readonly = FALSE, 9060cdf0e10cSrcweir 9061cdf0e10cSrcweir /* config: */ 9062cdf0e10cSrcweir AccelConfig = FALSE, 9063cdf0e10cSrcweir MenuConfig = FALSE, 9064cdf0e10cSrcweir StatusBarConfig = FALSE, 9065cdf0e10cSrcweir ToolBoxConfig = FALSE, 9066cdf0e10cSrcweir GroupId = GID_FORMAT; 9067cdf0e10cSrcweir] 9068cdf0e10cSrcweir 9069cdf0e10cSrcweir//-------------------------------------------------------------------------- 9070cdf0e10cSrcweirSwRegisterItem RegisterTrue SID_ATTR_PARA_REGISTER 9071cdf0e10cSrcweir 9072cdf0e10cSrcweir[ 9073cdf0e10cSrcweir /* flags: */ 9074cdf0e10cSrcweir AutoUpdate = FALSE, 9075cdf0e10cSrcweir Cachable = Cachable, 9076cdf0e10cSrcweir FastCall = FALSE, 9077cdf0e10cSrcweir HasCoreId = FALSE, 9078cdf0e10cSrcweir HasDialog = FALSE, 9079cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9080cdf0e10cSrcweir Toggle = FALSE, 9081cdf0e10cSrcweir Container = FALSE, 9082cdf0e10cSrcweir RecordAbsolute = FALSE, 9083cdf0e10cSrcweir RecordPerSet; 9084cdf0e10cSrcweir Synchron; 9085cdf0e10cSrcweir 9086cdf0e10cSrcweir Readonly = FALSE, 9087cdf0e10cSrcweir 9088cdf0e10cSrcweir /* config: */ 9089cdf0e10cSrcweir AccelConfig = FALSE, 9090cdf0e10cSrcweir MenuConfig = FALSE, 9091cdf0e10cSrcweir StatusBarConfig = FALSE, 9092cdf0e10cSrcweir ToolBoxConfig = FALSE, 9093cdf0e10cSrcweir GroupId = GID_FORMAT; 9094cdf0e10cSrcweir] 9095cdf0e10cSrcweir 9096cdf0e10cSrcweir//-------------------------------------------------------------------------- 9097cdf0e10cSrcweirSfxVoidItem JumpToFootnoteArea FN_TO_FOOTNOTE_AREA 9098cdf0e10cSrcweir() 9099cdf0e10cSrcweir[ 9100cdf0e10cSrcweir /* flags: */ 9101cdf0e10cSrcweir AutoUpdate = FALSE, 9102cdf0e10cSrcweir Cachable = Cachable, 9103cdf0e10cSrcweir FastCall = TRUE, 9104cdf0e10cSrcweir HasCoreId = FALSE, 9105cdf0e10cSrcweir HasDialog = FALSE, 9106cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9107cdf0e10cSrcweir Toggle = FALSE, 9108cdf0e10cSrcweir Container = FALSE, 9109cdf0e10cSrcweir RecordAbsolute = FALSE, 9110cdf0e10cSrcweir RecordPerSet; 9111cdf0e10cSrcweir Synchron; 9112cdf0e10cSrcweir 9113cdf0e10cSrcweir /* config: */ 9114cdf0e10cSrcweir AccelConfig = TRUE, 9115cdf0e10cSrcweir MenuConfig = TRUE, 9116cdf0e10cSrcweir StatusBarConfig = FALSE, 9117cdf0e10cSrcweir ToolBoxConfig = TRUE, 9118cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 9119cdf0e10cSrcweir] 9120cdf0e10cSrcweir 9121cdf0e10cSrcweir//-------------------------------------------------------------------------- 9122cdf0e10cSrcweirSwFmtINetFmt HyperlinkAttributes FN_TXTATR_INET 9123cdf0e10cSrcweir 9124cdf0e10cSrcweir[ 9125cdf0e10cSrcweir /* flags: */ 9126cdf0e10cSrcweir AutoUpdate = FALSE, 9127cdf0e10cSrcweir Cachable = Cachable, 9128cdf0e10cSrcweir FastCall = TRUE, 9129cdf0e10cSrcweir HasCoreId = FALSE, 9130cdf0e10cSrcweir HasDialog = FALSE, 9131cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9132cdf0e10cSrcweir Toggle = FALSE, 9133cdf0e10cSrcweir Container = FALSE, 9134cdf0e10cSrcweir RecordAbsolute = FALSE, 9135cdf0e10cSrcweir RecordPerSet; 9136cdf0e10cSrcweir Synchron; 9137cdf0e10cSrcweir 9138cdf0e10cSrcweir Readonly = FALSE, 9139cdf0e10cSrcweir 9140cdf0e10cSrcweir /* config: */ 9141cdf0e10cSrcweir AccelConfig = FALSE, 9142cdf0e10cSrcweir MenuConfig = FALSE, 9143cdf0e10cSrcweir StatusBarConfig = FALSE, 9144cdf0e10cSrcweir ToolBoxConfig = FALSE, 9145cdf0e10cSrcweir GroupId = GID_FORMAT; 9146cdf0e10cSrcweir] 9147cdf0e10cSrcweir 9148cdf0e10cSrcweir//-------------------------------------------------------------------------- 9149cdf0e10cSrcweirSfxVoidItem InsertGlossary FN_INSERT_GLOSSARY 9150cdf0e10cSrcweir(SfxStringItem Group FN_INSERT_GLOSSARY,SfxStringItem ShortName FN_PARAM_1) 9151cdf0e10cSrcweir[ 9152cdf0e10cSrcweir /* flags: */ 9153cdf0e10cSrcweir AutoUpdate = FALSE, 9154cdf0e10cSrcweir Cachable = Cachable, 9155cdf0e10cSrcweir FastCall = FALSE, 9156cdf0e10cSrcweir HasCoreId = FALSE, 9157cdf0e10cSrcweir HasDialog = FALSE, 9158cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9159cdf0e10cSrcweir Toggle = FALSE, 9160cdf0e10cSrcweir Container = FALSE, 9161cdf0e10cSrcweir RecordAbsolute = FALSE, 9162cdf0e10cSrcweir RecordPerSet; 9163cdf0e10cSrcweir Synchron; 9164cdf0e10cSrcweir 9165cdf0e10cSrcweir /* config: */ 9166cdf0e10cSrcweir AccelConfig = FALSE, 9167cdf0e10cSrcweir MenuConfig = FALSE, 9168cdf0e10cSrcweir StatusBarConfig = FALSE, 9169cdf0e10cSrcweir ToolBoxConfig = FALSE, 9170cdf0e10cSrcweir GroupId = GID_INSERT; 9171cdf0e10cSrcweir] 9172cdf0e10cSrcweir 9173cdf0e10cSrcweir//-------------------------------------------------------------------------- 9174cdf0e10cSrcweirSfxVoidItem NewGlossary FN_NEW_GLOSSARY 9175cdf0e10cSrcweir(SfxStringItem Group FN_NEW_GLOSSARY,SfxStringItem Name FN_PARAM_1,SfxStringItem ShortName FN_PARAM_2) 9176cdf0e10cSrcweir[ 9177cdf0e10cSrcweir /* flags: */ 9178cdf0e10cSrcweir AutoUpdate = FALSE, 9179cdf0e10cSrcweir Cachable = Cachable, 9180cdf0e10cSrcweir FastCall = FALSE, 9181cdf0e10cSrcweir HasCoreId = FALSE, 9182cdf0e10cSrcweir HasDialog = FALSE, 9183cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9184cdf0e10cSrcweir Toggle = FALSE, 9185cdf0e10cSrcweir Container = FALSE, 9186cdf0e10cSrcweir RecordAbsolute = FALSE, 9187cdf0e10cSrcweir RecordPerSet; 9188cdf0e10cSrcweir Synchron; 9189cdf0e10cSrcweir 9190cdf0e10cSrcweir /* config: */ 9191cdf0e10cSrcweir AccelConfig = FALSE, 9192cdf0e10cSrcweir MenuConfig = FALSE, 9193cdf0e10cSrcweir StatusBarConfig = FALSE, 9194cdf0e10cSrcweir ToolBoxConfig = FALSE, 9195cdf0e10cSrcweir GroupId = GID_EDIT; 9196cdf0e10cSrcweir] 9197cdf0e10cSrcweir 9198cdf0e10cSrcweir//-------------------------------------------------------------------------- 9199cdf0e10cSrcweirSfxVoidItem SetActGlossaryGroup FN_SET_ACT_GLOSSARY 9200cdf0e10cSrcweir(SfxStringItem Group FN_SET_ACT_GLOSSARY) 9201cdf0e10cSrcweir[ 9202cdf0e10cSrcweir /* flags: */ 9203cdf0e10cSrcweir AutoUpdate = FALSE, 9204cdf0e10cSrcweir Cachable = Cachable, 9205cdf0e10cSrcweir FastCall = FALSE, 9206cdf0e10cSrcweir HasCoreId = FALSE, 9207cdf0e10cSrcweir HasDialog = FALSE, 9208cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9209cdf0e10cSrcweir Toggle = FALSE, 9210cdf0e10cSrcweir Container = FALSE, 9211cdf0e10cSrcweir RecordAbsolute = FALSE, 9212cdf0e10cSrcweir RecordPerSet; 9213cdf0e10cSrcweir Synchron; 9214cdf0e10cSrcweir 9215cdf0e10cSrcweir /* config: */ 9216cdf0e10cSrcweir AccelConfig = FALSE, 9217cdf0e10cSrcweir MenuConfig = FALSE, 9218cdf0e10cSrcweir StatusBarConfig = FALSE, 9219cdf0e10cSrcweir ToolBoxConfig = FALSE, 9220cdf0e10cSrcweir GroupId = GID_EDIT; 9221cdf0e10cSrcweir] 9222cdf0e10cSrcweir 9223cdf0e10cSrcweir//-------------------------------------------------------------------------- 9224cdf0e10cSrcweirSfxVoidItem DeleteBookmark FN_DELETE_BOOKMARK 9225cdf0e10cSrcweir(SfxStringItem Bookmark FN_DELETE_BOOKMARK) 9226cdf0e10cSrcweir[ 9227cdf0e10cSrcweir /* flags: */ 9228cdf0e10cSrcweir AutoUpdate = FALSE, 9229cdf0e10cSrcweir Cachable = Cachable, 9230cdf0e10cSrcweir FastCall = TRUE, 9231cdf0e10cSrcweir HasCoreId = FALSE, 9232cdf0e10cSrcweir HasDialog = FALSE, 9233cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9234cdf0e10cSrcweir Toggle = FALSE, 9235cdf0e10cSrcweir Container = FALSE, 9236cdf0e10cSrcweir RecordAbsolute = FALSE, 9237cdf0e10cSrcweir RecordPerSet; 9238cdf0e10cSrcweir Synchron; 9239cdf0e10cSrcweir 9240cdf0e10cSrcweir /* config: */ 9241cdf0e10cSrcweir AccelConfig = FALSE, 9242cdf0e10cSrcweir MenuConfig = FALSE, 9243cdf0e10cSrcweir StatusBarConfig = FALSE, 9244cdf0e10cSrcweir ToolBoxConfig = FALSE, 9245cdf0e10cSrcweir GroupId = GID_EDIT; 9246cdf0e10cSrcweir] 9247cdf0e10cSrcweir 9248cdf0e10cSrcweir//-------------------------------------------------------------------------- 9249cdf0e10cSrcweirSfxVoidItem SetDropCapText FN_DROP_TEXT 9250cdf0e10cSrcweir(SfxStringItem DropCapText FN_DROP_TEXT) 9251cdf0e10cSrcweir[ 9252cdf0e10cSrcweir /* flags: */ 9253cdf0e10cSrcweir AutoUpdate = FALSE, 9254cdf0e10cSrcweir Cachable = Cachable, 9255cdf0e10cSrcweir FastCall = FALSE, 9256cdf0e10cSrcweir HasCoreId = FALSE, 9257cdf0e10cSrcweir HasDialog = FALSE, 9258cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9259cdf0e10cSrcweir Toggle = FALSE, 9260cdf0e10cSrcweir Container = FALSE, 9261cdf0e10cSrcweir RecordAbsolute = FALSE, 9262cdf0e10cSrcweir RecordPerSet; 9263cdf0e10cSrcweir Synchron; 9264cdf0e10cSrcweir 9265cdf0e10cSrcweir /* config: */ 9266cdf0e10cSrcweir AccelConfig = FALSE, 9267cdf0e10cSrcweir MenuConfig = FALSE, 9268cdf0e10cSrcweir StatusBarConfig = FALSE, 9269cdf0e10cSrcweir ToolBoxConfig = FALSE, 9270cdf0e10cSrcweir GroupId = GID_FORMAT; 9271cdf0e10cSrcweir] 9272cdf0e10cSrcweir 9273cdf0e10cSrcweir//-------------------------------------------------------------------------- 9274cdf0e10cSrcweirSfxVoidItem SetDropCapCharStyleName FN_DROP_CHAR_STYLE_NAME 9275cdf0e10cSrcweir(SfxStringItem CharStyleName FN_DROP_CHAR_STYLE_NAME) 9276cdf0e10cSrcweir[ 9277cdf0e10cSrcweir /* flags: */ 9278cdf0e10cSrcweir AutoUpdate = FALSE, 9279cdf0e10cSrcweir Cachable = Cachable, 9280cdf0e10cSrcweir FastCall = FALSE, 9281cdf0e10cSrcweir HasCoreId = FALSE, 9282cdf0e10cSrcweir HasDialog = FALSE, 9283cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9284cdf0e10cSrcweir Toggle = FALSE, 9285cdf0e10cSrcweir Container = FALSE, 9286cdf0e10cSrcweir RecordAbsolute = FALSE, 9287cdf0e10cSrcweir RecordPerSet; 9288cdf0e10cSrcweir Synchron; 9289cdf0e10cSrcweir 9290cdf0e10cSrcweir /* config: */ 9291cdf0e10cSrcweir AccelConfig = FALSE, 9292cdf0e10cSrcweir MenuConfig = FALSE, 9293cdf0e10cSrcweir StatusBarConfig = FALSE, 9294cdf0e10cSrcweir ToolBoxConfig = FALSE, 9295cdf0e10cSrcweir GroupId = GID_FORMAT; 9296cdf0e10cSrcweir] 9297cdf0e10cSrcweir 9298cdf0e10cSrcweir//-------------------------------------------------------------------------- 9299cdf0e10cSrcweirSfxBoolItem SelectTextMode FN_READONLY_SELECTION_MODE 9300cdf0e10cSrcweir 9301cdf0e10cSrcweir[ 9302cdf0e10cSrcweir /* flags: */ 9303cdf0e10cSrcweir AutoUpdate = TRUE, 9304cdf0e10cSrcweir Cachable = Cachable, 9305cdf0e10cSrcweir FastCall = FALSE, 9306cdf0e10cSrcweir HasCoreId = FALSE, 9307cdf0e10cSrcweir HasDialog = FALSE, 9308cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9309cdf0e10cSrcweir Toggle = FALSE, 9310cdf0e10cSrcweir Container = FALSE, 9311cdf0e10cSrcweir RecordAbsolute = FALSE, 9312cdf0e10cSrcweir RecordPerSet; 9313cdf0e10cSrcweir Synchron; 9314cdf0e10cSrcweir 9315cdf0e10cSrcweir Readonly = FALSE, 9316cdf0e10cSrcweir 9317cdf0e10cSrcweir /* config: */ 9318cdf0e10cSrcweir AccelConfig = TRUE, 9319cdf0e10cSrcweir MenuConfig = TRUE, 9320cdf0e10cSrcweir StatusBarConfig = FALSE, 9321cdf0e10cSrcweir ToolBoxConfig = TRUE, 9322cdf0e10cSrcweir GroupId = GID_EDIT; 9323cdf0e10cSrcweir] 9324cdf0e10cSrcweir 9325cdf0e10cSrcweir//-------------------------------------------------------------------------- 9326cdf0e10cSrcweirSfxBoolItem InsertDBField FN_INSERT_DBFIELD 9327cdf0e10cSrcweir(SfxUInt16Item Type FN_PARAM_FIELD_TYPE,SfxStringItem DBName FN_INSERT_DBFIELD,SfxStringItem Command FN_PARAM_1,SfxStringItem ColumnName FN_PARAM_2,SfxInt32Item CommandType FN_PARAM_3,SfxStringItem Content FN_PARAM_FIELD_CONTENT,SfxUInt32Item Format FN_PARAM_FIELD_FORMAT) 9328cdf0e10cSrcweir[ 9329cdf0e10cSrcweir /* flags: */ 9330cdf0e10cSrcweir AutoUpdate = FALSE, 9331cdf0e10cSrcweir Cachable = Cachable, 9332cdf0e10cSrcweir FastCall = TRUE, 9333cdf0e10cSrcweir HasCoreId = FALSE, 9334cdf0e10cSrcweir HasDialog = FALSE, 9335cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9336cdf0e10cSrcweir Toggle = FALSE, 9337cdf0e10cSrcweir Container = FALSE, 9338cdf0e10cSrcweir RecordAbsolute = FALSE, 9339cdf0e10cSrcweir RecordPerSet; 9340cdf0e10cSrcweir Synchron; 9341cdf0e10cSrcweir 9342cdf0e10cSrcweir /* config: */ 9343cdf0e10cSrcweir AccelConfig = FALSE, 9344cdf0e10cSrcweir MenuConfig = FALSE, 9345cdf0e10cSrcweir StatusBarConfig = FALSE, 9346cdf0e10cSrcweir ToolBoxConfig = FALSE, 9347cdf0e10cSrcweir GroupId = GID_INSERT; 9348cdf0e10cSrcweir] 9349cdf0e10cSrcweir//-------------------------------------------------------------------------- 9350cdf0e10cSrcweirSfxBoolItem JumpToNextCell FN_GOTO_NEXT_CELL 9351cdf0e10cSrcweir(SfxBoolItem AppendLineInReadonlyFlag FN_GOTO_NEXT_CELL) 9352cdf0e10cSrcweir[ 9353cdf0e10cSrcweir /* flags: */ 9354cdf0e10cSrcweir AutoUpdate = FALSE, 9355cdf0e10cSrcweir Cachable = Cachable, 9356cdf0e10cSrcweir FastCall = FALSE, 9357cdf0e10cSrcweir HasCoreId = FALSE, 9358cdf0e10cSrcweir HasDialog = FALSE, 9359cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9360cdf0e10cSrcweir Toggle = FALSE, 9361cdf0e10cSrcweir Container = FALSE, 9362cdf0e10cSrcweir RecordAbsolute = FALSE, 9363cdf0e10cSrcweir RecordPerSet; 9364cdf0e10cSrcweir Synchron; 9365cdf0e10cSrcweir 9366cdf0e10cSrcweir /* config: */ 9367cdf0e10cSrcweir AccelConfig = FALSE, 9368cdf0e10cSrcweir MenuConfig = FALSE, 9369cdf0e10cSrcweir StatusBarConfig = FALSE, 9370cdf0e10cSrcweir ToolBoxConfig = FALSE, 9371cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 9372cdf0e10cSrcweir] 9373cdf0e10cSrcweir//-------------------------------------------------------------------------- 9374cdf0e10cSrcweirSfxBoolItem JumpToPrevCell FN_GOTO_PREV_CELL 9375cdf0e10cSrcweir() 9376cdf0e10cSrcweir[ 9377cdf0e10cSrcweir /* flags: */ 9378cdf0e10cSrcweir AutoUpdate = FALSE, 9379cdf0e10cSrcweir Cachable = Cachable, 9380cdf0e10cSrcweir FastCall = FALSE, 9381cdf0e10cSrcweir HasCoreId = FALSE, 9382cdf0e10cSrcweir HasDialog = FALSE, 9383cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9384cdf0e10cSrcweir Toggle = FALSE, 9385cdf0e10cSrcweir Container = FALSE, 9386cdf0e10cSrcweir RecordAbsolute = FALSE, 9387cdf0e10cSrcweir RecordPerSet; 9388cdf0e10cSrcweir Synchron; 9389cdf0e10cSrcweir 9390cdf0e10cSrcweir /* config: */ 9391cdf0e10cSrcweir AccelConfig = FALSE, 9392cdf0e10cSrcweir MenuConfig = FALSE, 9393cdf0e10cSrcweir StatusBarConfig = FALSE, 9394cdf0e10cSrcweir ToolBoxConfig = FALSE, 9395cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 9396cdf0e10cSrcweir] 9397cdf0e10cSrcweir 9398cdf0e10cSrcweir//-------------------------------------------------------------------------- 9399cdf0e10cSrcweirSfxBoolItem InsertFieldDataOnly FN_INSERT_FIELD_DATA_ONLY() 9400cdf0e10cSrcweir[ 9401cdf0e10cSrcweir /* flags: */ 9402cdf0e10cSrcweir AutoUpdate = TRUE, 9403cdf0e10cSrcweir Cachable = Cachable, 9404cdf0e10cSrcweir FastCall = FALSE, 9405cdf0e10cSrcweir HasCoreId = FALSE, 9406cdf0e10cSrcweir HasDialog = FALSE, 9407cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9408cdf0e10cSrcweir Toggle = FALSE, 9409cdf0e10cSrcweir Container = FALSE, 9410cdf0e10cSrcweir RecordAbsolute = FALSE, 9411cdf0e10cSrcweir RecordPerSet; 9412cdf0e10cSrcweir Synchron; 9413cdf0e10cSrcweir 9414cdf0e10cSrcweir ImageRotation = TRUE; 9415cdf0e10cSrcweir ImageReflection = TRUE; 9416cdf0e10cSrcweir 9417cdf0e10cSrcweir /* config: */ 9418cdf0e10cSrcweir AccelConfig = FALSE, 9419cdf0e10cSrcweir MenuConfig = FALSE, 9420cdf0e10cSrcweir StatusBarConfig = FALSE, 9421cdf0e10cSrcweir ToolBoxConfig = FALSE, 9422cdf0e10cSrcweir GroupId = GID_INSERT; 9423cdf0e10cSrcweir] 9424cdf0e10cSrcweir//-------------------------------------------------------------------------- 9425cdf0e10cSrcweirSvxBrushItem TableRowBackground SID_ATTR_BRUSH_ROW 9426cdf0e10cSrcweir 9427cdf0e10cSrcweir[ 9428cdf0e10cSrcweir /* flags: */ 9429cdf0e10cSrcweir AutoUpdate = TRUE, 9430cdf0e10cSrcweir Cachable = Cachable, 9431cdf0e10cSrcweir FastCall = FALSE, 9432cdf0e10cSrcweir HasCoreId = FALSE, 9433cdf0e10cSrcweir HasDialog = FALSE, 9434cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9435cdf0e10cSrcweir Toggle = FALSE, 9436cdf0e10cSrcweir Container = FALSE, 9437cdf0e10cSrcweir RecordAbsolute = FALSE, 9438cdf0e10cSrcweir RecordPerSet; 9439cdf0e10cSrcweir Synchron; 9440cdf0e10cSrcweir 9441cdf0e10cSrcweir Readonly = FALSE, 9442cdf0e10cSrcweir 9443cdf0e10cSrcweir /* config: */ 9444cdf0e10cSrcweir AccelConfig = FALSE, 9445cdf0e10cSrcweir MenuConfig = FALSE, 9446cdf0e10cSrcweir StatusBarConfig = FALSE, 9447cdf0e10cSrcweir ToolBoxConfig = FALSE, 9448cdf0e10cSrcweir GroupId = GID_FORMAT; 9449cdf0e10cSrcweir] 9450cdf0e10cSrcweir//-------------------------------------------------------------------------- 9451cdf0e10cSrcweirSvxBrushItem TableBackground SID_ATTR_BRUSH_TABLE 9452cdf0e10cSrcweir 9453cdf0e10cSrcweir[ 9454cdf0e10cSrcweir /* flags: */ 9455cdf0e10cSrcweir AutoUpdate = TRUE, 9456cdf0e10cSrcweir Cachable = Cachable, 9457cdf0e10cSrcweir FastCall = FALSE, 9458cdf0e10cSrcweir HasCoreId = FALSE, 9459cdf0e10cSrcweir HasDialog = FALSE, 9460cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9461cdf0e10cSrcweir Toggle = FALSE, 9462cdf0e10cSrcweir Container = FALSE, 9463cdf0e10cSrcweir RecordAbsolute = FALSE, 9464cdf0e10cSrcweir RecordPerSet; 9465cdf0e10cSrcweir Synchron; 9466cdf0e10cSrcweir 9467cdf0e10cSrcweir Readonly = FALSE, 9468cdf0e10cSrcweir 9469cdf0e10cSrcweir /* config: */ 9470cdf0e10cSrcweir AccelConfig = FALSE, 9471cdf0e10cSrcweir MenuConfig = FALSE, 9472cdf0e10cSrcweir StatusBarConfig = FALSE, 9473cdf0e10cSrcweir ToolBoxConfig = FALSE, 9474cdf0e10cSrcweir GroupId = GID_FORMAT; 9475cdf0e10cSrcweir] 9476cdf0e10cSrcweir//-------------------------------------------------------------------------- 9477cdf0e10cSrcweirSfxBoolItem RowSplit FN_TABLE_ROW_SPLIT 9478cdf0e10cSrcweir 9479cdf0e10cSrcweir[ 9480cdf0e10cSrcweir /* flags: */ 9481cdf0e10cSrcweir AutoUpdate = FALSE, 9482cdf0e10cSrcweir Cachable = Cachable, 9483cdf0e10cSrcweir FastCall = FALSE, 9484cdf0e10cSrcweir HasCoreId = FALSE, 9485cdf0e10cSrcweir HasDialog = FALSE, 9486cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9487cdf0e10cSrcweir Toggle = TRUE, 9488cdf0e10cSrcweir Container = FALSE, 9489cdf0e10cSrcweir RecordAbsolute = FALSE, 9490cdf0e10cSrcweir RecordPerSet; 9491cdf0e10cSrcweir Synchron; 9492cdf0e10cSrcweir 9493cdf0e10cSrcweir Readonly = FALSE, 9494cdf0e10cSrcweir 9495cdf0e10cSrcweir /* config: */ 9496cdf0e10cSrcweir AccelConfig = TRUE, 9497cdf0e10cSrcweir MenuConfig = TRUE, 9498cdf0e10cSrcweir StatusBarConfig = FALSE, 9499cdf0e10cSrcweir ToolBoxConfig = TRUE, 9500cdf0e10cSrcweir GroupId = GID_FORMAT; 9501cdf0e10cSrcweir] 9502cdf0e10cSrcweir//-------------------------------------------------------------------------- 9503cdf0e10cSrcweirSfxBoolItem MailmergeChildWindow FN_MAILMERGE_CHILDWINDOW 9504cdf0e10cSrcweir() 9505cdf0e10cSrcweir[ 9506cdf0e10cSrcweir /* flags: */ 9507cdf0e10cSrcweir AutoUpdate = FALSE, 9508cdf0e10cSrcweir Cachable = Cachable, 9509cdf0e10cSrcweir FastCall = FALSE, 9510cdf0e10cSrcweir HasCoreId = FALSE, 9511cdf0e10cSrcweir HasDialog = FALSE, 9512cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9513cdf0e10cSrcweir Toggle = FALSE, 9514cdf0e10cSrcweir Container = FALSE, 9515cdf0e10cSrcweir RecordAbsolute = FALSE, 9516cdf0e10cSrcweir RecordPerSet; 9517cdf0e10cSrcweir Asynchron; 9518cdf0e10cSrcweir 9519cdf0e10cSrcweir /* config: */ 9520cdf0e10cSrcweir AccelConfig = FALSE, 9521cdf0e10cSrcweir MenuConfig = FALSE, 9522cdf0e10cSrcweir StatusBarConfig = FALSE, 9523cdf0e10cSrcweir ToolBoxConfig = FALSE, 9524cdf0e10cSrcweir GroupId = GID_EDIT; 9525cdf0e10cSrcweir] 9526cdf0e10cSrcweir 9527cdf0e10cSrcweir//-------------------------------------------------------------------------- 9528cdf0e10cSrcweirSfxVoidItem WordCountDialog FN_WORDCOUNT_DIALOG 9529cdf0e10cSrcweir() 9530cdf0e10cSrcweir[ 9531cdf0e10cSrcweir /* flags: */ 9532cdf0e10cSrcweir AutoUpdate = FALSE, 9533cdf0e10cSrcweir Cachable = Cachable, 9534cdf0e10cSrcweir FastCall = FALSE, 9535cdf0e10cSrcweir HasCoreId = FALSE, 9536cdf0e10cSrcweir HasDialog = TRUE, 9537cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9538cdf0e10cSrcweir Toggle = FALSE, 9539cdf0e10cSrcweir Container = FALSE, 9540cdf0e10cSrcweir RecordAbsolute = FALSE, 9541cdf0e10cSrcweir RecordPerSet; 9542cdf0e10cSrcweir Asynchron; 9543cdf0e10cSrcweir 9544cdf0e10cSrcweir /* config: */ 9545cdf0e10cSrcweir AccelConfig = TRUE, 9546cdf0e10cSrcweir MenuConfig = TRUE, 9547cdf0e10cSrcweir StatusBarConfig = FALSE, 9548cdf0e10cSrcweir ToolBoxConfig = TRUE, 9549cdf0e10cSrcweir GroupId = GID_OPTIONS; 9550cdf0e10cSrcweir] 9551cdf0e10cSrcweir 9552cdf0e10cSrcweir//-------------------------------------------------------------------------- 9553cdf0e10cSrcweirSfxBoolItem SendMailChildWindow FN_MAILMERGE_SENDMAIL_CHILDWINDOW 9554cdf0e10cSrcweir() 9555cdf0e10cSrcweir[ 9556cdf0e10cSrcweir /* flags: */ 9557cdf0e10cSrcweir AutoUpdate = FALSE, 9558cdf0e10cSrcweir Cachable = Cachable, 9559cdf0e10cSrcweir FastCall = FALSE, 9560cdf0e10cSrcweir HasCoreId = FALSE, 9561cdf0e10cSrcweir HasDialog = FALSE, 9562cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9563cdf0e10cSrcweir Toggle = FALSE, 9564cdf0e10cSrcweir Container = FALSE, 9565cdf0e10cSrcweir RecordAbsolute = FALSE, 9566cdf0e10cSrcweir RecordPerSet; 9567cdf0e10cSrcweir Asynchron; 9568cdf0e10cSrcweir 9569cdf0e10cSrcweir /* config: */ 9570cdf0e10cSrcweir AccelConfig = FALSE, 9571cdf0e10cSrcweir MenuConfig = FALSE, 9572cdf0e10cSrcweir StatusBarConfig = FALSE, 9573cdf0e10cSrcweir ToolBoxConfig = FALSE, 9574cdf0e10cSrcweir GroupId = GID_EDIT; 9575cdf0e10cSrcweir] 9576cdf0e10cSrcweir//-------------------------------------------------------------------------- 9577cdf0e10cSrcweirSfxVoidItem DeleteTable FN_TABLE_DELETE_TABLE 9578cdf0e10cSrcweir() 9579cdf0e10cSrcweir[ 9580cdf0e10cSrcweir /* flags: */ 9581cdf0e10cSrcweir AutoUpdate = FALSE, 9582cdf0e10cSrcweir Cachable = Cachable, 9583cdf0e10cSrcweir FastCall = TRUE, 9584cdf0e10cSrcweir HasCoreId = FALSE, 9585cdf0e10cSrcweir HasDialog = FALSE, 9586cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9587cdf0e10cSrcweir Toggle = FALSE, 9588cdf0e10cSrcweir Container = FALSE, 9589cdf0e10cSrcweir RecordAbsolute = FALSE, 9590cdf0e10cSrcweir RecordPerSet; 9591cdf0e10cSrcweir Synchron; 9592cdf0e10cSrcweir 9593cdf0e10cSrcweir /* config: */ 9594cdf0e10cSrcweir AccelConfig = TRUE, 9595cdf0e10cSrcweir MenuConfig = TRUE, 9596cdf0e10cSrcweir StatusBarConfig = FALSE, 9597cdf0e10cSrcweir ToolBoxConfig = TRUE, 9598cdf0e10cSrcweir GroupId = GID_TABLE; 9599cdf0e10cSrcweir] 9600cdf0e10cSrcweir 9601cdf0e10cSrcweir//-------------------------------------------------------------------------- 9602cdf0e10cSrcweirSfxVoidItem EntireCell FN_TABLE_SELECT_CELL 9603cdf0e10cSrcweir() 9604cdf0e10cSrcweir[ 9605cdf0e10cSrcweir /* flags: */ 9606cdf0e10cSrcweir AutoUpdate = FALSE, 9607cdf0e10cSrcweir Cachable = Cachable, 9608cdf0e10cSrcweir FastCall = TRUE, 9609cdf0e10cSrcweir HasCoreId = FALSE, 9610cdf0e10cSrcweir HasDialog = FALSE, 9611cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9612cdf0e10cSrcweir Toggle = FALSE, 9613cdf0e10cSrcweir Container = FALSE, 9614cdf0e10cSrcweir RecordAbsolute = FALSE, 9615cdf0e10cSrcweir RecordPerSet; 9616cdf0e10cSrcweir Synchron; 9617cdf0e10cSrcweir 9618cdf0e10cSrcweir /* config: */ 9619cdf0e10cSrcweir AccelConfig = TRUE, 9620cdf0e10cSrcweir MenuConfig = TRUE, 9621cdf0e10cSrcweir StatusBarConfig = FALSE, 9622cdf0e10cSrcweir ToolBoxConfig = TRUE, 9623cdf0e10cSrcweir GroupId = GID_TABLE; 9624cdf0e10cSrcweir] 9625cdf0e10cSrcweir//-------------------------------------------------------------------------- 9626cdf0e10cSrcweirSfxVoidItem ConvertTableToText FN_CONVERT_TABLE_TO_TEXT 9627cdf0e10cSrcweir( 9628cdf0e10cSrcweir SfxStringItem Delimiter FN_PARAM_1, 9629cdf0e10cSrcweir) 9630cdf0e10cSrcweir[ 9631cdf0e10cSrcweir /* flags: */ 9632cdf0e10cSrcweir AutoUpdate = FALSE, 9633cdf0e10cSrcweir Cachable = Cachable, 9634cdf0e10cSrcweir FastCall = FALSE, 9635cdf0e10cSrcweir HasCoreId = FALSE, 9636cdf0e10cSrcweir HasDialog = TRUE, 9637cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9638cdf0e10cSrcweir Toggle = FALSE, 9639cdf0e10cSrcweir Container = FALSE, 9640cdf0e10cSrcweir RecordAbsolute = FALSE, 9641cdf0e10cSrcweir RecordPerSet; 9642cdf0e10cSrcweir Asynchron; 9643cdf0e10cSrcweir 9644cdf0e10cSrcweir /* config: */ 9645cdf0e10cSrcweir AccelConfig = TRUE, 9646cdf0e10cSrcweir MenuConfig = TRUE, 9647cdf0e10cSrcweir StatusBarConfig = FALSE, 9648cdf0e10cSrcweir ToolBoxConfig = TRUE, 9649cdf0e10cSrcweir GroupId = GID_OPTIONS; 9650cdf0e10cSrcweir] 9651cdf0e10cSrcweir//-------------------------------------------------------------------------- 9652cdf0e10cSrcweirSfxVoidItem ConvertTextToTable FN_CONVERT_TEXT_TO_TABLE 9653cdf0e10cSrcweir( 9654cdf0e10cSrcweir SfxStringItem Delimiter FN_PARAM_1 9655cdf0e10cSrcweir SfxStringItem AutoFormat FN_PARAM_2, 9656cdf0e10cSrcweir SfxBoolItem WithHeader FN_PARAM_3, 9657cdf0e10cSrcweir SfxInt16Item RepeatHeaderLines FN_PARAM_4, 9658cdf0e10cSrcweir SfxBoolItem WithBorder FN_PARAM_5, 9659cdf0e10cSrcweir SfxBoolItem DontSplitTable FN_PARAM_6 9660cdf0e10cSrcweir) 9661cdf0e10cSrcweir[ 9662cdf0e10cSrcweir /* flags: */ 9663cdf0e10cSrcweir AutoUpdate = FALSE, 9664cdf0e10cSrcweir Cachable = Cachable, 9665cdf0e10cSrcweir FastCall = FALSE, 9666cdf0e10cSrcweir HasCoreId = FALSE, 9667cdf0e10cSrcweir HasDialog = TRUE, 9668cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9669cdf0e10cSrcweir Toggle = FALSE, 9670cdf0e10cSrcweir Container = FALSE, 9671cdf0e10cSrcweir RecordAbsolute = FALSE, 9672cdf0e10cSrcweir RecordPerSet; 9673cdf0e10cSrcweir Asynchron; 9674cdf0e10cSrcweir 9675cdf0e10cSrcweir /* config: */ 9676cdf0e10cSrcweir AccelConfig = TRUE, 9677cdf0e10cSrcweir MenuConfig = TRUE, 9678cdf0e10cSrcweir StatusBarConfig = FALSE, 9679cdf0e10cSrcweir ToolBoxConfig = TRUE, 9680cdf0e10cSrcweir GroupId = GID_OPTIONS; 9681cdf0e10cSrcweir] 9682cdf0e10cSrcweir//-------------------------------------------------------------------------- 9683cdf0e10cSrcweir 9684cdf0e10cSrcweirSfxVoidItem HeadingRowsRepeat FN_TABLE_HEADLINE_REPEAT 9685cdf0e10cSrcweir() 9686cdf0e10cSrcweir[ 9687cdf0e10cSrcweir /* flags: */ 9688cdf0e10cSrcweir AutoUpdate = FALSE, 9689cdf0e10cSrcweir Cachable = Cachable, 9690cdf0e10cSrcweir FastCall = TRUE, 9691cdf0e10cSrcweir HasCoreId = FALSE, 9692cdf0e10cSrcweir HasDialog = FALSE, 9693cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9694cdf0e10cSrcweir Toggle = FALSE, 9695cdf0e10cSrcweir Container = FALSE, 9696cdf0e10cSrcweir RecordAbsolute = FALSE, 9697cdf0e10cSrcweir RecordPerSet; 9698cdf0e10cSrcweir Synchron; 9699cdf0e10cSrcweir 9700cdf0e10cSrcweir /* config: */ 9701cdf0e10cSrcweir AccelConfig = TRUE, 9702cdf0e10cSrcweir MenuConfig = TRUE, 9703cdf0e10cSrcweir StatusBarConfig = FALSE, 9704cdf0e10cSrcweir ToolBoxConfig = TRUE, 9705cdf0e10cSrcweir GroupId = GID_TABLE; 9706cdf0e10cSrcweir] 9707cdf0e10cSrcweir//-------------------------------------------------------------------------- 9708cdf0e10cSrcweirSfxVoidItem TableSort FN_TABLE_SORT_DIALOG 9709cdf0e10cSrcweir() 9710cdf0e10cSrcweir[ 9711cdf0e10cSrcweir /* flags: */ 9712cdf0e10cSrcweir AutoUpdate = FALSE, 9713cdf0e10cSrcweir Cachable = Cachable, 9714cdf0e10cSrcweir FastCall = TRUE, 9715cdf0e10cSrcweir HasCoreId = FALSE, 9716cdf0e10cSrcweir HasDialog = TRUE, 9717cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9718cdf0e10cSrcweir Toggle = FALSE, 9719cdf0e10cSrcweir Container = FALSE, 9720cdf0e10cSrcweir RecordAbsolute = FALSE, 9721cdf0e10cSrcweir RecordPerSet; 9722cdf0e10cSrcweir Asynchron; 9723cdf0e10cSrcweir 9724cdf0e10cSrcweir /* config: */ 9725cdf0e10cSrcweir AccelConfig = TRUE, 9726cdf0e10cSrcweir MenuConfig = TRUE, 9727cdf0e10cSrcweir StatusBarConfig = FALSE, 9728cdf0e10cSrcweir ToolBoxConfig = TRUE, 9729cdf0e10cSrcweir GroupId = GID_TABLE; 9730cdf0e10cSrcweir] 9731cdf0e10cSrcweir 9732cdf0e10cSrcweir//-------------------------------------------------------------------------- 9733cdf0e10cSrcweir// #i31958#: toggle design mode for XForms; copied from SID_FM_DESIGN_MODE 9734cdf0e10cSrcweirSfxBoolItem SwitchXFormsDesignMode FN_XFORMS_DESIGN_MODE 9735cdf0e10cSrcweir[ 9736cdf0e10cSrcweir /* flags: */ 9737cdf0e10cSrcweir AutoUpdate = TRUE, 9738cdf0e10cSrcweir Cachable = Cachable, 9739cdf0e10cSrcweir FastCall = FALSE, 9740cdf0e10cSrcweir HasCoreId = FALSE, 9741cdf0e10cSrcweir HasDialog = TRUE, 9742cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9743cdf0e10cSrcweir Toggle = TRUE, 9744cdf0e10cSrcweir Container = FALSE, 9745cdf0e10cSrcweir RecordAbsolute = FALSE, 9746cdf0e10cSrcweir RecordPerSet; 9747cdf0e10cSrcweir Asynchron; 9748cdf0e10cSrcweir 9749cdf0e10cSrcweir Readonly = FALSE, 9750cdf0e10cSrcweir 9751cdf0e10cSrcweir /* config: */ 9752cdf0e10cSrcweir AccelConfig = TRUE, 9753cdf0e10cSrcweir MenuConfig = TRUE, 9754cdf0e10cSrcweir StatusBarConfig = FALSE, 9755cdf0e10cSrcweir ToolBoxConfig = TRUE, 9756cdf0e10cSrcweir GroupId = GID_CONTROLS; 9757cdf0e10cSrcweir] 9758cdf0e10cSrcweir 9759cdf0e10cSrcweir//-------------------------------------------------------------------------- 9760cdf0e10cSrcweirSfxVoidItem RemoveDirectCharFormats FN_REMOVE_DIRECT_CHAR_FORMATS 9761cdf0e10cSrcweir[ 9762cdf0e10cSrcweir /* flags: */ 9763cdf0e10cSrcweir AutoUpdate = TRUE, 9764cdf0e10cSrcweir Cachable = Cachable, 9765cdf0e10cSrcweir FastCall = TRUE, 9766cdf0e10cSrcweir HasCoreId = FALSE, 9767cdf0e10cSrcweir HasDialog = FALSE, 9768cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9769cdf0e10cSrcweir Toggle = FALSE, 9770cdf0e10cSrcweir Container = FALSE, 9771cdf0e10cSrcweir RecordAbsolute = TRUE, 9772cdf0e10cSrcweir RecordPerSet; 9773cdf0e10cSrcweir Asynchron; 9774cdf0e10cSrcweir 9775cdf0e10cSrcweir Readonly = FALSE, 9776cdf0e10cSrcweir 9777cdf0e10cSrcweir /* config: */ 9778cdf0e10cSrcweir AccelConfig = TRUE, 9779cdf0e10cSrcweir MenuConfig = TRUE, 9780cdf0e10cSrcweir StatusBarConfig = FALSE, 9781cdf0e10cSrcweir ToolBoxConfig = TRUE, 9782cdf0e10cSrcweir GroupId = GID_FORMAT; 9783cdf0e10cSrcweir] 9784cdf0e10cSrcweir//-------------------------------------------------------------------------- 9785cdf0e10cSrcweirSfxVoidItem ContinueNumbering FN_NUM_CONTINUE 9786cdf0e10cSrcweir() 9787cdf0e10cSrcweir[ 9788cdf0e10cSrcweir /* flags: */ 9789cdf0e10cSrcweir AutoUpdate = FALSE, 9790cdf0e10cSrcweir Cachable = Cachable, 9791cdf0e10cSrcweir FastCall = FALSE, 9792cdf0e10cSrcweir HasCoreId = FALSE, 9793cdf0e10cSrcweir HasDialog = FALSE, 9794cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9795cdf0e10cSrcweir Toggle = FALSE, 9796cdf0e10cSrcweir Container = FALSE, 9797cdf0e10cSrcweir RecordAbsolute = FALSE, 9798cdf0e10cSrcweir RecordPerSet; 9799cdf0e10cSrcweir Synchron; 9800cdf0e10cSrcweir 9801cdf0e10cSrcweir /* config: */ 9802cdf0e10cSrcweir AccelConfig = TRUE, 9803cdf0e10cSrcweir MenuConfig = TRUE, 9804cdf0e10cSrcweir StatusBarConfig = FALSE, 9805cdf0e10cSrcweir ToolBoxConfig = TRUE, 9806cdf0e10cSrcweir GroupId = GID_ENUMERATION; 9807cdf0e10cSrcweir] 9808cdf0e10cSrcweir//-------------------------------------------------------------------------- 9809cdf0e10cSrcweirSfxBoolItem SelectionModeDefault FN_SELECTION_MODE_DEFAULT 9810cdf0e10cSrcweir[ 9811cdf0e10cSrcweir /* flags: */ 9812cdf0e10cSrcweir AutoUpdate = TRUE, 9813cdf0e10cSrcweir Cachable = Cachable, 9814cdf0e10cSrcweir FastCall = FALSE, 9815cdf0e10cSrcweir HasCoreId = FALSE, 9816cdf0e10cSrcweir HasDialog = FALSE, 9817cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9818cdf0e10cSrcweir Toggle = TRUE, 9819cdf0e10cSrcweir Container = FALSE, 9820cdf0e10cSrcweir RecordAbsolute = FALSE, 9821cdf0e10cSrcweir RecordPerSet; 9822cdf0e10cSrcweir Synchron; 9823cdf0e10cSrcweir Readonly = FALSE, 9824cdf0e10cSrcweir 9825cdf0e10cSrcweir /* config: */ 9826cdf0e10cSrcweir AccelConfig = TRUE, 9827cdf0e10cSrcweir MenuConfig = TRUE, 9828cdf0e10cSrcweir StatusBarConfig = FALSE, 9829cdf0e10cSrcweir ToolBoxConfig = TRUE, 9830cdf0e10cSrcweir GroupId = GID_EDIT; 9831cdf0e10cSrcweir] 9832cdf0e10cSrcweir 9833cdf0e10cSrcweirSfxVoidItem ReplyComment FN_REPLY 9834cdf0e10cSrcweir() 9835cdf0e10cSrcweir[ 9836cdf0e10cSrcweir /* flags: */ 9837cdf0e10cSrcweir AutoUpdate = FALSE, 9838cdf0e10cSrcweir Cachable = Cachable, 9839cdf0e10cSrcweir FastCall = FALSE, 9840cdf0e10cSrcweir HasCoreId = FALSE, 9841cdf0e10cSrcweir HasDialog = FALSE, 9842cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9843cdf0e10cSrcweir Toggle = FALSE, 9844cdf0e10cSrcweir Container = FALSE, 9845cdf0e10cSrcweir RecordAbsolute = FALSE, 9846cdf0e10cSrcweir RecordPerSet; 9847cdf0e10cSrcweir Synchron; 9848cdf0e10cSrcweir 9849cdf0e10cSrcweir /* config: */ 9850cdf0e10cSrcweir AccelConfig = TRUE, 9851cdf0e10cSrcweir MenuConfig = TRUE, 9852cdf0e10cSrcweir StatusBarConfig = FALSE, 9853cdf0e10cSrcweir ToolBoxConfig = TRUE, 9854cdf0e10cSrcweir GroupId = GID_EDIT; 9855cdf0e10cSrcweir] 9856cdf0e10cSrcweir 9857cdf0e10cSrcweir//-------------------------------------------------------------------------- 9858cdf0e10cSrcweirSfxVoidItem DeleteComment FN_DELETE_COMMENT 9859cdf0e10cSrcweir() 9860cdf0e10cSrcweir[ 9861cdf0e10cSrcweir /* flags: */ 9862cdf0e10cSrcweir AutoUpdate = FALSE, 9863cdf0e10cSrcweir Cachable = Cachable, 9864cdf0e10cSrcweir FastCall = FALSE, 9865cdf0e10cSrcweir HasCoreId = FALSE, 9866cdf0e10cSrcweir HasDialog = FALSE, 9867cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9868cdf0e10cSrcweir Toggle = FALSE, 9869cdf0e10cSrcweir Container = FALSE, 9870cdf0e10cSrcweir RecordAbsolute = FALSE, 9871cdf0e10cSrcweir RecordPerSet; 9872cdf0e10cSrcweir Synchron; 9873cdf0e10cSrcweir 9874cdf0e10cSrcweir /* config: */ 9875cdf0e10cSrcweir AccelConfig = TRUE, 9876cdf0e10cSrcweir MenuConfig = TRUE, 9877cdf0e10cSrcweir StatusBarConfig = FALSE, 9878cdf0e10cSrcweir ToolBoxConfig = TRUE, 9879cdf0e10cSrcweir GroupId = GID_EDIT; 9880cdf0e10cSrcweir] 9881cdf0e10cSrcweir 9882cdf0e10cSrcweir//-------------------------------------------------------------------------- 9883cdf0e10cSrcweirSfxVoidItem DeleteAuthor FN_DELETE_NOTE_AUTHOR ( SfxStringItem Author FN_DELETE_NOTE_AUTHOR ) 9884cdf0e10cSrcweir[ 9885cdf0e10cSrcweir /* flags: */ 9886cdf0e10cSrcweir AutoUpdate = FALSE, 9887cdf0e10cSrcweir Cachable = Cachable, 9888cdf0e10cSrcweir FastCall = FALSE, 9889cdf0e10cSrcweir HasCoreId = FALSE, 9890cdf0e10cSrcweir HasDialog = FALSE, 9891cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9892cdf0e10cSrcweir Toggle = FALSE, 9893cdf0e10cSrcweir Container = FALSE, 9894cdf0e10cSrcweir RecordAbsolute = FALSE, 9895cdf0e10cSrcweir RecordPerSet; 9896cdf0e10cSrcweir Synchron; 9897cdf0e10cSrcweir 9898cdf0e10cSrcweir /* config: */ 9899cdf0e10cSrcweir AccelConfig = TRUE, 9900cdf0e10cSrcweir MenuConfig = TRUE, 9901cdf0e10cSrcweir StatusBarConfig = FALSE, 9902cdf0e10cSrcweir ToolBoxConfig = TRUE, 9903cdf0e10cSrcweir GroupId = GID_EDIT; 9904cdf0e10cSrcweir] 9905cdf0e10cSrcweir 9906cdf0e10cSrcweir//-------------------------------------------------------------------------- 9907cdf0e10cSrcweirSfxVoidItem DeleteAllNotes FN_DELETE_ALL_NOTES 9908cdf0e10cSrcweir() 9909cdf0e10cSrcweir[ 9910cdf0e10cSrcweir /* flags: */ 9911cdf0e10cSrcweir AutoUpdate = FALSE, 9912cdf0e10cSrcweir Cachable = Cachable, 9913cdf0e10cSrcweir FastCall = FALSE, 9914cdf0e10cSrcweir HasCoreId = FALSE, 9915cdf0e10cSrcweir HasDialog = FALSE, 9916cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9917cdf0e10cSrcweir Toggle = FALSE, 9918cdf0e10cSrcweir Container = FALSE, 9919cdf0e10cSrcweir RecordAbsolute = FALSE, 9920cdf0e10cSrcweir RecordPerSet; 9921cdf0e10cSrcweir Synchron; 9922cdf0e10cSrcweir 9923cdf0e10cSrcweir /* config: */ 9924cdf0e10cSrcweir AccelConfig = TRUE, 9925cdf0e10cSrcweir MenuConfig = TRUE, 9926cdf0e10cSrcweir StatusBarConfig = FALSE, 9927cdf0e10cSrcweir ToolBoxConfig = TRUE, 9928cdf0e10cSrcweir GroupId = GID_EDIT; 9929cdf0e10cSrcweir] 9930cdf0e10cSrcweir 9931cdf0e10cSrcweir//-------------------------------------------------------------------------- 9932cdf0e10cSrcweirSfxVoidItem HideNote FN_HIDE_NOTE 9933cdf0e10cSrcweir() 9934cdf0e10cSrcweir[ 9935cdf0e10cSrcweir /* flags: */ 9936cdf0e10cSrcweir AutoUpdate = FALSE, 9937cdf0e10cSrcweir Cachable = Cachable, 9938cdf0e10cSrcweir FastCall = FALSE, 9939cdf0e10cSrcweir HasCoreId = FALSE, 9940cdf0e10cSrcweir HasDialog = FALSE, 9941cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9942cdf0e10cSrcweir Toggle = FALSE, 9943cdf0e10cSrcweir Container = FALSE, 9944cdf0e10cSrcweir RecordAbsolute = FALSE, 9945cdf0e10cSrcweir RecordPerSet; 9946cdf0e10cSrcweir Synchron; 9947cdf0e10cSrcweir 9948cdf0e10cSrcweir /* config: */ 9949cdf0e10cSrcweir AccelConfig = FALSE, 9950cdf0e10cSrcweir MenuConfig = FALSE, 9951cdf0e10cSrcweir StatusBarConfig = FALSE, 9952cdf0e10cSrcweir ToolBoxConfig = FALSE, 9953cdf0e10cSrcweir GroupId = GID_EDIT; 9954cdf0e10cSrcweir] 9955cdf0e10cSrcweir 9956cdf0e10cSrcweir//-------------------------------------------------------------------------- 9957cdf0e10cSrcweirSfxVoidItem HideAuthor FN_HIDE_NOTE_AUTHOR ( SfxStringItem Author FN_HIDE_NOTE_AUTHOR ) 9958cdf0e10cSrcweir[ 9959cdf0e10cSrcweir /* flags: */ 9960cdf0e10cSrcweir AutoUpdate = FALSE, 9961cdf0e10cSrcweir Cachable = Cachable, 9962cdf0e10cSrcweir FastCall = FALSE, 9963cdf0e10cSrcweir HasCoreId = FALSE, 9964cdf0e10cSrcweir HasDialog = FALSE, 9965cdf0e10cSrcweir ReadOnlyDoc = FALSE, 9966cdf0e10cSrcweir Toggle = FALSE, 9967cdf0e10cSrcweir Container = FALSE, 9968cdf0e10cSrcweir RecordAbsolute = FALSE, 9969cdf0e10cSrcweir RecordPerSet; 9970cdf0e10cSrcweir Synchron; 9971cdf0e10cSrcweir 9972cdf0e10cSrcweir /* config: */ 9973cdf0e10cSrcweir AccelConfig = FALSE, 9974cdf0e10cSrcweir MenuConfig = FALSE, 9975cdf0e10cSrcweir StatusBarConfig = FALSE, 9976cdf0e10cSrcweir ToolBoxConfig = FALSE, 9977cdf0e10cSrcweir GroupId = GID_EDIT; 9978cdf0e10cSrcweir] 9979cdf0e10cSrcweir 9980cdf0e10cSrcweir//-------------------------------------------------------------------------- 9981cdf0e10cSrcweirSvxViewLayoutItem ViewLayout SID_ATTR_VIEWLAYOUT 9982cdf0e10cSrcweir[ 9983cdf0e10cSrcweir /* flags: */ 9984cdf0e10cSrcweir AutoUpdate = FALSE, 9985cdf0e10cSrcweir Cachable = Cachable, 9986cdf0e10cSrcweir FastCall = TRUE, 9987cdf0e10cSrcweir HasCoreId = FALSE, 9988cdf0e10cSrcweir HasDialog = FALSE, 9989cdf0e10cSrcweir ReadOnlyDoc = TRUE, 9990cdf0e10cSrcweir Toggle = FALSE, 9991cdf0e10cSrcweir Container = FALSE, 9992cdf0e10cSrcweir RecordAbsolute = FALSE, 9993cdf0e10cSrcweir RecordPerSet; 9994cdf0e10cSrcweir Synchron; 9995cdf0e10cSrcweir 9996cdf0e10cSrcweir /* config: */ 9997cdf0e10cSrcweir AccelConfig = FALSE, 9998cdf0e10cSrcweir MenuConfig = FALSE, 9999cdf0e10cSrcweir StatusBarConfig = TRUE, 10000cdf0e10cSrcweir ToolBoxConfig = FALSE, 10001cdf0e10cSrcweir GroupId = GID_VIEW; 10002cdf0e10cSrcweir] 10003cdf0e10cSrcweir 10004cdf0e10cSrcweir//-------------------------------------------------------------------------- 10005cdf0e10cSrcweirSfxVoidItem HideAllNotes FN_HIDE_ALL_NOTES 10006cdf0e10cSrcweir() 10007cdf0e10cSrcweir[ 10008cdf0e10cSrcweir /* flags: */ 10009cdf0e10cSrcweir AutoUpdate = FALSE, 10010cdf0e10cSrcweir Cachable = Cachable, 10011cdf0e10cSrcweir FastCall = FALSE, 10012cdf0e10cSrcweir HasCoreId = FALSE, 10013cdf0e10cSrcweir HasDialog = FALSE, 10014cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10015cdf0e10cSrcweir Toggle = FALSE, 10016cdf0e10cSrcweir Container = FALSE, 10017cdf0e10cSrcweir RecordAbsolute = FALSE, 10018cdf0e10cSrcweir RecordPerSet; 10019cdf0e10cSrcweir Synchron; 10020cdf0e10cSrcweir 10021cdf0e10cSrcweir /* config: */ 10022cdf0e10cSrcweir AccelConfig = FALSE, 10023cdf0e10cSrcweir MenuConfig = FALSE, 10024cdf0e10cSrcweir StatusBarConfig = FALSE, 10025cdf0e10cSrcweir ToolBoxConfig = FALSE, 10026cdf0e10cSrcweir GroupId = GID_EDIT; 10027cdf0e10cSrcweir] 10028cdf0e10cSrcweir 10029cdf0e10cSrcweir//-------------------------------------------------------------------------- 10030cdf0e10cSrcweirSfxBoolItem SelectionModeBlock FN_SELECTION_MODE_BLOCK 10031cdf0e10cSrcweir[ 10032cdf0e10cSrcweir /* flags: */ 10033cdf0e10cSrcweir AutoUpdate = TRUE, 10034cdf0e10cSrcweir Cachable = Cachable, 10035cdf0e10cSrcweir FastCall = FALSE, 10036cdf0e10cSrcweir HasCoreId = FALSE, 10037cdf0e10cSrcweir HasDialog = FALSE, 10038cdf0e10cSrcweir ReadOnlyDoc = TRUE, 10039cdf0e10cSrcweir Toggle = TRUE, 10040cdf0e10cSrcweir Container = FALSE, 10041cdf0e10cSrcweir RecordAbsolute = FALSE, 10042cdf0e10cSrcweir RecordPerSet; 10043cdf0e10cSrcweir Synchron; 10044cdf0e10cSrcweir 10045cdf0e10cSrcweir Readonly = FALSE, 10046cdf0e10cSrcweir 10047cdf0e10cSrcweir /* config: */ 10048cdf0e10cSrcweir AccelConfig = TRUE, 10049cdf0e10cSrcweir MenuConfig = TRUE, 10050cdf0e10cSrcweir StatusBarConfig = FALSE, 10051cdf0e10cSrcweir ToolBoxConfig = TRUE, 10052cdf0e10cSrcweir GroupId = GID_EDIT; 10053cdf0e10cSrcweir] 10054cdf0e10cSrcweir//-------------------------------------------------------------------------- 10055cdf0e10cSrcweirSfxBoolItem SpellingAndGrammarDialog FN_SPELL_GRAMMAR_DIALOG 10056cdf0e10cSrcweir 10057cdf0e10cSrcweir[ 10058cdf0e10cSrcweir /* flags: */ 10059cdf0e10cSrcweir AutoUpdate = TRUE, 10060cdf0e10cSrcweir Cachable = Cachable, 10061cdf0e10cSrcweir FastCall = FALSE, 10062cdf0e10cSrcweir HasCoreId = FALSE, 10063cdf0e10cSrcweir HasDialog = FALSE, 10064cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10065cdf0e10cSrcweir Toggle = FALSE, 10066cdf0e10cSrcweir Container = FALSE, 10067cdf0e10cSrcweir RecordAbsolute = FALSE, 10068cdf0e10cSrcweir RecordPerSet; 10069cdf0e10cSrcweir Synchron; 10070cdf0e10cSrcweir 10071cdf0e10cSrcweir Readonly = FALSE, 10072cdf0e10cSrcweir 10073cdf0e10cSrcweir /* config: */ 10074cdf0e10cSrcweir AccelConfig = TRUE, 10075cdf0e10cSrcweir MenuConfig = TRUE, 10076cdf0e10cSrcweir StatusBarConfig = FALSE, 10077cdf0e10cSrcweir ToolBoxConfig = TRUE, 10078cdf0e10cSrcweir GroupId = GID_EDIT; 10079cdf0e10cSrcweir] 10080cdf0e10cSrcweir//-------------------------------------------------------------------------- 10081cdf0e10cSrcweirSfxVoidItem AcceptTracedChange FN_REDLINE_ACCEPT_DIRECT 10082cdf0e10cSrcweir[ 10083cdf0e10cSrcweir /* flags: */ 10084cdf0e10cSrcweir AutoUpdate = FALSE, 10085cdf0e10cSrcweir Cachable = Cachable, 10086cdf0e10cSrcweir FastCall = FALSE, 10087cdf0e10cSrcweir HasCoreId = FALSE, 10088cdf0e10cSrcweir HasDialog = FALSE, 10089cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10090cdf0e10cSrcweir Toggle = FALSE, 10091cdf0e10cSrcweir Container = FALSE, 10092cdf0e10cSrcweir RecordAbsolute = FALSE, 10093cdf0e10cSrcweir RecordPerSet; 10094cdf0e10cSrcweir Asynchron; 10095cdf0e10cSrcweir 10096cdf0e10cSrcweir Readonly = FALSE, 10097cdf0e10cSrcweir 10098cdf0e10cSrcweir /* config: */ 10099cdf0e10cSrcweir AccelConfig = TRUE, 10100cdf0e10cSrcweir MenuConfig = TRUE, 10101cdf0e10cSrcweir StatusBarConfig = FALSE, 10102cdf0e10cSrcweir ToolBoxConfig = TRUE, 10103cdf0e10cSrcweir GroupId = GID_EDIT; 10104cdf0e10cSrcweir] 10105cdf0e10cSrcweir 10106cdf0e10cSrcweir//-------------------------------------------------------------------------- 10107cdf0e10cSrcweirSfxVoidItem RejectTracedChange FN_REDLINE_REJECT_DIRECT 10108cdf0e10cSrcweir[ 10109cdf0e10cSrcweir /* flags: */ 10110cdf0e10cSrcweir AutoUpdate = FALSE, 10111cdf0e10cSrcweir Cachable = Cachable, 10112cdf0e10cSrcweir FastCall = FALSE, 10113cdf0e10cSrcweir HasCoreId = FALSE, 10114cdf0e10cSrcweir HasDialog = FALSE, 10115cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10116cdf0e10cSrcweir Toggle = FALSE, 10117cdf0e10cSrcweir Container = FALSE, 10118cdf0e10cSrcweir RecordAbsolute = FALSE, 10119cdf0e10cSrcweir RecordPerSet; 10120cdf0e10cSrcweir Asynchron; 10121cdf0e10cSrcweir 10122cdf0e10cSrcweir Readonly = FALSE, 10123cdf0e10cSrcweir 10124cdf0e10cSrcweir /* config: */ 10125cdf0e10cSrcweir AccelConfig = TRUE, 10126cdf0e10cSrcweir MenuConfig = TRUE, 10127cdf0e10cSrcweir StatusBarConfig = FALSE, 10128cdf0e10cSrcweir ToolBoxConfig = TRUE, 10129cdf0e10cSrcweir GroupId = GID_EDIT; 10130cdf0e10cSrcweir] 10131cdf0e10cSrcweir 10132cdf0e10cSrcweir//-------------------------------------------------------------------------- 10133cdf0e10cSrcweirSfxVoidItem RemoveHyperlink FN_REMOVE_HYPERLINK 10134cdf0e10cSrcweir[ 10135cdf0e10cSrcweir /* flags: */ 10136cdf0e10cSrcweir AutoUpdate = FALSE, 10137cdf0e10cSrcweir Cachable = Cachable, 10138cdf0e10cSrcweir FastCall = FALSE, 10139cdf0e10cSrcweir HasCoreId = FALSE, 10140cdf0e10cSrcweir HasDialog = FALSE, 10141cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10142cdf0e10cSrcweir Toggle = FALSE, 10143cdf0e10cSrcweir Container = FALSE, 10144cdf0e10cSrcweir RecordAbsolute = FALSE, 10145cdf0e10cSrcweir RecordPerSet; 10146cdf0e10cSrcweir Asynchron; 10147cdf0e10cSrcweir 10148cdf0e10cSrcweir Readonly = FALSE, 10149cdf0e10cSrcweir 10150cdf0e10cSrcweir /* config: */ 10151cdf0e10cSrcweir AccelConfig = TRUE, 10152cdf0e10cSrcweir MenuConfig = TRUE, 10153cdf0e10cSrcweir StatusBarConfig = FALSE, 10154cdf0e10cSrcweir ToolBoxConfig = TRUE, 10155cdf0e10cSrcweir GroupId = GID_EDIT; 10156cdf0e10cSrcweir] 10157cdf0e10cSrcweir 10158cdf0e10cSrcweir//-------------------------------------------------------------------------- 10159cdf0e10cSrcweirSfxVoidItem CopyHyperlinkLocation FN_COPY_HYPERLINK_LOCATION 10160cdf0e10cSrcweir[ 10161cdf0e10cSrcweir /* flags: */ 10162cdf0e10cSrcweir AutoUpdate = FALSE, 10163cdf0e10cSrcweir Cachable = Cachable, 10164cdf0e10cSrcweir FastCall = FALSE, 10165cdf0e10cSrcweir HasCoreId = FALSE, 10166cdf0e10cSrcweir HasDialog = FALSE, 10167cdf0e10cSrcweir ReadOnlyDoc = FALSE, 10168cdf0e10cSrcweir Toggle = FALSE, 10169cdf0e10cSrcweir Container = FALSE, 10170cdf0e10cSrcweir RecordAbsolute = FALSE, 10171cdf0e10cSrcweir RecordPerSet; 10172cdf0e10cSrcweir Asynchron; 10173cdf0e10cSrcweir 10174cdf0e10cSrcweir Readonly = FALSE, 10175cdf0e10cSrcweir 10176cdf0e10cSrcweir /* config: */ 10177cdf0e10cSrcweir AccelConfig = TRUE, 10178cdf0e10cSrcweir MenuConfig = TRUE, 10179cdf0e10cSrcweir StatusBarConfig = FALSE, 10180cdf0e10cSrcweir ToolBoxConfig = TRUE, 10181cdf0e10cSrcweir GroupId = GID_EDIT; 10182cdf0e10cSrcweir] 10183ff0525f2SOliver-Rainer Wittmann 10184ff0525f2SOliver-Rainer Wittmann 10185*261e9a4bSOliver-Rainer WittmannSfxInt16Item PageColumnType SID_ATTR_PAGE_COLUMN 10186ff0525f2SOliver-Rainer Wittmann 10187ff0525f2SOliver-Rainer Wittmann[ 10188ff0525f2SOliver-Rainer Wittmann /* flags: */ 10189ff0525f2SOliver-Rainer Wittmann AutoUpdate = FALSE, 10190ff0525f2SOliver-Rainer Wittmann Cachable = Cachable, 10191ff0525f2SOliver-Rainer Wittmann FastCall = FALSE, 10192ff0525f2SOliver-Rainer Wittmann HasCoreId = FALSE, 10193ff0525f2SOliver-Rainer Wittmann HasDialog = FALSE, 10194ff0525f2SOliver-Rainer Wittmann ReadOnlyDoc = TRUE, 10195ff0525f2SOliver-Rainer Wittmann Toggle = FALSE, 10196ff0525f2SOliver-Rainer Wittmann Container = FALSE, 10197ff0525f2SOliver-Rainer Wittmann RecordAbsolute = FALSE, 10198ff0525f2SOliver-Rainer Wittmann RecordPerSet; 10199ff0525f2SOliver-Rainer Wittmann Synchron; 10200ff0525f2SOliver-Rainer Wittmann 10201ff0525f2SOliver-Rainer Wittmann Readonly = TRUE, 10202ff0525f2SOliver-Rainer Wittmann 10203ff0525f2SOliver-Rainer Wittmann /* config: */ 10204395b75f9SOliver-Rainer Wittmann AccelConfig = FALSE, 10205395b75f9SOliver-Rainer Wittmann MenuConfig = FALSE, 10206ff0525f2SOliver-Rainer Wittmann StatusBarConfig = FALSE, 10207395b75f9SOliver-Rainer Wittmann ToolBoxConfig = FALSE, 10208395b75f9SOliver-Rainer Wittmann GroupId = GID_FORMAT; 10209ff0525f2SOliver-Rainer Wittmann] 10210ff0525f2SOliver-Rainer Wittmann 102118a2dd8f0SOliver-Rainer WittmannSvxLongULSpaceItem SwPageULMargin SID_ATTR_PAGE_ULSPACE 102128a2dd8f0SOliver-Rainer Wittmann 102138a2dd8f0SOliver-Rainer Wittmann[ 102148a2dd8f0SOliver-Rainer Wittmann /* flags: */ 102158a2dd8f0SOliver-Rainer Wittmann AutoUpdate = FALSE, 102168a2dd8f0SOliver-Rainer Wittmann Cachable = Cachable, 102178a2dd8f0SOliver-Rainer Wittmann FastCall = FALSE, 102188a2dd8f0SOliver-Rainer Wittmann HasCoreId = FALSE, 102198a2dd8f0SOliver-Rainer Wittmann HasDialog = FALSE, 102208a2dd8f0SOliver-Rainer Wittmann ReadOnlyDoc = FALSE, 102218a2dd8f0SOliver-Rainer Wittmann Toggle = FALSE, 102228a2dd8f0SOliver-Rainer Wittmann Container = FALSE, 102238a2dd8f0SOliver-Rainer Wittmann RecordAbsolute = FALSE, 102248a2dd8f0SOliver-Rainer Wittmann RecordPerSet; 102258a2dd8f0SOliver-Rainer Wittmann Synchron; 102268a2dd8f0SOliver-Rainer Wittmann 102278a2dd8f0SOliver-Rainer Wittmann Readonly = FALSE, 102288a2dd8f0SOliver-Rainer Wittmann 102298a2dd8f0SOliver-Rainer Wittmann /* config: */ 102308a2dd8f0SOliver-Rainer Wittmann AccelConfig = FALSE, 102318a2dd8f0SOliver-Rainer Wittmann MenuConfig = FALSE, 102328a2dd8f0SOliver-Rainer Wittmann StatusBarConfig = FALSE, 102338a2dd8f0SOliver-Rainer Wittmann ToolBoxConfig = FALSE, 102348a2dd8f0SOliver-Rainer Wittmann GroupId = GID_FORMAT; 102358a2dd8f0SOliver-Rainer Wittmann] 102368a2dd8f0SOliver-Rainer Wittmann 102378a2dd8f0SOliver-Rainer WittmannSvxLongLRSpaceItem SwPageLRMargin SID_ATTR_PAGE_LRSPACE 102388a2dd8f0SOliver-Rainer Wittmann 102398a2dd8f0SOliver-Rainer Wittmann[ 102408a2dd8f0SOliver-Rainer Wittmann /* flags: */ 102418a2dd8f0SOliver-Rainer Wittmann AutoUpdate = FALSE, 102428a2dd8f0SOliver-Rainer Wittmann Cachable = Cachable, 102438a2dd8f0SOliver-Rainer Wittmann FastCall = FALSE, 102448a2dd8f0SOliver-Rainer Wittmann HasCoreId = FALSE, 102458a2dd8f0SOliver-Rainer Wittmann HasDialog = FALSE, 102468a2dd8f0SOliver-Rainer Wittmann ReadOnlyDoc = FALSE, 102478a2dd8f0SOliver-Rainer Wittmann Toggle = FALSE, 102488a2dd8f0SOliver-Rainer Wittmann Container = FALSE, 102498a2dd8f0SOliver-Rainer Wittmann RecordAbsolute = FALSE, 102508a2dd8f0SOliver-Rainer Wittmann RecordPerSet; 102518a2dd8f0SOliver-Rainer Wittmann Synchron; 102528a2dd8f0SOliver-Rainer Wittmann 102538a2dd8f0SOliver-Rainer Wittmann Readonly = FALSE, 102548a2dd8f0SOliver-Rainer Wittmann 102558a2dd8f0SOliver-Rainer Wittmann /* config: */ 102568a2dd8f0SOliver-Rainer Wittmann AccelConfig = FALSE, 102578a2dd8f0SOliver-Rainer Wittmann MenuConfig = FALSE, 102588a2dd8f0SOliver-Rainer Wittmann StatusBarConfig = FALSE, 102598a2dd8f0SOliver-Rainer Wittmann ToolBoxConfig = FALSE, 102608a2dd8f0SOliver-Rainer Wittmann GroupId = GID_FORMAT; 102618a2dd8f0SOliver-Rainer Wittmann] 102628a2dd8f0SOliver-Rainer Wittmann 10263