1*e07c0dceSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*e07c0dceSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*e07c0dceSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*e07c0dceSAndrew Rist * distributed with this work for additional information 6*e07c0dceSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*e07c0dceSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*e07c0dceSAndrew Rist * "License"); you may not use this file except in compliance 9*e07c0dceSAndrew Rist * with the License. You may obtain a copy of the License at 10*e07c0dceSAndrew Rist * 11*e07c0dceSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*e07c0dceSAndrew Rist * 13*e07c0dceSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*e07c0dceSAndrew Rist * software distributed under the License is distributed on an 15*e07c0dceSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*e07c0dceSAndrew Rist * KIND, either express or implied. See the License for the 17*e07c0dceSAndrew Rist * specific language governing permissions and limitations 18*e07c0dceSAndrew Rist * under the License. 19*e07c0dceSAndrew Rist * 20*e07c0dceSAndrew Rist *************************************************************/ 21*e07c0dceSAndrew Rist 22*e07c0dceSAndrew Rist 23cdf0e10cSrcweir//-------------------------------------------------------------------------- 24cdf0e10cSrcweirSfxVoidItem AcceptChanges FID_CHG_ACCEPT 25cdf0e10cSrcweir() 26cdf0e10cSrcweir[ 27cdf0e10cSrcweir /* flags: */ 28cdf0e10cSrcweir AutoUpdate = FALSE, 29cdf0e10cSrcweir Cachable = Cachable, 30cdf0e10cSrcweir FastCall = FALSE, 31cdf0e10cSrcweir HasCoreId = FALSE, 32cdf0e10cSrcweir HasDialog = FALSE, 33cdf0e10cSrcweir ReadOnlyDoc = TRUE, 34cdf0e10cSrcweir Toggle = FALSE, 35cdf0e10cSrcweir Container = FALSE, 36cdf0e10cSrcweir RecordAbsolute = FALSE, 37cdf0e10cSrcweir RecordPerSet; 38cdf0e10cSrcweir Synchron; 39cdf0e10cSrcweir 40cdf0e10cSrcweir /* config: */ 41cdf0e10cSrcweir AccelConfig = TRUE, 42cdf0e10cSrcweir MenuConfig = TRUE, 43cdf0e10cSrcweir StatusBarConfig = FALSE, 44cdf0e10cSrcweir ToolBoxConfig = TRUE, 45cdf0e10cSrcweir GroupId = GID_EDIT; 46cdf0e10cSrcweir] 47cdf0e10cSrcweir 48cdf0e10cSrcweir//-------------------------------------------------------------------------- 49cdf0e10cSrcweirSfxVoidItem ActivateOLE SID_OLE_ACTIVATE 50cdf0e10cSrcweir() 51cdf0e10cSrcweir[ 52cdf0e10cSrcweir /* flags: */ 53cdf0e10cSrcweir AutoUpdate = FALSE, 54cdf0e10cSrcweir Cachable = Cachable, 55cdf0e10cSrcweir FastCall = FALSE, 56cdf0e10cSrcweir HasCoreId = FALSE, 57cdf0e10cSrcweir HasDialog = FALSE, 58cdf0e10cSrcweir ReadOnlyDoc = TRUE, 59cdf0e10cSrcweir Toggle = FALSE, 60cdf0e10cSrcweir Container = FALSE, 61cdf0e10cSrcweir RecordAbsolute = FALSE, 62cdf0e10cSrcweir RecordPerSet; 63cdf0e10cSrcweir Synchron; 64cdf0e10cSrcweir 65cdf0e10cSrcweir /* config: */ 66cdf0e10cSrcweir AccelConfig = FALSE, 67cdf0e10cSrcweir MenuConfig = FALSE, 68cdf0e10cSrcweir StatusBarConfig = FALSE, 69cdf0e10cSrcweir ToolBoxConfig = FALSE, 70cdf0e10cSrcweir GroupId = GID_SPECIAL; 71cdf0e10cSrcweir] 72cdf0e10cSrcweir 73cdf0e10cSrcweir//-------------------------------------------------------------------------- 74cdf0e10cSrcweirSfxVoidItem ActivateTable SID_TABLE_ACTIVATE 75cdf0e10cSrcweir() 76cdf0e10cSrcweir[ 77cdf0e10cSrcweir /* flags: */ 78cdf0e10cSrcweir AutoUpdate = FALSE, 79cdf0e10cSrcweir Cachable = Cachable, 80cdf0e10cSrcweir FastCall = FALSE, 81cdf0e10cSrcweir HasCoreId = FALSE, 82cdf0e10cSrcweir HasDialog = FALSE, 83cdf0e10cSrcweir ReadOnlyDoc = TRUE, 84cdf0e10cSrcweir Toggle = FALSE, 85cdf0e10cSrcweir Container = FALSE, 86cdf0e10cSrcweir RecordAbsolute = FALSE, 87cdf0e10cSrcweir RecordPerSet; 88cdf0e10cSrcweir Synchron; 89cdf0e10cSrcweir 90cdf0e10cSrcweir /* config: */ 91cdf0e10cSrcweir AccelConfig = FALSE, 92cdf0e10cSrcweir MenuConfig = FALSE, 93cdf0e10cSrcweir StatusBarConfig = FALSE, 94cdf0e10cSrcweir ToolBoxConfig = FALSE, 95cdf0e10cSrcweir GroupId = GID_VIEW; 96cdf0e10cSrcweir] 97cdf0e10cSrcweir 98cdf0e10cSrcweir//-------------------------------------------------------------------------- 99cdf0e10cSrcweirSfxObjectItem ActiveCell SID_SC_ACTIVECELL 100cdf0e10cSrcweir 101cdf0e10cSrcweir[ 102cdf0e10cSrcweir /* flags: */ 103cdf0e10cSrcweir AutoUpdate = FALSE, 104cdf0e10cSrcweir Cachable = Cachable, 105cdf0e10cSrcweir FastCall = FALSE, 106cdf0e10cSrcweir HasCoreId = FALSE, 107cdf0e10cSrcweir HasDialog = FALSE, 108cdf0e10cSrcweir ReadOnlyDoc = TRUE, 109cdf0e10cSrcweir Toggle = FALSE, 110cdf0e10cSrcweir Container = FALSE, 111cdf0e10cSrcweir RecordAbsolute = FALSE, 112cdf0e10cSrcweir RecordPerSet; 113cdf0e10cSrcweir Synchron; 114cdf0e10cSrcweir 115cdf0e10cSrcweir Readonly = TRUE, 116cdf0e10cSrcweir 117cdf0e10cSrcweir /* config: */ 118cdf0e10cSrcweir AccelConfig = FALSE, 119cdf0e10cSrcweir MenuConfig = FALSE, 120cdf0e10cSrcweir StatusBarConfig = FALSE, 121cdf0e10cSrcweir ToolBoxConfig = FALSE, 122cdf0e10cSrcweir GroupId = GID_INTERN; 123cdf0e10cSrcweir] 124cdf0e10cSrcweir 125cdf0e10cSrcweir//-------------------------------------------------------------------------- 126cdf0e10cSrcweirSfxObjectItem ActiveTable SID_SC_ACTIVETAB 127cdf0e10cSrcweir 128cdf0e10cSrcweir[ 129cdf0e10cSrcweir /* flags: */ 130cdf0e10cSrcweir AutoUpdate = FALSE, 131cdf0e10cSrcweir Cachable = Cachable, 132cdf0e10cSrcweir FastCall = FALSE, 133cdf0e10cSrcweir HasCoreId = FALSE, 134cdf0e10cSrcweir HasDialog = FALSE, 135cdf0e10cSrcweir ReadOnlyDoc = TRUE, 136cdf0e10cSrcweir Toggle = FALSE, 137cdf0e10cSrcweir Container = FALSE, 138cdf0e10cSrcweir RecordAbsolute = FALSE, 139cdf0e10cSrcweir RecordPerSet; 140cdf0e10cSrcweir Synchron; 141cdf0e10cSrcweir 142cdf0e10cSrcweir Readonly = TRUE, 143cdf0e10cSrcweir 144cdf0e10cSrcweir /* config: */ 145cdf0e10cSrcweir AccelConfig = FALSE, 146cdf0e10cSrcweir MenuConfig = FALSE, 147cdf0e10cSrcweir StatusBarConfig = FALSE, 148cdf0e10cSrcweir ToolBoxConfig = FALSE, 149cdf0e10cSrcweir GroupId = GID_INTERN; 150cdf0e10cSrcweir] 151cdf0e10cSrcweir 152cdf0e10cSrcweir//-------------------------------------------------------------------------- 153cdf0e10cSrcweirSfxVoidItem Add FID_TAB_APPEND 154cdf0e10cSrcweir(SfxStringItem Name FID_TAB_APPEND) 155cdf0e10cSrcweir[ 156cdf0e10cSrcweir /* flags: */ 157cdf0e10cSrcweir AutoUpdate = FALSE, 158cdf0e10cSrcweir Cachable = Cachable, 159cdf0e10cSrcweir FastCall = FALSE, 160cdf0e10cSrcweir HasCoreId = FALSE, 161cdf0e10cSrcweir HasDialog = TRUE, 162cdf0e10cSrcweir ReadOnlyDoc = TRUE, 163cdf0e10cSrcweir Toggle = FALSE, 164cdf0e10cSrcweir Container = FALSE, 165cdf0e10cSrcweir RecordAbsolute = FALSE, 166cdf0e10cSrcweir RecordPerSet; 167cdf0e10cSrcweir Synchron; 168cdf0e10cSrcweir 169cdf0e10cSrcweir /* config: */ 170cdf0e10cSrcweir AccelConfig = TRUE, 171cdf0e10cSrcweir MenuConfig = TRUE, 172cdf0e10cSrcweir StatusBarConfig = FALSE, 173cdf0e10cSrcweir ToolBoxConfig = FALSE, 174cdf0e10cSrcweir GroupId = GID_INSERT; 175cdf0e10cSrcweir] 176cdf0e10cSrcweir 177cdf0e10cSrcweir//-------------------------------------------------------------------------- 178cdf0e10cSrcweirSfxVoidItem AddChartData SID_CHART_ADDSOURCE 179cdf0e10cSrcweir(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE) 180cdf0e10cSrcweir[ 181cdf0e10cSrcweir /* flags: */ 182cdf0e10cSrcweir AutoUpdate = FALSE, 183cdf0e10cSrcweir Cachable = Cachable, 184cdf0e10cSrcweir FastCall = FALSE, 185cdf0e10cSrcweir HasCoreId = FALSE, 186cdf0e10cSrcweir HasDialog = FALSE, 187cdf0e10cSrcweir ReadOnlyDoc = TRUE, 188cdf0e10cSrcweir Toggle = FALSE, 189cdf0e10cSrcweir Container = FALSE, 190cdf0e10cSrcweir RecordAbsolute = FALSE, 191cdf0e10cSrcweir RecordPerSet; 192cdf0e10cSrcweir Synchron; 193cdf0e10cSrcweir 194cdf0e10cSrcweir /* config: */ 195cdf0e10cSrcweir AccelConfig = FALSE, 196cdf0e10cSrcweir MenuConfig = FALSE, 197cdf0e10cSrcweir StatusBarConfig = FALSE, 198cdf0e10cSrcweir ToolBoxConfig = FALSE, 199cdf0e10cSrcweir GroupId = GID_INTERN; 200cdf0e10cSrcweir] 201cdf0e10cSrcweir 202cdf0e10cSrcweir//-------------------------------------------------------------------------- 203cdf0e10cSrcweirSfxVoidItem AddInManager SID_ADD_IN_MANAGER 204cdf0e10cSrcweir() 205cdf0e10cSrcweir[ 206cdf0e10cSrcweir /* flags: */ 207cdf0e10cSrcweir AutoUpdate = FALSE, 208cdf0e10cSrcweir Cachable = Cachable, 209cdf0e10cSrcweir FastCall = FALSE, 210cdf0e10cSrcweir HasCoreId = FALSE, 211cdf0e10cSrcweir HasDialog = FALSE, 212cdf0e10cSrcweir ReadOnlyDoc = TRUE, 213cdf0e10cSrcweir Toggle = FALSE, 214cdf0e10cSrcweir Container = FALSE, 215cdf0e10cSrcweir RecordAbsolute = FALSE, 216cdf0e10cSrcweir RecordPerSet; 217cdf0e10cSrcweir Synchron; 218cdf0e10cSrcweir 219cdf0e10cSrcweir /* config: */ 220cdf0e10cSrcweir AccelConfig = FALSE, 221cdf0e10cSrcweir MenuConfig = FALSE, 222cdf0e10cSrcweir StatusBarConfig = FALSE, 223cdf0e10cSrcweir ToolBoxConfig = FALSE, 224cdf0e10cSrcweir GroupId = GID_INTERN; 225cdf0e10cSrcweir] 226cdf0e10cSrcweir 227cdf0e10cSrcweir//-------------------------------------------------------------------------- 228cdf0e10cSrcweirSfxVoidItem AddPrintArea SID_ADD_PRINTAREA 229cdf0e10cSrcweir() 230cdf0e10cSrcweir[ 231cdf0e10cSrcweir /* flags: */ 232cdf0e10cSrcweir AutoUpdate = FALSE, 233cdf0e10cSrcweir Cachable = Cachable, 234cdf0e10cSrcweir FastCall = FALSE, 235cdf0e10cSrcweir HasCoreId = FALSE, 236cdf0e10cSrcweir HasDialog = FALSE, 237cdf0e10cSrcweir ReadOnlyDoc = TRUE, 238cdf0e10cSrcweir Toggle = FALSE, 239cdf0e10cSrcweir Container = FALSE, 240cdf0e10cSrcweir RecordAbsolute = FALSE, 241cdf0e10cSrcweir RecordPerSet; 242cdf0e10cSrcweir Synchron; 243cdf0e10cSrcweir 244cdf0e10cSrcweir /* config: */ 245cdf0e10cSrcweir AccelConfig = TRUE, 246cdf0e10cSrcweir MenuConfig = TRUE, 247cdf0e10cSrcweir StatusBarConfig = FALSE, 248cdf0e10cSrcweir ToolBoxConfig = TRUE, 249cdf0e10cSrcweir GroupId = GID_FORMAT; 250cdf0e10cSrcweir] 251cdf0e10cSrcweir 252cdf0e10cSrcweir//-------------------------------------------------------------------------- 253cdf0e10cSrcweirSfxStringItem Address SID_RANGE_ADDRESS 254cdf0e10cSrcweir 255cdf0e10cSrcweir[ 256cdf0e10cSrcweir /* flags: */ 257cdf0e10cSrcweir AutoUpdate = FALSE, 258cdf0e10cSrcweir Cachable = Cachable, 259cdf0e10cSrcweir FastCall = FALSE, 260cdf0e10cSrcweir HasCoreId = FALSE, 261cdf0e10cSrcweir HasDialog = FALSE, 262cdf0e10cSrcweir ReadOnlyDoc = TRUE, 263cdf0e10cSrcweir Toggle = FALSE, 264cdf0e10cSrcweir Container = FALSE, 265cdf0e10cSrcweir RecordAbsolute = FALSE, 266cdf0e10cSrcweir RecordPerSet; 267cdf0e10cSrcweir Synchron; 268cdf0e10cSrcweir 269cdf0e10cSrcweir Readonly = TRUE, 270cdf0e10cSrcweir 271cdf0e10cSrcweir /* config: */ 272cdf0e10cSrcweir AccelConfig = FALSE, 273cdf0e10cSrcweir MenuConfig = FALSE, 274cdf0e10cSrcweir StatusBarConfig = FALSE, 275cdf0e10cSrcweir ToolBoxConfig = FALSE, 276cdf0e10cSrcweir GroupId = ; 277cdf0e10cSrcweir] 278cdf0e10cSrcweir 279cdf0e10cSrcweir//-------------------------------------------------------------------------- 280cdf0e10cSrcweirSfxVoidItem AdjustPrintZoom FID_ADJUST_PRINTZOOM 281cdf0e10cSrcweir() 282cdf0e10cSrcweir[ 283cdf0e10cSrcweir /* flags: */ 284cdf0e10cSrcweir AutoUpdate = FALSE, 285cdf0e10cSrcweir Cachable = Cachable, 286cdf0e10cSrcweir FastCall = FALSE, 287cdf0e10cSrcweir HasCoreId = FALSE, 288cdf0e10cSrcweir HasDialog = FALSE, 289cdf0e10cSrcweir ReadOnlyDoc = TRUE, 290cdf0e10cSrcweir Toggle = FALSE, 291cdf0e10cSrcweir Container = FALSE, 292cdf0e10cSrcweir RecordAbsolute = FALSE, 293cdf0e10cSrcweir RecordPerSet; 294cdf0e10cSrcweir Synchron; 295cdf0e10cSrcweir 296cdf0e10cSrcweir /* config: */ 297cdf0e10cSrcweir AccelConfig = TRUE, 298cdf0e10cSrcweir MenuConfig = TRUE, 299cdf0e10cSrcweir StatusBarConfig = FALSE, 300cdf0e10cSrcweir ToolBoxConfig = TRUE, 301cdf0e10cSrcweir GroupId = GID_FORMAT; 302cdf0e10cSrcweir] 303cdf0e10cSrcweir 304cdf0e10cSrcweir//-------------------------------------------------------------------------- 305cdf0e10cSrcweirSfxVoidItem AlignBlock SID_ALIGNBLOCK 306cdf0e10cSrcweir() 307cdf0e10cSrcweir[ 308cdf0e10cSrcweir /* flags: */ 309cdf0e10cSrcweir AutoUpdate = FALSE, 310cdf0e10cSrcweir Cachable = Cachable, 311cdf0e10cSrcweir FastCall = FALSE, 312cdf0e10cSrcweir HasCoreId = FALSE, 313cdf0e10cSrcweir HasDialog = FALSE, 314cdf0e10cSrcweir ReadOnlyDoc = TRUE, 315cdf0e10cSrcweir Toggle = FALSE, 316cdf0e10cSrcweir Container = FALSE, 317cdf0e10cSrcweir RecordAbsolute = FALSE, 318cdf0e10cSrcweir RecordPerSet; 319cdf0e10cSrcweir Synchron; 320cdf0e10cSrcweir 321cdf0e10cSrcweir /* config: */ 322cdf0e10cSrcweir AccelConfig = TRUE, 323cdf0e10cSrcweir MenuConfig = TRUE, 324cdf0e10cSrcweir StatusBarConfig = FALSE, 325cdf0e10cSrcweir ToolBoxConfig = TRUE, 326cdf0e10cSrcweir GroupId = GID_FORMAT; 327cdf0e10cSrcweir] 328cdf0e10cSrcweir 329cdf0e10cSrcweir//-------------------------------------------------------------------------- 330cdf0e10cSrcweirSfxVoidItem AlignBottom SID_ALIGNBOTTOM 331cdf0e10cSrcweir() 332cdf0e10cSrcweir[ 333cdf0e10cSrcweir /* flags: */ 334cdf0e10cSrcweir AutoUpdate = FALSE, 335cdf0e10cSrcweir Cachable = Cachable, 336cdf0e10cSrcweir FastCall = FALSE, 337cdf0e10cSrcweir HasCoreId = FALSE, 338cdf0e10cSrcweir HasDialog = FALSE, 339cdf0e10cSrcweir ReadOnlyDoc = TRUE, 340cdf0e10cSrcweir Toggle = FALSE, 341cdf0e10cSrcweir Container = FALSE, 342cdf0e10cSrcweir RecordAbsolute = FALSE, 343cdf0e10cSrcweir RecordPerSet; 344cdf0e10cSrcweir Synchron; 345cdf0e10cSrcweir 346cdf0e10cSrcweir /* config: */ 347cdf0e10cSrcweir AccelConfig = TRUE, 348cdf0e10cSrcweir MenuConfig = TRUE, 349cdf0e10cSrcweir StatusBarConfig = FALSE, 350cdf0e10cSrcweir ToolBoxConfig = TRUE, 351cdf0e10cSrcweir GroupId = GID_FORMAT; 352cdf0e10cSrcweir] 353cdf0e10cSrcweir 354cdf0e10cSrcweir//-------------------------------------------------------------------------- 355cdf0e10cSrcweirSfxVoidItem AlignHorizontalCenter SID_ALIGNCENTERHOR 356cdf0e10cSrcweir() 357cdf0e10cSrcweir[ 358cdf0e10cSrcweir /* flags: */ 359cdf0e10cSrcweir AutoUpdate = FALSE, 360cdf0e10cSrcweir Cachable = Cachable, 361cdf0e10cSrcweir FastCall = FALSE, 362cdf0e10cSrcweir HasCoreId = FALSE, 363cdf0e10cSrcweir HasDialog = FALSE, 364cdf0e10cSrcweir ReadOnlyDoc = TRUE, 365cdf0e10cSrcweir Toggle = FALSE, 366cdf0e10cSrcweir Container = FALSE, 367cdf0e10cSrcweir RecordAbsolute = FALSE, 368cdf0e10cSrcweir RecordPerSet; 369cdf0e10cSrcweir Synchron; 370cdf0e10cSrcweir 371cdf0e10cSrcweir /* status: */ 372cdf0e10cSrcweir SlotType = SfxStringItem 373cdf0e10cSrcweir 374cdf0e10cSrcweir /* config: */ 375cdf0e10cSrcweir AccelConfig = TRUE, 376cdf0e10cSrcweir MenuConfig = TRUE, 377cdf0e10cSrcweir StatusBarConfig = FALSE, 378cdf0e10cSrcweir ToolBoxConfig = TRUE, 379cdf0e10cSrcweir GroupId = GID_FORMAT; 380cdf0e10cSrcweir] 381cdf0e10cSrcweir 382cdf0e10cSrcweir//-------------------------------------------------------------------------- 383cdf0e10cSrcweirSfxVoidItem AlignLeft SID_ALIGNLEFT 384cdf0e10cSrcweir() 385cdf0e10cSrcweir[ 386cdf0e10cSrcweir /* flags: */ 387cdf0e10cSrcweir AutoUpdate = FALSE, 388cdf0e10cSrcweir Cachable = Cachable, 389cdf0e10cSrcweir FastCall = FALSE, 390cdf0e10cSrcweir HasCoreId = FALSE, 391cdf0e10cSrcweir HasDialog = FALSE, 392cdf0e10cSrcweir ReadOnlyDoc = FALSE, 393cdf0e10cSrcweir Toggle = FALSE, 394cdf0e10cSrcweir Container = FALSE, 395cdf0e10cSrcweir RecordAbsolute = FALSE, 396cdf0e10cSrcweir RecordPerSet; 397cdf0e10cSrcweir Synchron; 398cdf0e10cSrcweir 399cdf0e10cSrcweir /* config: */ 400cdf0e10cSrcweir AccelConfig = TRUE, 401cdf0e10cSrcweir MenuConfig = TRUE, 402cdf0e10cSrcweir StatusBarConfig = FALSE, 403cdf0e10cSrcweir ToolBoxConfig = TRUE, 404cdf0e10cSrcweir GroupId = GID_FORMAT; 405cdf0e10cSrcweir] 406cdf0e10cSrcweir 407cdf0e10cSrcweir//-------------------------------------------------------------------------- 408cdf0e10cSrcweirSfxVoidItem AlignRight SID_ALIGNRIGHT 409cdf0e10cSrcweir() 410cdf0e10cSrcweir[ 411cdf0e10cSrcweir /* flags: */ 412cdf0e10cSrcweir AutoUpdate = FALSE, 413cdf0e10cSrcweir Cachable = Cachable, 414cdf0e10cSrcweir FastCall = FALSE, 415cdf0e10cSrcweir HasCoreId = FALSE, 416cdf0e10cSrcweir HasDialog = FALSE, 417cdf0e10cSrcweir ReadOnlyDoc = TRUE, 418cdf0e10cSrcweir Toggle = FALSE, 419cdf0e10cSrcweir Container = FALSE, 420cdf0e10cSrcweir RecordAbsolute = FALSE, 421cdf0e10cSrcweir RecordPerSet; 422cdf0e10cSrcweir Synchron; 423cdf0e10cSrcweir 424cdf0e10cSrcweir /* config: */ 425cdf0e10cSrcweir AccelConfig = TRUE, 426cdf0e10cSrcweir MenuConfig = TRUE, 427cdf0e10cSrcweir StatusBarConfig = FALSE, 428cdf0e10cSrcweir ToolBoxConfig = TRUE, 429cdf0e10cSrcweir GroupId = GID_FORMAT; 430cdf0e10cSrcweir] 431cdf0e10cSrcweir 432cdf0e10cSrcweir//-------------------------------------------------------------------------- 433cdf0e10cSrcweirSfxVoidItem AlignTop SID_ALIGNTOP 434cdf0e10cSrcweir() 435cdf0e10cSrcweir[ 436cdf0e10cSrcweir /* flags: */ 437cdf0e10cSrcweir AutoUpdate = FALSE, 438cdf0e10cSrcweir Cachable = Cachable, 439cdf0e10cSrcweir FastCall = FALSE, 440cdf0e10cSrcweir HasCoreId = FALSE, 441cdf0e10cSrcweir HasDialog = FALSE, 442cdf0e10cSrcweir ReadOnlyDoc = TRUE, 443cdf0e10cSrcweir Toggle = FALSE, 444cdf0e10cSrcweir Container = FALSE, 445cdf0e10cSrcweir RecordAbsolute = FALSE, 446cdf0e10cSrcweir RecordPerSet; 447cdf0e10cSrcweir Synchron; 448cdf0e10cSrcweir 449cdf0e10cSrcweir /* config: */ 450cdf0e10cSrcweir AccelConfig = TRUE, 451cdf0e10cSrcweir MenuConfig = TRUE, 452cdf0e10cSrcweir StatusBarConfig = FALSE, 453cdf0e10cSrcweir ToolBoxConfig = TRUE, 454cdf0e10cSrcweir GroupId = GID_FORMAT; 455cdf0e10cSrcweir] 456cdf0e10cSrcweir 457cdf0e10cSrcweir//-------------------------------------------------------------------------- 458cdf0e10cSrcweirSfxVoidItem AlignVCenter SID_ALIGNCENTERVER 459cdf0e10cSrcweir() 460cdf0e10cSrcweir[ 461cdf0e10cSrcweir /* flags: */ 462cdf0e10cSrcweir AutoUpdate = FALSE, 463cdf0e10cSrcweir Cachable = Cachable, 464cdf0e10cSrcweir FastCall = FALSE, 465cdf0e10cSrcweir HasCoreId = FALSE, 466cdf0e10cSrcweir HasDialog = FALSE, 467cdf0e10cSrcweir ReadOnlyDoc = TRUE, 468cdf0e10cSrcweir Toggle = FALSE, 469cdf0e10cSrcweir Container = FALSE, 470cdf0e10cSrcweir RecordAbsolute = FALSE, 471cdf0e10cSrcweir RecordPerSet; 472cdf0e10cSrcweir Synchron; 473cdf0e10cSrcweir 474cdf0e10cSrcweir /* config: */ 475cdf0e10cSrcweir AccelConfig = TRUE, 476cdf0e10cSrcweir MenuConfig = TRUE, 477cdf0e10cSrcweir StatusBarConfig = FALSE, 478cdf0e10cSrcweir ToolBoxConfig = TRUE, 479cdf0e10cSrcweir GroupId = GID_FORMAT; 480cdf0e10cSrcweir] 481cdf0e10cSrcweir 482cdf0e10cSrcweir//-------------------------------------------------------------------------- 483cdf0e10cSrcweirSfxVoidItem ApplyNames FID_APPLY_NAME 484cdf0e10cSrcweir() 485cdf0e10cSrcweir[ 486cdf0e10cSrcweir /* flags: */ 487cdf0e10cSrcweir AutoUpdate = FALSE, 488cdf0e10cSrcweir Cachable = Cachable, 489cdf0e10cSrcweir FastCall = FALSE, 490cdf0e10cSrcweir HasCoreId = FALSE, 491cdf0e10cSrcweir HasDialog = FALSE, 492cdf0e10cSrcweir ReadOnlyDoc = TRUE, 493cdf0e10cSrcweir Toggle = FALSE, 494cdf0e10cSrcweir Container = FALSE, 495cdf0e10cSrcweir RecordAbsolute = FALSE, 496cdf0e10cSrcweir RecordPerSet; 497cdf0e10cSrcweir Synchron; 498cdf0e10cSrcweir 499cdf0e10cSrcweir /* config: */ 500cdf0e10cSrcweir AccelConfig = TRUE, 501cdf0e10cSrcweir MenuConfig = TRUE, 502cdf0e10cSrcweir StatusBarConfig = FALSE, 503cdf0e10cSrcweir ToolBoxConfig = FALSE, 504cdf0e10cSrcweir GroupId = GID_INSERT; 505cdf0e10cSrcweir] 506cdf0e10cSrcweir 507cdf0e10cSrcweir//-------------------------------------------------------------------------- 508cdf0e10cSrcweirSfxVoidItem AuditingFillMode SID_DETECTIVE_FILLMODE 509cdf0e10cSrcweir() 510cdf0e10cSrcweir[ 511cdf0e10cSrcweir /* flags: */ 512cdf0e10cSrcweir AutoUpdate = TRUE, 513cdf0e10cSrcweir Cachable = Cachable, 514cdf0e10cSrcweir FastCall = FALSE, 515cdf0e10cSrcweir HasCoreId = FALSE, 516cdf0e10cSrcweir HasDialog = FALSE, 517cdf0e10cSrcweir ReadOnlyDoc = TRUE, 518cdf0e10cSrcweir Toggle = FALSE, 519cdf0e10cSrcweir Container = FALSE, 520cdf0e10cSrcweir RecordAbsolute = FALSE, 521cdf0e10cSrcweir NoRecord; 522cdf0e10cSrcweir Synchron; 523cdf0e10cSrcweir 524cdf0e10cSrcweir /* config: */ 525cdf0e10cSrcweir AccelConfig = TRUE, 526cdf0e10cSrcweir MenuConfig = TRUE, 527cdf0e10cSrcweir StatusBarConfig = FALSE, 528cdf0e10cSrcweir ToolBoxConfig = TRUE, 529cdf0e10cSrcweir GroupId = GID_OPTIONS; 530cdf0e10cSrcweir] 531cdf0e10cSrcweir 532cdf0e10cSrcweir//-------------------------------------------------------------------------- 533cdf0e10cSrcweirSfxBoolItem AutoComplete FID_AUTOCOMPLETE 534cdf0e10cSrcweir 535cdf0e10cSrcweir[ 536cdf0e10cSrcweir /* flags: */ 537cdf0e10cSrcweir AutoUpdate = FALSE, 538cdf0e10cSrcweir Cachable = Cachable, 539cdf0e10cSrcweir FastCall = FALSE, 540cdf0e10cSrcweir HasCoreId = FALSE, 541cdf0e10cSrcweir HasDialog = FALSE, 542cdf0e10cSrcweir ReadOnlyDoc = TRUE, 543cdf0e10cSrcweir Toggle = FALSE, 544cdf0e10cSrcweir Container = FALSE, 545cdf0e10cSrcweir RecordAbsolute = FALSE, 546cdf0e10cSrcweir RecordPerSet; 547cdf0e10cSrcweir Synchron; 548cdf0e10cSrcweir 549cdf0e10cSrcweir Readonly = FALSE, 550cdf0e10cSrcweir 551cdf0e10cSrcweir /* config: */ 552cdf0e10cSrcweir AccelConfig = TRUE, 553cdf0e10cSrcweir MenuConfig = TRUE, 554cdf0e10cSrcweir StatusBarConfig = FALSE, 555cdf0e10cSrcweir ToolBoxConfig = FALSE, 556cdf0e10cSrcweir GroupId = GID_OPTIONS; 557cdf0e10cSrcweir] 558cdf0e10cSrcweir 559cdf0e10cSrcweir//-------------------------------------------------------------------------- 560cdf0e10cSrcweirSfxVoidItem AutoFill FID_FILL_AUTO 561cdf0e10cSrcweir(SfxStringItem EndCell FID_FILL_AUTO) 562cdf0e10cSrcweir[ 563cdf0e10cSrcweir /* flags: */ 564cdf0e10cSrcweir AutoUpdate = FALSE, 565cdf0e10cSrcweir Cachable = Cachable, 566cdf0e10cSrcweir FastCall = FALSE, 567cdf0e10cSrcweir HasCoreId = FALSE, 568cdf0e10cSrcweir HasDialog = FALSE, 569cdf0e10cSrcweir ReadOnlyDoc = TRUE, 570cdf0e10cSrcweir Toggle = FALSE, 571cdf0e10cSrcweir Container = FALSE, 572cdf0e10cSrcweir RecordAbsolute = FALSE, 573cdf0e10cSrcweir RecordPerSet; 574cdf0e10cSrcweir Synchron; 575cdf0e10cSrcweir 576cdf0e10cSrcweir /* config: */ 577cdf0e10cSrcweir AccelConfig = TRUE, 578cdf0e10cSrcweir MenuConfig = TRUE, 579cdf0e10cSrcweir StatusBarConfig = FALSE, 580cdf0e10cSrcweir ToolBoxConfig = FALSE, 581cdf0e10cSrcweir GroupId = GID_EDIT; 582cdf0e10cSrcweir] 583cdf0e10cSrcweir 584cdf0e10cSrcweir//-------------------------------------------------------------------------- 585cdf0e10cSrcweirSfxBoolItem AutomaticCalculation FID_AUTO_CALC 586cdf0e10cSrcweir 587cdf0e10cSrcweir[ 588cdf0e10cSrcweir /* flags: */ 589cdf0e10cSrcweir AutoUpdate = FALSE, 590cdf0e10cSrcweir Cachable = Cachable, 591cdf0e10cSrcweir FastCall = FALSE, 592cdf0e10cSrcweir HasCoreId = FALSE, 593cdf0e10cSrcweir HasDialog = FALSE, 594cdf0e10cSrcweir ReadOnlyDoc = TRUE, 595cdf0e10cSrcweir Toggle = FALSE, 596cdf0e10cSrcweir Container = FALSE, 597cdf0e10cSrcweir RecordAbsolute = FALSE, 598cdf0e10cSrcweir RecordPerSet; 599cdf0e10cSrcweir Synchron; 600cdf0e10cSrcweir 601cdf0e10cSrcweir Readonly = FALSE, 602cdf0e10cSrcweir 603cdf0e10cSrcweir /* config: */ 604cdf0e10cSrcweir AccelConfig = TRUE, 605cdf0e10cSrcweir MenuConfig = TRUE, 606cdf0e10cSrcweir StatusBarConfig = FALSE, 607cdf0e10cSrcweir ToolBoxConfig = FALSE, 608cdf0e10cSrcweir GroupId = GID_OPTIONS; 609cdf0e10cSrcweir] 610cdf0e10cSrcweir 611cdf0e10cSrcweir//-------------------------------------------------------------------------- 612cdf0e10cSrcweirSfxVoidItem AutoOutline SID_AUTO_OUTLINE 613cdf0e10cSrcweir() 614cdf0e10cSrcweir[ 615cdf0e10cSrcweir /* flags: */ 616cdf0e10cSrcweir AutoUpdate = FALSE, 617cdf0e10cSrcweir Cachable = Cachable, 618cdf0e10cSrcweir FastCall = FALSE, 619cdf0e10cSrcweir HasCoreId = FALSE, 620cdf0e10cSrcweir HasDialog = FALSE, 621cdf0e10cSrcweir ReadOnlyDoc = TRUE, 622cdf0e10cSrcweir Toggle = FALSE, 623cdf0e10cSrcweir Container = FALSE, 624cdf0e10cSrcweir RecordAbsolute = FALSE, 625cdf0e10cSrcweir RecordPerSet; 626cdf0e10cSrcweir Synchron; 627cdf0e10cSrcweir 628cdf0e10cSrcweir /* config: */ 629cdf0e10cSrcweir AccelConfig = TRUE, 630cdf0e10cSrcweir MenuConfig = TRUE, 631cdf0e10cSrcweir StatusBarConfig = FALSE, 632cdf0e10cSrcweir ToolBoxConfig = FALSE, 633cdf0e10cSrcweir GroupId = GID_DATA; 634cdf0e10cSrcweir] 635cdf0e10cSrcweir 636cdf0e10cSrcweir//-------------------------------------------------------------------------- 637cdf0e10cSrcweirSfxBoolItem AutoRefreshArrows SID_DETECTIVE_AUTO 638cdf0e10cSrcweir 639cdf0e10cSrcweir[ 640cdf0e10cSrcweir /* flags: */ 641cdf0e10cSrcweir AutoUpdate = FALSE, 642cdf0e10cSrcweir Cachable = Cachable, 643cdf0e10cSrcweir FastCall = FALSE, 644cdf0e10cSrcweir HasCoreId = FALSE, 645cdf0e10cSrcweir HasDialog = FALSE, 646cdf0e10cSrcweir ReadOnlyDoc = TRUE, 647cdf0e10cSrcweir Toggle = FALSE, 648cdf0e10cSrcweir Container = FALSE, 649cdf0e10cSrcweir RecordAbsolute = FALSE, 650cdf0e10cSrcweir RecordPerSet; 651cdf0e10cSrcweir Synchron; 652cdf0e10cSrcweir 653cdf0e10cSrcweir Readonly = FALSE, 654cdf0e10cSrcweir 655cdf0e10cSrcweir /* config: */ 656cdf0e10cSrcweir AccelConfig = TRUE, 657cdf0e10cSrcweir MenuConfig = TRUE, 658cdf0e10cSrcweir StatusBarConfig = FALSE, 659cdf0e10cSrcweir ToolBoxConfig = TRUE, 660cdf0e10cSrcweir GroupId = GID_OPTIONS; 661cdf0e10cSrcweir] 662cdf0e10cSrcweir 663cdf0e10cSrcweir//-------------------------------------------------------------------------- 664cdf0e10cSrcweirSfxVoidItem AutoStyle SID_AUTO_STYLE 665cdf0e10cSrcweir() 666cdf0e10cSrcweir[ 667cdf0e10cSrcweir /* flags: */ 668cdf0e10cSrcweir AutoUpdate = FALSE, 669cdf0e10cSrcweir Cachable = Cachable, 670cdf0e10cSrcweir FastCall = FALSE, 671cdf0e10cSrcweir HasCoreId = FALSE, 672cdf0e10cSrcweir HasDialog = FALSE, 673cdf0e10cSrcweir ReadOnlyDoc = TRUE, 674cdf0e10cSrcweir Toggle = FALSE, 675cdf0e10cSrcweir Container = FALSE, 676cdf0e10cSrcweir RecordAbsolute = FALSE, 677cdf0e10cSrcweir RecordPerSet; 678cdf0e10cSrcweir Synchron; 679cdf0e10cSrcweir 680cdf0e10cSrcweir /* config: */ 681cdf0e10cSrcweir AccelConfig = FALSE, 682cdf0e10cSrcweir MenuConfig = FALSE, 683cdf0e10cSrcweir StatusBarConfig = FALSE, 684cdf0e10cSrcweir ToolBoxConfig = FALSE, 685cdf0e10cSrcweir GroupId = GID_INTERN; 686cdf0e10cSrcweir] 687cdf0e10cSrcweir 688cdf0e10cSrcweir//-------------------------------------------------------------------------- 689cdf0e10cSrcweirSfxVoidItem Calculate FID_RECALC 690cdf0e10cSrcweir() 691cdf0e10cSrcweir[ 692cdf0e10cSrcweir /* flags: */ 693cdf0e10cSrcweir AutoUpdate = FALSE, 694cdf0e10cSrcweir Cachable = Cachable, 695cdf0e10cSrcweir FastCall = FALSE, 696cdf0e10cSrcweir HasCoreId = FALSE, 697cdf0e10cSrcweir HasDialog = FALSE, 698cdf0e10cSrcweir ReadOnlyDoc = TRUE, 699cdf0e10cSrcweir Toggle = FALSE, 700cdf0e10cSrcweir Container = FALSE, 701cdf0e10cSrcweir RecordAbsolute = FALSE, 702cdf0e10cSrcweir RecordPerSet; 703cdf0e10cSrcweir Synchron; 704cdf0e10cSrcweir 705cdf0e10cSrcweir /* config: */ 706cdf0e10cSrcweir AccelConfig = TRUE, 707cdf0e10cSrcweir MenuConfig = TRUE, 708cdf0e10cSrcweir StatusBarConfig = FALSE, 709cdf0e10cSrcweir ToolBoxConfig = FALSE, 710cdf0e10cSrcweir GroupId = GID_OPTIONS; 711cdf0e10cSrcweir] 712cdf0e10cSrcweir 713cdf0e10cSrcweir//-------------------------------------------------------------------------- 714cdf0e10cSrcweirSfxVoidItem CalculateHard FID_HARD_RECALC 715cdf0e10cSrcweir() 716cdf0e10cSrcweir[ 717cdf0e10cSrcweir /* flags: */ 718cdf0e10cSrcweir AutoUpdate = FALSE, 719cdf0e10cSrcweir Cachable = Cachable, 720cdf0e10cSrcweir FastCall = FALSE, 721cdf0e10cSrcweir HasCoreId = FALSE, 722cdf0e10cSrcweir HasDialog = FALSE, 723cdf0e10cSrcweir ReadOnlyDoc = TRUE, 724cdf0e10cSrcweir Toggle = FALSE, 725cdf0e10cSrcweir Container = FALSE, 726cdf0e10cSrcweir RecordAbsolute = FALSE, 727cdf0e10cSrcweir RecordPerSet; 728cdf0e10cSrcweir Synchron; 729cdf0e10cSrcweir 730cdf0e10cSrcweir /* config: */ 731cdf0e10cSrcweir AccelConfig = TRUE, 732cdf0e10cSrcweir MenuConfig = TRUE, 733cdf0e10cSrcweir StatusBarConfig = FALSE, 734cdf0e10cSrcweir ToolBoxConfig = FALSE, 735cdf0e10cSrcweir GroupId = GID_OPTIONS; 736cdf0e10cSrcweir] 737cdf0e10cSrcweir 738cdf0e10cSrcweir//-------------------------------------------------------------------------- 739cdf0e10cSrcweirSfxVoidItem Cancel SID_CANCEL 740cdf0e10cSrcweir() 741cdf0e10cSrcweir[ 742cdf0e10cSrcweir /* flags: */ 743cdf0e10cSrcweir AutoUpdate = FALSE, 744cdf0e10cSrcweir Cachable = Cachable, 745cdf0e10cSrcweir FastCall = FALSE, 746cdf0e10cSrcweir HasCoreId = FALSE, 747cdf0e10cSrcweir HasDialog = FALSE, 748cdf0e10cSrcweir ReadOnlyDoc = TRUE, 749cdf0e10cSrcweir Toggle = FALSE, 750cdf0e10cSrcweir Container = FALSE, 751cdf0e10cSrcweir RecordAbsolute = FALSE, 752cdf0e10cSrcweir RecordPerSet; 753cdf0e10cSrcweir Asynchron; 754cdf0e10cSrcweir 755cdf0e10cSrcweir /* config: */ 756cdf0e10cSrcweir AccelConfig = TRUE, 757cdf0e10cSrcweir MenuConfig = FALSE, 758cdf0e10cSrcweir StatusBarConfig = FALSE, 759cdf0e10cSrcweir ToolBoxConfig = TRUE, 760cdf0e10cSrcweir GroupId = GID_EDIT; 761cdf0e10cSrcweir] 762cdf0e10cSrcweir 763cdf0e10cSrcweir//-------------------------------------------------------------------------- 764cdf0e10cSrcweirSfxObjectItem Cells SID_SC_CELLS 765cdf0e10cSrcweir(SfxInt16Item Column SID_SC_CELLS,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2) 766cdf0e10cSrcweir[ 767cdf0e10cSrcweir /* flags: */ 768cdf0e10cSrcweir AutoUpdate = FALSE, 769cdf0e10cSrcweir Cachable = Cachable, 770cdf0e10cSrcweir FastCall = FALSE, 771cdf0e10cSrcweir HasCoreId = FALSE, 772cdf0e10cSrcweir HasDialog = FALSE, 773cdf0e10cSrcweir ReadOnlyDoc = TRUE, 774cdf0e10cSrcweir Toggle = FALSE, 775cdf0e10cSrcweir Container = FALSE, 776cdf0e10cSrcweir RecordAbsolute = FALSE, 777cdf0e10cSrcweir RecordPerSet; 778cdf0e10cSrcweir Synchron; 779cdf0e10cSrcweir 780cdf0e10cSrcweir /* config: */ 781cdf0e10cSrcweir AccelConfig = FALSE, 782cdf0e10cSrcweir MenuConfig = FALSE, 783cdf0e10cSrcweir StatusBarConfig = FALSE, 784cdf0e10cSrcweir ToolBoxConfig = FALSE, 785cdf0e10cSrcweir GroupId = GID_INTERN; 786cdf0e10cSrcweir] 787cdf0e10cSrcweir 788cdf0e10cSrcweir//-------------------------------------------------------------------------- 789cdf0e10cSrcweirSfxStringItem CellText SID_SC_CELLTEXT 790cdf0e10cSrcweir(SfxInt16Item Column SID_SC_CELLTEXT,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2) 791cdf0e10cSrcweir[ 792cdf0e10cSrcweir /* flags: */ 793cdf0e10cSrcweir AutoUpdate = FALSE, 794cdf0e10cSrcweir Cachable = Cachable, 795cdf0e10cSrcweir FastCall = FALSE, 796cdf0e10cSrcweir HasCoreId = FALSE, 797cdf0e10cSrcweir HasDialog = FALSE, 798cdf0e10cSrcweir ReadOnlyDoc = TRUE, 799cdf0e10cSrcweir Toggle = FALSE, 800cdf0e10cSrcweir Container = FALSE, 801cdf0e10cSrcweir RecordAbsolute = FALSE, 802cdf0e10cSrcweir RecordPerSet; 803cdf0e10cSrcweir Synchron; 804cdf0e10cSrcweir 805cdf0e10cSrcweir /* config: */ 806cdf0e10cSrcweir AccelConfig = FALSE, 807cdf0e10cSrcweir MenuConfig = FALSE, 808cdf0e10cSrcweir StatusBarConfig = FALSE, 809cdf0e10cSrcweir ToolBoxConfig = FALSE, 810cdf0e10cSrcweir GroupId = GID_INTERN; 811cdf0e10cSrcweir] 812cdf0e10cSrcweir 813cdf0e10cSrcweir//-------------------------------------------------------------------------- 814cdf0e10cSrcweirSfxVoidItem ChangeChartData SID_CHART_SOURCE 815cdf0e10cSrcweir(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE,SfxBoolItem ColHeaders FN_PARAM_1,SfxBoolItem RowHeaders FN_PARAM_2) 816cdf0e10cSrcweir[ 817cdf0e10cSrcweir /* flags: */ 818cdf0e10cSrcweir AutoUpdate = FALSE, 819cdf0e10cSrcweir Cachable = Cachable, 820cdf0e10cSrcweir FastCall = FALSE, 821cdf0e10cSrcweir HasCoreId = FALSE, 822cdf0e10cSrcweir HasDialog = FALSE, 823cdf0e10cSrcweir ReadOnlyDoc = TRUE, 824cdf0e10cSrcweir Toggle = FALSE, 825cdf0e10cSrcweir Container = FALSE, 826cdf0e10cSrcweir RecordAbsolute = FALSE, 827cdf0e10cSrcweir RecordPerSet; 828cdf0e10cSrcweir Synchron; 829cdf0e10cSrcweir 830cdf0e10cSrcweir /* config: */ 831cdf0e10cSrcweir AccelConfig = FALSE, 832cdf0e10cSrcweir MenuConfig = FALSE, 833cdf0e10cSrcweir StatusBarConfig = FALSE, 834cdf0e10cSrcweir ToolBoxConfig = FALSE, 835cdf0e10cSrcweir GroupId = GID_INTERN; 836cdf0e10cSrcweir] 837cdf0e10cSrcweir 838cdf0e10cSrcweir//-------------------------------------------------------------------------- 839cdf0e10cSrcweirSfxVoidItem ChangePrintArea SID_CHANGE_PRINTAREA 840cdf0e10cSrcweir(SfxStringItem PrintArea SID_CHANGE_PRINTAREA,SfxStringItem PrintRepeatRow FN_PARAM_2,SfxStringItem PrintRepeatCol FN_PARAM_3) 841cdf0e10cSrcweir[ 842cdf0e10cSrcweir /* flags: */ 843cdf0e10cSrcweir AutoUpdate = FALSE, 844cdf0e10cSrcweir Cachable = Cachable, 845cdf0e10cSrcweir FastCall = FALSE, 846cdf0e10cSrcweir HasCoreId = FALSE, 847cdf0e10cSrcweir HasDialog = FALSE, 848cdf0e10cSrcweir ReadOnlyDoc = TRUE, 849cdf0e10cSrcweir Toggle = FALSE, 850cdf0e10cSrcweir Container = FALSE, 851cdf0e10cSrcweir RecordAbsolute = FALSE, 852cdf0e10cSrcweir RecordPerSet; 853cdf0e10cSrcweir Synchron; 854cdf0e10cSrcweir 855cdf0e10cSrcweir /* config: */ 856cdf0e10cSrcweir AccelConfig = FALSE, 857cdf0e10cSrcweir MenuConfig = FALSE, 858cdf0e10cSrcweir StatusBarConfig = FALSE, 859cdf0e10cSrcweir ToolBoxConfig = FALSE, 860cdf0e10cSrcweir GroupId = GID_DRAWING; 861cdf0e10cSrcweir] 862cdf0e10cSrcweir 863cdf0e10cSrcweir//-------------------------------------------------------------------------- 864cdf0e10cSrcweirSfxVoidItem ChooseDesign SID_CHOOSE_DESIGN 865cdf0e10cSrcweir() 866cdf0e10cSrcweir[ 867cdf0e10cSrcweir /* flags: */ 868cdf0e10cSrcweir AutoUpdate = FALSE, 869cdf0e10cSrcweir Cachable = Cachable, 870cdf0e10cSrcweir FastCall = FALSE, 871cdf0e10cSrcweir HasCoreId = FALSE, 872cdf0e10cSrcweir HasDialog = TRUE, 873cdf0e10cSrcweir ReadOnlyDoc = FALSE, 874cdf0e10cSrcweir Toggle = FALSE, 875cdf0e10cSrcweir Container = FALSE, 876cdf0e10cSrcweir RecordAbsolute = FALSE, 877cdf0e10cSrcweir RecordPerSet; 878cdf0e10cSrcweir Asynchron; 879cdf0e10cSrcweir 880cdf0e10cSrcweir /* config: */ 881cdf0e10cSrcweir AccelConfig = TRUE, 882cdf0e10cSrcweir MenuConfig = TRUE, 883cdf0e10cSrcweir StatusBarConfig = FALSE, 884cdf0e10cSrcweir ToolBoxConfig = TRUE, 885cdf0e10cSrcweir GroupId = GID_FORMAT; 886cdf0e10cSrcweir] 887cdf0e10cSrcweir 888cdf0e10cSrcweir//-------------------------------------------------------------------------- 889cdf0e10cSrcweirSfxVoidItem ClearArrowDependents SID_DETECTIVE_DEL_SUCC 890cdf0e10cSrcweir() 891cdf0e10cSrcweir[ 892cdf0e10cSrcweir /* flags: */ 893cdf0e10cSrcweir AutoUpdate = FALSE, 894cdf0e10cSrcweir Cachable = Cachable, 895cdf0e10cSrcweir FastCall = FALSE, 896cdf0e10cSrcweir HasCoreId = FALSE, 897cdf0e10cSrcweir HasDialog = FALSE, 898cdf0e10cSrcweir ReadOnlyDoc = TRUE, 899cdf0e10cSrcweir Toggle = FALSE, 900cdf0e10cSrcweir Container = FALSE, 901cdf0e10cSrcweir RecordAbsolute = FALSE, 902cdf0e10cSrcweir RecordPerSet; 903cdf0e10cSrcweir Synchron; 904cdf0e10cSrcweir 905cdf0e10cSrcweir /* config: */ 906cdf0e10cSrcweir AccelConfig = TRUE, 907cdf0e10cSrcweir MenuConfig = TRUE, 908cdf0e10cSrcweir StatusBarConfig = FALSE, 909cdf0e10cSrcweir ToolBoxConfig = FALSE, 910cdf0e10cSrcweir GroupId = GID_OPTIONS; 911cdf0e10cSrcweir] 912cdf0e10cSrcweir 913cdf0e10cSrcweir//-------------------------------------------------------------------------- 914cdf0e10cSrcweirSfxVoidItem ClearArrowPrecedents SID_DETECTIVE_DEL_PRED 915cdf0e10cSrcweir() 916cdf0e10cSrcweir[ 917cdf0e10cSrcweir /* flags: */ 918cdf0e10cSrcweir AutoUpdate = FALSE, 919cdf0e10cSrcweir Cachable = Cachable, 920cdf0e10cSrcweir FastCall = FALSE, 921cdf0e10cSrcweir HasCoreId = FALSE, 922cdf0e10cSrcweir HasDialog = FALSE, 923cdf0e10cSrcweir ReadOnlyDoc = TRUE, 924cdf0e10cSrcweir Toggle = FALSE, 925cdf0e10cSrcweir Container = FALSE, 926cdf0e10cSrcweir RecordAbsolute = FALSE, 927cdf0e10cSrcweir RecordPerSet; 928cdf0e10cSrcweir Synchron; 929cdf0e10cSrcweir 930cdf0e10cSrcweir /* config: */ 931cdf0e10cSrcweir AccelConfig = TRUE, 932cdf0e10cSrcweir MenuConfig = TRUE, 933cdf0e10cSrcweir StatusBarConfig = FALSE, 934cdf0e10cSrcweir ToolBoxConfig = FALSE, 935cdf0e10cSrcweir GroupId = GID_OPTIONS; 936cdf0e10cSrcweir] 937cdf0e10cSrcweir 938cdf0e10cSrcweir//-------------------------------------------------------------------------- 939cdf0e10cSrcweirSfxVoidItem ClearArrows SID_DETECTIVE_DEL_ALL 940cdf0e10cSrcweir() 941cdf0e10cSrcweir[ 942cdf0e10cSrcweir /* flags: */ 943cdf0e10cSrcweir AutoUpdate = FALSE, 944cdf0e10cSrcweir Cachable = Cachable, 945cdf0e10cSrcweir FastCall = FALSE, 946cdf0e10cSrcweir HasCoreId = FALSE, 947cdf0e10cSrcweir HasDialog = FALSE, 948cdf0e10cSrcweir ReadOnlyDoc = TRUE, 949cdf0e10cSrcweir Toggle = FALSE, 950cdf0e10cSrcweir Container = FALSE, 951cdf0e10cSrcweir RecordAbsolute = FALSE, 952cdf0e10cSrcweir RecordPerSet; 953cdf0e10cSrcweir Synchron; 954cdf0e10cSrcweir 955cdf0e10cSrcweir /* config: */ 956cdf0e10cSrcweir AccelConfig = TRUE, 957cdf0e10cSrcweir MenuConfig = TRUE, 958cdf0e10cSrcweir StatusBarConfig = FALSE, 959cdf0e10cSrcweir ToolBoxConfig = FALSE, 960cdf0e10cSrcweir GroupId = GID_OPTIONS; 961cdf0e10cSrcweir] 962cdf0e10cSrcweir 963cdf0e10cSrcweir//-------------------------------------------------------------------------- 964cdf0e10cSrcweirSfxVoidItem ClearContents SID_DELETE_CONTENTS 965cdf0e10cSrcweir() 966cdf0e10cSrcweir[ 967cdf0e10cSrcweir /* flags: */ 968cdf0e10cSrcweir AutoUpdate = FALSE, 969cdf0e10cSrcweir Cachable = Cachable, 970cdf0e10cSrcweir FastCall = FALSE, 971cdf0e10cSrcweir HasCoreId = FALSE, 972cdf0e10cSrcweir HasDialog = TRUE, 973cdf0e10cSrcweir ReadOnlyDoc = TRUE, 974cdf0e10cSrcweir Toggle = FALSE, 975cdf0e10cSrcweir Container = FALSE, 976cdf0e10cSrcweir RecordAbsolute = FALSE, 977cdf0e10cSrcweir RecordPerSet; 978cdf0e10cSrcweir Synchron; 979cdf0e10cSrcweir 980cdf0e10cSrcweir /* config: */ 981cdf0e10cSrcweir AccelConfig = TRUE, 982cdf0e10cSrcweir MenuConfig = TRUE, 983cdf0e10cSrcweir StatusBarConfig = FALSE, 984cdf0e10cSrcweir ToolBoxConfig = FALSE, 985cdf0e10cSrcweir GroupId = GID_EDIT; 986cdf0e10cSrcweir] 987cdf0e10cSrcweir 988cdf0e10cSrcweir//-------------------------------------------------------------------------- 989cdf0e10cSrcweirSfxInt16Item Column SID_RANGE_COL 990cdf0e10cSrcweir 991cdf0e10cSrcweir[ 992cdf0e10cSrcweir /* flags: */ 993cdf0e10cSrcweir AutoUpdate = FALSE, 994cdf0e10cSrcweir Cachable = Cachable, 995cdf0e10cSrcweir FastCall = FALSE, 996cdf0e10cSrcweir HasCoreId = FALSE, 997cdf0e10cSrcweir HasDialog = FALSE, 998cdf0e10cSrcweir ReadOnlyDoc = TRUE, 999cdf0e10cSrcweir Toggle = FALSE, 1000cdf0e10cSrcweir Container = FALSE, 1001cdf0e10cSrcweir RecordAbsolute = FALSE, 1002cdf0e10cSrcweir RecordPerSet; 1003cdf0e10cSrcweir Synchron; 1004cdf0e10cSrcweir 1005cdf0e10cSrcweir Readonly = TRUE, 1006cdf0e10cSrcweir 1007cdf0e10cSrcweir /* config: */ 1008cdf0e10cSrcweir AccelConfig = FALSE, 1009cdf0e10cSrcweir MenuConfig = FALSE, 1010cdf0e10cSrcweir StatusBarConfig = FALSE, 1011cdf0e10cSrcweir ToolBoxConfig = FALSE, 1012cdf0e10cSrcweir GroupId = GID_INTERN; 1013cdf0e10cSrcweir] 1014cdf0e10cSrcweir 1015cdf0e10cSrcweir//-------------------------------------------------------------------------- 1016cdf0e10cSrcweirSfxUInt16Item ColumnWidth FID_COL_WIDTH 1017cdf0e10cSrcweir 1018cdf0e10cSrcweir[ 1019cdf0e10cSrcweir /* flags: */ 1020cdf0e10cSrcweir AutoUpdate = FALSE, 1021cdf0e10cSrcweir Cachable = Cachable, 1022cdf0e10cSrcweir FastCall = FALSE, 1023cdf0e10cSrcweir HasCoreId = FALSE, 1024cdf0e10cSrcweir HasDialog = TRUE, 1025cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1026cdf0e10cSrcweir Toggle = FALSE, 1027cdf0e10cSrcweir Container = FALSE, 1028cdf0e10cSrcweir RecordAbsolute = FALSE, 1029cdf0e10cSrcweir RecordPerSet; 1030cdf0e10cSrcweir Synchron; 1031cdf0e10cSrcweir 1032cdf0e10cSrcweir Readonly = FALSE, 1033cdf0e10cSrcweir 1034cdf0e10cSrcweir /* config: */ 1035cdf0e10cSrcweir AccelConfig = TRUE, 1036cdf0e10cSrcweir MenuConfig = TRUE, 1037cdf0e10cSrcweir StatusBarConfig = FALSE, 1038cdf0e10cSrcweir ToolBoxConfig = FALSE, 1039cdf0e10cSrcweir GroupId = GID_FORMAT; 1040cdf0e10cSrcweir] 1041cdf0e10cSrcweir 1042cdf0e10cSrcweir//-------------------------------------------------------------------------- 1043cdf0e10cSrcweirSfxVoidItem CommentChange FID_CHG_COMMENT 1044cdf0e10cSrcweir(SfxStringItem Comment FID_CHG_COMMENT) 1045cdf0e10cSrcweir[ 1046cdf0e10cSrcweir /* flags: */ 1047cdf0e10cSrcweir AutoUpdate = FALSE, 1048cdf0e10cSrcweir Cachable = Cachable, 1049cdf0e10cSrcweir FastCall = FALSE, 1050cdf0e10cSrcweir HasCoreId = FALSE, 1051cdf0e10cSrcweir HasDialog = TRUE, 1052cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1053cdf0e10cSrcweir Toggle = FALSE, 1054cdf0e10cSrcweir Container = FALSE, 1055cdf0e10cSrcweir RecordAbsolute = FALSE, 1056cdf0e10cSrcweir RecordPerSet; 1057cdf0e10cSrcweir Asynchron; 1058cdf0e10cSrcweir 1059cdf0e10cSrcweir /* config: */ 1060cdf0e10cSrcweir AccelConfig = TRUE, 1061cdf0e10cSrcweir MenuConfig = TRUE, 1062cdf0e10cSrcweir StatusBarConfig = FALSE, 1063cdf0e10cSrcweir ToolBoxConfig = TRUE, 1064cdf0e10cSrcweir GroupId = GID_INSERT; 1065cdf0e10cSrcweir] 1066cdf0e10cSrcweir 1067cdf0e10cSrcweir//-------------------------------------------------------------------------- 1068cdf0e10cSrcweirSfxVoidItem ConditionalFormat FID_CONDITIONAL_FORMAT 1069cdf0e10cSrcweir() 1070cdf0e10cSrcweir[ 1071cdf0e10cSrcweir /* flags: */ 1072cdf0e10cSrcweir AutoUpdate = FALSE, 1073cdf0e10cSrcweir Cachable = Cachable, 1074cdf0e10cSrcweir FastCall = FALSE, 1075cdf0e10cSrcweir HasCoreId = FALSE, 1076cdf0e10cSrcweir HasDialog = FALSE, 1077cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1078cdf0e10cSrcweir Toggle = FALSE, 1079cdf0e10cSrcweir Container = FALSE, 1080cdf0e10cSrcweir RecordAbsolute = FALSE, 1081cdf0e10cSrcweir RecordPerSet; 1082cdf0e10cSrcweir Synchron; 1083cdf0e10cSrcweir 1084cdf0e10cSrcweir /* config: */ 1085cdf0e10cSrcweir AccelConfig = FALSE, 1086cdf0e10cSrcweir MenuConfig = FALSE, 1087cdf0e10cSrcweir StatusBarConfig = FALSE, 1088cdf0e10cSrcweir ToolBoxConfig = FALSE, 1089cdf0e10cSrcweir GroupId = GID_INTERN; 1090cdf0e10cSrcweir] 1091cdf0e10cSrcweir 1092cdf0e10cSrcweir//-------------------------------------------------------------------------- 1093cdf0e10cSrcweirSfxVoidItem ConditionalFormatDialog SID_OPENDLG_CONDFRMT 1094cdf0e10cSrcweir() 1095cdf0e10cSrcweir[ 1096cdf0e10cSrcweir /* flags: */ 1097cdf0e10cSrcweir AutoUpdate = FALSE, 1098cdf0e10cSrcweir Cachable = Cachable, 1099cdf0e10cSrcweir FastCall = FALSE, 1100cdf0e10cSrcweir HasCoreId = FALSE, 1101cdf0e10cSrcweir HasDialog = TRUE, 1102cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1103cdf0e10cSrcweir Toggle = FALSE, 1104cdf0e10cSrcweir Container = FALSE, 1105cdf0e10cSrcweir RecordAbsolute = FALSE, 1106cdf0e10cSrcweir RecordPerSet; 1107cdf0e10cSrcweir Synchron; 1108cdf0e10cSrcweir 1109cdf0e10cSrcweir /* config: */ 1110cdf0e10cSrcweir AccelConfig = TRUE, 1111cdf0e10cSrcweir MenuConfig = TRUE, 1112cdf0e10cSrcweir StatusBarConfig = FALSE, 1113cdf0e10cSrcweir ToolBoxConfig = TRUE, 1114cdf0e10cSrcweir GroupId = GID_FORMAT; 1115cdf0e10cSrcweir] 1116cdf0e10cSrcweir 1117cdf0e10cSrcweir//-------------------------------------------------------------------------- 1118cdf0e10cSrcweirSfxVoidItem ConsolidateExec SID_CONSOLIDATE 1119cdf0e10cSrcweir() 1120cdf0e10cSrcweir[ 1121cdf0e10cSrcweir /* flags: */ 1122cdf0e10cSrcweir AutoUpdate = FALSE, 1123cdf0e10cSrcweir Cachable = Cachable, 1124cdf0e10cSrcweir FastCall = FALSE, 1125cdf0e10cSrcweir HasCoreId = FALSE, 1126cdf0e10cSrcweir HasDialog = FALSE, 1127cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1128cdf0e10cSrcweir Toggle = FALSE, 1129cdf0e10cSrcweir Container = FALSE, 1130cdf0e10cSrcweir RecordAbsolute = FALSE, 1131cdf0e10cSrcweir RecordPerSet; 1132cdf0e10cSrcweir Synchron; 1133cdf0e10cSrcweir 1134cdf0e10cSrcweir /* config: */ 1135cdf0e10cSrcweir AccelConfig = FALSE, 1136cdf0e10cSrcweir MenuConfig = FALSE, 1137cdf0e10cSrcweir StatusBarConfig = FALSE, 1138cdf0e10cSrcweir ToolBoxConfig = FALSE, 1139cdf0e10cSrcweir GroupId = GID_DATA; 1140cdf0e10cSrcweir] 1141cdf0e10cSrcweir 1142cdf0e10cSrcweir//-------------------------------------------------------------------------- 1143cdf0e10cSrcweirSfxVoidItem CreateNames FID_USE_NAME 1144cdf0e10cSrcweir() 1145cdf0e10cSrcweir[ 1146cdf0e10cSrcweir /* flags: */ 1147cdf0e10cSrcweir AutoUpdate = FALSE, 1148cdf0e10cSrcweir Cachable = Cachable, 1149cdf0e10cSrcweir FastCall = FALSE, 1150cdf0e10cSrcweir HasCoreId = FALSE, 1151cdf0e10cSrcweir HasDialog = FALSE, 1152cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1153cdf0e10cSrcweir Toggle = FALSE, 1154cdf0e10cSrcweir Container = FALSE, 1155cdf0e10cSrcweir RecordAbsolute = FALSE, 1156cdf0e10cSrcweir RecordPerSet; 1157cdf0e10cSrcweir Synchron; 1158cdf0e10cSrcweir 1159cdf0e10cSrcweir /* config: */ 1160cdf0e10cSrcweir AccelConfig = TRUE, 1161cdf0e10cSrcweir MenuConfig = TRUE, 1162cdf0e10cSrcweir StatusBarConfig = FALSE, 1163cdf0e10cSrcweir ToolBoxConfig = FALSE, 1164cdf0e10cSrcweir GroupId = GID_INSERT; 1165cdf0e10cSrcweir] 1166cdf0e10cSrcweir 1167cdf0e10cSrcweir//-------------------------------------------------------------------------- 1168cdf0e10cSrcweirSfxVoidItem CreateSWDrawView SID_CREATE_SW_DRAWVIEW 1169cdf0e10cSrcweir() 1170cdf0e10cSrcweir[ 1171cdf0e10cSrcweir /* flags: */ 1172cdf0e10cSrcweir AutoUpdate = FALSE, 1173cdf0e10cSrcweir Cachable = Cachable, 1174cdf0e10cSrcweir FastCall = TRUE, 1175cdf0e10cSrcweir HasCoreId = FALSE, 1176cdf0e10cSrcweir HasDialog = FALSE, 1177cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1178cdf0e10cSrcweir Toggle = FALSE, 1179cdf0e10cSrcweir Container = FALSE, 1180cdf0e10cSrcweir RecordAbsolute = FALSE, 1181cdf0e10cSrcweir RecordPerSet; 1182cdf0e10cSrcweir Synchron; 1183cdf0e10cSrcweir 1184cdf0e10cSrcweir /* config: */ 1185cdf0e10cSrcweir AccelConfig = FALSE, 1186cdf0e10cSrcweir MenuConfig = FALSE, 1187cdf0e10cSrcweir StatusBarConfig = FALSE, 1188cdf0e10cSrcweir ToolBoxConfig = FALSE, 1189cdf0e10cSrcweir GroupId = GID_INSERT; 1190cdf0e10cSrcweir] 1191cdf0e10cSrcweir 1192cdf0e10cSrcweir//-------------------------------------------------------------------------- 1193cdf0e10cSrcweirSfxObjectItem CurrentRegion SID_RANGE_REGION 1194cdf0e10cSrcweir 1195cdf0e10cSrcweir[ 1196cdf0e10cSrcweir /* flags: */ 1197cdf0e10cSrcweir AutoUpdate = FALSE, 1198cdf0e10cSrcweir Cachable = Cachable, 1199cdf0e10cSrcweir FastCall = FALSE, 1200cdf0e10cSrcweir HasCoreId = FALSE, 1201cdf0e10cSrcweir HasDialog = FALSE, 1202cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1203cdf0e10cSrcweir Toggle = FALSE, 1204cdf0e10cSrcweir Container = FALSE, 1205cdf0e10cSrcweir RecordAbsolute = FALSE, 1206cdf0e10cSrcweir RecordPerSet; 1207cdf0e10cSrcweir Synchron; 1208cdf0e10cSrcweir 1209cdf0e10cSrcweir Readonly = TRUE, 1210cdf0e10cSrcweir 1211cdf0e10cSrcweir /* config: */ 1212cdf0e10cSrcweir AccelConfig = FALSE, 1213cdf0e10cSrcweir MenuConfig = FALSE, 1214cdf0e10cSrcweir StatusBarConfig = FALSE, 1215cdf0e10cSrcweir ToolBoxConfig = FALSE, 1216cdf0e10cSrcweir GroupId = ; 1217cdf0e10cSrcweir] 1218cdf0e10cSrcweir 1219cdf0e10cSrcweir//-------------------------------------------------------------------------- 1220cdf0e10cSrcweirSfxVoidItem DataAreaRefresh SID_REFRESH_DBAREA 1221cdf0e10cSrcweir() 1222cdf0e10cSrcweir[ 1223cdf0e10cSrcweir /* flags: */ 1224cdf0e10cSrcweir AutoUpdate = FALSE, 1225cdf0e10cSrcweir Cachable = Cachable, 1226cdf0e10cSrcweir FastCall = FALSE, 1227cdf0e10cSrcweir HasCoreId = FALSE, 1228cdf0e10cSrcweir HasDialog = FALSE, 1229cdf0e10cSrcweir ReadOnlyDoc = FALSE, 1230cdf0e10cSrcweir Toggle = FALSE, 1231cdf0e10cSrcweir Container = FALSE, 1232cdf0e10cSrcweir RecordAbsolute = FALSE, 1233cdf0e10cSrcweir RecordPerSet; 1234cdf0e10cSrcweir Synchron; 1235cdf0e10cSrcweir 1236cdf0e10cSrcweir /* config: */ 1237cdf0e10cSrcweir AccelConfig = TRUE, 1238cdf0e10cSrcweir MenuConfig = TRUE, 1239cdf0e10cSrcweir StatusBarConfig = FALSE, 1240cdf0e10cSrcweir ToolBoxConfig = TRUE, 1241cdf0e10cSrcweir GroupId = GID_DATA; 1242cdf0e10cSrcweir] 1243cdf0e10cSrcweir 1244cdf0e10cSrcweir//-------------------------------------------------------------------------- 1245cdf0e10cSrcweirSfxVoidItem DataConsolidate SID_OPENDLG_CONSOLIDATE 1246cdf0e10cSrcweir() 1247cdf0e10cSrcweir[ 1248cdf0e10cSrcweir /* flags: */ 1249cdf0e10cSrcweir AutoUpdate = FALSE, 1250cdf0e10cSrcweir Cachable = Cachable, 1251cdf0e10cSrcweir FastCall = FALSE, 1252cdf0e10cSrcweir HasCoreId = FALSE, 1253cdf0e10cSrcweir HasDialog = FALSE, 1254cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1255cdf0e10cSrcweir Toggle = FALSE, 1256cdf0e10cSrcweir Container = FALSE, 1257cdf0e10cSrcweir RecordAbsolute = FALSE, 1258cdf0e10cSrcweir RecordPerSet; 1259cdf0e10cSrcweir Synchron; 1260cdf0e10cSrcweir 1261cdf0e10cSrcweir /* config: */ 1262cdf0e10cSrcweir AccelConfig = TRUE, 1263cdf0e10cSrcweir MenuConfig = TRUE, 1264cdf0e10cSrcweir StatusBarConfig = FALSE, 1265cdf0e10cSrcweir ToolBoxConfig = TRUE, 1266cdf0e10cSrcweir GroupId = GID_DATA; 1267cdf0e10cSrcweir] 1268cdf0e10cSrcweir 1269cdf0e10cSrcweir//-------------------------------------------------------------------------- 1270cdf0e10cSrcweirSfxVoidItem DataDataPilotRun SID_OPENDLG_PIVOTTABLE 1271cdf0e10cSrcweir() 1272cdf0e10cSrcweir[ 1273cdf0e10cSrcweir /* flags: */ 1274cdf0e10cSrcweir AutoUpdate = FALSE, 1275cdf0e10cSrcweir Cachable = Cachable, 1276cdf0e10cSrcweir FastCall = FALSE, 1277cdf0e10cSrcweir HasCoreId = FALSE, 1278cdf0e10cSrcweir HasDialog = FALSE, 1279cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1280cdf0e10cSrcweir Toggle = FALSE, 1281cdf0e10cSrcweir Container = FALSE, 1282cdf0e10cSrcweir RecordAbsolute = FALSE, 1283cdf0e10cSrcweir RecordPerSet; 1284cdf0e10cSrcweir Synchron; 1285cdf0e10cSrcweir 1286cdf0e10cSrcweir /* config: */ 1287cdf0e10cSrcweir AccelConfig = TRUE, 1288cdf0e10cSrcweir MenuConfig = TRUE, 1289cdf0e10cSrcweir StatusBarConfig = FALSE, 1290cdf0e10cSrcweir ToolBoxConfig = TRUE, 1291cdf0e10cSrcweir GroupId = GID_DATA; 1292cdf0e10cSrcweir] 1293cdf0e10cSrcweir 1294cdf0e10cSrcweir//-------------------------------------------------------------------------- 1295cdf0e10cSrcweirSfxVoidItem DataFilterAutoFilter SID_AUTO_FILTER 1296cdf0e10cSrcweir() 1297cdf0e10cSrcweir[ 1298cdf0e10cSrcweir /* flags: */ 1299cdf0e10cSrcweir AutoUpdate = TRUE, 1300cdf0e10cSrcweir Cachable = Cachable, 1301cdf0e10cSrcweir FastCall = FALSE, 1302cdf0e10cSrcweir HasCoreId = FALSE, 1303cdf0e10cSrcweir HasDialog = FALSE, 1304cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1305cdf0e10cSrcweir Toggle = FALSE, 1306cdf0e10cSrcweir Container = FALSE, 1307cdf0e10cSrcweir RecordAbsolute = FALSE, 1308cdf0e10cSrcweir RecordPerSet; 1309cdf0e10cSrcweir Synchron; 1310cdf0e10cSrcweir 1311cdf0e10cSrcweir /* config: */ 1312cdf0e10cSrcweir AccelConfig = TRUE, 1313cdf0e10cSrcweir MenuConfig = TRUE, 1314cdf0e10cSrcweir StatusBarConfig = FALSE, 1315cdf0e10cSrcweir ToolBoxConfig = TRUE, 1316cdf0e10cSrcweir GroupId = GID_DATA; 1317cdf0e10cSrcweir] 1318cdf0e10cSrcweir 1319cdf0e10cSrcweir//-------------------------------------------------------------------------- 1320cdf0e10cSrcweirSfxVoidItem DataFilterHideAutoFilter SID_AUTOFILTER_HIDE 1321cdf0e10cSrcweir() 1322cdf0e10cSrcweir[ 1323cdf0e10cSrcweir /* flags: */ 1324cdf0e10cSrcweir AutoUpdate = FALSE, 1325cdf0e10cSrcweir Cachable = Cachable, 1326cdf0e10cSrcweir FastCall = FALSE, 1327cdf0e10cSrcweir HasCoreId = FALSE, 1328cdf0e10cSrcweir HasDialog = FALSE, 1329cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1330cdf0e10cSrcweir Toggle = FALSE, 1331cdf0e10cSrcweir Container = FALSE, 1332cdf0e10cSrcweir RecordAbsolute = FALSE, 1333cdf0e10cSrcweir RecordPerSet; 1334cdf0e10cSrcweir Synchron; 1335cdf0e10cSrcweir 1336cdf0e10cSrcweir /* config: */ 1337cdf0e10cSrcweir AccelConfig = TRUE, 1338cdf0e10cSrcweir MenuConfig = TRUE, 1339cdf0e10cSrcweir StatusBarConfig = FALSE, 1340cdf0e10cSrcweir ToolBoxConfig = TRUE, 1341cdf0e10cSrcweir GroupId = GID_DATA; 1342cdf0e10cSrcweir] 1343cdf0e10cSrcweir 1344cdf0e10cSrcweir//-------------------------------------------------------------------------- 1345cdf0e10cSrcweirSfxVoidItem DataFilterRemoveFilter SID_UNFILTER 1346cdf0e10cSrcweir() 1347cdf0e10cSrcweir[ 1348cdf0e10cSrcweir /* flags: */ 1349cdf0e10cSrcweir AutoUpdate = FALSE, 1350cdf0e10cSrcweir Cachable = Cachable, 1351cdf0e10cSrcweir FastCall = FALSE, 1352cdf0e10cSrcweir HasCoreId = FALSE, 1353cdf0e10cSrcweir HasDialog = FALSE, 1354cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1355cdf0e10cSrcweir Toggle = FALSE, 1356cdf0e10cSrcweir Container = FALSE, 1357cdf0e10cSrcweir RecordAbsolute = FALSE, 1358cdf0e10cSrcweir RecordPerSet; 1359cdf0e10cSrcweir Synchron; 1360cdf0e10cSrcweir 1361cdf0e10cSrcweir /* config: */ 1362cdf0e10cSrcweir AccelConfig = TRUE, 1363cdf0e10cSrcweir MenuConfig = TRUE, 1364cdf0e10cSrcweir StatusBarConfig = FALSE, 1365cdf0e10cSrcweir ToolBoxConfig = FALSE, 1366cdf0e10cSrcweir GroupId = GID_DATA; 1367cdf0e10cSrcweir] 1368cdf0e10cSrcweir 1369cdf0e10cSrcweir//-------------------------------------------------------------------------- 1370cdf0e10cSrcweirSfxVoidItem DataFilterSpecialFilter SID_SPECIAL_FILTER 1371cdf0e10cSrcweir() 1372cdf0e10cSrcweir[ 1373cdf0e10cSrcweir /* flags: */ 1374cdf0e10cSrcweir AutoUpdate = FALSE, 1375cdf0e10cSrcweir Cachable = Cachable, 1376cdf0e10cSrcweir FastCall = FALSE, 1377cdf0e10cSrcweir HasCoreId = FALSE, 1378cdf0e10cSrcweir HasDialog = TRUE, 1379cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1380cdf0e10cSrcweir Toggle = FALSE, 1381cdf0e10cSrcweir Container = FALSE, 1382cdf0e10cSrcweir RecordAbsolute = FALSE, 1383cdf0e10cSrcweir RecordPerSet; 1384cdf0e10cSrcweir Synchron; 1385cdf0e10cSrcweir 1386cdf0e10cSrcweir /* config: */ 1387cdf0e10cSrcweir AccelConfig = TRUE, 1388cdf0e10cSrcweir MenuConfig = TRUE, 1389cdf0e10cSrcweir StatusBarConfig = FALSE, 1390cdf0e10cSrcweir ToolBoxConfig = TRUE, 1391cdf0e10cSrcweir GroupId = GID_DATA; 1392cdf0e10cSrcweir] 1393cdf0e10cSrcweir 1394cdf0e10cSrcweir//-------------------------------------------------------------------------- 1395cdf0e10cSrcweirSfxVoidItem DataFilterStandardFilter SID_FILTER 1396cdf0e10cSrcweir() 1397cdf0e10cSrcweir[ 1398cdf0e10cSrcweir /* flags: */ 1399cdf0e10cSrcweir AutoUpdate = FALSE, 1400cdf0e10cSrcweir Cachable = Cachable, 1401cdf0e10cSrcweir FastCall = FALSE, 1402cdf0e10cSrcweir HasCoreId = FALSE, 1403cdf0e10cSrcweir HasDialog = TRUE, 1404cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1405cdf0e10cSrcweir Toggle = FALSE, 1406cdf0e10cSrcweir Container = FALSE, 1407cdf0e10cSrcweir RecordAbsolute = FALSE, 1408cdf0e10cSrcweir RecordPerSet; 1409cdf0e10cSrcweir Synchron; 1410cdf0e10cSrcweir 1411cdf0e10cSrcweir /* config: */ 1412cdf0e10cSrcweir AccelConfig = TRUE, 1413cdf0e10cSrcweir MenuConfig = TRUE, 1414cdf0e10cSrcweir StatusBarConfig = FALSE, 1415cdf0e10cSrcweir ToolBoxConfig = TRUE, 1416cdf0e10cSrcweir GroupId = GID_DATA; 1417cdf0e10cSrcweir] 1418cdf0e10cSrcweir 1419cdf0e10cSrcweir//-------------------------------------------------------------------------- 1420cdf0e10cSrcweirSfxVoidItem DataImport SID_IMPORT_DATA 1421cdf0e10cSrcweir(SfxStringItem DatabaseName SID_IMPORT_DATA,SfxStringItem SqlCommand FN_PARAM_1) 1422cdf0e10cSrcweir[ 1423cdf0e10cSrcweir /* flags: */ 1424cdf0e10cSrcweir AutoUpdate = FALSE, 1425cdf0e10cSrcweir Cachable = Cachable, 1426cdf0e10cSrcweir FastCall = FALSE, 1427cdf0e10cSrcweir HasCoreId = FALSE, 1428cdf0e10cSrcweir HasDialog = TRUE, 1429cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1430cdf0e10cSrcweir Toggle = FALSE, 1431cdf0e10cSrcweir Container = TRUE, 1432cdf0e10cSrcweir RecordAbsolute = FALSE, 1433cdf0e10cSrcweir RecordPerSet; 1434cdf0e10cSrcweir Synchron; 1435cdf0e10cSrcweir 1436cdf0e10cSrcweir /* config: */ 1437cdf0e10cSrcweir AccelConfig = TRUE, 1438cdf0e10cSrcweir MenuConfig = TRUE, 1439cdf0e10cSrcweir StatusBarConfig = FALSE, 1440cdf0e10cSrcweir ToolBoxConfig = TRUE, 1441cdf0e10cSrcweir GroupId = GID_DATA; 1442cdf0e10cSrcweir] 1443cdf0e10cSrcweir 1444cdf0e10cSrcweir//-------------------------------------------------------------------------- 1445cdf0e10cSrcweirSfxObjectItem DataPilotCreate SID_PIVOT_CREATE 1446cdf0e10cSrcweir(SfxStringItem Destination FN_PARAM_1,SfxStringItem Name FN_PARAM_2,SfxBoolItem TotalCol FN_PARAM_3,SfxBoolItem TotalRow FN_PARAM_4) 1447cdf0e10cSrcweir[ 1448cdf0e10cSrcweir /* flags: */ 1449cdf0e10cSrcweir AutoUpdate = FALSE, 1450cdf0e10cSrcweir Cachable = Cachable, 1451cdf0e10cSrcweir FastCall = FALSE, 1452cdf0e10cSrcweir HasCoreId = FALSE, 1453cdf0e10cSrcweir HasDialog = TRUE, 1454cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1455cdf0e10cSrcweir Toggle = FALSE, 1456cdf0e10cSrcweir Container = FALSE, 1457cdf0e10cSrcweir RecordAbsolute = FALSE, 1458cdf0e10cSrcweir RecordPerSet; 1459cdf0e10cSrcweir Synchron; 1460cdf0e10cSrcweir 1461cdf0e10cSrcweir /* config: */ 1462cdf0e10cSrcweir AccelConfig = FALSE, 1463cdf0e10cSrcweir MenuConfig = FALSE, 1464cdf0e10cSrcweir StatusBarConfig = FALSE, 1465cdf0e10cSrcweir ToolBoxConfig = FALSE, 1466cdf0e10cSrcweir GroupId = GID_INTERN; 1467cdf0e10cSrcweir] 1468cdf0e10cSrcweir 1469cdf0e10cSrcweir//-------------------------------------------------------------------------- 1470cdf0e10cSrcweirSfxVoidItem DataPilotExec SID_PIVOT_TABLE 1471cdf0e10cSrcweir() 1472cdf0e10cSrcweir[ 1473cdf0e10cSrcweir /* flags: */ 1474cdf0e10cSrcweir AutoUpdate = FALSE, 1475cdf0e10cSrcweir Cachable = Cachable, 1476cdf0e10cSrcweir FastCall = FALSE, 1477cdf0e10cSrcweir HasCoreId = FALSE, 1478cdf0e10cSrcweir HasDialog = FALSE, 1479cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1480cdf0e10cSrcweir Toggle = FALSE, 1481cdf0e10cSrcweir Container = FALSE, 1482cdf0e10cSrcweir RecordAbsolute = FALSE, 1483cdf0e10cSrcweir RecordPerSet; 1484cdf0e10cSrcweir Synchron; 1485cdf0e10cSrcweir 1486cdf0e10cSrcweir /* config: */ 1487cdf0e10cSrcweir AccelConfig = FALSE, 1488cdf0e10cSrcweir MenuConfig = FALSE, 1489cdf0e10cSrcweir StatusBarConfig = FALSE, 1490cdf0e10cSrcweir ToolBoxConfig = FALSE, 1491cdf0e10cSrcweir GroupId = GID_DATA; 1492cdf0e10cSrcweir] 1493cdf0e10cSrcweir 1494cdf0e10cSrcweir//-------------------------------------------------------------------------- 1495cdf0e10cSrcweirSfxObjectItem DataPilotTables SID_PIVOT_GET 1496cdf0e10cSrcweir 1497cdf0e10cSrcweir[ 1498cdf0e10cSrcweir /* flags: */ 1499cdf0e10cSrcweir AutoUpdate = FALSE, 1500cdf0e10cSrcweir Cachable = Cachable, 1501cdf0e10cSrcweir FastCall = FALSE, 1502cdf0e10cSrcweir HasCoreId = FALSE, 1503cdf0e10cSrcweir HasDialog = FALSE, 1504cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1505cdf0e10cSrcweir Toggle = FALSE, 1506cdf0e10cSrcweir Container = FALSE, 1507cdf0e10cSrcweir RecordAbsolute = FALSE, 1508cdf0e10cSrcweir RecordPerSet; 1509cdf0e10cSrcweir Synchron; 1510cdf0e10cSrcweir 1511cdf0e10cSrcweir Readonly = TRUE, 1512cdf0e10cSrcweir 1513cdf0e10cSrcweir /* config: */ 1514cdf0e10cSrcweir AccelConfig = FALSE, 1515cdf0e10cSrcweir MenuConfig = FALSE, 1516cdf0e10cSrcweir StatusBarConfig = FALSE, 1517cdf0e10cSrcweir ToolBoxConfig = FALSE, 1518cdf0e10cSrcweir GroupId = GID_INTERN; 1519cdf0e10cSrcweir] 1520cdf0e10cSrcweir 1521cdf0e10cSrcweir//-------------------------------------------------------------------------- 1522cdf0e10cSrcweirSfxVoidItem DataReImport SID_REIMPORT_DATA 1523cdf0e10cSrcweir() 1524cdf0e10cSrcweir[ 1525cdf0e10cSrcweir /* flags: */ 1526cdf0e10cSrcweir AutoUpdate = FALSE, 1527cdf0e10cSrcweir Cachable = Cachable, 1528cdf0e10cSrcweir FastCall = FALSE, 1529cdf0e10cSrcweir HasCoreId = FALSE, 1530cdf0e10cSrcweir HasDialog = FALSE, 1531cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1532cdf0e10cSrcweir Toggle = FALSE, 1533cdf0e10cSrcweir Container = FALSE, 1534cdf0e10cSrcweir RecordAbsolute = FALSE, 1535cdf0e10cSrcweir RecordPerSet; 1536cdf0e10cSrcweir Synchron; 1537cdf0e10cSrcweir 1538cdf0e10cSrcweir /* config: */ 1539cdf0e10cSrcweir AccelConfig = FALSE, 1540cdf0e10cSrcweir MenuConfig = TRUE, 1541cdf0e10cSrcweir StatusBarConfig = FALSE, 1542cdf0e10cSrcweir ToolBoxConfig = FALSE, 1543cdf0e10cSrcweir GroupId = GID_DATA; 1544cdf0e10cSrcweir] 1545cdf0e10cSrcweir 1546cdf0e10cSrcweir//-------------------------------------------------------------------------- 1547cdf0e10cSrcweirSfxVoidItem DataSelect SID_DATA_SELECT 1548cdf0e10cSrcweir() 1549cdf0e10cSrcweir[ 1550cdf0e10cSrcweir /* flags: */ 1551cdf0e10cSrcweir AutoUpdate = FALSE, 1552cdf0e10cSrcweir Cachable = Cachable, 1553cdf0e10cSrcweir FastCall = FALSE, 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 = TRUE, 1566cdf0e10cSrcweir StatusBarConfig = FALSE, 1567cdf0e10cSrcweir ToolBoxConfig = FALSE, 1568cdf0e10cSrcweir GroupId = GID_EDIT; 1569cdf0e10cSrcweir] 1570cdf0e10cSrcweir 1571cdf0e10cSrcweir//-------------------------------------------------------------------------- 1572cdf0e10cSrcweirSfxVoidItem DataSort SID_SORT 1573cdf0e10cSrcweir(SfxBoolItem ByRows SID_SORT_BYROW,SfxBoolItem HasHeader SID_SORT_HASHEADER,SfxBoolItem CaseSensitive SID_SORT_CASESENS,SfxBoolItem IncludeAttribs SID_SORT_ATTRIBS,SfxUInt16Item UserDefIndex SID_SORT_USERDEF,SfxInt32Item Col1 FN_PARAM_1,SfxBoolItem Ascending1 FN_PARAM_2,SfxInt32Item Col2 FN_PARAM_3,SfxBoolItem Ascending2 FN_PARAM_4,SfxInt32Item Col3 FN_PARAM_5,SfxBoolItem Ascending3 FN_PARAM_6) 1574cdf0e10cSrcweir[ 1575cdf0e10cSrcweir /* flags: */ 1576cdf0e10cSrcweir AutoUpdate = FALSE, 1577cdf0e10cSrcweir Cachable = Cachable, 1578cdf0e10cSrcweir FastCall = FALSE, 1579cdf0e10cSrcweir HasCoreId = FALSE, 1580cdf0e10cSrcweir HasDialog = TRUE, 1581cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1582cdf0e10cSrcweir Toggle = FALSE, 1583cdf0e10cSrcweir Container = FALSE, 1584cdf0e10cSrcweir RecordAbsolute = FALSE, 1585cdf0e10cSrcweir RecordPerSet; 1586cdf0e10cSrcweir Synchron; 1587cdf0e10cSrcweir 1588cdf0e10cSrcweir /* config: */ 1589cdf0e10cSrcweir AccelConfig = TRUE, 1590cdf0e10cSrcweir MenuConfig = TRUE, 1591cdf0e10cSrcweir StatusBarConfig = FALSE, 1592cdf0e10cSrcweir ToolBoxConfig = FALSE, 1593cdf0e10cSrcweir GroupId = GID_DATA; 1594cdf0e10cSrcweir] 1595cdf0e10cSrcweir 1596cdf0e10cSrcweir//-------------------------------------------------------------------------- 1597cdf0e10cSrcweirSfxVoidItem DataSubTotals SID_SUBTOTALS 1598cdf0e10cSrcweir() 1599cdf0e10cSrcweir[ 1600cdf0e10cSrcweir /* flags: */ 1601cdf0e10cSrcweir AutoUpdate = FALSE, 1602cdf0e10cSrcweir Cachable = Cachable, 1603cdf0e10cSrcweir FastCall = FALSE, 1604cdf0e10cSrcweir HasCoreId = FALSE, 1605cdf0e10cSrcweir HasDialog = TRUE, 1606cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1607cdf0e10cSrcweir Toggle = FALSE, 1608cdf0e10cSrcweir Container = FALSE, 1609cdf0e10cSrcweir RecordAbsolute = FALSE, 1610cdf0e10cSrcweir RecordPerSet; 1611cdf0e10cSrcweir Synchron; 1612cdf0e10cSrcweir 1613cdf0e10cSrcweir /* config: */ 1614cdf0e10cSrcweir AccelConfig = TRUE, 1615cdf0e10cSrcweir MenuConfig = TRUE, 1616cdf0e10cSrcweir StatusBarConfig = FALSE, 1617cdf0e10cSrcweir ToolBoxConfig = FALSE, 1618cdf0e10cSrcweir GroupId = GID_DATA; 1619cdf0e10cSrcweir] 1620cdf0e10cSrcweir 1621cdf0e10cSrcweir//-------------------------------------------------------------------------- 1622cdf0e10cSrcweirSfxVoidItem Deactivate SID_OLE_DEACTIVATE 1623cdf0e10cSrcweir() 1624cdf0e10cSrcweir[ 1625cdf0e10cSrcweir /* flags: */ 1626cdf0e10cSrcweir AutoUpdate = FALSE, 1627cdf0e10cSrcweir Cachable = Cachable, 1628cdf0e10cSrcweir FastCall = FALSE, 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 = FALSE, 1640cdf0e10cSrcweir MenuConfig = FALSE, 1641cdf0e10cSrcweir StatusBarConfig = FALSE, 1642cdf0e10cSrcweir ToolBoxConfig = FALSE, 1643cdf0e10cSrcweir GroupId = GID_SPECIAL; 1644cdf0e10cSrcweir] 1645cdf0e10cSrcweir 1646cdf0e10cSrcweir//-------------------------------------------------------------------------- 1647cdf0e10cSrcweirSfxVoidItem DefineDBName SID_DEFINE_DBNAME 1648cdf0e10cSrcweir() 1649cdf0e10cSrcweir[ 1650cdf0e10cSrcweir /* flags: */ 1651cdf0e10cSrcweir AutoUpdate = FALSE, 1652cdf0e10cSrcweir Cachable = Cachable, 1653cdf0e10cSrcweir FastCall = FALSE, 1654cdf0e10cSrcweir HasCoreId = FALSE, 1655cdf0e10cSrcweir HasDialog = TRUE, 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_DATA; 1669cdf0e10cSrcweir] 1670cdf0e10cSrcweir 1671cdf0e10cSrcweir//-------------------------------------------------------------------------- 1672cdf0e10cSrcweirSfxVoidItem DefineLabelRange SID_DEFINE_COLROWNAMERANGES 1673cdf0e10cSrcweir() 1674cdf0e10cSrcweir[ 1675cdf0e10cSrcweir /* flags: */ 1676cdf0e10cSrcweir AutoUpdate = FALSE, 1677cdf0e10cSrcweir Cachable = Cachable, 1678cdf0e10cSrcweir FastCall = FALSE, 1679cdf0e10cSrcweir HasCoreId = FALSE, 1680cdf0e10cSrcweir HasDialog = TRUE, 1681cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1682cdf0e10cSrcweir Toggle = FALSE, 1683cdf0e10cSrcweir Container = FALSE, 1684cdf0e10cSrcweir RecordAbsolute = FALSE, 1685cdf0e10cSrcweir RecordPerSet; 1686cdf0e10cSrcweir Synchron; 1687cdf0e10cSrcweir 1688cdf0e10cSrcweir /* config: */ 1689cdf0e10cSrcweir AccelConfig = TRUE, 1690cdf0e10cSrcweir MenuConfig = TRUE, 1691cdf0e10cSrcweir StatusBarConfig = FALSE, 1692cdf0e10cSrcweir ToolBoxConfig = TRUE, 1693cdf0e10cSrcweir GroupId = GID_INSERT; 1694cdf0e10cSrcweir] 1695cdf0e10cSrcweir 1696cdf0e10cSrcweir//-------------------------------------------------------------------------- 1697cdf0e10cSrcweirSfxVoidItem DefineName FID_DEFINE_NAME 1698cdf0e10cSrcweir(SfxStringItem Name FID_DEFINE_NAME,SfxStringItem Symbol FN_PARAM_1,SfxStringItem Options FN_PARAM_2) 1699cdf0e10cSrcweir[ 1700cdf0e10cSrcweir /* flags: */ 1701cdf0e10cSrcweir AutoUpdate = FALSE, 1702cdf0e10cSrcweir Cachable = Cachable, 1703cdf0e10cSrcweir FastCall = FALSE, 1704cdf0e10cSrcweir HasCoreId = FALSE, 1705cdf0e10cSrcweir HasDialog = TRUE, 1706cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1707cdf0e10cSrcweir Toggle = FALSE, 1708cdf0e10cSrcweir Container = FALSE, 1709cdf0e10cSrcweir RecordAbsolute = FALSE, 1710cdf0e10cSrcweir RecordPerSet; 1711cdf0e10cSrcweir Synchron; 1712cdf0e10cSrcweir 1713cdf0e10cSrcweir /* config: */ 1714cdf0e10cSrcweir AccelConfig = TRUE, 1715cdf0e10cSrcweir MenuConfig = TRUE, 1716cdf0e10cSrcweir StatusBarConfig = FALSE, 1717cdf0e10cSrcweir ToolBoxConfig = TRUE, 1718cdf0e10cSrcweir GroupId = GID_INSERT; 1719cdf0e10cSrcweir] 1720cdf0e10cSrcweir 1721cdf0e10cSrcweir//-------------------------------------------------------------------------- 1722cdf0e10cSrcweirSfxVoidItem DefinePrintArea SID_DEFINE_PRINTAREA 1723cdf0e10cSrcweir() 1724cdf0e10cSrcweir[ 1725cdf0e10cSrcweir /* flags: */ 1726cdf0e10cSrcweir AutoUpdate = FALSE, 1727cdf0e10cSrcweir Cachable = Cachable, 1728cdf0e10cSrcweir FastCall = FALSE, 1729cdf0e10cSrcweir HasCoreId = FALSE, 1730cdf0e10cSrcweir HasDialog = FALSE, 1731cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1732cdf0e10cSrcweir Toggle = FALSE, 1733cdf0e10cSrcweir Container = FALSE, 1734cdf0e10cSrcweir RecordAbsolute = FALSE, 1735cdf0e10cSrcweir RecordPerSet; 1736cdf0e10cSrcweir Synchron; 1737cdf0e10cSrcweir 1738cdf0e10cSrcweir /* config: */ 1739cdf0e10cSrcweir AccelConfig = TRUE, 1740cdf0e10cSrcweir MenuConfig = TRUE, 1741cdf0e10cSrcweir StatusBarConfig = FALSE, 1742cdf0e10cSrcweir ToolBoxConfig = TRUE, 1743cdf0e10cSrcweir GroupId = GID_FORMAT; 1744cdf0e10cSrcweir] 1745cdf0e10cSrcweir 1746cdf0e10cSrcweir//-------------------------------------------------------------------------- 1747cdf0e10cSrcweirSfxVoidItem DeleteCell FID_DELETE_CELL 1748cdf0e10cSrcweir(SfxStringItem Flags FID_DELETE_CELL) 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 Synchron; 1762cdf0e10cSrcweir 1763cdf0e10cSrcweir /* config: */ 1764cdf0e10cSrcweir AccelConfig = TRUE, 1765cdf0e10cSrcweir MenuConfig = TRUE, 1766cdf0e10cSrcweir StatusBarConfig = FALSE, 1767cdf0e10cSrcweir ToolBoxConfig = FALSE, 1768cdf0e10cSrcweir GroupId = GID_EDIT; 1769cdf0e10cSrcweir] 1770cdf0e10cSrcweir 1771cdf0e10cSrcweir//-------------------------------------------------------------------------- 1772cdf0e10cSrcweirSfxVoidItem DeleteAllBreaks FID_DEL_MANUALBREAKS 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 /* config: */ 1789cdf0e10cSrcweir AccelConfig = TRUE, 1790cdf0e10cSrcweir MenuConfig = TRUE, 1791cdf0e10cSrcweir StatusBarConfig = FALSE, 1792cdf0e10cSrcweir ToolBoxConfig = TRUE, 1793cdf0e10cSrcweir GroupId = GID_EDIT; 1794cdf0e10cSrcweir] 1795cdf0e10cSrcweir 1796cdf0e10cSrcweir//-------------------------------------------------------------------------- 1797cdf0e10cSrcweirSfxVoidItem DeleteColumnbreak FID_DEL_COLBRK 1798cdf0e10cSrcweir() 1799cdf0e10cSrcweir[ 1800cdf0e10cSrcweir /* flags: */ 1801cdf0e10cSrcweir AutoUpdate = FALSE, 1802cdf0e10cSrcweir Cachable = Cachable, 1803cdf0e10cSrcweir FastCall = FALSE, 1804cdf0e10cSrcweir HasCoreId = FALSE, 1805cdf0e10cSrcweir HasDialog = FALSE, 1806cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1807cdf0e10cSrcweir Toggle = FALSE, 1808cdf0e10cSrcweir Container = FALSE, 1809cdf0e10cSrcweir RecordAbsolute = FALSE, 1810cdf0e10cSrcweir RecordPerSet; 1811cdf0e10cSrcweir Synchron; 1812cdf0e10cSrcweir 1813cdf0e10cSrcweir /* config: */ 1814cdf0e10cSrcweir AccelConfig = TRUE, 1815cdf0e10cSrcweir MenuConfig = TRUE, 1816cdf0e10cSrcweir StatusBarConfig = FALSE, 1817cdf0e10cSrcweir ToolBoxConfig = FALSE, 1818cdf0e10cSrcweir GroupId = GID_EDIT; 1819cdf0e10cSrcweir] 1820cdf0e10cSrcweir 1821cdf0e10cSrcweir//-------------------------------------------------------------------------- 1822cdf0e10cSrcweirSfxVoidItem DeleteColumns SID_DEL_COLS 1823cdf0e10cSrcweir() 1824cdf0e10cSrcweir[ 1825cdf0e10cSrcweir /* flags: */ 1826cdf0e10cSrcweir AutoUpdate = FALSE, 1827cdf0e10cSrcweir Cachable = Cachable, 1828cdf0e10cSrcweir FastCall = FALSE, 1829cdf0e10cSrcweir HasCoreId = FALSE, 1830cdf0e10cSrcweir HasDialog = FALSE, 1831cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1832cdf0e10cSrcweir Toggle = FALSE, 1833cdf0e10cSrcweir Container = FALSE, 1834cdf0e10cSrcweir RecordAbsolute = FALSE, 1835cdf0e10cSrcweir RecordPerSet; 1836cdf0e10cSrcweir Synchron; 1837cdf0e10cSrcweir 1838cdf0e10cSrcweir /* config: */ 1839cdf0e10cSrcweir AccelConfig = TRUE, 1840cdf0e10cSrcweir MenuConfig = TRUE, 1841cdf0e10cSrcweir StatusBarConfig = FALSE, 1842cdf0e10cSrcweir ToolBoxConfig = TRUE, 1843cdf0e10cSrcweir GroupId = GID_EDIT; 1844cdf0e10cSrcweir] 1845cdf0e10cSrcweir 1846cdf0e10cSrcweir//-------------------------------------------------------------------------- 1847cdf0e10cSrcweirSfxVoidItem DeletePivotTable SID_PIVOT_KILL 1848cdf0e10cSrcweir() 1849cdf0e10cSrcweir[ 1850cdf0e10cSrcweir /* flags: */ 1851cdf0e10cSrcweir AutoUpdate = FALSE, 1852cdf0e10cSrcweir Cachable = Cachable, 1853cdf0e10cSrcweir FastCall = FALSE, 1854cdf0e10cSrcweir HasCoreId = FALSE, 1855cdf0e10cSrcweir HasDialog = FALSE, 1856cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1857cdf0e10cSrcweir Toggle = FALSE, 1858cdf0e10cSrcweir Container = FALSE, 1859cdf0e10cSrcweir RecordAbsolute = FALSE, 1860cdf0e10cSrcweir RecordPerSet; 1861cdf0e10cSrcweir Synchron; 1862cdf0e10cSrcweir 1863cdf0e10cSrcweir /* config: */ 1864cdf0e10cSrcweir AccelConfig = FALSE, 1865cdf0e10cSrcweir MenuConfig = TRUE, 1866cdf0e10cSrcweir StatusBarConfig = FALSE, 1867cdf0e10cSrcweir ToolBoxConfig = FALSE, 1868cdf0e10cSrcweir GroupId = GID_DATA; 1869cdf0e10cSrcweir] 1870cdf0e10cSrcweir 1871cdf0e10cSrcweir//-------------------------------------------------------------------------- 1872cdf0e10cSrcweirSfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA 1873cdf0e10cSrcweir() 1874cdf0e10cSrcweir[ 1875cdf0e10cSrcweir /* flags: */ 1876cdf0e10cSrcweir AutoUpdate = FALSE, 1877cdf0e10cSrcweir Cachable = Cachable, 1878cdf0e10cSrcweir FastCall = FALSE, 1879cdf0e10cSrcweir HasCoreId = FALSE, 1880cdf0e10cSrcweir HasDialog = FALSE, 1881cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1882cdf0e10cSrcweir Toggle = FALSE, 1883cdf0e10cSrcweir Container = FALSE, 1884cdf0e10cSrcweir RecordAbsolute = FALSE, 1885cdf0e10cSrcweir RecordPerSet; 1886cdf0e10cSrcweir Synchron; 1887cdf0e10cSrcweir 1888cdf0e10cSrcweir /* config: */ 1889cdf0e10cSrcweir AccelConfig = TRUE, 1890cdf0e10cSrcweir MenuConfig = TRUE, 1891cdf0e10cSrcweir StatusBarConfig = FALSE, 1892cdf0e10cSrcweir ToolBoxConfig = TRUE, 1893cdf0e10cSrcweir GroupId = GID_FORMAT; 1894cdf0e10cSrcweir] 1895cdf0e10cSrcweir 1896cdf0e10cSrcweir//-------------------------------------------------------------------------- 1897cdf0e10cSrcweirSfxVoidItem DeleteRowbreak FID_DEL_ROWBRK 1898cdf0e10cSrcweir() 1899cdf0e10cSrcweir[ 1900cdf0e10cSrcweir /* flags: */ 1901cdf0e10cSrcweir AutoUpdate = FALSE, 1902cdf0e10cSrcweir Cachable = Cachable, 1903cdf0e10cSrcweir FastCall = FALSE, 1904cdf0e10cSrcweir HasCoreId = FALSE, 1905cdf0e10cSrcweir HasDialog = FALSE, 1906cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1907cdf0e10cSrcweir Toggle = FALSE, 1908cdf0e10cSrcweir Container = FALSE, 1909cdf0e10cSrcweir RecordAbsolute = FALSE, 1910cdf0e10cSrcweir RecordPerSet; 1911cdf0e10cSrcweir Synchron; 1912cdf0e10cSrcweir 1913cdf0e10cSrcweir /* config: */ 1914cdf0e10cSrcweir AccelConfig = TRUE, 1915cdf0e10cSrcweir MenuConfig = TRUE, 1916cdf0e10cSrcweir StatusBarConfig = FALSE, 1917cdf0e10cSrcweir ToolBoxConfig = FALSE, 1918cdf0e10cSrcweir GroupId = GID_EDIT; 1919cdf0e10cSrcweir] 1920cdf0e10cSrcweir 1921cdf0e10cSrcweir//-------------------------------------------------------------------------- 1922cdf0e10cSrcweirSfxVoidItem DeleteRows SID_DEL_ROWS 1923cdf0e10cSrcweir() 1924cdf0e10cSrcweir[ 1925cdf0e10cSrcweir /* flags: */ 1926cdf0e10cSrcweir AutoUpdate = FALSE, 1927cdf0e10cSrcweir Cachable = Cachable, 1928cdf0e10cSrcweir FastCall = FALSE, 1929cdf0e10cSrcweir HasCoreId = FALSE, 1930cdf0e10cSrcweir HasDialog = FALSE, 1931cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1932cdf0e10cSrcweir Toggle = FALSE, 1933cdf0e10cSrcweir Container = FALSE, 1934cdf0e10cSrcweir RecordAbsolute = FALSE, 1935cdf0e10cSrcweir RecordPerSet; 1936cdf0e10cSrcweir Synchron; 1937cdf0e10cSrcweir 1938cdf0e10cSrcweir /* config: */ 1939cdf0e10cSrcweir AccelConfig = TRUE, 1940cdf0e10cSrcweir MenuConfig = TRUE, 1941cdf0e10cSrcweir StatusBarConfig = FALSE, 1942cdf0e10cSrcweir ToolBoxConfig = TRUE, 1943cdf0e10cSrcweir GroupId = GID_EDIT; 1944cdf0e10cSrcweir] 1945cdf0e10cSrcweir 1946cdf0e10cSrcweir//-------------------------------------------------------------------------- 1947cdf0e10cSrcweirSfxVoidItem DeleteScenario SID_DELETE_SCENARIO 1948cdf0e10cSrcweir(SfxStringItem ScenarioName SID_DELETE_SCENARIO) 1949cdf0e10cSrcweir[ 1950cdf0e10cSrcweir /* flags: */ 1951cdf0e10cSrcweir AutoUpdate = FALSE, 1952cdf0e10cSrcweir Cachable = Cachable, 1953cdf0e10cSrcweir FastCall = FALSE, 1954cdf0e10cSrcweir HasCoreId = FALSE, 1955cdf0e10cSrcweir HasDialog = FALSE, 1956cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1957cdf0e10cSrcweir Toggle = FALSE, 1958cdf0e10cSrcweir Container = FALSE, 1959cdf0e10cSrcweir RecordAbsolute = FALSE, 1960cdf0e10cSrcweir RecordPerSet; 1961cdf0e10cSrcweir Synchron; 1962cdf0e10cSrcweir 1963cdf0e10cSrcweir /* config: */ 1964cdf0e10cSrcweir AccelConfig = FALSE, 1965cdf0e10cSrcweir MenuConfig = FALSE, 1966cdf0e10cSrcweir StatusBarConfig = FALSE, 1967cdf0e10cSrcweir ToolBoxConfig = FALSE, 1968cdf0e10cSrcweir GroupId = GID_INTERN; 1969cdf0e10cSrcweir] 1970cdf0e10cSrcweir 1971cdf0e10cSrcweir//-------------------------------------------------------------------------- 1972cdf0e10cSrcweirSfxVoidItem Deselect SID_SELECT_NONE 1973cdf0e10cSrcweir() 1974cdf0e10cSrcweir[ 1975cdf0e10cSrcweir /* flags: */ 1976cdf0e10cSrcweir AutoUpdate = FALSE, 1977cdf0e10cSrcweir Cachable = Cachable, 1978cdf0e10cSrcweir FastCall = FALSE, 1979cdf0e10cSrcweir HasCoreId = FALSE, 1980cdf0e10cSrcweir HasDialog = FALSE, 1981cdf0e10cSrcweir ReadOnlyDoc = TRUE, 1982cdf0e10cSrcweir Toggle = FALSE, 1983cdf0e10cSrcweir Container = FALSE, 1984cdf0e10cSrcweir RecordAbsolute = FALSE, 1985cdf0e10cSrcweir RecordPerSet; 1986cdf0e10cSrcweir Synchron; 1987cdf0e10cSrcweir 1988cdf0e10cSrcweir /* config: */ 1989cdf0e10cSrcweir AccelConfig = TRUE, 1990cdf0e10cSrcweir MenuConfig = TRUE, 1991cdf0e10cSrcweir StatusBarConfig = FALSE, 1992cdf0e10cSrcweir ToolBoxConfig = FALSE, 1993cdf0e10cSrcweir GroupId = GID_EDIT; 1994cdf0e10cSrcweir] 1995cdf0e10cSrcweir 1996cdf0e10cSrcweir//-------------------------------------------------------------------------- 1997cdf0e10cSrcweirSfxVoidItem DrawChart SID_DRAW_CHART 1998cdf0e10cSrcweir() 1999cdf0e10cSrcweir[ 2000cdf0e10cSrcweir /* flags: */ 2001cdf0e10cSrcweir AutoUpdate = FALSE, 2002cdf0e10cSrcweir Cachable = Cachable, 2003cdf0e10cSrcweir FastCall = FALSE, 2004cdf0e10cSrcweir HasCoreId = FALSE, 2005cdf0e10cSrcweir HasDialog = FALSE, 2006cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2007cdf0e10cSrcweir Toggle = FALSE, 2008cdf0e10cSrcweir Container = FALSE, 2009cdf0e10cSrcweir RecordAbsolute = FALSE, 2010cdf0e10cSrcweir RecordPerSet; 2011cdf0e10cSrcweir Synchron; 2012cdf0e10cSrcweir 2013cdf0e10cSrcweir /* config: */ 2014cdf0e10cSrcweir AccelConfig = TRUE, 2015cdf0e10cSrcweir MenuConfig = TRUE, 2016cdf0e10cSrcweir StatusBarConfig = FALSE, 2017cdf0e10cSrcweir ToolBoxConfig = TRUE, 2018cdf0e10cSrcweir GroupId = GID_INSERT; 2019cdf0e10cSrcweir] 2020cdf0e10cSrcweir 2021cdf0e10cSrcweir//-------------------------------------------------------------------------- 2022cdf0e10cSrcweirSfxVoidItem DrawEditNote SID_DRAW_NOTEEDIT 2023cdf0e10cSrcweir() 2024cdf0e10cSrcweir[ 2025cdf0e10cSrcweir /* flags: */ 2026cdf0e10cSrcweir AutoUpdate = FALSE, 2027cdf0e10cSrcweir Cachable = Cachable, 2028cdf0e10cSrcweir FastCall = FALSE, 2029cdf0e10cSrcweir HasCoreId = FALSE, 2030cdf0e10cSrcweir HasDialog = FALSE, 2031cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2032cdf0e10cSrcweir Toggle = FALSE, 2033cdf0e10cSrcweir Container = FALSE, 2034cdf0e10cSrcweir RecordAbsolute = FALSE, 2035cdf0e10cSrcweir RecordPerSet; 2036cdf0e10cSrcweir Synchron; 2037cdf0e10cSrcweir 2038cdf0e10cSrcweir /* config: */ 2039cdf0e10cSrcweir AccelConfig = FALSE, 2040cdf0e10cSrcweir MenuConfig = FALSE, 2041cdf0e10cSrcweir StatusBarConfig = FALSE, 2042cdf0e10cSrcweir ToolBoxConfig = FALSE, 2043cdf0e10cSrcweir GroupId = GID_INSERT; 2044cdf0e10cSrcweir] 2045cdf0e10cSrcweir 2046cdf0e10cSrcweir//-------------------------------------------------------------------------- 2047cdf0e10cSrcweirSfxVoidItem EditHeaderAndFooter SID_HFEDIT 2048cdf0e10cSrcweir() 2049cdf0e10cSrcweir[ 2050cdf0e10cSrcweir /* flags: */ 2051cdf0e10cSrcweir AutoUpdate = FALSE, 2052cdf0e10cSrcweir Cachable = Cachable, 2053cdf0e10cSrcweir FastCall = FALSE, 2054cdf0e10cSrcweir HasCoreId = FALSE, 2055cdf0e10cSrcweir HasDialog = TRUE, 2056cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2057cdf0e10cSrcweir Toggle = FALSE, 2058cdf0e10cSrcweir Container = FALSE, 2059cdf0e10cSrcweir RecordAbsolute = FALSE, 2060cdf0e10cSrcweir RecordPerSet; 2061cdf0e10cSrcweir Synchron; 2062cdf0e10cSrcweir 2063cdf0e10cSrcweir /* config: */ 2064cdf0e10cSrcweir AccelConfig = TRUE, 2065cdf0e10cSrcweir MenuConfig = TRUE, 2066cdf0e10cSrcweir StatusBarConfig = FALSE, 2067cdf0e10cSrcweir ToolBoxConfig = TRUE, 2068cdf0e10cSrcweir GroupId = GID_EDIT; 2069cdf0e10cSrcweir] 2070cdf0e10cSrcweir 2071cdf0e10cSrcweir//-------------------------------------------------------------------------- 2072cdf0e10cSrcweirSfxVoidItem EditLinks SID_LINKS 2073cdf0e10cSrcweir() 2074cdf0e10cSrcweir[ 2075cdf0e10cSrcweir /* flags: */ 2076cdf0e10cSrcweir AutoUpdate = FALSE, 2077cdf0e10cSrcweir Cachable = Cachable, 2078cdf0e10cSrcweir FastCall = FALSE, 2079cdf0e10cSrcweir HasCoreId = FALSE, 2080cdf0e10cSrcweir HasDialog = TRUE, 2081cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2082cdf0e10cSrcweir Toggle = FALSE, 2083cdf0e10cSrcweir Container = FALSE, 2084cdf0e10cSrcweir RecordAbsolute = FALSE, 2085cdf0e10cSrcweir RecordPerSet; 2086cdf0e10cSrcweir Synchron; 2087cdf0e10cSrcweir 2088cdf0e10cSrcweir /* config: */ 2089cdf0e10cSrcweir AccelConfig = FALSE, 2090cdf0e10cSrcweir MenuConfig = TRUE, 2091cdf0e10cSrcweir StatusBarConfig = FALSE, 2092cdf0e10cSrcweir ToolBoxConfig = FALSE, 2093cdf0e10cSrcweir GroupId = GID_EDIT; 2094cdf0e10cSrcweir] 2095cdf0e10cSrcweir 2096cdf0e10cSrcweir//-------------------------------------------------------------------------- 2097cdf0e10cSrcweirSfxVoidItem EditObject SID_SC_EDIT_OBJECT 2098cdf0e10cSrcweir() 2099cdf0e10cSrcweir[ 2100cdf0e10cSrcweir /* flags: */ 2101cdf0e10cSrcweir AutoUpdate = FALSE, 2102cdf0e10cSrcweir Cachable = Cachable, 2103cdf0e10cSrcweir FastCall = FALSE, 2104cdf0e10cSrcweir HasCoreId = FALSE, 2105cdf0e10cSrcweir HasDialog = FALSE, 2106cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2107cdf0e10cSrcweir Toggle = FALSE, 2108cdf0e10cSrcweir Container = FALSE, 2109cdf0e10cSrcweir RecordAbsolute = FALSE, 2110cdf0e10cSrcweir RecordPerSet; 2111cdf0e10cSrcweir Synchron; 2112cdf0e10cSrcweir 2113cdf0e10cSrcweir /* config: */ 2114cdf0e10cSrcweir AccelConfig = FALSE, 2115cdf0e10cSrcweir MenuConfig = FALSE, 2116cdf0e10cSrcweir StatusBarConfig = FALSE, 2117cdf0e10cSrcweir ToolBoxConfig = FALSE, 2118cdf0e10cSrcweir GroupId = GID_INTERN; 2119cdf0e10cSrcweir] 2120cdf0e10cSrcweir 2121cdf0e10cSrcweir//-------------------------------------------------------------------------- 2122cdf0e10cSrcweirSfxVoidItem EditPrintArea SID_OPENDLG_EDIT_PRINTAREA 2123cdf0e10cSrcweir() 2124cdf0e10cSrcweir[ 2125cdf0e10cSrcweir /* flags: */ 2126cdf0e10cSrcweir AutoUpdate = FALSE, 2127cdf0e10cSrcweir Cachable = Cachable, 2128cdf0e10cSrcweir FastCall = FALSE, 2129cdf0e10cSrcweir HasCoreId = FALSE, 2130cdf0e10cSrcweir HasDialog = TRUE, 2131cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2132cdf0e10cSrcweir Toggle = FALSE, 2133cdf0e10cSrcweir Container = FALSE, 2134cdf0e10cSrcweir RecordAbsolute = FALSE, 2135cdf0e10cSrcweir RecordPerSet; 2136cdf0e10cSrcweir Synchron; 2137cdf0e10cSrcweir 2138cdf0e10cSrcweir /* config: */ 2139cdf0e10cSrcweir AccelConfig = TRUE, 2140cdf0e10cSrcweir MenuConfig = TRUE, 2141cdf0e10cSrcweir StatusBarConfig = FALSE, 2142cdf0e10cSrcweir ToolBoxConfig = TRUE, 2143cdf0e10cSrcweir GroupId = GID_FORMAT; 2144cdf0e10cSrcweir] 2145cdf0e10cSrcweir 2146cdf0e10cSrcweir//-------------------------------------------------------------------------- 2147cdf0e10cSrcweirSfxVoidItem EditScenario SID_EDIT_SCENARIO 2148cdf0e10cSrcweir(SfxStringItem ScenarioName SID_EDIT_SCENARIO) 2149cdf0e10cSrcweir[ 2150cdf0e10cSrcweir /* flags: */ 2151cdf0e10cSrcweir AutoUpdate = FALSE, 2152cdf0e10cSrcweir Cachable = Cachable, 2153cdf0e10cSrcweir FastCall = FALSE, 2154cdf0e10cSrcweir HasCoreId = FALSE, 2155cdf0e10cSrcweir HasDialog = TRUE, 2156cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2157cdf0e10cSrcweir Toggle = FALSE, 2158cdf0e10cSrcweir Container = FALSE, 2159cdf0e10cSrcweir RecordAbsolute = FALSE, 2160cdf0e10cSrcweir RecordPerSet; 2161cdf0e10cSrcweir Synchron; 2162cdf0e10cSrcweir 2163cdf0e10cSrcweir /* config: */ 2164cdf0e10cSrcweir AccelConfig = FALSE, 2165cdf0e10cSrcweir MenuConfig = FALSE, 2166cdf0e10cSrcweir StatusBarConfig = FALSE, 2167cdf0e10cSrcweir ToolBoxConfig = FALSE, 2168cdf0e10cSrcweir GroupId = GID_INTERN; 2169cdf0e10cSrcweir] 2170cdf0e10cSrcweir 2171cdf0e10cSrcweir//-------------------------------------------------------------------------- 2172cdf0e10cSrcweirSfxVoidItem EuroConverter SID_EURO_CONVERTER 2173cdf0e10cSrcweir() 2174cdf0e10cSrcweir[ 2175cdf0e10cSrcweir /* flags: */ 2176cdf0e10cSrcweir AutoUpdate = FALSE, 2177cdf0e10cSrcweir Cachable = Cachable, 2178cdf0e10cSrcweir FastCall = FALSE, 2179cdf0e10cSrcweir HasCoreId = FALSE, 2180cdf0e10cSrcweir HasDialog = TRUE, 2181cdf0e10cSrcweir ReadOnlyDoc = FALSE, 2182cdf0e10cSrcweir Toggle = FALSE, 2183cdf0e10cSrcweir Container = FALSE, 2184cdf0e10cSrcweir RecordAbsolute = FALSE, 2185cdf0e10cSrcweir RecordPerSet; 2186cdf0e10cSrcweir Asynchron; 2187cdf0e10cSrcweir 2188cdf0e10cSrcweir /* config: */ 2189cdf0e10cSrcweir AccelConfig = TRUE, 2190cdf0e10cSrcweir MenuConfig = TRUE, 2191cdf0e10cSrcweir StatusBarConfig = FALSE, 2192cdf0e10cSrcweir ToolBoxConfig = TRUE, 2193cdf0e10cSrcweir GroupId = GID_FORMAT; 2194cdf0e10cSrcweir] 2195cdf0e10cSrcweir 2196cdf0e10cSrcweir//-------------------------------------------------------------------------- 2197cdf0e10cSrcweirSfxVoidItem FillDown FID_FILL_TO_BOTTOM 2198cdf0e10cSrcweir() 2199cdf0e10cSrcweir[ 2200cdf0e10cSrcweir /* flags: */ 2201cdf0e10cSrcweir AutoUpdate = FALSE, 2202cdf0e10cSrcweir Cachable = Cachable, 2203cdf0e10cSrcweir FastCall = FALSE, 2204cdf0e10cSrcweir HasCoreId = FALSE, 2205cdf0e10cSrcweir HasDialog = TRUE, 2206cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2207cdf0e10cSrcweir Toggle = FALSE, 2208cdf0e10cSrcweir Container = FALSE, 2209cdf0e10cSrcweir RecordAbsolute = FALSE, 2210cdf0e10cSrcweir RecordPerSet; 2211cdf0e10cSrcweir Asynchron; 2212cdf0e10cSrcweir 2213cdf0e10cSrcweir /* config: */ 2214cdf0e10cSrcweir AccelConfig = TRUE, 2215cdf0e10cSrcweir MenuConfig = TRUE, 2216cdf0e10cSrcweir StatusBarConfig = FALSE, 2217cdf0e10cSrcweir ToolBoxConfig = TRUE, 2218cdf0e10cSrcweir GroupId = GID_EDIT; 2219cdf0e10cSrcweir] 2220cdf0e10cSrcweir 2221cdf0e10cSrcweir//-------------------------------------------------------------------------- 2222cdf0e10cSrcweirSfxVoidItem FillLeft FID_FILL_TO_LEFT 2223cdf0e10cSrcweir() 2224cdf0e10cSrcweir[ 2225cdf0e10cSrcweir /* flags: */ 2226cdf0e10cSrcweir AutoUpdate = FALSE, 2227cdf0e10cSrcweir Cachable = Cachable, 2228cdf0e10cSrcweir FastCall = FALSE, 2229cdf0e10cSrcweir HasCoreId = FALSE, 2230cdf0e10cSrcweir HasDialog = TRUE, 2231cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2232cdf0e10cSrcweir Toggle = FALSE, 2233cdf0e10cSrcweir Container = FALSE, 2234cdf0e10cSrcweir RecordAbsolute = FALSE, 2235cdf0e10cSrcweir RecordPerSet; 2236cdf0e10cSrcweir Asynchron; 2237cdf0e10cSrcweir 2238cdf0e10cSrcweir /* config: */ 2239cdf0e10cSrcweir AccelConfig = TRUE, 2240cdf0e10cSrcweir MenuConfig = TRUE, 2241cdf0e10cSrcweir StatusBarConfig = FALSE, 2242cdf0e10cSrcweir ToolBoxConfig = TRUE, 2243cdf0e10cSrcweir GroupId = GID_EDIT; 2244cdf0e10cSrcweir] 2245cdf0e10cSrcweir 2246cdf0e10cSrcweir//-------------------------------------------------------------------------- 2247cdf0e10cSrcweirSfxVoidItem FillModeEnd SID_FILL_NONE 2248cdf0e10cSrcweir() 2249cdf0e10cSrcweir[ 2250cdf0e10cSrcweir /* flags: */ 2251cdf0e10cSrcweir AutoUpdate = FALSE, 2252cdf0e10cSrcweir Cachable = Cachable, 2253cdf0e10cSrcweir FastCall = FALSE, 2254cdf0e10cSrcweir HasCoreId = FALSE, 2255cdf0e10cSrcweir HasDialog = FALSE, 2256cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2257cdf0e10cSrcweir Toggle = FALSE, 2258cdf0e10cSrcweir Container = FALSE, 2259cdf0e10cSrcweir RecordAbsolute = FALSE, 2260cdf0e10cSrcweir RecordPerSet; 2261cdf0e10cSrcweir Synchron; 2262cdf0e10cSrcweir 2263cdf0e10cSrcweir /* config: */ 2264cdf0e10cSrcweir AccelConfig = FALSE, 2265cdf0e10cSrcweir MenuConfig = FALSE, 2266cdf0e10cSrcweir StatusBarConfig = FALSE, 2267cdf0e10cSrcweir ToolBoxConfig = FALSE, 2268cdf0e10cSrcweir GroupId = GID_EDIT; 2269cdf0e10cSrcweir] 2270cdf0e10cSrcweir 2271cdf0e10cSrcweir//-------------------------------------------------------------------------- 2272cdf0e10cSrcweirSfxVoidItem FillModeRemovePredescessor SID_FILL_DEL_PRED 2273cdf0e10cSrcweir() 2274cdf0e10cSrcweir[ 2275cdf0e10cSrcweir /* flags: */ 2276cdf0e10cSrcweir AutoUpdate = FALSE, 2277cdf0e10cSrcweir Cachable = Cachable, 2278cdf0e10cSrcweir FastCall = FALSE, 2279cdf0e10cSrcweir HasCoreId = FALSE, 2280cdf0e10cSrcweir HasDialog = FALSE, 2281cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2282cdf0e10cSrcweir Toggle = FALSE, 2283cdf0e10cSrcweir Container = FALSE, 2284cdf0e10cSrcweir RecordAbsolute = FALSE, 2285cdf0e10cSrcweir RecordPerSet; 2286cdf0e10cSrcweir Synchron; 2287cdf0e10cSrcweir 2288cdf0e10cSrcweir /* config: */ 2289cdf0e10cSrcweir AccelConfig = FALSE, 2290cdf0e10cSrcweir MenuConfig = FALSE, 2291cdf0e10cSrcweir StatusBarConfig = FALSE, 2292cdf0e10cSrcweir ToolBoxConfig = FALSE, 2293cdf0e10cSrcweir GroupId = GID_OPTIONS; 2294cdf0e10cSrcweir] 2295cdf0e10cSrcweir 2296cdf0e10cSrcweir//-------------------------------------------------------------------------- 2297cdf0e10cSrcweirSfxVoidItem FillModeRemoveSuccessor SID_FILL_DEL_SUCC 2298cdf0e10cSrcweir() 2299cdf0e10cSrcweir[ 2300cdf0e10cSrcweir /* flags: */ 2301cdf0e10cSrcweir AutoUpdate = FALSE, 2302cdf0e10cSrcweir Cachable = Cachable, 2303cdf0e10cSrcweir FastCall = FALSE, 2304cdf0e10cSrcweir HasCoreId = FALSE, 2305cdf0e10cSrcweir HasDialog = FALSE, 2306cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2307cdf0e10cSrcweir Toggle = FALSE, 2308cdf0e10cSrcweir Container = FALSE, 2309cdf0e10cSrcweir RecordAbsolute = FALSE, 2310cdf0e10cSrcweir RecordPerSet; 2311cdf0e10cSrcweir Synchron; 2312cdf0e10cSrcweir 2313cdf0e10cSrcweir /* config: */ 2314cdf0e10cSrcweir AccelConfig = FALSE, 2315cdf0e10cSrcweir MenuConfig = FALSE, 2316cdf0e10cSrcweir StatusBarConfig = FALSE, 2317cdf0e10cSrcweir ToolBoxConfig = FALSE, 2318cdf0e10cSrcweir GroupId = GID_OPTIONS; 2319cdf0e10cSrcweir] 2320cdf0e10cSrcweir 2321cdf0e10cSrcweir//-------------------------------------------------------------------------- 2322cdf0e10cSrcweirSfxVoidItem FillModeSelect SID_FILL_SELECT 2323cdf0e10cSrcweir(SfxInt16Item PosX SID_RANGE_COL,SfxInt32Item PosY SID_RANGE_ROW) 2324cdf0e10cSrcweir[ 2325cdf0e10cSrcweir /* flags: */ 2326cdf0e10cSrcweir AutoUpdate = FALSE, 2327cdf0e10cSrcweir Cachable = Cachable, 2328cdf0e10cSrcweir FastCall = FALSE, 2329cdf0e10cSrcweir HasCoreId = FALSE, 2330cdf0e10cSrcweir HasDialog = FALSE, 2331cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2332cdf0e10cSrcweir Toggle = FALSE, 2333cdf0e10cSrcweir Container = FALSE, 2334cdf0e10cSrcweir RecordAbsolute = FALSE, 2335cdf0e10cSrcweir RecordPerSet; 2336cdf0e10cSrcweir Synchron; 2337cdf0e10cSrcweir 2338cdf0e10cSrcweir /* config: */ 2339cdf0e10cSrcweir AccelConfig = FALSE, 2340cdf0e10cSrcweir MenuConfig = FALSE, 2341cdf0e10cSrcweir StatusBarConfig = FALSE, 2342cdf0e10cSrcweir ToolBoxConfig = FALSE, 2343cdf0e10cSrcweir GroupId = GID_EDIT; 2344cdf0e10cSrcweir] 2345cdf0e10cSrcweir 2346cdf0e10cSrcweir//-------------------------------------------------------------------------- 2347cdf0e10cSrcweirSfxVoidItem FillModeTracePredescessor SID_FILL_ADD_PRED 2348cdf0e10cSrcweir() 2349cdf0e10cSrcweir[ 2350cdf0e10cSrcweir /* flags: */ 2351cdf0e10cSrcweir AutoUpdate = FALSE, 2352cdf0e10cSrcweir Cachable = Cachable, 2353cdf0e10cSrcweir FastCall = FALSE, 2354cdf0e10cSrcweir HasCoreId = FALSE, 2355cdf0e10cSrcweir HasDialog = FALSE, 2356cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2357cdf0e10cSrcweir Toggle = FALSE, 2358cdf0e10cSrcweir Container = FALSE, 2359cdf0e10cSrcweir RecordAbsolute = FALSE, 2360cdf0e10cSrcweir RecordPerSet; 2361cdf0e10cSrcweir Synchron; 2362cdf0e10cSrcweir 2363cdf0e10cSrcweir /* config: */ 2364cdf0e10cSrcweir AccelConfig = FALSE, 2365cdf0e10cSrcweir MenuConfig = FALSE, 2366cdf0e10cSrcweir StatusBarConfig = FALSE, 2367cdf0e10cSrcweir ToolBoxConfig = FALSE, 2368cdf0e10cSrcweir GroupId = GID_OPTIONS; 2369cdf0e10cSrcweir] 2370cdf0e10cSrcweir 2371cdf0e10cSrcweir//-------------------------------------------------------------------------- 2372cdf0e10cSrcweirSfxVoidItem FillModeTraceSuccessor SID_FILL_ADD_SUCC 2373cdf0e10cSrcweir() 2374cdf0e10cSrcweir[ 2375cdf0e10cSrcweir /* flags: */ 2376cdf0e10cSrcweir AutoUpdate = FALSE, 2377cdf0e10cSrcweir Cachable = Cachable, 2378cdf0e10cSrcweir FastCall = FALSE, 2379cdf0e10cSrcweir HasCoreId = FALSE, 2380cdf0e10cSrcweir HasDialog = FALSE, 2381cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2382cdf0e10cSrcweir Toggle = FALSE, 2383cdf0e10cSrcweir Container = FALSE, 2384cdf0e10cSrcweir RecordAbsolute = FALSE, 2385cdf0e10cSrcweir RecordPerSet; 2386cdf0e10cSrcweir Synchron; 2387cdf0e10cSrcweir 2388cdf0e10cSrcweir /* config: */ 2389cdf0e10cSrcweir AccelConfig = FALSE, 2390cdf0e10cSrcweir MenuConfig = FALSE, 2391cdf0e10cSrcweir StatusBarConfig = FALSE, 2392cdf0e10cSrcweir ToolBoxConfig = FALSE, 2393cdf0e10cSrcweir GroupId = GID_OPTIONS; 2394cdf0e10cSrcweir] 2395cdf0e10cSrcweir 2396cdf0e10cSrcweir//-------------------------------------------------------------------------- 2397cdf0e10cSrcweirSfxVoidItem FillRight FID_FILL_TO_RIGHT 2398cdf0e10cSrcweir() 2399cdf0e10cSrcweir[ 2400cdf0e10cSrcweir /* flags: */ 2401cdf0e10cSrcweir AutoUpdate = FALSE, 2402cdf0e10cSrcweir Cachable = Cachable, 2403cdf0e10cSrcweir FastCall = FALSE, 2404cdf0e10cSrcweir HasCoreId = FALSE, 2405cdf0e10cSrcweir HasDialog = TRUE, 2406cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2407cdf0e10cSrcweir Toggle = FALSE, 2408cdf0e10cSrcweir Container = FALSE, 2409cdf0e10cSrcweir RecordAbsolute = FALSE, 2410cdf0e10cSrcweir RecordPerSet; 2411cdf0e10cSrcweir Asynchron; 2412cdf0e10cSrcweir 2413cdf0e10cSrcweir /* config: */ 2414cdf0e10cSrcweir AccelConfig = TRUE, 2415cdf0e10cSrcweir MenuConfig = TRUE, 2416cdf0e10cSrcweir StatusBarConfig = FALSE, 2417cdf0e10cSrcweir ToolBoxConfig = TRUE, 2418cdf0e10cSrcweir GroupId = GID_EDIT; 2419cdf0e10cSrcweir] 2420cdf0e10cSrcweir 2421cdf0e10cSrcweir//-------------------------------------------------------------------------- 2422cdf0e10cSrcweirSfxVoidItem FillSeries FID_FILL_SERIES 2423cdf0e10cSrcweir(SfxStringItem FillDir FID_FILL_SERIES,SfxStringItem FillCmd FN_PARAM_1,SfxStringItem FillStep FN_PARAM_3,SfxStringItem FillDateCmd FN_PARAM_2,SfxStringItem FillStart FN_PARAM_4,SfxStringItem FillMax FN_PARAM_5) 2424cdf0e10cSrcweir[ 2425cdf0e10cSrcweir /* flags: */ 2426cdf0e10cSrcweir AutoUpdate = FALSE, 2427cdf0e10cSrcweir Cachable = Cachable, 2428cdf0e10cSrcweir FastCall = FALSE, 2429cdf0e10cSrcweir HasCoreId = FALSE, 2430cdf0e10cSrcweir HasDialog = TRUE, 2431cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2432cdf0e10cSrcweir Toggle = FALSE, 2433cdf0e10cSrcweir Container = FALSE, 2434cdf0e10cSrcweir RecordAbsolute = FALSE, 2435cdf0e10cSrcweir RecordPerSet; 2436cdf0e10cSrcweir Asynchron; 2437cdf0e10cSrcweir 2438cdf0e10cSrcweir /* config: */ 2439cdf0e10cSrcweir AccelConfig = TRUE, 2440cdf0e10cSrcweir MenuConfig = TRUE, 2441cdf0e10cSrcweir StatusBarConfig = FALSE, 2442cdf0e10cSrcweir ToolBoxConfig = FALSE, 2443cdf0e10cSrcweir GroupId = GID_EDIT; 2444cdf0e10cSrcweir] 2445cdf0e10cSrcweir 2446cdf0e10cSrcweir//-------------------------------------------------------------------------- 2447cdf0e10cSrcweirSfxVoidItem FillTable FID_FILL_TAB 2448cdf0e10cSrcweir(SfxStringItem Flags FID_FILL_TAB) 2449cdf0e10cSrcweir[ 2450cdf0e10cSrcweir /* flags: */ 2451cdf0e10cSrcweir AutoUpdate = FALSE, 2452cdf0e10cSrcweir Cachable = Cachable, 2453cdf0e10cSrcweir FastCall = FALSE, 2454cdf0e10cSrcweir HasCoreId = FALSE, 2455cdf0e10cSrcweir HasDialog = TRUE, 2456cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2457cdf0e10cSrcweir Toggle = FALSE, 2458cdf0e10cSrcweir Container = FALSE, 2459cdf0e10cSrcweir RecordAbsolute = FALSE, 2460cdf0e10cSrcweir RecordPerSet; 2461cdf0e10cSrcweir Asynchron; 2462cdf0e10cSrcweir 2463cdf0e10cSrcweir /* config: */ 2464cdf0e10cSrcweir AccelConfig = TRUE, 2465cdf0e10cSrcweir MenuConfig = TRUE, 2466cdf0e10cSrcweir StatusBarConfig = FALSE, 2467cdf0e10cSrcweir ToolBoxConfig = FALSE, 2468cdf0e10cSrcweir GroupId = GID_EDIT; 2469cdf0e10cSrcweir] 2470cdf0e10cSrcweir 2471cdf0e10cSrcweir//-------------------------------------------------------------------------- 2472cdf0e10cSrcweirSfxVoidItem FillUp FID_FILL_TO_TOP 2473cdf0e10cSrcweir() 2474cdf0e10cSrcweir[ 2475cdf0e10cSrcweir /* flags: */ 2476cdf0e10cSrcweir AutoUpdate = FALSE, 2477cdf0e10cSrcweir Cachable = Cachable, 2478cdf0e10cSrcweir FastCall = FALSE, 2479cdf0e10cSrcweir HasCoreId = FALSE, 2480cdf0e10cSrcweir HasDialog = TRUE, 2481cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2482cdf0e10cSrcweir Toggle = FALSE, 2483cdf0e10cSrcweir Container = FALSE, 2484cdf0e10cSrcweir RecordAbsolute = FALSE, 2485cdf0e10cSrcweir RecordPerSet; 2486cdf0e10cSrcweir Asynchron; 2487cdf0e10cSrcweir 2488cdf0e10cSrcweir /* config: */ 2489cdf0e10cSrcweir AccelConfig = TRUE, 2490cdf0e10cSrcweir MenuConfig = TRUE, 2491cdf0e10cSrcweir StatusBarConfig = FALSE, 2492cdf0e10cSrcweir ToolBoxConfig = TRUE, 2493cdf0e10cSrcweir GroupId = GID_EDIT; 2494cdf0e10cSrcweir] 2495cdf0e10cSrcweir 2496cdf0e10cSrcweir//-------------------------------------------------------------------------- 2497cdf0e10cSrcweirSfxVoidItem FilterExecute FID_FILTER_OK 2498cdf0e10cSrcweir() 2499cdf0e10cSrcweir[ 2500cdf0e10cSrcweir /* flags: */ 2501cdf0e10cSrcweir AutoUpdate = FALSE, 2502cdf0e10cSrcweir Cachable = Cachable, 2503cdf0e10cSrcweir FastCall = FALSE, 2504cdf0e10cSrcweir HasCoreId = FALSE, 2505cdf0e10cSrcweir HasDialog = FALSE, 2506cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2507cdf0e10cSrcweir Toggle = FALSE, 2508cdf0e10cSrcweir Container = FALSE, 2509cdf0e10cSrcweir RecordAbsolute = FALSE, 2510cdf0e10cSrcweir RecordPerSet; 2511cdf0e10cSrcweir Synchron; 2512cdf0e10cSrcweir 2513cdf0e10cSrcweir /* config: */ 2514cdf0e10cSrcweir AccelConfig = FALSE, 2515cdf0e10cSrcweir MenuConfig = FALSE, 2516cdf0e10cSrcweir StatusBarConfig = FALSE, 2517cdf0e10cSrcweir ToolBoxConfig = FALSE, 2518cdf0e10cSrcweir GroupId = GID_INTERN; 2519cdf0e10cSrcweir] 2520cdf0e10cSrcweir 2521cdf0e10cSrcweir//-------------------------------------------------------------------------- 2522cdf0e10cSrcweirSfxVoidItem FirstPage SID_PREVIEW_FIRST 2523cdf0e10cSrcweir() 2524cdf0e10cSrcweir[ 2525cdf0e10cSrcweir /* flags: */ 2526cdf0e10cSrcweir AutoUpdate = FALSE, 2527cdf0e10cSrcweir Cachable = Cachable, 2528cdf0e10cSrcweir FastCall = FALSE, 2529cdf0e10cSrcweir HasCoreId = FALSE, 2530cdf0e10cSrcweir HasDialog = FALSE, 2531cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2532cdf0e10cSrcweir Toggle = FALSE, 2533cdf0e10cSrcweir Container = FALSE, 2534cdf0e10cSrcweir RecordAbsolute = FALSE, 2535cdf0e10cSrcweir RecordPerSet; 2536cdf0e10cSrcweir Synchron; 2537cdf0e10cSrcweir 2538cdf0e10cSrcweir /* config: */ 2539cdf0e10cSrcweir AccelConfig = TRUE, 2540cdf0e10cSrcweir MenuConfig = FALSE, 2541cdf0e10cSrcweir StatusBarConfig = FALSE, 2542cdf0e10cSrcweir ToolBoxConfig = TRUE, 2543cdf0e10cSrcweir GroupId = GID_VIEW; 2544cdf0e10cSrcweir] 2545cdf0e10cSrcweir 2546cdf0e10cSrcweir//-------------------------------------------------------------------------- 2547cdf0e10cSrcweirSfxVoidItem FocusCellAddress FID_FOCUS_POSWND 2548cdf0e10cSrcweir() 2549cdf0e10cSrcweir[ 2550cdf0e10cSrcweir /* flags: */ 2551cdf0e10cSrcweir AutoUpdate = FALSE, 2552cdf0e10cSrcweir Cachable = Cachable, 2553cdf0e10cSrcweir FastCall = FALSE, 2554cdf0e10cSrcweir HasCoreId = FALSE, 2555cdf0e10cSrcweir HasDialog = FALSE, 2556cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2557cdf0e10cSrcweir Toggle = FALSE, 2558cdf0e10cSrcweir Container = TRUE, 2559cdf0e10cSrcweir RecordAbsolute = FALSE, 2560cdf0e10cSrcweir RecordPerSet; 2561cdf0e10cSrcweir Synchron; 2562cdf0e10cSrcweir 2563cdf0e10cSrcweir /* config: */ 2564cdf0e10cSrcweir AccelConfig = TRUE, 2565cdf0e10cSrcweir MenuConfig = FALSE, 2566cdf0e10cSrcweir StatusBarConfig = FALSE, 2567cdf0e10cSrcweir ToolBoxConfig = FALSE, 2568cdf0e10cSrcweir GroupId = GID_APPLICATION; 2569cdf0e10cSrcweir] 2570cdf0e10cSrcweir 2571cdf0e10cSrcweir//-------------------------------------------------------------------------- 2572cdf0e10cSrcweirSfxVoidItem FormatCellDialog FID_CELL_FORMAT 2573cdf0e10cSrcweir() 2574cdf0e10cSrcweir[ 2575cdf0e10cSrcweir /* flags: */ 2576cdf0e10cSrcweir AutoUpdate = FALSE, 2577cdf0e10cSrcweir Cachable = Cachable, 2578cdf0e10cSrcweir FastCall = FALSE, 2579cdf0e10cSrcweir HasCoreId = FALSE, 2580cdf0e10cSrcweir HasDialog = TRUE, 2581cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2582cdf0e10cSrcweir Toggle = FALSE, 2583cdf0e10cSrcweir Container = FALSE, 2584cdf0e10cSrcweir RecordAbsolute = FALSE, 2585cdf0e10cSrcweir RecordPerItem; 2586cdf0e10cSrcweir Synchron; 2587cdf0e10cSrcweir 2588cdf0e10cSrcweir /* config: */ 2589cdf0e10cSrcweir AccelConfig = TRUE, 2590cdf0e10cSrcweir MenuConfig = TRUE, 2591cdf0e10cSrcweir StatusBarConfig = FALSE, 2592cdf0e10cSrcweir ToolBoxConfig = TRUE, 2593cdf0e10cSrcweir GroupId = GID_FORMAT; 2594cdf0e10cSrcweir] 2595cdf0e10cSrcweir 2596cdf0e10cSrcweir//-------------------------------------------------------------------------- 2597cdf0e10cSrcweirSfxStringItem Formula SID_RANGE_FORMULA 2598cdf0e10cSrcweir 2599cdf0e10cSrcweir[ 2600cdf0e10cSrcweir /* flags: */ 2601cdf0e10cSrcweir AutoUpdate = FALSE, 2602cdf0e10cSrcweir Cachable = Cachable, 2603cdf0e10cSrcweir FastCall = FALSE, 2604cdf0e10cSrcweir HasCoreId = FALSE, 2605cdf0e10cSrcweir HasDialog = FALSE, 2606cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2607cdf0e10cSrcweir Toggle = FALSE, 2608cdf0e10cSrcweir Container = FALSE, 2609cdf0e10cSrcweir RecordAbsolute = FALSE, 2610cdf0e10cSrcweir RecordPerSet; 2611cdf0e10cSrcweir Synchron; 2612cdf0e10cSrcweir 2613cdf0e10cSrcweir Readonly = TRUE, 2614cdf0e10cSrcweir 2615cdf0e10cSrcweir /* config: */ 2616cdf0e10cSrcweir AccelConfig = FALSE, 2617cdf0e10cSrcweir MenuConfig = FALSE, 2618cdf0e10cSrcweir StatusBarConfig = FALSE, 2619cdf0e10cSrcweir ToolBoxConfig = FALSE, 2620cdf0e10cSrcweir GroupId = GID_INTERN; 2621cdf0e10cSrcweir] 2622cdf0e10cSrcweir 2623cdf0e10cSrcweir//-------------------------------------------------------------------------- 2624cdf0e10cSrcweirSfxVoidItem FreezePanes SID_WINDOW_FIX 2625cdf0e10cSrcweir() 2626cdf0e10cSrcweir[ 2627cdf0e10cSrcweir /* flags: */ 2628cdf0e10cSrcweir AutoUpdate = FALSE, 2629cdf0e10cSrcweir Cachable = Cachable, 2630cdf0e10cSrcweir FastCall = FALSE, 2631cdf0e10cSrcweir HasCoreId = FALSE, 2632cdf0e10cSrcweir HasDialog = FALSE, 2633cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2634cdf0e10cSrcweir Toggle = FALSE, 2635cdf0e10cSrcweir Container = FALSE, 2636cdf0e10cSrcweir RecordAbsolute = FALSE, 2637cdf0e10cSrcweir RecordPerSet; 2638cdf0e10cSrcweir Synchron; 2639cdf0e10cSrcweir 2640cdf0e10cSrcweir /* config: */ 2641cdf0e10cSrcweir AccelConfig = TRUE, 2642cdf0e10cSrcweir MenuConfig = TRUE, 2643cdf0e10cSrcweir StatusBarConfig = FALSE, 2644cdf0e10cSrcweir ToolBoxConfig = FALSE, 2645cdf0e10cSrcweir GroupId = GID_VIEW; 2646cdf0e10cSrcweir] 2647cdf0e10cSrcweir 2648cdf0e10cSrcweir//-------------------------------------------------------------------------- 2649cdf0e10cSrcweirSfxBoolItem FunctionBox FID_FUNCTION_BOX 2650cdf0e10cSrcweir 2651cdf0e10cSrcweir[ 2652cdf0e10cSrcweir /* flags: */ 2653cdf0e10cSrcweir AutoUpdate = FALSE, 2654cdf0e10cSrcweir Cachable = Cachable, 2655cdf0e10cSrcweir FastCall = FALSE, 2656cdf0e10cSrcweir HasCoreId = FALSE, 2657cdf0e10cSrcweir HasDialog = FALSE, 2658cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2659cdf0e10cSrcweir Toggle = FALSE, 2660cdf0e10cSrcweir Container = TRUE, 2661cdf0e10cSrcweir RecordAbsolute = FALSE, 2662cdf0e10cSrcweir RecordPerSet; 2663cdf0e10cSrcweir Synchron; 2664cdf0e10cSrcweir 2665cdf0e10cSrcweir Readonly = FALSE, 2666cdf0e10cSrcweir 2667cdf0e10cSrcweir /* config: */ 2668cdf0e10cSrcweir AccelConfig = TRUE, 2669cdf0e10cSrcweir MenuConfig = TRUE, 2670cdf0e10cSrcweir StatusBarConfig = FALSE, 2671cdf0e10cSrcweir ToolBoxConfig = TRUE, 2672cdf0e10cSrcweir GroupId = GID_VIEW; 2673cdf0e10cSrcweir] 2674cdf0e10cSrcweir 2675cdf0e10cSrcweir//-------------------------------------------------------------------------- 2676cdf0e10cSrcweirSfxVoidItem FunctionDialog SID_OPENDLG_FUNCTION 2677cdf0e10cSrcweir() 2678cdf0e10cSrcweir[ 2679cdf0e10cSrcweir /* flags: */ 2680cdf0e10cSrcweir AutoUpdate = FALSE, 2681cdf0e10cSrcweir Cachable = Cachable, 2682cdf0e10cSrcweir FastCall = FALSE, 2683cdf0e10cSrcweir HasCoreId = FALSE, 2684cdf0e10cSrcweir HasDialog = FALSE, 2685cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2686cdf0e10cSrcweir Toggle = FALSE, 2687cdf0e10cSrcweir Container = FALSE, 2688cdf0e10cSrcweir RecordAbsolute = FALSE, 2689cdf0e10cSrcweir RecordPerSet; 2690cdf0e10cSrcweir Synchron; 2691cdf0e10cSrcweir 2692cdf0e10cSrcweir /* config: */ 2693cdf0e10cSrcweir AccelConfig = TRUE, 2694cdf0e10cSrcweir MenuConfig = TRUE, 2695cdf0e10cSrcweir StatusBarConfig = FALSE, 2696cdf0e10cSrcweir ToolBoxConfig = TRUE, 2697cdf0e10cSrcweir GroupId = GID_INSERT; 2698cdf0e10cSrcweir] 2699cdf0e10cSrcweir 2700cdf0e10cSrcweir//-------------------------------------------------------------------------- 2701cdf0e10cSrcweirSfxVoidItem GoalSeek SID_SOLVE 2702cdf0e10cSrcweir() 2703cdf0e10cSrcweir[ 2704cdf0e10cSrcweir /* flags: */ 2705cdf0e10cSrcweir AutoUpdate = FALSE, 2706cdf0e10cSrcweir Cachable = Cachable, 2707cdf0e10cSrcweir FastCall = FALSE, 2708cdf0e10cSrcweir HasCoreId = FALSE, 2709cdf0e10cSrcweir HasDialog = FALSE, 2710cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2711cdf0e10cSrcweir Toggle = FALSE, 2712cdf0e10cSrcweir Container = FALSE, 2713cdf0e10cSrcweir RecordAbsolute = FALSE, 2714cdf0e10cSrcweir RecordPerSet; 2715cdf0e10cSrcweir Synchron; 2716cdf0e10cSrcweir 2717cdf0e10cSrcweir /* config: */ 2718cdf0e10cSrcweir AccelConfig = FALSE, 2719cdf0e10cSrcweir MenuConfig = FALSE, 2720cdf0e10cSrcweir StatusBarConfig = FALSE, 2721cdf0e10cSrcweir ToolBoxConfig = FALSE, 2722cdf0e10cSrcweir GroupId = GID_OPTIONS; 2723cdf0e10cSrcweir] 2724cdf0e10cSrcweir 2725cdf0e10cSrcweir//-------------------------------------------------------------------------- 2726cdf0e10cSrcweirSfxVoidItem GoalSeekDialog SID_OPENDLG_SOLVE 2727cdf0e10cSrcweir() 2728cdf0e10cSrcweir[ 2729cdf0e10cSrcweir /* flags: */ 2730cdf0e10cSrcweir AutoUpdate = FALSE, 2731cdf0e10cSrcweir Cachable = Cachable, 2732cdf0e10cSrcweir FastCall = FALSE, 2733cdf0e10cSrcweir HasCoreId = FALSE, 2734cdf0e10cSrcweir HasDialog = TRUE, 2735cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2736cdf0e10cSrcweir Toggle = FALSE, 2737cdf0e10cSrcweir Container = FALSE, 2738cdf0e10cSrcweir RecordAbsolute = FALSE, 2739cdf0e10cSrcweir RecordPerSet; 2740cdf0e10cSrcweir Synchron; 2741cdf0e10cSrcweir 2742cdf0e10cSrcweir /* config: */ 2743cdf0e10cSrcweir AccelConfig = TRUE, 2744cdf0e10cSrcweir MenuConfig = TRUE, 2745cdf0e10cSrcweir StatusBarConfig = FALSE, 2746cdf0e10cSrcweir ToolBoxConfig = TRUE, 2747cdf0e10cSrcweir GroupId = GID_OPTIONS; 2748cdf0e10cSrcweir] 2749cdf0e10cSrcweir 2750cdf0e10cSrcweir//-------------------------------------------------------------------------- 2751cdf0e10cSrcweirSfxVoidItem SolverDialog SID_OPENDLG_OPTSOLVER 2752cdf0e10cSrcweir() 2753cdf0e10cSrcweir[ 2754cdf0e10cSrcweir /* flags: */ 2755cdf0e10cSrcweir AutoUpdate = FALSE, 2756cdf0e10cSrcweir Cachable = Cachable, 2757cdf0e10cSrcweir FastCall = FALSE, 2758cdf0e10cSrcweir HasCoreId = FALSE, 2759cdf0e10cSrcweir HasDialog = TRUE, 2760cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2761cdf0e10cSrcweir Toggle = FALSE, 2762cdf0e10cSrcweir Container = FALSE, 2763cdf0e10cSrcweir RecordAbsolute = FALSE, 2764cdf0e10cSrcweir RecordPerSet; 2765cdf0e10cSrcweir Synchron; 2766cdf0e10cSrcweir 2767cdf0e10cSrcweir /* config: */ 2768cdf0e10cSrcweir AccelConfig = TRUE, 2769cdf0e10cSrcweir MenuConfig = TRUE, 2770cdf0e10cSrcweir StatusBarConfig = FALSE, 2771cdf0e10cSrcweir ToolBoxConfig = TRUE, 2772cdf0e10cSrcweir GroupId = GID_OPTIONS; 2773cdf0e10cSrcweir] 2774cdf0e10cSrcweir 2775cdf0e10cSrcweir//-------------------------------------------------------------------------- 2776cdf0e10cSrcweir//<!--Added by PengYunQuan for Validity Cell Range Picker 2777cdf0e10cSrcweirSfxVoidItem ValidityReference SID_VALIDITY_REFERENCE 2778cdf0e10cSrcweir() 2779cdf0e10cSrcweir[ 2780cdf0e10cSrcweir /* flags: */ 2781cdf0e10cSrcweir AutoUpdate = FALSE, 2782cdf0e10cSrcweir Cachable = Cachable, 2783cdf0e10cSrcweir FastCall = FALSE, 2784cdf0e10cSrcweir HasCoreId = FALSE, 2785cdf0e10cSrcweir HasDialog = TRUE, 2786cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2787cdf0e10cSrcweir Toggle = FALSE, 2788cdf0e10cSrcweir Container = FALSE, 2789cdf0e10cSrcweir RecordAbsolute = FALSE, 2790cdf0e10cSrcweir RecordPerSet; 2791cdf0e10cSrcweir Synchron; 2792cdf0e10cSrcweir 2793cdf0e10cSrcweir /* config: */ 2794cdf0e10cSrcweir AccelConfig = FALSE, 2795cdf0e10cSrcweir MenuConfig = FALSE, 2796cdf0e10cSrcweir StatusBarConfig = FALSE, 2797cdf0e10cSrcweir ToolBoxConfig = FALSE, 2798cdf0e10cSrcweir GroupId = GID_OPTIONS; 2799cdf0e10cSrcweir] 2800cdf0e10cSrcweir//-->Added by PengYunQuan for Validity Cell Range Picker 2801cdf0e10cSrcweir 2802cdf0e10cSrcweir//-------------------------------------------------------------------------- 2803cdf0e10cSrcweirSfxVoidItem GoDownToEndOfData SID_CURSORBLKDOWN 2804cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2805cdf0e10cSrcweir[ 2806cdf0e10cSrcweir /* flags: */ 2807cdf0e10cSrcweir AutoUpdate = FALSE, 2808cdf0e10cSrcweir Cachable = Cachable, 2809cdf0e10cSrcweir FastCall = FALSE, 2810cdf0e10cSrcweir HasCoreId = FALSE, 2811cdf0e10cSrcweir HasDialog = FALSE, 2812cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2813cdf0e10cSrcweir Toggle = FALSE, 2814cdf0e10cSrcweir Container = FALSE, 2815cdf0e10cSrcweir RecordAbsolute = FALSE, 2816cdf0e10cSrcweir RecordPerSet; 2817cdf0e10cSrcweir Synchron; 2818cdf0e10cSrcweir 2819cdf0e10cSrcweir /* config: */ 2820cdf0e10cSrcweir AccelConfig = TRUE, 2821cdf0e10cSrcweir MenuConfig = FALSE, 2822cdf0e10cSrcweir StatusBarConfig = FALSE, 2823cdf0e10cSrcweir ToolBoxConfig = FALSE, 2824cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2825cdf0e10cSrcweir] 2826cdf0e10cSrcweir 2827cdf0e10cSrcweir//-------------------------------------------------------------------------- 2828cdf0e10cSrcweirSfxVoidItem GoDownToEndOfDataSel SID_CURSORBLKDOWN_SEL 2829cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1) 2830cdf0e10cSrcweir[ 2831cdf0e10cSrcweir /* flags: */ 2832cdf0e10cSrcweir AutoUpdate = FALSE, 2833cdf0e10cSrcweir Cachable = Cachable, 2834cdf0e10cSrcweir FastCall = FALSE, 2835cdf0e10cSrcweir HasCoreId = FALSE, 2836cdf0e10cSrcweir HasDialog = FALSE, 2837cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2838cdf0e10cSrcweir Toggle = FALSE, 2839cdf0e10cSrcweir Container = FALSE, 2840cdf0e10cSrcweir RecordAbsolute = FALSE, 2841cdf0e10cSrcweir RecordPerSet; 2842cdf0e10cSrcweir Synchron; 2843cdf0e10cSrcweir 2844cdf0e10cSrcweir /* config: */ 2845cdf0e10cSrcweir AccelConfig = TRUE, 2846cdf0e10cSrcweir MenuConfig = FALSE, 2847cdf0e10cSrcweir StatusBarConfig = FALSE, 2848cdf0e10cSrcweir ToolBoxConfig = FALSE, 2849cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2850cdf0e10cSrcweir] 2851cdf0e10cSrcweir 2852cdf0e10cSrcweir//-------------------------------------------------------------------------- 2853cdf0e10cSrcweirSfxVoidItem GoLeftBlock SID_CURSORPAGELEFT_ 2854cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2855cdf0e10cSrcweir[ 2856cdf0e10cSrcweir /* flags: */ 2857cdf0e10cSrcweir AutoUpdate = FALSE, 2858cdf0e10cSrcweir Cachable = Cachable, 2859cdf0e10cSrcweir FastCall = FALSE, 2860cdf0e10cSrcweir HasCoreId = FALSE, 2861cdf0e10cSrcweir HasDialog = FALSE, 2862cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2863cdf0e10cSrcweir Toggle = FALSE, 2864cdf0e10cSrcweir Container = FALSE, 2865cdf0e10cSrcweir RecordAbsolute = FALSE, 2866cdf0e10cSrcweir RecordPerSet; 2867cdf0e10cSrcweir Synchron; 2868cdf0e10cSrcweir 2869cdf0e10cSrcweir /* config: */ 2870cdf0e10cSrcweir AccelConfig = TRUE, 2871cdf0e10cSrcweir MenuConfig = FALSE, 2872cdf0e10cSrcweir StatusBarConfig = FALSE, 2873cdf0e10cSrcweir ToolBoxConfig = FALSE, 2874cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2875cdf0e10cSrcweir] 2876cdf0e10cSrcweir 2877cdf0e10cSrcweir//-------------------------------------------------------------------------- 2878cdf0e10cSrcweirSfxVoidItem GoLeftToStartOfData SID_CURSORBLKLEFT 2879cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2880cdf0e10cSrcweir[ 2881cdf0e10cSrcweir /* flags: */ 2882cdf0e10cSrcweir AutoUpdate = FALSE, 2883cdf0e10cSrcweir Cachable = Cachable, 2884cdf0e10cSrcweir FastCall = FALSE, 2885cdf0e10cSrcweir HasCoreId = FALSE, 2886cdf0e10cSrcweir HasDialog = FALSE, 2887cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2888cdf0e10cSrcweir Toggle = FALSE, 2889cdf0e10cSrcweir Container = FALSE, 2890cdf0e10cSrcweir RecordAbsolute = FALSE, 2891cdf0e10cSrcweir RecordPerSet; 2892cdf0e10cSrcweir Synchron; 2893cdf0e10cSrcweir 2894cdf0e10cSrcweir /* config: */ 2895cdf0e10cSrcweir AccelConfig = TRUE, 2896cdf0e10cSrcweir MenuConfig = FALSE, 2897cdf0e10cSrcweir StatusBarConfig = FALSE, 2898cdf0e10cSrcweir ToolBoxConfig = FALSE, 2899cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2900cdf0e10cSrcweir] 2901cdf0e10cSrcweir 2902cdf0e10cSrcweir//-------------------------------------------------------------------------- 2903cdf0e10cSrcweirSfxVoidItem GoLeftToStartOfDataSel SID_CURSORBLKLEFT_SEL 2904cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1) 2905cdf0e10cSrcweir[ 2906cdf0e10cSrcweir /* flags: */ 2907cdf0e10cSrcweir AutoUpdate = FALSE, 2908cdf0e10cSrcweir Cachable = Cachable, 2909cdf0e10cSrcweir FastCall = FALSE, 2910cdf0e10cSrcweir HasCoreId = FALSE, 2911cdf0e10cSrcweir HasDialog = FALSE, 2912cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2913cdf0e10cSrcweir Toggle = FALSE, 2914cdf0e10cSrcweir Container = FALSE, 2915cdf0e10cSrcweir RecordAbsolute = FALSE, 2916cdf0e10cSrcweir RecordPerSet; 2917cdf0e10cSrcweir Synchron; 2918cdf0e10cSrcweir 2919cdf0e10cSrcweir /* config: */ 2920cdf0e10cSrcweir AccelConfig = TRUE, 2921cdf0e10cSrcweir MenuConfig = FALSE, 2922cdf0e10cSrcweir StatusBarConfig = FALSE, 2923cdf0e10cSrcweir ToolBoxConfig = FALSE, 2924cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2925cdf0e10cSrcweir] 2926cdf0e10cSrcweir 2927cdf0e10cSrcweir//-------------------------------------------------------------------------- 2928cdf0e10cSrcweirSfxVoidItem GoRightBlock SID_CURSORPAGERIGHT_ 2929cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2930cdf0e10cSrcweir[ 2931cdf0e10cSrcweir /* flags: */ 2932cdf0e10cSrcweir AutoUpdate = FALSE, 2933cdf0e10cSrcweir Cachable = Cachable, 2934cdf0e10cSrcweir FastCall = FALSE, 2935cdf0e10cSrcweir HasCoreId = FALSE, 2936cdf0e10cSrcweir HasDialog = FALSE, 2937cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2938cdf0e10cSrcweir Toggle = FALSE, 2939cdf0e10cSrcweir Container = FALSE, 2940cdf0e10cSrcweir RecordAbsolute = FALSE, 2941cdf0e10cSrcweir RecordPerSet; 2942cdf0e10cSrcweir Synchron; 2943cdf0e10cSrcweir 2944cdf0e10cSrcweir /* config: */ 2945cdf0e10cSrcweir AccelConfig = TRUE, 2946cdf0e10cSrcweir MenuConfig = FALSE, 2947cdf0e10cSrcweir StatusBarConfig = FALSE, 2948cdf0e10cSrcweir ToolBoxConfig = FALSE, 2949cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2950cdf0e10cSrcweir] 2951cdf0e10cSrcweir 2952cdf0e10cSrcweir//-------------------------------------------------------------------------- 2953cdf0e10cSrcweirSfxVoidItem GoRightBlockSel SID_CURSORPAGERIGHT_SEL 2954cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1) 2955cdf0e10cSrcweir[ 2956cdf0e10cSrcweir /* flags: */ 2957cdf0e10cSrcweir AutoUpdate = FALSE, 2958cdf0e10cSrcweir Cachable = Cachable, 2959cdf0e10cSrcweir FastCall = FALSE, 2960cdf0e10cSrcweir HasCoreId = FALSE, 2961cdf0e10cSrcweir HasDialog = FALSE, 2962cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2963cdf0e10cSrcweir Toggle = FALSE, 2964cdf0e10cSrcweir Container = FALSE, 2965cdf0e10cSrcweir RecordAbsolute = FALSE, 2966cdf0e10cSrcweir RecordPerSet; 2967cdf0e10cSrcweir Synchron; 2968cdf0e10cSrcweir 2969cdf0e10cSrcweir /* config: */ 2970cdf0e10cSrcweir AccelConfig = TRUE, 2971cdf0e10cSrcweir MenuConfig = FALSE, 2972cdf0e10cSrcweir StatusBarConfig = FALSE, 2973cdf0e10cSrcweir ToolBoxConfig = FALSE, 2974cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 2975cdf0e10cSrcweir] 2976cdf0e10cSrcweir 2977cdf0e10cSrcweir//-------------------------------------------------------------------------- 2978cdf0e10cSrcweirSfxVoidItem GoRightToEndOfData SID_CURSORBLKRIGHT 2979cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 2980cdf0e10cSrcweir[ 2981cdf0e10cSrcweir /* flags: */ 2982cdf0e10cSrcweir AutoUpdate = FALSE, 2983cdf0e10cSrcweir Cachable = Cachable, 2984cdf0e10cSrcweir FastCall = FALSE, 2985cdf0e10cSrcweir HasCoreId = FALSE, 2986cdf0e10cSrcweir HasDialog = FALSE, 2987cdf0e10cSrcweir ReadOnlyDoc = TRUE, 2988cdf0e10cSrcweir Toggle = FALSE, 2989cdf0e10cSrcweir Container = FALSE, 2990cdf0e10cSrcweir RecordAbsolute = FALSE, 2991cdf0e10cSrcweir RecordPerSet; 2992cdf0e10cSrcweir Synchron; 2993cdf0e10cSrcweir 2994cdf0e10cSrcweir /* config: */ 2995cdf0e10cSrcweir AccelConfig = TRUE, 2996cdf0e10cSrcweir MenuConfig = FALSE, 2997cdf0e10cSrcweir StatusBarConfig = FALSE, 2998cdf0e10cSrcweir ToolBoxConfig = FALSE, 2999cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3000cdf0e10cSrcweir] 3001cdf0e10cSrcweir 3002cdf0e10cSrcweir//-------------------------------------------------------------------------- 3003cdf0e10cSrcweirSfxVoidItem GoRightToEndOfDataSel SID_CURSORBLKRIGHT_SEL 3004cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1) 3005cdf0e10cSrcweir[ 3006cdf0e10cSrcweir /* flags: */ 3007cdf0e10cSrcweir AutoUpdate = FALSE, 3008cdf0e10cSrcweir Cachable = Cachable, 3009cdf0e10cSrcweir FastCall = FALSE, 3010cdf0e10cSrcweir HasCoreId = FALSE, 3011cdf0e10cSrcweir HasDialog = FALSE, 3012cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3013cdf0e10cSrcweir Toggle = FALSE, 3014cdf0e10cSrcweir Container = FALSE, 3015cdf0e10cSrcweir RecordAbsolute = FALSE, 3016cdf0e10cSrcweir RecordPerSet; 3017cdf0e10cSrcweir Synchron; 3018cdf0e10cSrcweir 3019cdf0e10cSrcweir /* config: */ 3020cdf0e10cSrcweir AccelConfig = TRUE, 3021cdf0e10cSrcweir MenuConfig = FALSE, 3022cdf0e10cSrcweir StatusBarConfig = FALSE, 3023cdf0e10cSrcweir ToolBoxConfig = FALSE, 3024cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3025cdf0e10cSrcweir] 3026cdf0e10cSrcweir 3027cdf0e10cSrcweir//-------------------------------------------------------------------------- 3028cdf0e10cSrcweirSfxStringItem GoToCell SID_CURRENTCELL 3029cdf0e10cSrcweir(SfxStringItem ToPoint SID_CURRENTCELL) 3030cdf0e10cSrcweir[ 3031cdf0e10cSrcweir /* flags: */ 3032cdf0e10cSrcweir AutoUpdate = FALSE, 3033cdf0e10cSrcweir Cachable = Cachable, 3034cdf0e10cSrcweir FastCall = FALSE, 3035cdf0e10cSrcweir HasCoreId = FALSE, 3036cdf0e10cSrcweir HasDialog = FALSE, 3037cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3038cdf0e10cSrcweir Toggle = FALSE, 3039cdf0e10cSrcweir Container = FALSE, 3040cdf0e10cSrcweir RecordAbsolute = FALSE, 3041cdf0e10cSrcweir RecordPerSet; 3042cdf0e10cSrcweir Synchron; 3043cdf0e10cSrcweir 3044cdf0e10cSrcweir /* config: */ 3045cdf0e10cSrcweir AccelConfig = FALSE, 3046cdf0e10cSrcweir MenuConfig = FALSE, 3047cdf0e10cSrcweir StatusBarConfig = FALSE, 3048cdf0e10cSrcweir ToolBoxConfig = FALSE, 3049cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3050cdf0e10cSrcweir] 3051cdf0e10cSrcweir 3052cdf0e10cSrcweir//-------------------------------------------------------------------------- 3053cdf0e10cSrcweirSfxVoidItem GoToCurrentCell SID_ALIGNCURSOR 3054cdf0e10cSrcweir() 3055cdf0e10cSrcweir[ 3056cdf0e10cSrcweir /* flags: */ 3057cdf0e10cSrcweir AutoUpdate = FALSE, 3058cdf0e10cSrcweir Cachable = Cachable, 3059cdf0e10cSrcweir FastCall = FALSE, 3060cdf0e10cSrcweir HasCoreId = FALSE, 3061cdf0e10cSrcweir HasDialog = FALSE, 3062cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3063cdf0e10cSrcweir Toggle = FALSE, 3064cdf0e10cSrcweir Container = FALSE, 3065cdf0e10cSrcweir RecordAbsolute = FALSE, 3066cdf0e10cSrcweir RecordPerSet; 3067cdf0e10cSrcweir Synchron; 3068cdf0e10cSrcweir 3069cdf0e10cSrcweir /* config: */ 3070cdf0e10cSrcweir AccelConfig = TRUE, 3071cdf0e10cSrcweir MenuConfig = TRUE, 3072cdf0e10cSrcweir StatusBarConfig = FALSE, 3073cdf0e10cSrcweir ToolBoxConfig = FALSE, 3074cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3075cdf0e10cSrcweir] 3076cdf0e10cSrcweir 3077cdf0e10cSrcweir//-------------------------------------------------------------------------- 3078cdf0e10cSrcweirSfxVoidItem GotoDocument SID_CURRENTDOC 3079cdf0e10cSrcweir(SfxStringItem DocName SID_CURRENTDOC) 3080cdf0e10cSrcweir[ 3081cdf0e10cSrcweir /* flags: */ 3082cdf0e10cSrcweir AutoUpdate = FALSE, 3083cdf0e10cSrcweir Cachable = Cachable, 3084cdf0e10cSrcweir FastCall = FALSE, 3085cdf0e10cSrcweir HasCoreId = FALSE, 3086cdf0e10cSrcweir HasDialog = FALSE, 3087cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3088cdf0e10cSrcweir Toggle = FALSE, 3089cdf0e10cSrcweir Container = FALSE, 3090cdf0e10cSrcweir RecordAbsolute = FALSE, 3091cdf0e10cSrcweir RecordPerSet; 3092cdf0e10cSrcweir Synchron; 3093cdf0e10cSrcweir 3094cdf0e10cSrcweir /* config: */ 3095cdf0e10cSrcweir AccelConfig = FALSE, 3096cdf0e10cSrcweir MenuConfig = FALSE, 3097cdf0e10cSrcweir StatusBarConfig = FALSE, 3098cdf0e10cSrcweir ToolBoxConfig = FALSE, 3099cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3100cdf0e10cSrcweir] 3101cdf0e10cSrcweir 3102cdf0e10cSrcweir//-------------------------------------------------------------------------- 3103cdf0e10cSrcweirSfxStringItem GoToObject SID_CURRENTOBJECT 3104cdf0e10cSrcweir(SfxStringItem ToObject SID_CURRENTOBJECT) 3105cdf0e10cSrcweir[ 3106cdf0e10cSrcweir /* flags: */ 3107cdf0e10cSrcweir AutoUpdate = FALSE, 3108cdf0e10cSrcweir Cachable = Cachable, 3109cdf0e10cSrcweir FastCall = FALSE, 3110cdf0e10cSrcweir HasCoreId = FALSE, 3111cdf0e10cSrcweir HasDialog = FALSE, 3112cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3113cdf0e10cSrcweir Toggle = FALSE, 3114cdf0e10cSrcweir Container = FALSE, 3115cdf0e10cSrcweir RecordAbsolute = FALSE, 3116cdf0e10cSrcweir RecordPerSet; 3117cdf0e10cSrcweir Synchron; 3118cdf0e10cSrcweir 3119cdf0e10cSrcweir /* config: */ 3120cdf0e10cSrcweir AccelConfig = FALSE, 3121cdf0e10cSrcweir MenuConfig = FALSE, 3122cdf0e10cSrcweir StatusBarConfig = FALSE, 3123cdf0e10cSrcweir ToolBoxConfig = FALSE, 3124cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3125cdf0e10cSrcweir] 3126cdf0e10cSrcweir 3127cdf0e10cSrcweir//-------------------------------------------------------------------------- 3128cdf0e10cSrcweirSfxVoidItem GoUpToStartOfData SID_CURSORBLKUP 3129cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2) 3130cdf0e10cSrcweir[ 3131cdf0e10cSrcweir /* flags: */ 3132cdf0e10cSrcweir AutoUpdate = FALSE, 3133cdf0e10cSrcweir Cachable = Cachable, 3134cdf0e10cSrcweir FastCall = FALSE, 3135cdf0e10cSrcweir HasCoreId = FALSE, 3136cdf0e10cSrcweir HasDialog = FALSE, 3137cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3138cdf0e10cSrcweir Toggle = FALSE, 3139cdf0e10cSrcweir Container = FALSE, 3140cdf0e10cSrcweir RecordAbsolute = FALSE, 3141cdf0e10cSrcweir RecordPerSet; 3142cdf0e10cSrcweir Synchron; 3143cdf0e10cSrcweir 3144cdf0e10cSrcweir /* config: */ 3145cdf0e10cSrcweir AccelConfig = TRUE, 3146cdf0e10cSrcweir MenuConfig = FALSE, 3147cdf0e10cSrcweir StatusBarConfig = FALSE, 3148cdf0e10cSrcweir ToolBoxConfig = FALSE, 3149cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3150cdf0e10cSrcweir] 3151cdf0e10cSrcweir 3152cdf0e10cSrcweir//-------------------------------------------------------------------------- 3153cdf0e10cSrcweirSfxVoidItem GoUpToStartOfDataSel SID_CURSORBLKUP_SEL 3154cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1) 3155cdf0e10cSrcweir[ 3156cdf0e10cSrcweir /* flags: */ 3157cdf0e10cSrcweir AutoUpdate = FALSE, 3158cdf0e10cSrcweir Cachable = Cachable, 3159cdf0e10cSrcweir FastCall = FALSE, 3160cdf0e10cSrcweir HasCoreId = FALSE, 3161cdf0e10cSrcweir HasDialog = FALSE, 3162cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3163cdf0e10cSrcweir Toggle = FALSE, 3164cdf0e10cSrcweir Container = FALSE, 3165cdf0e10cSrcweir RecordAbsolute = FALSE, 3166cdf0e10cSrcweir RecordPerSet; 3167cdf0e10cSrcweir Synchron; 3168cdf0e10cSrcweir 3169cdf0e10cSrcweir /* config: */ 3170cdf0e10cSrcweir AccelConfig = TRUE, 3171cdf0e10cSrcweir MenuConfig = FALSE, 3172cdf0e10cSrcweir StatusBarConfig = FALSE, 3173cdf0e10cSrcweir ToolBoxConfig = FALSE, 3174cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3175cdf0e10cSrcweir] 3176cdf0e10cSrcweir 3177cdf0e10cSrcweir//-------------------------------------------------------------------------- 3178cdf0e10cSrcweirSfxVoidItem Hide FID_TABLE_HIDE 3179cdf0e10cSrcweir(SfxStringItem aTableName FID_TABLE_HIDE) 3180cdf0e10cSrcweir[ 3181cdf0e10cSrcweir /* flags: */ 3182cdf0e10cSrcweir AutoUpdate = FALSE, 3183cdf0e10cSrcweir Cachable = Cachable, 3184cdf0e10cSrcweir FastCall = FALSE, 3185cdf0e10cSrcweir HasCoreId = FALSE, 3186cdf0e10cSrcweir HasDialog = FALSE, 3187cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3188cdf0e10cSrcweir Toggle = FALSE, 3189cdf0e10cSrcweir Container = FALSE, 3190cdf0e10cSrcweir RecordAbsolute = FALSE, 3191cdf0e10cSrcweir RecordPerSet; 3192cdf0e10cSrcweir Synchron; 3193cdf0e10cSrcweir 3194cdf0e10cSrcweir /* config: */ 3195cdf0e10cSrcweir AccelConfig = TRUE, 3196cdf0e10cSrcweir MenuConfig = TRUE, 3197cdf0e10cSrcweir StatusBarConfig = FALSE, 3198cdf0e10cSrcweir ToolBoxConfig = FALSE, 3199cdf0e10cSrcweir GroupId = GID_FORMAT; 3200cdf0e10cSrcweir] 3201cdf0e10cSrcweir 3202cdf0e10cSrcweir//-------------------------------------------------------------------------- 3203cdf0e10cSrcweirSfxVoidItem HideColumn FID_COL_HIDE 3204cdf0e10cSrcweir() 3205cdf0e10cSrcweir[ 3206cdf0e10cSrcweir /* flags: */ 3207cdf0e10cSrcweir AutoUpdate = FALSE, 3208cdf0e10cSrcweir Cachable = Cachable, 3209cdf0e10cSrcweir FastCall = FALSE, 3210cdf0e10cSrcweir HasCoreId = FALSE, 3211cdf0e10cSrcweir HasDialog = FALSE, 3212cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3213cdf0e10cSrcweir Toggle = FALSE, 3214cdf0e10cSrcweir Container = FALSE, 3215cdf0e10cSrcweir RecordAbsolute = FALSE, 3216cdf0e10cSrcweir RecordPerSet; 3217cdf0e10cSrcweir Synchron; 3218cdf0e10cSrcweir 3219cdf0e10cSrcweir /* config: */ 3220cdf0e10cSrcweir AccelConfig = TRUE, 3221cdf0e10cSrcweir MenuConfig = TRUE, 3222cdf0e10cSrcweir StatusBarConfig = FALSE, 3223cdf0e10cSrcweir ToolBoxConfig = FALSE, 3224cdf0e10cSrcweir GroupId = GID_FORMAT; 3225cdf0e10cSrcweir] 3226cdf0e10cSrcweir 3227cdf0e10cSrcweir//-------------------------------------------------------------------------- 3228cdf0e10cSrcweirSfxVoidItem HideRow FID_ROW_HIDE 3229cdf0e10cSrcweir() 3230cdf0e10cSrcweir[ 3231cdf0e10cSrcweir /* flags: */ 3232cdf0e10cSrcweir AutoUpdate = FALSE, 3233cdf0e10cSrcweir Cachable = Cachable, 3234cdf0e10cSrcweir FastCall = FALSE, 3235cdf0e10cSrcweir HasCoreId = FALSE, 3236cdf0e10cSrcweir HasDialog = FALSE, 3237cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3238cdf0e10cSrcweir Toggle = FALSE, 3239cdf0e10cSrcweir Container = FALSE, 3240cdf0e10cSrcweir RecordAbsolute = FALSE, 3241cdf0e10cSrcweir RecordPerSet; 3242cdf0e10cSrcweir Synchron; 3243cdf0e10cSrcweir 3244cdf0e10cSrcweir /* config: */ 3245cdf0e10cSrcweir AccelConfig = TRUE, 3246cdf0e10cSrcweir MenuConfig = TRUE, 3247cdf0e10cSrcweir StatusBarConfig = FALSE, 3248cdf0e10cSrcweir ToolBoxConfig = FALSE, 3249cdf0e10cSrcweir GroupId = GID_FORMAT; 3250cdf0e10cSrcweir] 3251cdf0e10cSrcweir 3252cdf0e10cSrcweir//-------------------------------------------------------------------------- 3253cdf0e10cSrcweirSvxHorJustifyItem HorizontalAlignment SID_H_ALIGNCELL 3254cdf0e10cSrcweir 3255cdf0e10cSrcweir[ 3256cdf0e10cSrcweir /* flags: */ 3257cdf0e10cSrcweir AutoUpdate = FALSE, 3258cdf0e10cSrcweir Cachable = Cachable, 3259cdf0e10cSrcweir FastCall = FALSE, 3260cdf0e10cSrcweir HasCoreId = FALSE, 3261cdf0e10cSrcweir HasDialog = FALSE, 3262cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3263cdf0e10cSrcweir Toggle = FALSE, 3264cdf0e10cSrcweir Container = FALSE, 3265cdf0e10cSrcweir RecordAbsolute = FALSE, 3266cdf0e10cSrcweir RecordPerSet; 3267cdf0e10cSrcweir Synchron; 3268cdf0e10cSrcweir 3269cdf0e10cSrcweir Readonly = FALSE, 3270cdf0e10cSrcweir 3271cdf0e10cSrcweir /* config: */ 3272cdf0e10cSrcweir AccelConfig = FALSE, 3273cdf0e10cSrcweir MenuConfig = FALSE, 3274cdf0e10cSrcweir StatusBarConfig = FALSE, 3275cdf0e10cSrcweir ToolBoxConfig = FALSE, 3276cdf0e10cSrcweir GroupId = GID_VIEW; 3277cdf0e10cSrcweir] 3278cdf0e10cSrcweir 3279cdf0e10cSrcweir//-------------------------------------------------------------------------- 3280cdf0e10cSrcweirSfxVoidItem Hyphenate SID_ENABLE_HYPHENATION 3281cdf0e10cSrcweir() 3282cdf0e10cSrcweir[ 3283cdf0e10cSrcweir /* flags: */ 3284cdf0e10cSrcweir AutoUpdate = FALSE, 3285cdf0e10cSrcweir Cachable = Cachable, 3286cdf0e10cSrcweir FastCall = FALSE, 3287cdf0e10cSrcweir HasCoreId = FALSE, 3288cdf0e10cSrcweir HasDialog = TRUE, 3289cdf0e10cSrcweir ReadOnlyDoc = FALSE, 3290cdf0e10cSrcweir Toggle = TRUE, 3291cdf0e10cSrcweir Container = FALSE, 3292cdf0e10cSrcweir RecordAbsolute = FALSE, 3293cdf0e10cSrcweir RecordPerSet; 3294cdf0e10cSrcweir Asynchron; 3295cdf0e10cSrcweir 3296cdf0e10cSrcweir /* config: */ 3297cdf0e10cSrcweir AccelConfig = TRUE, 3298cdf0e10cSrcweir MenuConfig = TRUE, 3299cdf0e10cSrcweir StatusBarConfig = FALSE, 3300cdf0e10cSrcweir ToolBoxConfig = TRUE, 3301cdf0e10cSrcweir GroupId = GID_OPTIONS; 3302cdf0e10cSrcweir] 3303cdf0e10cSrcweir 3304cdf0e10cSrcweir//-------------------------------------------------------------------------- 3305cdf0e10cSrcweirSfxVoidItem InputLineBlock FID_INPUTLINE_BLOCK 3306cdf0e10cSrcweir() 3307cdf0e10cSrcweir[ 3308cdf0e10cSrcweir /* flags: */ 3309cdf0e10cSrcweir AutoUpdate = FALSE, 3310cdf0e10cSrcweir Cachable = Cachable, 3311cdf0e10cSrcweir FastCall = FALSE, 3312cdf0e10cSrcweir HasCoreId = FALSE, 3313cdf0e10cSrcweir HasDialog = FALSE, 3314cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3315cdf0e10cSrcweir Toggle = FALSE, 3316cdf0e10cSrcweir Container = FALSE, 3317cdf0e10cSrcweir RecordAbsolute = FALSE, 3318cdf0e10cSrcweir RecordPerSet; 3319cdf0e10cSrcweir Synchron; 3320cdf0e10cSrcweir 3321cdf0e10cSrcweir /* config: */ 3322cdf0e10cSrcweir AccelConfig = FALSE, 3323cdf0e10cSrcweir MenuConfig = FALSE, 3324cdf0e10cSrcweir StatusBarConfig = FALSE, 3325cdf0e10cSrcweir ToolBoxConfig = FALSE, 3326cdf0e10cSrcweir GroupId = GID_INTERN; 3327cdf0e10cSrcweir] 3328cdf0e10cSrcweir 3329cdf0e10cSrcweir//-------------------------------------------------------------------------- 3330cdf0e10cSrcweirSfxVoidItem InputLineEnter FID_INPUTLINE_ENTER 3331cdf0e10cSrcweir() 3332cdf0e10cSrcweir[ 3333cdf0e10cSrcweir /* flags: */ 3334cdf0e10cSrcweir AutoUpdate = FALSE, 3335cdf0e10cSrcweir Cachable = Cachable, 3336cdf0e10cSrcweir FastCall = FALSE, 3337cdf0e10cSrcweir HasCoreId = FALSE, 3338cdf0e10cSrcweir HasDialog = FALSE, 3339cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3340cdf0e10cSrcweir Toggle = FALSE, 3341cdf0e10cSrcweir Container = FALSE, 3342cdf0e10cSrcweir RecordAbsolute = FALSE, 3343cdf0e10cSrcweir NoRecord; 3344cdf0e10cSrcweir Synchron; 3345cdf0e10cSrcweir 3346cdf0e10cSrcweir /* config: */ 3347cdf0e10cSrcweir AccelConfig = FALSE, 3348cdf0e10cSrcweir MenuConfig = FALSE, 3349cdf0e10cSrcweir StatusBarConfig = FALSE, 3350cdf0e10cSrcweir ToolBoxConfig = FALSE, 3351cdf0e10cSrcweir GroupId = GID_INTERN; 3352cdf0e10cSrcweir] 3353cdf0e10cSrcweir 3354cdf0e10cSrcweir//-------------------------------------------------------------------------- 3355cdf0e10cSrcweirSfxVoidItem InputLineMatrix FID_INPUTLINE_MATRIX 3356cdf0e10cSrcweir() 3357cdf0e10cSrcweir[ 3358cdf0e10cSrcweir /* flags: */ 3359cdf0e10cSrcweir AutoUpdate = FALSE, 3360cdf0e10cSrcweir Cachable = Cachable, 3361cdf0e10cSrcweir FastCall = FALSE, 3362cdf0e10cSrcweir HasCoreId = FALSE, 3363cdf0e10cSrcweir HasDialog = FALSE, 3364cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3365cdf0e10cSrcweir Toggle = FALSE, 3366cdf0e10cSrcweir Container = FALSE, 3367cdf0e10cSrcweir RecordAbsolute = FALSE, 3368cdf0e10cSrcweir RecordPerSet; 3369cdf0e10cSrcweir Synchron; 3370cdf0e10cSrcweir 3371cdf0e10cSrcweir /* config: */ 3372cdf0e10cSrcweir AccelConfig = FALSE, 3373cdf0e10cSrcweir MenuConfig = FALSE, 3374cdf0e10cSrcweir StatusBarConfig = FALSE, 3375cdf0e10cSrcweir ToolBoxConfig = FALSE, 3376cdf0e10cSrcweir GroupId = GID_INTERN; 3377cdf0e10cSrcweir] 3378cdf0e10cSrcweir 3379cdf0e10cSrcweir//-------------------------------------------------------------------------- 3380cdf0e10cSrcweirSfxUInt16Item InsCellsCtrl SID_TBXCTL_INSCELLS 3381cdf0e10cSrcweir 3382cdf0e10cSrcweir[ 3383cdf0e10cSrcweir /* flags: */ 3384cdf0e10cSrcweir AutoUpdate = FALSE, 3385cdf0e10cSrcweir Cachable = Cachable, 3386cdf0e10cSrcweir FastCall = FALSE, 3387cdf0e10cSrcweir HasCoreId = FALSE, 3388cdf0e10cSrcweir HasDialog = FALSE, 3389cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3390cdf0e10cSrcweir Toggle = FALSE, 3391cdf0e10cSrcweir Container = FALSE, 3392cdf0e10cSrcweir RecordAbsolute = FALSE, 3393cdf0e10cSrcweir RecordPerSet; 3394cdf0e10cSrcweir Synchron; 3395cdf0e10cSrcweir 3396cdf0e10cSrcweir Readonly = FALSE, 3397cdf0e10cSrcweir 3398cdf0e10cSrcweir /* config: */ 3399cdf0e10cSrcweir AccelConfig = FALSE, 3400cdf0e10cSrcweir MenuConfig = FALSE, 3401cdf0e10cSrcweir StatusBarConfig = FALSE, 3402cdf0e10cSrcweir ToolBoxConfig = TRUE, 3403cdf0e10cSrcweir GroupId = GID_INSERT; 3404cdf0e10cSrcweir] 3405cdf0e10cSrcweir 3406cdf0e10cSrcweir//-------------------------------------------------------------------------- 3407cdf0e10cSrcweirSfxVoidItem Insert FID_INS_TABLE 3408cdf0e10cSrcweir(SfxStringItem Name FID_INS_TABLE,SfxUInt16Item Index FN_PARAM_1) 3409cdf0e10cSrcweir[ 3410cdf0e10cSrcweir /* flags: */ 3411cdf0e10cSrcweir AutoUpdate = FALSE, 3412cdf0e10cSrcweir Cachable = Cachable, 3413cdf0e10cSrcweir FastCall = FALSE, 3414cdf0e10cSrcweir HasCoreId = FALSE, 3415cdf0e10cSrcweir HasDialog = TRUE, 3416cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3417cdf0e10cSrcweir Toggle = FALSE, 3418cdf0e10cSrcweir Container = FALSE, 3419cdf0e10cSrcweir RecordAbsolute = FALSE, 3420cdf0e10cSrcweir RecordPerSet; 3421cdf0e10cSrcweir Synchron; 3422cdf0e10cSrcweir 3423cdf0e10cSrcweir /* config: */ 3424cdf0e10cSrcweir AccelConfig = TRUE, 3425cdf0e10cSrcweir MenuConfig = TRUE, 3426cdf0e10cSrcweir StatusBarConfig = FALSE, 3427cdf0e10cSrcweir ToolBoxConfig = FALSE, 3428cdf0e10cSrcweir GroupId = GID_INSERT; 3429cdf0e10cSrcweir] 3430cdf0e10cSrcweir 3431cdf0e10cSrcweir//-------------------------------------------------------------------------- 3432cdf0e10cSrcweirSfxVoidItem InsertSheetFromFile FID_INS_TABLE_EXT 3433cdf0e10cSrcweir(SfxStringItem Name FID_INS_TABLE,SfxUInt16Item Index FN_PARAM_1) 3434cdf0e10cSrcweir[ 3435cdf0e10cSrcweir /* flags: */ 3436cdf0e10cSrcweir AutoUpdate = FALSE, 3437cdf0e10cSrcweir Cachable = Cachable, 3438cdf0e10cSrcweir FastCall = FALSE, 3439cdf0e10cSrcweir HasCoreId = FALSE, 3440cdf0e10cSrcweir HasDialog = TRUE, 3441cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3442cdf0e10cSrcweir Toggle = FALSE, 3443cdf0e10cSrcweir Container = FALSE, 3444cdf0e10cSrcweir RecordAbsolute = FALSE, 3445cdf0e10cSrcweir RecordPerSet; 3446cdf0e10cSrcweir Synchron; 3447cdf0e10cSrcweir 3448cdf0e10cSrcweir /* config: */ 3449cdf0e10cSrcweir AccelConfig = TRUE, 3450cdf0e10cSrcweir MenuConfig = TRUE, 3451cdf0e10cSrcweir StatusBarConfig = FALSE, 3452cdf0e10cSrcweir ToolBoxConfig = FALSE, 3453cdf0e10cSrcweir GroupId = GID_INSERT; 3454cdf0e10cSrcweir] 3455cdf0e10cSrcweir 3456cdf0e10cSrcweir//-------------------------------------------------------------------------- 3457cdf0e10cSrcweirSfxVoidItem InsertCell FID_INS_CELL 3458cdf0e10cSrcweir(SfxStringItem Flags FID_INS_CELL) 3459cdf0e10cSrcweir[ 3460cdf0e10cSrcweir /* flags: */ 3461cdf0e10cSrcweir AutoUpdate = FALSE, 3462cdf0e10cSrcweir Cachable = Cachable, 3463cdf0e10cSrcweir FastCall = FALSE, 3464cdf0e10cSrcweir HasCoreId = FALSE, 3465cdf0e10cSrcweir HasDialog = TRUE, 3466cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3467cdf0e10cSrcweir Toggle = FALSE, 3468cdf0e10cSrcweir Container = FALSE, 3469cdf0e10cSrcweir RecordAbsolute = FALSE, 3470cdf0e10cSrcweir RecordPerSet; 3471cdf0e10cSrcweir Synchron; 3472cdf0e10cSrcweir 3473cdf0e10cSrcweir /* config: */ 3474cdf0e10cSrcweir AccelConfig = TRUE, 3475cdf0e10cSrcweir MenuConfig = TRUE, 3476cdf0e10cSrcweir StatusBarConfig = FALSE, 3477cdf0e10cSrcweir ToolBoxConfig = FALSE, 3478cdf0e10cSrcweir GroupId = GID_INSERT; 3479cdf0e10cSrcweir] 3480cdf0e10cSrcweir 3481cdf0e10cSrcweir//-------------------------------------------------------------------------- 3482cdf0e10cSrcweirSfxVoidItem InsertCellsDown FID_INS_CELLSDOWN 3483cdf0e10cSrcweir() 3484cdf0e10cSrcweir[ 3485cdf0e10cSrcweir /* flags: */ 3486cdf0e10cSrcweir AutoUpdate = FALSE, 3487cdf0e10cSrcweir Cachable = Cachable, 3488cdf0e10cSrcweir FastCall = FALSE, 3489cdf0e10cSrcweir HasCoreId = FALSE, 3490cdf0e10cSrcweir HasDialog = FALSE, 3491cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3492cdf0e10cSrcweir Toggle = FALSE, 3493cdf0e10cSrcweir Container = FALSE, 3494cdf0e10cSrcweir RecordAbsolute = FALSE, 3495cdf0e10cSrcweir RecordPerSet; 3496cdf0e10cSrcweir Synchron; 3497cdf0e10cSrcweir 3498cdf0e10cSrcweir /* config: */ 3499cdf0e10cSrcweir AccelConfig = TRUE, 3500cdf0e10cSrcweir MenuConfig = TRUE, 3501cdf0e10cSrcweir StatusBarConfig = FALSE, 3502cdf0e10cSrcweir ToolBoxConfig = TRUE, 3503cdf0e10cSrcweir GroupId = GID_INSERT; 3504cdf0e10cSrcweir] 3505cdf0e10cSrcweir 3506cdf0e10cSrcweir//-------------------------------------------------------------------------- 3507cdf0e10cSrcweirSfxVoidItem InsertCellsRight FID_INS_CELLSRIGHT 3508cdf0e10cSrcweir() 3509cdf0e10cSrcweir[ 3510cdf0e10cSrcweir /* flags: */ 3511cdf0e10cSrcweir AutoUpdate = FALSE, 3512cdf0e10cSrcweir Cachable = Cachable, 3513cdf0e10cSrcweir FastCall = FALSE, 3514cdf0e10cSrcweir HasCoreId = FALSE, 3515cdf0e10cSrcweir HasDialog = FALSE, 3516cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3517cdf0e10cSrcweir Toggle = FALSE, 3518cdf0e10cSrcweir Container = FALSE, 3519cdf0e10cSrcweir RecordAbsolute = FALSE, 3520cdf0e10cSrcweir RecordPerSet; 3521cdf0e10cSrcweir Synchron; 3522cdf0e10cSrcweir 3523cdf0e10cSrcweir /* config: */ 3524cdf0e10cSrcweir AccelConfig = TRUE, 3525cdf0e10cSrcweir MenuConfig = TRUE, 3526cdf0e10cSrcweir StatusBarConfig = FALSE, 3527cdf0e10cSrcweir ToolBoxConfig = TRUE, 3528cdf0e10cSrcweir GroupId = GID_INSERT; 3529cdf0e10cSrcweir] 3530cdf0e10cSrcweir 3531cdf0e10cSrcweir//-------------------------------------------------------------------------- 3532cdf0e10cSrcweirSfxVoidItem InsertColumnBreak FID_INS_COLBRK 3533cdf0e10cSrcweir() 3534cdf0e10cSrcweir[ 3535cdf0e10cSrcweir /* flags: */ 3536cdf0e10cSrcweir AutoUpdate = FALSE, 3537cdf0e10cSrcweir Cachable = Cachable, 3538cdf0e10cSrcweir FastCall = FALSE, 3539cdf0e10cSrcweir HasCoreId = FALSE, 3540cdf0e10cSrcweir HasDialog = FALSE, 3541cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3542cdf0e10cSrcweir Toggle = FALSE, 3543cdf0e10cSrcweir Container = FALSE, 3544cdf0e10cSrcweir RecordAbsolute = FALSE, 3545cdf0e10cSrcweir RecordPerSet; 3546cdf0e10cSrcweir Synchron; 3547cdf0e10cSrcweir 3548cdf0e10cSrcweir /* config: */ 3549cdf0e10cSrcweir AccelConfig = TRUE, 3550cdf0e10cSrcweir MenuConfig = TRUE, 3551cdf0e10cSrcweir StatusBarConfig = FALSE, 3552cdf0e10cSrcweir ToolBoxConfig = FALSE, 3553cdf0e10cSrcweir GroupId = GID_INSERT; 3554cdf0e10cSrcweir] 3555cdf0e10cSrcweir 3556cdf0e10cSrcweir//-------------------------------------------------------------------------- 3557cdf0e10cSrcweirSfxVoidItem InsertColumns FID_INS_COLUMN 3558cdf0e10cSrcweir() 3559cdf0e10cSrcweir[ 3560cdf0e10cSrcweir /* flags: */ 3561cdf0e10cSrcweir AutoUpdate = FALSE, 3562cdf0e10cSrcweir Cachable = Cachable, 3563cdf0e10cSrcweir FastCall = FALSE, 3564cdf0e10cSrcweir HasCoreId = FALSE, 3565cdf0e10cSrcweir HasDialog = FALSE, 3566cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3567cdf0e10cSrcweir Toggle = FALSE, 3568cdf0e10cSrcweir Container = FALSE, 3569cdf0e10cSrcweir RecordAbsolute = FALSE, 3570cdf0e10cSrcweir RecordPerSet; 3571cdf0e10cSrcweir Synchron; 3572cdf0e10cSrcweir 3573cdf0e10cSrcweir /* config: */ 3574cdf0e10cSrcweir AccelConfig = TRUE, 3575cdf0e10cSrcweir MenuConfig = TRUE, 3576cdf0e10cSrcweir StatusBarConfig = FALSE, 3577cdf0e10cSrcweir ToolBoxConfig = TRUE, 3578cdf0e10cSrcweir GroupId = GID_INSERT; 3579cdf0e10cSrcweir] 3580cdf0e10cSrcweir 3581cdf0e10cSrcweir//-------------------------------------------------------------------------- 3582cdf0e10cSrcweirSfxVoidItem InsertContents FID_INS_CELL_CONTENTS 3583cdf0e10cSrcweir(SfxStringItem Flags FID_INS_CELL_CONTENTS,SfxUInt16Item FormulaCommand FN_PARAM_1,SfxBoolItem SkipEmptyCells FN_PARAM_2,SfxBoolItem Transpose FN_PARAM_3,SfxBoolItem AsLink FN_PARAM_4,SfxInt16Item MoveMode FN_PARAM_5) 3584cdf0e10cSrcweir[ 3585cdf0e10cSrcweir /* flags: */ 3586cdf0e10cSrcweir AutoUpdate = FALSE, 3587cdf0e10cSrcweir Cachable = Cachable, 3588cdf0e10cSrcweir FastCall = FALSE, 3589cdf0e10cSrcweir HasCoreId = FALSE, 3590cdf0e10cSrcweir HasDialog = TRUE, 3591cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3592cdf0e10cSrcweir Toggle = FALSE, 3593cdf0e10cSrcweir Container = FALSE, 3594cdf0e10cSrcweir RecordAbsolute = FALSE, 3595cdf0e10cSrcweir RecordPerSet; 3596cdf0e10cSrcweir Synchron; 3597cdf0e10cSrcweir 3598cdf0e10cSrcweir /* config: */ 3599cdf0e10cSrcweir AccelConfig = TRUE, 3600cdf0e10cSrcweir MenuConfig = TRUE, 3601cdf0e10cSrcweir StatusBarConfig = FALSE, 3602cdf0e10cSrcweir ToolBoxConfig = FALSE, 3603cdf0e10cSrcweir GroupId = GID_EDIT; 3604cdf0e10cSrcweir] 3605cdf0e10cSrcweir 3606cdf0e10cSrcweir//-------------------------------------------------------------------------- 3607cdf0e10cSrcweirSfxUInt16Item InsertCtrl SID_TBXCTL_INSERT 3608cdf0e10cSrcweir 3609cdf0e10cSrcweir[ 3610cdf0e10cSrcweir /* flags: */ 3611cdf0e10cSrcweir AutoUpdate = FALSE, 3612cdf0e10cSrcweir Cachable = Cachable, 3613cdf0e10cSrcweir FastCall = FALSE, 3614cdf0e10cSrcweir HasCoreId = FALSE, 3615cdf0e10cSrcweir HasDialog = FALSE, 3616cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3617cdf0e10cSrcweir Toggle = FALSE, 3618cdf0e10cSrcweir Container = FALSE, 3619cdf0e10cSrcweir RecordAbsolute = FALSE, 3620cdf0e10cSrcweir RecordPerSet; 3621cdf0e10cSrcweir Synchron; 3622cdf0e10cSrcweir 3623cdf0e10cSrcweir Readonly = FALSE, 3624cdf0e10cSrcweir 3625cdf0e10cSrcweir /* config: */ 3626cdf0e10cSrcweir AccelConfig = FALSE, 3627cdf0e10cSrcweir MenuConfig = FALSE, 3628cdf0e10cSrcweir StatusBarConfig = FALSE, 3629cdf0e10cSrcweir ToolBoxConfig = TRUE, 3630cdf0e10cSrcweir GroupId = GID_INSERT; 3631cdf0e10cSrcweir] 3632cdf0e10cSrcweir 3633cdf0e10cSrcweir//-------------------------------------------------------------------------- 3634cdf0e10cSrcweirSfxVoidItem InsertExternalDataSource SID_EXTERNAL_SOURCE 3635cdf0e10cSrcweir(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem Options SID_FILE_FILTEROPTIONS,SfxStringItem Source FN_PARAM_1,SfxUInt32Item Refresh FN_PARAM_2) 3636cdf0e10cSrcweir[ 3637cdf0e10cSrcweir /* flags: */ 3638cdf0e10cSrcweir AutoUpdate = FALSE, 3639cdf0e10cSrcweir Cachable = Cachable, 3640cdf0e10cSrcweir FastCall = FALSE, 3641cdf0e10cSrcweir HasCoreId = FALSE, 3642cdf0e10cSrcweir HasDialog = TRUE, 3643cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3644cdf0e10cSrcweir Toggle = FALSE, 3645cdf0e10cSrcweir Container = FALSE, 3646cdf0e10cSrcweir RecordAbsolute = FALSE, 3647cdf0e10cSrcweir RecordPerSet; 3648cdf0e10cSrcweir Synchron; 3649cdf0e10cSrcweir 3650cdf0e10cSrcweir /* config: */ 3651cdf0e10cSrcweir AccelConfig = TRUE, 3652cdf0e10cSrcweir MenuConfig = TRUE, 3653cdf0e10cSrcweir StatusBarConfig = FALSE, 3654cdf0e10cSrcweir ToolBoxConfig = TRUE, 3655cdf0e10cSrcweir GroupId = GID_INSERT; 3656cdf0e10cSrcweir] 3657cdf0e10cSrcweir 3658cdf0e10cSrcweir//-------------------------------------------------------------------------- 3659cdf0e10cSrcweirSfxVoidItem InsertFile FID_INSERT_FILE 3660cdf0e10cSrcweir() 3661cdf0e10cSrcweir[ 3662cdf0e10cSrcweir /* flags: */ 3663cdf0e10cSrcweir AutoUpdate = FALSE, 3664cdf0e10cSrcweir Cachable = Cachable, 3665cdf0e10cSrcweir FastCall = FALSE, 3666cdf0e10cSrcweir HasCoreId = FALSE, 3667cdf0e10cSrcweir HasDialog = FALSE, 3668cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3669cdf0e10cSrcweir Toggle = FALSE, 3670cdf0e10cSrcweir Container = FALSE, 3671cdf0e10cSrcweir RecordAbsolute = FALSE, 3672cdf0e10cSrcweir RecordPerSet; 3673cdf0e10cSrcweir Synchron; 3674cdf0e10cSrcweir 3675cdf0e10cSrcweir /* config: */ 3676cdf0e10cSrcweir AccelConfig = FALSE, 3677cdf0e10cSrcweir MenuConfig = FALSE, 3678cdf0e10cSrcweir StatusBarConfig = FALSE, 3679cdf0e10cSrcweir ToolBoxConfig = FALSE, 3680cdf0e10cSrcweir GroupId = GID_INTERN; 3681cdf0e10cSrcweir] 3682cdf0e10cSrcweir 3683cdf0e10cSrcweir//-------------------------------------------------------------------------- 3684cdf0e10cSrcweirSfxVoidItem InsertFunction SID_INS_FUNCTION 3685cdf0e10cSrcweir() 3686cdf0e10cSrcweir[ 3687cdf0e10cSrcweir /* flags: */ 3688cdf0e10cSrcweir AutoUpdate = FALSE, 3689cdf0e10cSrcweir Cachable = Cachable, 3690cdf0e10cSrcweir FastCall = FALSE, 3691cdf0e10cSrcweir HasCoreId = FALSE, 3692cdf0e10cSrcweir HasDialog = FALSE, 3693cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3694cdf0e10cSrcweir Toggle = FALSE, 3695cdf0e10cSrcweir Container = FALSE, 3696cdf0e10cSrcweir RecordAbsolute = FALSE, 3697cdf0e10cSrcweir RecordPerSet; 3698cdf0e10cSrcweir Synchron; 3699cdf0e10cSrcweir 3700cdf0e10cSrcweir /* config: */ 3701cdf0e10cSrcweir AccelConfig = FALSE, 3702cdf0e10cSrcweir MenuConfig = FALSE, 3703cdf0e10cSrcweir StatusBarConfig = FALSE, 3704cdf0e10cSrcweir ToolBoxConfig = FALSE, 3705cdf0e10cSrcweir GroupId = GID_VIEW; 3706cdf0e10cSrcweir] 3707cdf0e10cSrcweir 3708cdf0e10cSrcweir//-------------------------------------------------------------------------- 3709cdf0e10cSrcweirSfxVoidItem InsertMatrix SID_INSERT_MATRIX 3710cdf0e10cSrcweir(SfxStringItem Formula SID_INSERT_MATRIX) 3711cdf0e10cSrcweir[ 3712cdf0e10cSrcweir /* flags: */ 3713cdf0e10cSrcweir AutoUpdate = FALSE, 3714cdf0e10cSrcweir Cachable = Cachable, 3715cdf0e10cSrcweir FastCall = FALSE, 3716cdf0e10cSrcweir HasCoreId = FALSE, 3717cdf0e10cSrcweir HasDialog = FALSE, 3718cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3719cdf0e10cSrcweir Toggle = FALSE, 3720cdf0e10cSrcweir Container = FALSE, 3721cdf0e10cSrcweir RecordAbsolute = FALSE, 3722cdf0e10cSrcweir RecordPerSet; 3723cdf0e10cSrcweir Synchron; 3724cdf0e10cSrcweir 3725cdf0e10cSrcweir /* config: */ 3726cdf0e10cSrcweir AccelConfig = FALSE, 3727cdf0e10cSrcweir MenuConfig = FALSE, 3728cdf0e10cSrcweir StatusBarConfig = FALSE, 3729cdf0e10cSrcweir ToolBoxConfig = FALSE, 3730cdf0e10cSrcweir GroupId = GID_INTERN; 3731cdf0e10cSrcweir] 3732cdf0e10cSrcweir 3733cdf0e10cSrcweir//-------------------------------------------------------------------------- 3734cdf0e10cSrcweirSfxVoidItem InsertName FID_INSERT_NAME 3735cdf0e10cSrcweir() 3736cdf0e10cSrcweir[ 3737cdf0e10cSrcweir /* flags: */ 3738cdf0e10cSrcweir AutoUpdate = FALSE, 3739cdf0e10cSrcweir Cachable = Cachable, 3740cdf0e10cSrcweir FastCall = FALSE, 3741cdf0e10cSrcweir HasCoreId = FALSE, 3742cdf0e10cSrcweir HasDialog = TRUE, 3743cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3744cdf0e10cSrcweir Toggle = FALSE, 3745cdf0e10cSrcweir Container = FALSE, 3746cdf0e10cSrcweir RecordAbsolute = FALSE, 3747cdf0e10cSrcweir RecordPerSet; 3748cdf0e10cSrcweir Synchron; 3749cdf0e10cSrcweir 3750cdf0e10cSrcweir /* config: */ 3751cdf0e10cSrcweir AccelConfig = TRUE, 3752cdf0e10cSrcweir MenuConfig = TRUE, 3753cdf0e10cSrcweir StatusBarConfig = FALSE, 3754cdf0e10cSrcweir ToolBoxConfig = FALSE, 3755cdf0e10cSrcweir GroupId = GID_INSERT; 3756cdf0e10cSrcweir] 3757cdf0e10cSrcweir 3758cdf0e10cSrcweir//-------------------------------------------------------------------------- 3759cdf0e10cSrcweirSfxVoidItem InsertObjectStarImage SID_INSERT_SIMAGE 3760cdf0e10cSrcweir() 3761cdf0e10cSrcweir[ 3762cdf0e10cSrcweir /* flags: */ 3763cdf0e10cSrcweir AutoUpdate = FALSE, 3764cdf0e10cSrcweir Cachable = Cachable, 3765cdf0e10cSrcweir FastCall = FALSE, 3766cdf0e10cSrcweir HasCoreId = FALSE, 3767cdf0e10cSrcweir HasDialog = FALSE, 3768cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3769cdf0e10cSrcweir Toggle = FALSE, 3770cdf0e10cSrcweir Container = FALSE, 3771cdf0e10cSrcweir RecordAbsolute = FALSE, 3772cdf0e10cSrcweir RecordPerSet; 3773cdf0e10cSrcweir Asynchron; 3774cdf0e10cSrcweir 3775cdf0e10cSrcweir /* config: */ 3776cdf0e10cSrcweir AccelConfig = TRUE, 3777cdf0e10cSrcweir MenuConfig = TRUE, 3778cdf0e10cSrcweir StatusBarConfig = FALSE, 3779cdf0e10cSrcweir ToolBoxConfig = TRUE, 3780cdf0e10cSrcweir GroupId = GID_INSERT; 3781cdf0e10cSrcweir] 3782cdf0e10cSrcweir 3783cdf0e10cSrcweir//-------------------------------------------------------------------------- 3784cdf0e10cSrcweirSfxVoidItem InsertObjectStarMath SID_INSERT_SMATH 3785cdf0e10cSrcweir() 3786cdf0e10cSrcweir[ 3787cdf0e10cSrcweir /* flags: */ 3788cdf0e10cSrcweir AutoUpdate = FALSE, 3789cdf0e10cSrcweir Cachable = Cachable, 3790cdf0e10cSrcweir FastCall = FALSE, 3791cdf0e10cSrcweir HasCoreId = FALSE, 3792cdf0e10cSrcweir HasDialog = FALSE, 3793cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3794cdf0e10cSrcweir Toggle = FALSE, 3795cdf0e10cSrcweir Container = FALSE, 3796cdf0e10cSrcweir RecordAbsolute = FALSE, 3797cdf0e10cSrcweir RecordPerSet; 3798cdf0e10cSrcweir Asynchron; 3799cdf0e10cSrcweir 3800cdf0e10cSrcweir /* config: */ 3801cdf0e10cSrcweir AccelConfig = TRUE, 3802cdf0e10cSrcweir MenuConfig = TRUE, 3803cdf0e10cSrcweir StatusBarConfig = FALSE, 3804cdf0e10cSrcweir ToolBoxConfig = TRUE, 3805cdf0e10cSrcweir GroupId = GID_INSERT; 3806cdf0e10cSrcweir] 3807cdf0e10cSrcweir 3808cdf0e10cSrcweir//-------------------------------------------------------------------------- 3809cdf0e10cSrcweirSfxVoidItem InsertRowBreak FID_INS_ROWBRK 3810cdf0e10cSrcweir() 3811cdf0e10cSrcweir[ 3812cdf0e10cSrcweir /* flags: */ 3813cdf0e10cSrcweir AutoUpdate = FALSE, 3814cdf0e10cSrcweir Cachable = Cachable, 3815cdf0e10cSrcweir FastCall = FALSE, 3816cdf0e10cSrcweir HasCoreId = FALSE, 3817cdf0e10cSrcweir HasDialog = FALSE, 3818cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3819cdf0e10cSrcweir Toggle = FALSE, 3820cdf0e10cSrcweir Container = FALSE, 3821cdf0e10cSrcweir RecordAbsolute = FALSE, 3822cdf0e10cSrcweir RecordPerSet; 3823cdf0e10cSrcweir Synchron; 3824cdf0e10cSrcweir 3825cdf0e10cSrcweir /* config: */ 3826cdf0e10cSrcweir AccelConfig = TRUE, 3827cdf0e10cSrcweir MenuConfig = TRUE, 3828cdf0e10cSrcweir StatusBarConfig = FALSE, 3829cdf0e10cSrcweir ToolBoxConfig = FALSE, 3830cdf0e10cSrcweir GroupId = GID_INSERT; 3831cdf0e10cSrcweir] 3832cdf0e10cSrcweir 3833cdf0e10cSrcweir//-------------------------------------------------------------------------- 3834cdf0e10cSrcweirSfxVoidItem InsertRows FID_INS_ROW 3835cdf0e10cSrcweir() 3836cdf0e10cSrcweir[ 3837cdf0e10cSrcweir /* flags: */ 3838cdf0e10cSrcweir AutoUpdate = FALSE, 3839cdf0e10cSrcweir Cachable = Cachable, 3840cdf0e10cSrcweir FastCall = FALSE, 3841cdf0e10cSrcweir HasCoreId = FALSE, 3842cdf0e10cSrcweir HasDialog = FALSE, 3843cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3844cdf0e10cSrcweir Toggle = FALSE, 3845cdf0e10cSrcweir Container = FALSE, 3846cdf0e10cSrcweir RecordAbsolute = FALSE, 3847cdf0e10cSrcweir RecordPerSet; 3848cdf0e10cSrcweir Synchron; 3849cdf0e10cSrcweir 3850cdf0e10cSrcweir /* config: */ 3851cdf0e10cSrcweir AccelConfig = TRUE, 3852cdf0e10cSrcweir MenuConfig = TRUE, 3853cdf0e10cSrcweir StatusBarConfig = FALSE, 3854cdf0e10cSrcweir ToolBoxConfig = TRUE, 3855cdf0e10cSrcweir GroupId = GID_INSERT; 3856cdf0e10cSrcweir] 3857cdf0e10cSrcweir 3858cdf0e10cSrcweir//-------------------------------------------------------------------------- 3859cdf0e10cSrcweirSfxUInt16Item InsObjCtrl SID_TBXCTL_INSOBJ 3860cdf0e10cSrcweir 3861cdf0e10cSrcweir[ 3862cdf0e10cSrcweir /* flags: */ 3863cdf0e10cSrcweir AutoUpdate = FALSE, 3864cdf0e10cSrcweir Cachable = Cachable, 3865cdf0e10cSrcweir FastCall = FALSE, 3866cdf0e10cSrcweir HasCoreId = FALSE, 3867cdf0e10cSrcweir HasDialog = FALSE, 3868cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3869cdf0e10cSrcweir Toggle = FALSE, 3870cdf0e10cSrcweir Container = FALSE, 3871cdf0e10cSrcweir RecordAbsolute = FALSE, 3872cdf0e10cSrcweir RecordPerSet; 3873cdf0e10cSrcweir Synchron; 3874cdf0e10cSrcweir 3875cdf0e10cSrcweir Readonly = FALSE, 3876cdf0e10cSrcweir 3877cdf0e10cSrcweir /* config: */ 3878cdf0e10cSrcweir AccelConfig = FALSE, 3879cdf0e10cSrcweir MenuConfig = FALSE, 3880cdf0e10cSrcweir StatusBarConfig = FALSE, 3881cdf0e10cSrcweir ToolBoxConfig = TRUE, 3882cdf0e10cSrcweir GroupId = GID_VIEW; 3883cdf0e10cSrcweir] 3884cdf0e10cSrcweir 3885cdf0e10cSrcweir//-------------------------------------------------------------------------- 3886cdf0e10cSrcweirSfxVoidItem JumpToNextCell SID_CURSORENTERDOWN 3887cdf0e10cSrcweir() 3888cdf0e10cSrcweir[ 3889cdf0e10cSrcweir /* flags: */ 3890cdf0e10cSrcweir AutoUpdate = FALSE, 3891cdf0e10cSrcweir Cachable = Cachable, 3892cdf0e10cSrcweir FastCall = FALSE, 3893cdf0e10cSrcweir HasCoreId = FALSE, 3894cdf0e10cSrcweir HasDialog = FALSE, 3895cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3896cdf0e10cSrcweir Toggle = FALSE, 3897cdf0e10cSrcweir Container = FALSE, 3898cdf0e10cSrcweir RecordAbsolute = FALSE, 3899cdf0e10cSrcweir RecordPerSet; 3900cdf0e10cSrcweir Synchron; 3901cdf0e10cSrcweir 3902cdf0e10cSrcweir /* config: */ 3903cdf0e10cSrcweir AccelConfig = FALSE, 3904cdf0e10cSrcweir MenuConfig = FALSE, 3905cdf0e10cSrcweir StatusBarConfig = FALSE, 3906cdf0e10cSrcweir ToolBoxConfig = FALSE, 3907cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3908cdf0e10cSrcweir] 3909cdf0e10cSrcweir 3910cdf0e10cSrcweir//-------------------------------------------------------------------------- 3911cdf0e10cSrcweirSfxVoidItem JumpToNextTable SID_NEXT_TABLE 3912cdf0e10cSrcweir() 3913cdf0e10cSrcweir[ 3914cdf0e10cSrcweir /* flags: */ 3915cdf0e10cSrcweir AutoUpdate = FALSE, 3916cdf0e10cSrcweir Cachable = Cachable, 3917cdf0e10cSrcweir FastCall = FALSE, 3918cdf0e10cSrcweir HasCoreId = FALSE, 3919cdf0e10cSrcweir HasDialog = FALSE, 3920cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3921cdf0e10cSrcweir Toggle = FALSE, 3922cdf0e10cSrcweir Container = FALSE, 3923cdf0e10cSrcweir RecordAbsolute = FALSE, 3924cdf0e10cSrcweir RecordPerSet; 3925cdf0e10cSrcweir Synchron; 3926cdf0e10cSrcweir 3927cdf0e10cSrcweir /* config: */ 3928cdf0e10cSrcweir AccelConfig = TRUE, 3929cdf0e10cSrcweir MenuConfig = FALSE, 3930cdf0e10cSrcweir StatusBarConfig = FALSE, 3931cdf0e10cSrcweir ToolBoxConfig = FALSE, 3932cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3933cdf0e10cSrcweir] 3934cdf0e10cSrcweir 3935cdf0e10cSrcweir//-------------------------------------------------------------------------- 3936cdf0e10cSrcweirSfxVoidItem JumpToNextTableSel SID_NEXT_TABLE_SEL 3937cdf0e10cSrcweir() 3938cdf0e10cSrcweir[ 3939cdf0e10cSrcweir /* flags: */ 3940cdf0e10cSrcweir AutoUpdate = FALSE, 3941cdf0e10cSrcweir Cachable = Cachable, 3942cdf0e10cSrcweir FastCall = FALSE, 3943cdf0e10cSrcweir HasCoreId = FALSE, 3944cdf0e10cSrcweir HasDialog = FALSE, 3945cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3946cdf0e10cSrcweir Toggle = FALSE, 3947cdf0e10cSrcweir Container = FALSE, 3948cdf0e10cSrcweir RecordAbsolute = FALSE, 3949cdf0e10cSrcweir RecordPerSet; 3950cdf0e10cSrcweir Synchron; 3951cdf0e10cSrcweir 3952cdf0e10cSrcweir /* config: */ 3953cdf0e10cSrcweir AccelConfig = TRUE, 3954cdf0e10cSrcweir MenuConfig = FALSE, 3955cdf0e10cSrcweir StatusBarConfig = FALSE, 3956cdf0e10cSrcweir ToolBoxConfig = FALSE, 3957cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3958cdf0e10cSrcweir] 3959cdf0e10cSrcweir 3960cdf0e10cSrcweir//-------------------------------------------------------------------------- 3961cdf0e10cSrcweirSfxVoidItem JumpToNextUnprotected SID_NEXT_UNPROTECT 3962cdf0e10cSrcweir() 3963cdf0e10cSrcweir[ 3964cdf0e10cSrcweir /* flags: */ 3965cdf0e10cSrcweir AutoUpdate = FALSE, 3966cdf0e10cSrcweir Cachable = Cachable, 3967cdf0e10cSrcweir FastCall = FALSE, 3968cdf0e10cSrcweir HasCoreId = FALSE, 3969cdf0e10cSrcweir HasDialog = FALSE, 3970cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3971cdf0e10cSrcweir Toggle = FALSE, 3972cdf0e10cSrcweir Container = FALSE, 3973cdf0e10cSrcweir RecordAbsolute = FALSE, 3974cdf0e10cSrcweir RecordPerSet; 3975cdf0e10cSrcweir Synchron; 3976cdf0e10cSrcweir 3977cdf0e10cSrcweir /* config: */ 3978cdf0e10cSrcweir AccelConfig = TRUE, 3979cdf0e10cSrcweir MenuConfig = FALSE, 3980cdf0e10cSrcweir StatusBarConfig = FALSE, 3981cdf0e10cSrcweir ToolBoxConfig = FALSE, 3982cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 3983cdf0e10cSrcweir] 3984cdf0e10cSrcweir 3985cdf0e10cSrcweir//-------------------------------------------------------------------------- 3986cdf0e10cSrcweirSfxVoidItem JumpToPreviousCell SID_CURSORENTERUP 3987cdf0e10cSrcweir() 3988cdf0e10cSrcweir[ 3989cdf0e10cSrcweir /* flags: */ 3990cdf0e10cSrcweir AutoUpdate = FALSE, 3991cdf0e10cSrcweir Cachable = Cachable, 3992cdf0e10cSrcweir FastCall = FALSE, 3993cdf0e10cSrcweir HasCoreId = FALSE, 3994cdf0e10cSrcweir HasDialog = FALSE, 3995cdf0e10cSrcweir ReadOnlyDoc = TRUE, 3996cdf0e10cSrcweir Toggle = FALSE, 3997cdf0e10cSrcweir Container = FALSE, 3998cdf0e10cSrcweir RecordAbsolute = FALSE, 3999cdf0e10cSrcweir RecordPerSet; 4000cdf0e10cSrcweir Synchron; 4001cdf0e10cSrcweir 4002cdf0e10cSrcweir /* config: */ 4003cdf0e10cSrcweir AccelConfig = FALSE, 4004cdf0e10cSrcweir MenuConfig = FALSE, 4005cdf0e10cSrcweir StatusBarConfig = FALSE, 4006cdf0e10cSrcweir ToolBoxConfig = FALSE, 4007cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4008cdf0e10cSrcweir] 4009cdf0e10cSrcweir 4010cdf0e10cSrcweir//-------------------------------------------------------------------------- 4011cdf0e10cSrcweirSfxVoidItem JumpToPreviousUnprotected SID_PREV_UNPROTECT 4012cdf0e10cSrcweir() 4013cdf0e10cSrcweir[ 4014cdf0e10cSrcweir /* flags: */ 4015cdf0e10cSrcweir AutoUpdate = FALSE, 4016cdf0e10cSrcweir Cachable = Cachable, 4017cdf0e10cSrcweir FastCall = FALSE, 4018cdf0e10cSrcweir HasCoreId = FALSE, 4019cdf0e10cSrcweir HasDialog = FALSE, 4020cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4021cdf0e10cSrcweir Toggle = FALSE, 4022cdf0e10cSrcweir Container = FALSE, 4023cdf0e10cSrcweir RecordAbsolute = FALSE, 4024cdf0e10cSrcweir RecordPerSet; 4025cdf0e10cSrcweir Synchron; 4026cdf0e10cSrcweir 4027cdf0e10cSrcweir /* config: */ 4028cdf0e10cSrcweir AccelConfig = TRUE, 4029cdf0e10cSrcweir MenuConfig = FALSE, 4030cdf0e10cSrcweir StatusBarConfig = FALSE, 4031cdf0e10cSrcweir ToolBoxConfig = FALSE, 4032cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4033cdf0e10cSrcweir] 4034cdf0e10cSrcweir 4035cdf0e10cSrcweir//-------------------------------------------------------------------------- 4036cdf0e10cSrcweirSfxVoidItem JumpToPrevTable SID_PREV_TABLE 4037cdf0e10cSrcweir() 4038cdf0e10cSrcweir[ 4039cdf0e10cSrcweir /* flags: */ 4040cdf0e10cSrcweir AutoUpdate = FALSE, 4041cdf0e10cSrcweir Cachable = Cachable, 4042cdf0e10cSrcweir FastCall = FALSE, 4043cdf0e10cSrcweir HasCoreId = FALSE, 4044cdf0e10cSrcweir HasDialog = FALSE, 4045cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4046cdf0e10cSrcweir Toggle = FALSE, 4047cdf0e10cSrcweir Container = FALSE, 4048cdf0e10cSrcweir RecordAbsolute = FALSE, 4049cdf0e10cSrcweir RecordPerSet; 4050cdf0e10cSrcweir Synchron; 4051cdf0e10cSrcweir 4052cdf0e10cSrcweir /* config: */ 4053cdf0e10cSrcweir AccelConfig = TRUE, 4054cdf0e10cSrcweir MenuConfig = FALSE, 4055cdf0e10cSrcweir StatusBarConfig = FALSE, 4056cdf0e10cSrcweir ToolBoxConfig = FALSE, 4057cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4058cdf0e10cSrcweir] 4059cdf0e10cSrcweir 4060cdf0e10cSrcweir//-------------------------------------------------------------------------- 4061cdf0e10cSrcweirSfxVoidItem JumpToPrevTableSel SID_PREV_TABLE_SEL 4062cdf0e10cSrcweir() 4063cdf0e10cSrcweir[ 4064cdf0e10cSrcweir /* flags: */ 4065cdf0e10cSrcweir AutoUpdate = FALSE, 4066cdf0e10cSrcweir Cachable = Cachable, 4067cdf0e10cSrcweir FastCall = FALSE, 4068cdf0e10cSrcweir HasCoreId = FALSE, 4069cdf0e10cSrcweir HasDialog = FALSE, 4070cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4071cdf0e10cSrcweir Toggle = FALSE, 4072cdf0e10cSrcweir Container = FALSE, 4073cdf0e10cSrcweir RecordAbsolute = FALSE, 4074cdf0e10cSrcweir RecordPerSet; 4075cdf0e10cSrcweir Synchron; 4076cdf0e10cSrcweir 4077cdf0e10cSrcweir /* config: */ 4078cdf0e10cSrcweir AccelConfig = TRUE, 4079cdf0e10cSrcweir MenuConfig = FALSE, 4080cdf0e10cSrcweir StatusBarConfig = FALSE, 4081cdf0e10cSrcweir ToolBoxConfig = FALSE, 4082cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4083cdf0e10cSrcweir] 4084cdf0e10cSrcweir 4085cdf0e10cSrcweir//-------------------------------------------------------------------------- 4086cdf0e10cSrcweirSfxVoidItem JumpToTable SID_CURRENTTAB 4087cdf0e10cSrcweir(SfxUInt16Item Nr SID_CURRENTTAB) 4088cdf0e10cSrcweir[ 4089cdf0e10cSrcweir /* flags: */ 4090cdf0e10cSrcweir AutoUpdate = FALSE, 4091cdf0e10cSrcweir Cachable = Cachable, 4092cdf0e10cSrcweir FastCall = FALSE, 4093cdf0e10cSrcweir HasCoreId = FALSE, 4094cdf0e10cSrcweir HasDialog = FALSE, 4095cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4096cdf0e10cSrcweir Toggle = FALSE, 4097cdf0e10cSrcweir Container = FALSE, 4098cdf0e10cSrcweir RecordAbsolute = FALSE, 4099cdf0e10cSrcweir RecordPerSet; 4100cdf0e10cSrcweir Synchron; 4101cdf0e10cSrcweir 4102cdf0e10cSrcweir /* config: */ 4103cdf0e10cSrcweir AccelConfig = FALSE, 4104cdf0e10cSrcweir MenuConfig = FALSE, 4105cdf0e10cSrcweir StatusBarConfig = FALSE, 4106cdf0e10cSrcweir ToolBoxConfig = FALSE, 4107cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 4108cdf0e10cSrcweir] 4109cdf0e10cSrcweir 4110cdf0e10cSrcweir//-------------------------------------------------------------------------- 4111cdf0e10cSrcweirSfxVoidItem LastPage SID_PREVIEW_LAST 4112cdf0e10cSrcweir() 4113cdf0e10cSrcweir[ 4114cdf0e10cSrcweir /* flags: */ 4115cdf0e10cSrcweir AutoUpdate = FALSE, 4116cdf0e10cSrcweir Cachable = Cachable, 4117cdf0e10cSrcweir FastCall = FALSE, 4118cdf0e10cSrcweir HasCoreId = FALSE, 4119cdf0e10cSrcweir HasDialog = FALSE, 4120cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4121cdf0e10cSrcweir Toggle = FALSE, 4122cdf0e10cSrcweir Container = FALSE, 4123cdf0e10cSrcweir RecordAbsolute = FALSE, 4124cdf0e10cSrcweir RecordPerSet; 4125cdf0e10cSrcweir Synchron; 4126cdf0e10cSrcweir 4127cdf0e10cSrcweir /* config: */ 4128cdf0e10cSrcweir AccelConfig = TRUE, 4129cdf0e10cSrcweir MenuConfig = FALSE, 4130cdf0e10cSrcweir StatusBarConfig = FALSE, 4131cdf0e10cSrcweir ToolBoxConfig = TRUE, 4132cdf0e10cSrcweir GroupId = GID_VIEW; 4133cdf0e10cSrcweir] 4134cdf0e10cSrcweir 4135cdf0e10cSrcweir//-------------------------------------------------------------------------- 4136cdf0e10cSrcweirSfxVoidItem MergeCells FID_MERGE_ON 4137cdf0e10cSrcweir(SfxBoolItem MoveContents FID_MERGE_ON) 4138cdf0e10cSrcweir[ 4139cdf0e10cSrcweir /* flags: */ 4140cdf0e10cSrcweir AutoUpdate = FALSE, 4141cdf0e10cSrcweir Cachable = Cachable, 4142cdf0e10cSrcweir FastCall = FALSE, 4143cdf0e10cSrcweir HasCoreId = FALSE, 4144cdf0e10cSrcweir HasDialog = FALSE, 4145cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4146cdf0e10cSrcweir Toggle = FALSE, 4147cdf0e10cSrcweir Container = FALSE, 4148cdf0e10cSrcweir RecordAbsolute = FALSE, 4149cdf0e10cSrcweir RecordPerSet; 4150cdf0e10cSrcweir Synchron; 4151cdf0e10cSrcweir 4152cdf0e10cSrcweir /* config: */ 4153cdf0e10cSrcweir AccelConfig = TRUE, 4154cdf0e10cSrcweir MenuConfig = TRUE, 4155cdf0e10cSrcweir StatusBarConfig = FALSE, 4156cdf0e10cSrcweir ToolBoxConfig = TRUE, 4157cdf0e10cSrcweir GroupId = GID_FORMAT; 4158cdf0e10cSrcweir] 4159cdf0e10cSrcweir 4160cdf0e10cSrcweir//-------------------------------------------------------------------------- 4161cdf0e10cSrcweirSfxVoidItem ToggleMergeCells FID_MERGE_TOGGLE 4162cdf0e10cSrcweir(SfxBoolItem MoveContents FID_MERGE_TOGGLE) 4163cdf0e10cSrcweir[ 4164cdf0e10cSrcweir /* flags: */ 4165cdf0e10cSrcweir AutoUpdate = FALSE, 4166cdf0e10cSrcweir Cachable = Cachable, 4167cdf0e10cSrcweir FastCall = FALSE, 4168cdf0e10cSrcweir HasCoreId = FALSE, 4169cdf0e10cSrcweir HasDialog = FALSE, 4170cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4171cdf0e10cSrcweir Toggle = FALSE, 4172cdf0e10cSrcweir Container = FALSE, 4173cdf0e10cSrcweir RecordAbsolute = FALSE, 4174cdf0e10cSrcweir RecordPerSet; 4175cdf0e10cSrcweir Synchron; 4176cdf0e10cSrcweir 4177cdf0e10cSrcweir /* config: */ 4178cdf0e10cSrcweir AccelConfig = TRUE, 4179cdf0e10cSrcweir MenuConfig = TRUE, 4180cdf0e10cSrcweir StatusBarConfig = FALSE, 4181cdf0e10cSrcweir ToolBoxConfig = TRUE, 4182cdf0e10cSrcweir GroupId = GID_FORMAT; 4183cdf0e10cSrcweir] 4184cdf0e10cSrcweir 4185cdf0e10cSrcweir//-------------------------------------------------------------------------- 4186cdf0e10cSrcweirSfxBoolItem Mirror SID_OBJECT_MIRROR 4187cdf0e10cSrcweir() 4188cdf0e10cSrcweir[ 4189cdf0e10cSrcweir /* flags: */ 4190cdf0e10cSrcweir AutoUpdate = FALSE, 4191cdf0e10cSrcweir Cachable = Cachable, 4192cdf0e10cSrcweir FastCall = FALSE, 4193cdf0e10cSrcweir HasCoreId = FALSE, 4194cdf0e10cSrcweir HasDialog = FALSE, 4195cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4196cdf0e10cSrcweir Toggle = FALSE, 4197cdf0e10cSrcweir Container = FALSE, 4198cdf0e10cSrcweir RecordAbsolute = FALSE, 4199cdf0e10cSrcweir RecordPerSet; 4200cdf0e10cSrcweir Synchron; 4201cdf0e10cSrcweir 4202cdf0e10cSrcweir /* config: */ 4203cdf0e10cSrcweir AccelConfig = FALSE, 4204cdf0e10cSrcweir MenuConfig = FALSE, 4205cdf0e10cSrcweir StatusBarConfig = FALSE, 4206cdf0e10cSrcweir ToolBoxConfig = FALSE, 4207cdf0e10cSrcweir GroupId = GID_SPECIAL; 4208cdf0e10cSrcweir] 4209cdf0e10cSrcweir 4210cdf0e10cSrcweir//-------------------------------------------------------------------------- 4211cdf0e10cSrcweirSfxVoidItem Move FID_TAB_MOVE 4212cdf0e10cSrcweir(SfxStringItem DocName FID_TAB_MOVE,SfxUInt16Item Index FN_PARAM_1,SfxBoolItem Copy FN_PARAM_2) 4213cdf0e10cSrcweir[ 4214cdf0e10cSrcweir /* flags: */ 4215cdf0e10cSrcweir AutoUpdate = FALSE, 4216cdf0e10cSrcweir Cachable = Cachable, 4217cdf0e10cSrcweir FastCall = FALSE, 4218cdf0e10cSrcweir HasCoreId = FALSE, 4219cdf0e10cSrcweir HasDialog = TRUE, 4220cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4221cdf0e10cSrcweir Toggle = FALSE, 4222cdf0e10cSrcweir Container = FALSE, 4223cdf0e10cSrcweir RecordAbsolute = FALSE, 4224cdf0e10cSrcweir RecordPerSet; 4225cdf0e10cSrcweir Synchron; 4226cdf0e10cSrcweir 4227cdf0e10cSrcweir /* config: */ 4228cdf0e10cSrcweir AccelConfig = TRUE, 4229cdf0e10cSrcweir MenuConfig = TRUE, 4230cdf0e10cSrcweir StatusBarConfig = FALSE, 4231cdf0e10cSrcweir ToolBoxConfig = FALSE, 4232cdf0e10cSrcweir GroupId = GID_EDIT; 4233cdf0e10cSrcweir] 4234cdf0e10cSrcweir 4235cdf0e10cSrcweir//-------------------------------------------------------------------------- 4236cdf0e10cSrcweirSfxStringItem Name FID_TAB_RENAME 4237cdf0e10cSrcweir 4238cdf0e10cSrcweir[ 4239cdf0e10cSrcweir /* flags: */ 4240cdf0e10cSrcweir AutoUpdate = FALSE, 4241cdf0e10cSrcweir Cachable = Cachable, 4242cdf0e10cSrcweir FastCall = FALSE, 4243cdf0e10cSrcweir HasCoreId = FALSE, 4244cdf0e10cSrcweir HasDialog = TRUE, 4245cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4246cdf0e10cSrcweir Toggle = FALSE, 4247cdf0e10cSrcweir Container = FALSE, 4248cdf0e10cSrcweir RecordAbsolute = FALSE, 4249cdf0e10cSrcweir RecordPerSet; 4250cdf0e10cSrcweir Synchron; 4251cdf0e10cSrcweir 4252cdf0e10cSrcweir Readonly = FALSE, 4253cdf0e10cSrcweir 4254cdf0e10cSrcweir /* config: */ 4255cdf0e10cSrcweir AccelConfig = TRUE, 4256cdf0e10cSrcweir MenuConfig = TRUE, 4257cdf0e10cSrcweir StatusBarConfig = FALSE, 4258cdf0e10cSrcweir ToolBoxConfig = FALSE, 4259cdf0e10cSrcweir GroupId = GID_FORMAT; 4260cdf0e10cSrcweir] 4261cdf0e10cSrcweir 4262cdf0e10cSrcweir//-------------------------------------------------------------------------- 4263cdf0e10cSrcweirSfxVoidItem NextPage SID_PREVIEW_NEXT 4264cdf0e10cSrcweir() 4265cdf0e10cSrcweir[ 4266cdf0e10cSrcweir /* flags: */ 4267cdf0e10cSrcweir AutoUpdate = FALSE, 4268cdf0e10cSrcweir Cachable = Cachable, 4269cdf0e10cSrcweir FastCall = FALSE, 4270cdf0e10cSrcweir HasCoreId = FALSE, 4271cdf0e10cSrcweir HasDialog = FALSE, 4272cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4273cdf0e10cSrcweir Toggle = FALSE, 4274cdf0e10cSrcweir Container = FALSE, 4275cdf0e10cSrcweir RecordAbsolute = FALSE, 4276cdf0e10cSrcweir RecordPerSet; 4277cdf0e10cSrcweir Synchron; 4278cdf0e10cSrcweir 4279cdf0e10cSrcweir /* config: */ 4280cdf0e10cSrcweir AccelConfig = TRUE, 4281cdf0e10cSrcweir MenuConfig = FALSE, 4282cdf0e10cSrcweir StatusBarConfig = FALSE, 4283cdf0e10cSrcweir ToolBoxConfig = TRUE, 4284cdf0e10cSrcweir GroupId = GID_VIEW; 4285cdf0e10cSrcweir] 4286cdf0e10cSrcweir 4287cdf0e10cSrcweir//-------------------------------------------------------------------------- 4288cdf0e10cSrcweirSfxStringItem NoteText SID_RANGE_NOTETEXT 4289cdf0e10cSrcweir 4290cdf0e10cSrcweir[ 4291cdf0e10cSrcweir /* flags: */ 4292cdf0e10cSrcweir AutoUpdate = FALSE, 4293cdf0e10cSrcweir Cachable = Cachable, 4294cdf0e10cSrcweir FastCall = FALSE, 4295cdf0e10cSrcweir HasCoreId = FALSE, 4296cdf0e10cSrcweir HasDialog = FALSE, 4297cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4298cdf0e10cSrcweir Toggle = FALSE, 4299cdf0e10cSrcweir Container = FALSE, 4300cdf0e10cSrcweir RecordAbsolute = FALSE, 4301cdf0e10cSrcweir RecordPerSet; 4302cdf0e10cSrcweir Synchron; 4303cdf0e10cSrcweir 4304cdf0e10cSrcweir Readonly = FALSE, 4305cdf0e10cSrcweir 4306cdf0e10cSrcweir /* config: */ 4307cdf0e10cSrcweir AccelConfig = FALSE, 4308cdf0e10cSrcweir MenuConfig = FALSE, 4309cdf0e10cSrcweir StatusBarConfig = FALSE, 4310cdf0e10cSrcweir ToolBoxConfig = FALSE, 4311cdf0e10cSrcweir GroupId = GID_INTERN; 4312cdf0e10cSrcweir] 4313cdf0e10cSrcweir 4314cdf0e10cSrcweir//-------------------------------------------------------------------------- 4315cdf0e10cSrcweirSfxBoolItem NoteVisible FID_NOTE_VISIBLE 4316cdf0e10cSrcweir 4317cdf0e10cSrcweir[ 4318cdf0e10cSrcweir /* flags: */ 4319cdf0e10cSrcweir AutoUpdate = FALSE, 4320cdf0e10cSrcweir Cachable = Cachable, 4321cdf0e10cSrcweir FastCall = FALSE, 4322cdf0e10cSrcweir HasCoreId = FALSE, 4323cdf0e10cSrcweir HasDialog = FALSE, 4324cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4325cdf0e10cSrcweir Toggle = FALSE, 4326cdf0e10cSrcweir Container = FALSE, 4327cdf0e10cSrcweir RecordAbsolute = FALSE, 4328cdf0e10cSrcweir RecordPerSet; 4329cdf0e10cSrcweir Synchron; 4330cdf0e10cSrcweir 4331cdf0e10cSrcweir Readonly = FALSE, 4332cdf0e10cSrcweir 4333cdf0e10cSrcweir /* config: */ 4334cdf0e10cSrcweir AccelConfig = TRUE, 4335cdf0e10cSrcweir MenuConfig = TRUE, 4336cdf0e10cSrcweir StatusBarConfig = FALSE, 4337cdf0e10cSrcweir ToolBoxConfig = TRUE, 4338cdf0e10cSrcweir GroupId = GID_VIEW; 4339cdf0e10cSrcweir] 4340cdf0e10cSrcweir 4341cdf0e10cSrcweir//-------------------------------------------------------------------------- 4342cdf0e10cSrcweirSfxVoidItem DeleteNote SID_DELETE_NOTE 4343cdf0e10cSrcweir() 4344cdf0e10cSrcweir[ 4345cdf0e10cSrcweir /* flags: */ 4346cdf0e10cSrcweir AutoUpdate = FALSE, 4347cdf0e10cSrcweir Cachable = Cachable, 4348cdf0e10cSrcweir FastCall = TRUE, 4349cdf0e10cSrcweir HasCoreId = FALSE, 4350cdf0e10cSrcweir HasDialog = FALSE, 4351cdf0e10cSrcweir ReadOnlyDoc = FALSE, 4352cdf0e10cSrcweir Toggle = FALSE, 4353cdf0e10cSrcweir Container = FALSE, 4354cdf0e10cSrcweir RecordAbsolute = FALSE, 4355cdf0e10cSrcweir RecordPerSet; 4356cdf0e10cSrcweir Synchron; 4357cdf0e10cSrcweir 4358cdf0e10cSrcweir /* config: */ 4359cdf0e10cSrcweir AccelConfig = TRUE, 4360cdf0e10cSrcweir MenuConfig = TRUE, 4361cdf0e10cSrcweir StatusBarConfig = FALSE, 4362cdf0e10cSrcweir ToolBoxConfig = TRUE, 4363cdf0e10cSrcweir GroupId = GID_EDIT; 4364cdf0e10cSrcweir] 4365cdf0e10cSrcweir 4366cdf0e10cSrcweir//-------------------------------------------------------------------------- 4367cdf0e10cSrcweirSfxStringItem NumberFormat SID_NUMBER_FORMAT 4368cdf0e10cSrcweir 4369cdf0e10cSrcweir[ 4370cdf0e10cSrcweir /* flags: */ 4371cdf0e10cSrcweir AutoUpdate = FALSE, 4372cdf0e10cSrcweir Cachable = Cachable, 4373cdf0e10cSrcweir FastCall = FALSE, 4374cdf0e10cSrcweir HasCoreId = FALSE, 4375cdf0e10cSrcweir HasDialog = FALSE, 4376cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4377cdf0e10cSrcweir Toggle = FALSE, 4378cdf0e10cSrcweir Container = FALSE, 4379cdf0e10cSrcweir RecordAbsolute = FALSE, 4380cdf0e10cSrcweir RecordPerSet; 4381cdf0e10cSrcweir Synchron; 4382cdf0e10cSrcweir 4383cdf0e10cSrcweir Readonly = FALSE, 4384cdf0e10cSrcweir 4385cdf0e10cSrcweir /* config: */ 4386cdf0e10cSrcweir AccelConfig = FALSE, 4387cdf0e10cSrcweir MenuConfig = FALSE, 4388cdf0e10cSrcweir StatusBarConfig = FALSE, 4389cdf0e10cSrcweir ToolBoxConfig = FALSE, 4390cdf0e10cSrcweir GroupId = GID_FORMAT; 4391cdf0e10cSrcweir] 4392cdf0e10cSrcweir 4393cdf0e10cSrcweir//-------------------------------------------------------------------------- 4394cdf0e10cSrcweirSfxVoidItem NumberFormatCurrency SID_NUMBER_CURRENCY 4395cdf0e10cSrcweir() 4396cdf0e10cSrcweir[ 4397cdf0e10cSrcweir /* flags: */ 4398cdf0e10cSrcweir AutoUpdate = FALSE, 4399cdf0e10cSrcweir Cachable = Cachable, 4400cdf0e10cSrcweir FastCall = FALSE, 4401cdf0e10cSrcweir HasCoreId = FALSE, 4402cdf0e10cSrcweir HasDialog = FALSE, 4403cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4404cdf0e10cSrcweir Toggle = FALSE, 4405cdf0e10cSrcweir Container = FALSE, 4406cdf0e10cSrcweir RecordAbsolute = FALSE, 4407cdf0e10cSrcweir RecordPerSet; 4408cdf0e10cSrcweir Synchron; 4409cdf0e10cSrcweir 4410cdf0e10cSrcweir /* config: */ 4411cdf0e10cSrcweir AccelConfig = TRUE, 4412cdf0e10cSrcweir MenuConfig = TRUE, 4413cdf0e10cSrcweir StatusBarConfig = FALSE, 4414cdf0e10cSrcweir ToolBoxConfig = TRUE, 4415cdf0e10cSrcweir GroupId = GID_FORMAT; 4416cdf0e10cSrcweir] 4417cdf0e10cSrcweir 4418cdf0e10cSrcweir//-------------------------------------------------------------------------- 4419cdf0e10cSrcweirSfxVoidItem NumberFormatDate SID_NUMBER_DATE 4420cdf0e10cSrcweir() 4421cdf0e10cSrcweir[ 4422cdf0e10cSrcweir /* flags: */ 4423cdf0e10cSrcweir AutoUpdate = FALSE, 4424cdf0e10cSrcweir Cachable = Cachable, 4425cdf0e10cSrcweir FastCall = FALSE, 4426cdf0e10cSrcweir HasCoreId = FALSE, 4427cdf0e10cSrcweir HasDialog = FALSE, 4428cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4429cdf0e10cSrcweir Toggle = FALSE, 4430cdf0e10cSrcweir Container = FALSE, 4431cdf0e10cSrcweir RecordAbsolute = FALSE, 4432cdf0e10cSrcweir RecordPerSet; 4433cdf0e10cSrcweir Synchron; 4434cdf0e10cSrcweir 4435cdf0e10cSrcweir /* config: */ 4436cdf0e10cSrcweir AccelConfig = TRUE, 4437cdf0e10cSrcweir MenuConfig = TRUE, 4438cdf0e10cSrcweir StatusBarConfig = FALSE, 4439cdf0e10cSrcweir ToolBoxConfig = TRUE, 4440cdf0e10cSrcweir GroupId = GID_FORMAT; 4441cdf0e10cSrcweir] 4442cdf0e10cSrcweir 4443cdf0e10cSrcweir//-------------------------------------------------------------------------- 4444cdf0e10cSrcweirSfxVoidItem NumberFormatDecDecimals SID_NUMBER_DECDEC 4445cdf0e10cSrcweir() 4446cdf0e10cSrcweir[ 4447cdf0e10cSrcweir /* flags: */ 4448cdf0e10cSrcweir AutoUpdate = FALSE, 4449cdf0e10cSrcweir Cachable = Cachable, 4450cdf0e10cSrcweir FastCall = FALSE, 4451cdf0e10cSrcweir HasCoreId = FALSE, 4452cdf0e10cSrcweir HasDialog = FALSE, 4453cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4454cdf0e10cSrcweir Toggle = FALSE, 4455cdf0e10cSrcweir Container = FALSE, 4456cdf0e10cSrcweir RecordAbsolute = FALSE, 4457cdf0e10cSrcweir RecordPerSet; 4458cdf0e10cSrcweir Synchron; 4459cdf0e10cSrcweir 4460cdf0e10cSrcweir /* config: */ 4461cdf0e10cSrcweir AccelConfig = TRUE, 4462cdf0e10cSrcweir MenuConfig = TRUE, 4463cdf0e10cSrcweir StatusBarConfig = FALSE, 4464cdf0e10cSrcweir ToolBoxConfig = TRUE, 4465cdf0e10cSrcweir GroupId = GID_FORMAT; 4466cdf0e10cSrcweir] 4467cdf0e10cSrcweir 4468cdf0e10cSrcweir//-------------------------------------------------------------------------- 4469cdf0e10cSrcweirSfxVoidItem NumberFormatDecimal SID_NUMBER_TWODEC 4470cdf0e10cSrcweir() 4471cdf0e10cSrcweir[ 4472cdf0e10cSrcweir /* flags: */ 4473cdf0e10cSrcweir AutoUpdate = FALSE, 4474cdf0e10cSrcweir Cachable = Cachable, 4475cdf0e10cSrcweir FastCall = FALSE, 4476cdf0e10cSrcweir HasCoreId = FALSE, 4477cdf0e10cSrcweir HasDialog = FALSE, 4478cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4479cdf0e10cSrcweir Toggle = FALSE, 4480cdf0e10cSrcweir Container = FALSE, 4481cdf0e10cSrcweir RecordAbsolute = FALSE, 4482cdf0e10cSrcweir RecordPerSet; 4483cdf0e10cSrcweir Synchron; 4484cdf0e10cSrcweir 4485cdf0e10cSrcweir /* config: */ 4486cdf0e10cSrcweir AccelConfig = TRUE, 4487cdf0e10cSrcweir MenuConfig = TRUE, 4488cdf0e10cSrcweir StatusBarConfig = FALSE, 4489cdf0e10cSrcweir ToolBoxConfig = TRUE, 4490cdf0e10cSrcweir GroupId = GID_FORMAT; 4491cdf0e10cSrcweir] 4492cdf0e10cSrcweir 4493cdf0e10cSrcweir//-------------------------------------------------------------------------- 4494cdf0e10cSrcweirSfxVoidItem NumberFormatIncDecimals SID_NUMBER_INCDEC 4495cdf0e10cSrcweir() 4496cdf0e10cSrcweir[ 4497cdf0e10cSrcweir /* flags: */ 4498cdf0e10cSrcweir AutoUpdate = FALSE, 4499cdf0e10cSrcweir Cachable = Cachable, 4500cdf0e10cSrcweir FastCall = FALSE, 4501cdf0e10cSrcweir HasCoreId = FALSE, 4502cdf0e10cSrcweir HasDialog = FALSE, 4503cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4504cdf0e10cSrcweir Toggle = FALSE, 4505cdf0e10cSrcweir Container = FALSE, 4506cdf0e10cSrcweir RecordAbsolute = FALSE, 4507cdf0e10cSrcweir RecordPerSet; 4508cdf0e10cSrcweir Synchron; 4509cdf0e10cSrcweir 4510cdf0e10cSrcweir /* config: */ 4511cdf0e10cSrcweir AccelConfig = TRUE, 4512cdf0e10cSrcweir MenuConfig = TRUE, 4513cdf0e10cSrcweir StatusBarConfig = FALSE, 4514cdf0e10cSrcweir ToolBoxConfig = TRUE, 4515cdf0e10cSrcweir GroupId = GID_FORMAT; 4516cdf0e10cSrcweir] 4517cdf0e10cSrcweir 4518cdf0e10cSrcweir//-------------------------------------------------------------------------- 4519cdf0e10cSrcweirSfxVoidItem NumberFormatPercent SID_NUMBER_PERCENT 4520cdf0e10cSrcweir() 4521cdf0e10cSrcweir[ 4522cdf0e10cSrcweir /* flags: */ 4523cdf0e10cSrcweir AutoUpdate = FALSE, 4524cdf0e10cSrcweir Cachable = Cachable, 4525cdf0e10cSrcweir FastCall = FALSE, 4526cdf0e10cSrcweir HasCoreId = FALSE, 4527cdf0e10cSrcweir HasDialog = FALSE, 4528cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4529cdf0e10cSrcweir Toggle = FALSE, 4530cdf0e10cSrcweir Container = FALSE, 4531cdf0e10cSrcweir RecordAbsolute = FALSE, 4532cdf0e10cSrcweir RecordPerSet; 4533cdf0e10cSrcweir Synchron; 4534cdf0e10cSrcweir 4535cdf0e10cSrcweir /* config: */ 4536cdf0e10cSrcweir AccelConfig = TRUE, 4537cdf0e10cSrcweir MenuConfig = TRUE, 4538cdf0e10cSrcweir StatusBarConfig = FALSE, 4539cdf0e10cSrcweir ToolBoxConfig = TRUE, 4540cdf0e10cSrcweir GroupId = GID_FORMAT; 4541cdf0e10cSrcweir] 4542cdf0e10cSrcweir 4543cdf0e10cSrcweir//-------------------------------------------------------------------------- 4544cdf0e10cSrcweirSfxVoidItem NumberFormatScientific SID_NUMBER_SCIENTIFIC 4545cdf0e10cSrcweir() 4546cdf0e10cSrcweir[ 4547cdf0e10cSrcweir /* flags: */ 4548cdf0e10cSrcweir AutoUpdate = FALSE, 4549cdf0e10cSrcweir Cachable = Cachable, 4550cdf0e10cSrcweir FastCall = FALSE, 4551cdf0e10cSrcweir HasCoreId = FALSE, 4552cdf0e10cSrcweir HasDialog = FALSE, 4553cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4554cdf0e10cSrcweir Toggle = FALSE, 4555cdf0e10cSrcweir Container = FALSE, 4556cdf0e10cSrcweir RecordAbsolute = FALSE, 4557cdf0e10cSrcweir RecordPerSet; 4558cdf0e10cSrcweir Synchron; 4559cdf0e10cSrcweir 4560cdf0e10cSrcweir /* config: */ 4561cdf0e10cSrcweir AccelConfig = TRUE, 4562cdf0e10cSrcweir MenuConfig = TRUE, 4563cdf0e10cSrcweir StatusBarConfig = FALSE, 4564cdf0e10cSrcweir ToolBoxConfig = TRUE, 4565cdf0e10cSrcweir GroupId = GID_FORMAT; 4566cdf0e10cSrcweir] 4567cdf0e10cSrcweir 4568cdf0e10cSrcweir//-------------------------------------------------------------------------- 4569cdf0e10cSrcweirSfxVoidItem NumberFormatStandard SID_NUMBER_STANDARD 4570cdf0e10cSrcweir() 4571cdf0e10cSrcweir[ 4572cdf0e10cSrcweir /* flags: */ 4573cdf0e10cSrcweir AutoUpdate = FALSE, 4574cdf0e10cSrcweir Cachable = Cachable, 4575cdf0e10cSrcweir FastCall = FALSE, 4576cdf0e10cSrcweir HasCoreId = FALSE, 4577cdf0e10cSrcweir HasDialog = FALSE, 4578cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4579cdf0e10cSrcweir Toggle = FALSE, 4580cdf0e10cSrcweir Container = FALSE, 4581cdf0e10cSrcweir RecordAbsolute = FALSE, 4582cdf0e10cSrcweir RecordPerSet; 4583cdf0e10cSrcweir Synchron; 4584cdf0e10cSrcweir 4585cdf0e10cSrcweir /* config: */ 4586cdf0e10cSrcweir AccelConfig = TRUE, 4587cdf0e10cSrcweir MenuConfig = TRUE, 4588cdf0e10cSrcweir StatusBarConfig = FALSE, 4589cdf0e10cSrcweir ToolBoxConfig = TRUE, 4590cdf0e10cSrcweir GroupId = GID_FORMAT; 4591cdf0e10cSrcweir] 4592cdf0e10cSrcweir 4593cdf0e10cSrcweir//-------------------------------------------------------------------------- 4594cdf0e10cSrcweirSfxVoidItem NumberFormatTime SID_NUMBER_TIME 4595cdf0e10cSrcweir() 4596cdf0e10cSrcweir[ 4597cdf0e10cSrcweir /* flags: */ 4598cdf0e10cSrcweir AutoUpdate = FALSE, 4599cdf0e10cSrcweir Cachable = Cachable, 4600cdf0e10cSrcweir FastCall = FALSE, 4601cdf0e10cSrcweir HasCoreId = FALSE, 4602cdf0e10cSrcweir HasDialog = FALSE, 4603cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4604cdf0e10cSrcweir Toggle = FALSE, 4605cdf0e10cSrcweir Container = FALSE, 4606cdf0e10cSrcweir RecordAbsolute = FALSE, 4607cdf0e10cSrcweir RecordPerSet; 4608cdf0e10cSrcweir Synchron; 4609cdf0e10cSrcweir 4610cdf0e10cSrcweir /* config: */ 4611cdf0e10cSrcweir AccelConfig = TRUE, 4612cdf0e10cSrcweir MenuConfig = TRUE, 4613cdf0e10cSrcweir StatusBarConfig = FALSE, 4614cdf0e10cSrcweir ToolBoxConfig = TRUE, 4615cdf0e10cSrcweir GroupId = GID_FORMAT; 4616cdf0e10cSrcweir] 4617cdf0e10cSrcweir 4618cdf0e10cSrcweir//-------------------------------------------------------------------------- 4619cdf0e10cSrcweirSfxInt32Item ObjectHeight SID_OBJECT_HEIGHT 4620cdf0e10cSrcweir 4621cdf0e10cSrcweir[ 4622cdf0e10cSrcweir /* flags: */ 4623cdf0e10cSrcweir AutoUpdate = FALSE, 4624cdf0e10cSrcweir Cachable = Cachable, 4625cdf0e10cSrcweir FastCall = FALSE, 4626cdf0e10cSrcweir HasCoreId = FALSE, 4627cdf0e10cSrcweir HasDialog = FALSE, 4628cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4629cdf0e10cSrcweir Toggle = FALSE, 4630cdf0e10cSrcweir Container = FALSE, 4631cdf0e10cSrcweir RecordAbsolute = FALSE, 4632cdf0e10cSrcweir RecordPerSet; 4633cdf0e10cSrcweir Synchron; 4634cdf0e10cSrcweir 4635cdf0e10cSrcweir Readonly = FALSE, 4636cdf0e10cSrcweir 4637cdf0e10cSrcweir /* config: */ 4638cdf0e10cSrcweir AccelConfig = FALSE, 4639cdf0e10cSrcweir MenuConfig = FALSE, 4640cdf0e10cSrcweir StatusBarConfig = FALSE, 4641cdf0e10cSrcweir ToolBoxConfig = FALSE, 4642cdf0e10cSrcweir GroupId = GID_INTERN; 4643cdf0e10cSrcweir] 4644cdf0e10cSrcweir 4645cdf0e10cSrcweir//-------------------------------------------------------------------------- 4646cdf0e10cSrcweirSfxInt32Item ObjectLeft SID_OBJECT_LEFT 4647cdf0e10cSrcweir 4648cdf0e10cSrcweir[ 4649cdf0e10cSrcweir /* flags: */ 4650cdf0e10cSrcweir AutoUpdate = FALSE, 4651cdf0e10cSrcweir Cachable = Cachable, 4652cdf0e10cSrcweir FastCall = FALSE, 4653cdf0e10cSrcweir HasCoreId = FALSE, 4654cdf0e10cSrcweir HasDialog = FALSE, 4655cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4656cdf0e10cSrcweir Toggle = FALSE, 4657cdf0e10cSrcweir Container = FALSE, 4658cdf0e10cSrcweir RecordAbsolute = FALSE, 4659cdf0e10cSrcweir RecordPerSet; 4660cdf0e10cSrcweir Synchron; 4661cdf0e10cSrcweir 4662cdf0e10cSrcweir Readonly = FALSE, 4663cdf0e10cSrcweir 4664cdf0e10cSrcweir /* config: */ 4665cdf0e10cSrcweir AccelConfig = FALSE, 4666cdf0e10cSrcweir MenuConfig = FALSE, 4667cdf0e10cSrcweir StatusBarConfig = FALSE, 4668cdf0e10cSrcweir ToolBoxConfig = FALSE, 4669cdf0e10cSrcweir GroupId = GID_INTERN; 4670cdf0e10cSrcweir] 4671cdf0e10cSrcweir 4672cdf0e10cSrcweir//-------------------------------------------------------------------------- 4673cdf0e10cSrcweirSfxVoidItem ObjectMirrorHorizontal SID_MIRROR_HORIZONTAL 4674cdf0e10cSrcweir() 4675cdf0e10cSrcweir[ 4676cdf0e10cSrcweir /* flags: */ 4677cdf0e10cSrcweir AutoUpdate = FALSE, 4678cdf0e10cSrcweir Cachable = Cachable, 4679cdf0e10cSrcweir FastCall = FALSE, 4680cdf0e10cSrcweir HasCoreId = FALSE, 4681cdf0e10cSrcweir HasDialog = FALSE, 4682cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4683cdf0e10cSrcweir Toggle = FALSE, 4684cdf0e10cSrcweir Container = FALSE, 4685cdf0e10cSrcweir RecordAbsolute = FALSE, 4686cdf0e10cSrcweir RecordPerSet; 4687cdf0e10cSrcweir Synchron; 4688cdf0e10cSrcweir 4689cdf0e10cSrcweir /* config: */ 4690cdf0e10cSrcweir AccelConfig = FALSE, 4691cdf0e10cSrcweir MenuConfig = TRUE, 4692cdf0e10cSrcweir StatusBarConfig = FALSE, 4693cdf0e10cSrcweir ToolBoxConfig = FALSE, 4694cdf0e10cSrcweir GroupId = GID_FORMAT; 4695cdf0e10cSrcweir] 4696cdf0e10cSrcweir 4697cdf0e10cSrcweir//-------------------------------------------------------------------------- 4698cdf0e10cSrcweirSfxVoidItem ObjectMirrorVertical SID_MIRROR_VERTICAL 4699cdf0e10cSrcweir() 4700cdf0e10cSrcweir[ 4701cdf0e10cSrcweir /* flags: */ 4702cdf0e10cSrcweir AutoUpdate = FALSE, 4703cdf0e10cSrcweir Cachable = Cachable, 4704cdf0e10cSrcweir FastCall = FALSE, 4705cdf0e10cSrcweir HasCoreId = FALSE, 4706cdf0e10cSrcweir HasDialog = FALSE, 4707cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4708cdf0e10cSrcweir Toggle = FALSE, 4709cdf0e10cSrcweir Container = FALSE, 4710cdf0e10cSrcweir RecordAbsolute = FALSE, 4711cdf0e10cSrcweir RecordPerSet; 4712cdf0e10cSrcweir Synchron; 4713cdf0e10cSrcweir 4714cdf0e10cSrcweir /* config: */ 4715cdf0e10cSrcweir AccelConfig = FALSE, 4716cdf0e10cSrcweir MenuConfig = TRUE, 4717cdf0e10cSrcweir StatusBarConfig = FALSE, 4718cdf0e10cSrcweir ToolBoxConfig = FALSE, 4719cdf0e10cSrcweir GroupId = GID_FORMAT; 4720cdf0e10cSrcweir] 4721cdf0e10cSrcweir 4722cdf0e10cSrcweir//-------------------------------------------------------------------------- 4723cdf0e10cSrcweirSfxInt32Item ObjectTop SID_OBJECT_TOP 4724cdf0e10cSrcweir 4725cdf0e10cSrcweir[ 4726cdf0e10cSrcweir /* flags: */ 4727cdf0e10cSrcweir AutoUpdate = FALSE, 4728cdf0e10cSrcweir Cachable = Cachable, 4729cdf0e10cSrcweir FastCall = FALSE, 4730cdf0e10cSrcweir HasCoreId = FALSE, 4731cdf0e10cSrcweir HasDialog = FALSE, 4732cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4733cdf0e10cSrcweir Toggle = FALSE, 4734cdf0e10cSrcweir Container = FALSE, 4735cdf0e10cSrcweir RecordAbsolute = FALSE, 4736cdf0e10cSrcweir RecordPerSet; 4737cdf0e10cSrcweir Synchron; 4738cdf0e10cSrcweir 4739cdf0e10cSrcweir Readonly = FALSE, 4740cdf0e10cSrcweir 4741cdf0e10cSrcweir /* config: */ 4742cdf0e10cSrcweir AccelConfig = FALSE, 4743cdf0e10cSrcweir MenuConfig = FALSE, 4744cdf0e10cSrcweir StatusBarConfig = FALSE, 4745cdf0e10cSrcweir ToolBoxConfig = FALSE, 4746cdf0e10cSrcweir GroupId = GID_INTERN; 4747cdf0e10cSrcweir] 4748cdf0e10cSrcweir 4749cdf0e10cSrcweir//-------------------------------------------------------------------------- 4750cdf0e10cSrcweirSfxInt32Item ObjectWidth SID_OBJECT_WIDTH 4751cdf0e10cSrcweir 4752cdf0e10cSrcweir[ 4753cdf0e10cSrcweir /* flags: */ 4754cdf0e10cSrcweir AutoUpdate = FALSE, 4755cdf0e10cSrcweir Cachable = Cachable, 4756cdf0e10cSrcweir FastCall = FALSE, 4757cdf0e10cSrcweir HasCoreId = FALSE, 4758cdf0e10cSrcweir HasDialog = FALSE, 4759cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4760cdf0e10cSrcweir Toggle = FALSE, 4761cdf0e10cSrcweir Container = FALSE, 4762cdf0e10cSrcweir RecordAbsolute = FALSE, 4763cdf0e10cSrcweir RecordPerSet; 4764cdf0e10cSrcweir Synchron; 4765cdf0e10cSrcweir 4766cdf0e10cSrcweir Readonly = FALSE, 4767cdf0e10cSrcweir 4768cdf0e10cSrcweir /* config: */ 4769cdf0e10cSrcweir AccelConfig = FALSE, 4770cdf0e10cSrcweir MenuConfig = FALSE, 4771cdf0e10cSrcweir StatusBarConfig = FALSE, 4772cdf0e10cSrcweir ToolBoxConfig = FALSE, 4773cdf0e10cSrcweir GroupId = GID_INTERN; 4774cdf0e10cSrcweir] 4775cdf0e10cSrcweir 4776cdf0e10cSrcweir//-------------------------------------------------------------------------- 4777cdf0e10cSrcweirSfxObjectItem Offset SID_RANGE_OFFSET 4778cdf0e10cSrcweir(SfxInt16Item Column FN_PARAM_1,SfxInt32Item Row FN_PARAM_2,SfxInt16Item Table FN_PARAM_3) 4779cdf0e10cSrcweir[ 4780cdf0e10cSrcweir /* flags: */ 4781cdf0e10cSrcweir AutoUpdate = FALSE, 4782cdf0e10cSrcweir Cachable = Cachable, 4783cdf0e10cSrcweir FastCall = FALSE, 4784cdf0e10cSrcweir HasCoreId = FALSE, 4785cdf0e10cSrcweir HasDialog = FALSE, 4786cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4787cdf0e10cSrcweir Toggle = FALSE, 4788cdf0e10cSrcweir Container = FALSE, 4789cdf0e10cSrcweir RecordAbsolute = FALSE, 4790cdf0e10cSrcweir RecordPerSet; 4791cdf0e10cSrcweir Synchron; 4792cdf0e10cSrcweir 4793cdf0e10cSrcweir /* config: */ 4794cdf0e10cSrcweir AccelConfig = FALSE, 4795cdf0e10cSrcweir MenuConfig = FALSE, 4796cdf0e10cSrcweir StatusBarConfig = FALSE, 4797cdf0e10cSrcweir ToolBoxConfig = FALSE, 4798cdf0e10cSrcweir GroupId = GID_INTERN; 4799cdf0e10cSrcweir] 4800cdf0e10cSrcweir 4801cdf0e10cSrcweir//-------------------------------------------------------------------------- 4802cdf0e10cSrcweirSfxObjectItem OleObject SID_OLE_OBJECT 4803cdf0e10cSrcweir 4804cdf0e10cSrcweir[ 4805cdf0e10cSrcweir /* flags: */ 4806cdf0e10cSrcweir AutoUpdate = FALSE, 4807cdf0e10cSrcweir Cachable = Cachable, 4808cdf0e10cSrcweir FastCall = TRUE, 4809cdf0e10cSrcweir HasCoreId = FALSE, 4810cdf0e10cSrcweir HasDialog = FALSE, 4811cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4812cdf0e10cSrcweir Toggle = FALSE, 4813cdf0e10cSrcweir Container = FALSE, 4814cdf0e10cSrcweir RecordAbsolute = FALSE, 4815cdf0e10cSrcweir RecordPerSet; 4816cdf0e10cSrcweir Synchron; 4817cdf0e10cSrcweir 4818cdf0e10cSrcweir Readonly = TRUE, 4819cdf0e10cSrcweir 4820cdf0e10cSrcweir /* config: */ 4821cdf0e10cSrcweir AccelConfig = FALSE, 4822cdf0e10cSrcweir MenuConfig = FALSE, 4823cdf0e10cSrcweir StatusBarConfig = FALSE, 4824cdf0e10cSrcweir ToolBoxConfig = FALSE, 4825cdf0e10cSrcweir GroupId = GID_EDIT; 4826cdf0e10cSrcweir] 4827cdf0e10cSrcweir 4828cdf0e10cSrcweir//-------------------------------------------------------------------------- 4829cdf0e10cSrcweirSfxVoidItem OriginalSize SID_ORIGINALSIZE 4830cdf0e10cSrcweir() 4831cdf0e10cSrcweir[ 4832cdf0e10cSrcweir /* flags: */ 4833cdf0e10cSrcweir AutoUpdate = FALSE, 4834cdf0e10cSrcweir Cachable = Cachable, 4835cdf0e10cSrcweir FastCall = FALSE, 4836cdf0e10cSrcweir HasCoreId = FALSE, 4837cdf0e10cSrcweir HasDialog = FALSE, 4838cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4839cdf0e10cSrcweir Toggle = FALSE, 4840cdf0e10cSrcweir Container = FALSE, 4841cdf0e10cSrcweir RecordAbsolute = FALSE, 4842cdf0e10cSrcweir RecordPerSet; 4843cdf0e10cSrcweir Synchron; 4844cdf0e10cSrcweir 4845cdf0e10cSrcweir /* config: */ 4846cdf0e10cSrcweir AccelConfig = FALSE, 4847cdf0e10cSrcweir MenuConfig = FALSE, 4848cdf0e10cSrcweir StatusBarConfig = FALSE, 4849cdf0e10cSrcweir ToolBoxConfig = FALSE, 4850cdf0e10cSrcweir GroupId = GID_EDIT; 4851cdf0e10cSrcweir] 4852cdf0e10cSrcweir 4853cdf0e10cSrcweir//-------------------------------------------------------------------------- 4854cdf0e10cSrcweirSfxBoolItem NormalViewMode FID_NORMALVIEWMODE 4855cdf0e10cSrcweir 4856cdf0e10cSrcweir[ 4857cdf0e10cSrcweir /* flags: */ 4858cdf0e10cSrcweir AutoUpdate = FALSE, 4859cdf0e10cSrcweir Cachable = Cachable, 4860cdf0e10cSrcweir FastCall = FALSE, 4861cdf0e10cSrcweir HasCoreId = FALSE, 4862cdf0e10cSrcweir HasDialog = FALSE, 4863cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4864cdf0e10cSrcweir Toggle = FALSE, 4865cdf0e10cSrcweir Container = FALSE, 4866cdf0e10cSrcweir RecordAbsolute = FALSE, 4867cdf0e10cSrcweir RecordPerSet; 4868cdf0e10cSrcweir Synchron; 4869cdf0e10cSrcweir 4870cdf0e10cSrcweir Readonly = FALSE, 4871cdf0e10cSrcweir 4872cdf0e10cSrcweir /* config: */ 4873cdf0e10cSrcweir AccelConfig = TRUE, 4874cdf0e10cSrcweir MenuConfig = TRUE, 4875cdf0e10cSrcweir StatusBarConfig = FALSE, 4876cdf0e10cSrcweir ToolBoxConfig = TRUE, 4877cdf0e10cSrcweir GroupId = GID_VIEW; 4878cdf0e10cSrcweir] 4879cdf0e10cSrcweir 4880cdf0e10cSrcweir//-------------------------------------------------------------------------- 4881cdf0e10cSrcweirSfxBoolItem PagebreakMode FID_PAGEBREAKMODE 4882cdf0e10cSrcweir 4883cdf0e10cSrcweir[ 4884cdf0e10cSrcweir /* flags: */ 4885cdf0e10cSrcweir AutoUpdate = FALSE, 4886cdf0e10cSrcweir Cachable = Cachable, 4887cdf0e10cSrcweir FastCall = FALSE, 4888cdf0e10cSrcweir HasCoreId = FALSE, 4889cdf0e10cSrcweir HasDialog = FALSE, 4890cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4891cdf0e10cSrcweir Toggle = FALSE, 4892cdf0e10cSrcweir Container = FALSE, 4893cdf0e10cSrcweir RecordAbsolute = FALSE, 4894cdf0e10cSrcweir RecordPerSet; 4895cdf0e10cSrcweir Synchron; 4896cdf0e10cSrcweir 4897cdf0e10cSrcweir Readonly = FALSE, 4898cdf0e10cSrcweir 4899cdf0e10cSrcweir /* config: */ 4900cdf0e10cSrcweir AccelConfig = TRUE, 4901cdf0e10cSrcweir MenuConfig = TRUE, 4902cdf0e10cSrcweir StatusBarConfig = FALSE, 4903cdf0e10cSrcweir ToolBoxConfig = TRUE, 4904cdf0e10cSrcweir GroupId = GID_VIEW; 4905cdf0e10cSrcweir] 4906cdf0e10cSrcweir 4907cdf0e10cSrcweir//-------------------------------------------------------------------------- 4908cdf0e10cSrcweirSfxVoidItem PageFormatDialog SID_FORMATPAGE 4909cdf0e10cSrcweir() 4910cdf0e10cSrcweir[ 4911cdf0e10cSrcweir /* flags: */ 4912cdf0e10cSrcweir AutoUpdate = FALSE, 4913cdf0e10cSrcweir Cachable = Cachable, 4914cdf0e10cSrcweir FastCall = FALSE, 4915cdf0e10cSrcweir HasCoreId = FALSE, 4916cdf0e10cSrcweir HasDialog = TRUE, 4917cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4918cdf0e10cSrcweir Toggle = FALSE, 4919cdf0e10cSrcweir Container = FALSE, 4920cdf0e10cSrcweir RecordAbsolute = FALSE, 4921cdf0e10cSrcweir RecordPerSet; 4922cdf0e10cSrcweir Synchron; 4923cdf0e10cSrcweir 4924cdf0e10cSrcweir /* config: */ 4925cdf0e10cSrcweir AccelConfig = TRUE, 4926cdf0e10cSrcweir MenuConfig = TRUE, 4927cdf0e10cSrcweir StatusBarConfig = FALSE, 4928cdf0e10cSrcweir ToolBoxConfig = TRUE, 4929cdf0e10cSrcweir GroupId = GID_FORMAT; 4930cdf0e10cSrcweir] 4931cdf0e10cSrcweir 4932cdf0e10cSrcweir//-------------------------------------------------------------------------- 4933cdf0e10cSrcweirSfxVoidItem PreviousPage SID_PREVIEW_PREVIOUS 4934cdf0e10cSrcweir() 4935cdf0e10cSrcweir[ 4936cdf0e10cSrcweir /* flags: */ 4937cdf0e10cSrcweir AutoUpdate = FALSE, 4938cdf0e10cSrcweir Cachable = Cachable, 4939cdf0e10cSrcweir FastCall = FALSE, 4940cdf0e10cSrcweir HasCoreId = FALSE, 4941cdf0e10cSrcweir HasDialog = FALSE, 4942cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4943cdf0e10cSrcweir Toggle = FALSE, 4944cdf0e10cSrcweir Container = FALSE, 4945cdf0e10cSrcweir RecordAbsolute = FALSE, 4946cdf0e10cSrcweir RecordPerSet; 4947cdf0e10cSrcweir Synchron; 4948cdf0e10cSrcweir 4949cdf0e10cSrcweir /* config: */ 4950cdf0e10cSrcweir AccelConfig = TRUE, 4951cdf0e10cSrcweir MenuConfig = FALSE, 4952cdf0e10cSrcweir StatusBarConfig = FALSE, 4953cdf0e10cSrcweir ToolBoxConfig = TRUE, 4954cdf0e10cSrcweir GroupId = GID_VIEW; 4955cdf0e10cSrcweir] 4956cdf0e10cSrcweir 4957cdf0e10cSrcweir//-------------------------------------------------------------------------- 4958cdf0e10cSrcweirSfxVoidItem Protect FID_PROTECT_TABLE 4959cdf0e10cSrcweir(SfxBoolItem Protect FID_PROTECT_TABLE) 4960cdf0e10cSrcweir[ 4961cdf0e10cSrcweir /* flags: */ 4962cdf0e10cSrcweir AutoUpdate = FALSE, 4963cdf0e10cSrcweir Cachable = Cachable, 4964cdf0e10cSrcweir FastCall = FALSE, 4965cdf0e10cSrcweir HasCoreId = FALSE, 4966cdf0e10cSrcweir HasDialog = FALSE, 4967cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4968cdf0e10cSrcweir Toggle = FALSE, 4969cdf0e10cSrcweir Container = FALSE, 4970cdf0e10cSrcweir RecordAbsolute = FALSE, 4971cdf0e10cSrcweir RecordPerSet; 4972cdf0e10cSrcweir Synchron; 4973cdf0e10cSrcweir 4974cdf0e10cSrcweir /* config: */ 4975cdf0e10cSrcweir AccelConfig = TRUE, 4976cdf0e10cSrcweir MenuConfig = TRUE, 4977cdf0e10cSrcweir StatusBarConfig = FALSE, 4978cdf0e10cSrcweir ToolBoxConfig = FALSE, 4979cdf0e10cSrcweir GroupId = GID_OPTIONS; 4980cdf0e10cSrcweir] 4981cdf0e10cSrcweir 4982cdf0e10cSrcweir//-------------------------------------------------------------------------- 4983cdf0e10cSrcweirSfxVoidItem ProtectTraceChangeMode SID_CHG_PROTECT 4984cdf0e10cSrcweir() 4985cdf0e10cSrcweir[ 4986cdf0e10cSrcweir /* flags: */ 4987cdf0e10cSrcweir AutoUpdate = FALSE, 4988cdf0e10cSrcweir Cachable = Cachable, 4989cdf0e10cSrcweir FastCall = FALSE, 4990cdf0e10cSrcweir HasCoreId = FALSE, 4991cdf0e10cSrcweir HasDialog = FALSE, 4992cdf0e10cSrcweir ReadOnlyDoc = TRUE, 4993cdf0e10cSrcweir Toggle = FALSE, 4994cdf0e10cSrcweir Container = FALSE, 4995cdf0e10cSrcweir RecordAbsolute = FALSE, 4996cdf0e10cSrcweir RecordPerSet; 4997cdf0e10cSrcweir Synchron; 4998cdf0e10cSrcweir 4999cdf0e10cSrcweir /* config: */ 5000cdf0e10cSrcweir AccelConfig = TRUE, 5001cdf0e10cSrcweir MenuConfig = TRUE, 5002cdf0e10cSrcweir StatusBarConfig = FALSE, 5003cdf0e10cSrcweir ToolBoxConfig = TRUE, 5004cdf0e10cSrcweir GroupId = GID_EDIT; 5005cdf0e10cSrcweir] 5006cdf0e10cSrcweir 5007cdf0e10cSrcweir//-------------------------------------------------------------------------- 5008cdf0e10cSrcweirSfxVoidItem PutCell SID_SC_SETTEXT 5009cdf0e10cSrcweir(SfxInt16Item Column FN_PARAM_1,SfxInt32Item Row FN_PARAM_2,SfxInt16Item Table FN_PARAM_3,SfxStringItem Text SID_SC_SETTEXT) 5010cdf0e10cSrcweir[ 5011cdf0e10cSrcweir /* flags: */ 5012cdf0e10cSrcweir AutoUpdate = FALSE, 5013cdf0e10cSrcweir Cachable = Cachable, 5014cdf0e10cSrcweir FastCall = FALSE, 5015cdf0e10cSrcweir HasCoreId = FALSE, 5016cdf0e10cSrcweir HasDialog = FALSE, 5017cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5018cdf0e10cSrcweir Toggle = FALSE, 5019cdf0e10cSrcweir Container = FALSE, 5020cdf0e10cSrcweir RecordAbsolute = FALSE, 5021cdf0e10cSrcweir RecordPerSet; 5022cdf0e10cSrcweir Synchron; 5023cdf0e10cSrcweir 5024cdf0e10cSrcweir /* config: */ 5025cdf0e10cSrcweir AccelConfig = FALSE, 5026cdf0e10cSrcweir MenuConfig = FALSE, 5027cdf0e10cSrcweir StatusBarConfig = FALSE, 5028cdf0e10cSrcweir ToolBoxConfig = FALSE, 5029cdf0e10cSrcweir GroupId = GID_INTERN; 5030cdf0e10cSrcweir] 5031cdf0e10cSrcweir 5032cdf0e10cSrcweir//-------------------------------------------------------------------------- 5033cdf0e10cSrcweirSfxObjectItem Range SID_SC_RANGE 5034cdf0e10cSrcweir(SfxStringItem Range SID_SC_RANGE,SfxBoolItem KeepSelect FN_PARAM_1) 5035cdf0e10cSrcweir[ 5036cdf0e10cSrcweir /* flags: */ 5037cdf0e10cSrcweir AutoUpdate = FALSE, 5038cdf0e10cSrcweir Cachable = Cachable, 5039cdf0e10cSrcweir FastCall = FALSE, 5040cdf0e10cSrcweir HasCoreId = FALSE, 5041cdf0e10cSrcweir HasDialog = FALSE, 5042cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5043cdf0e10cSrcweir Toggle = FALSE, 5044cdf0e10cSrcweir Container = FALSE, 5045cdf0e10cSrcweir RecordAbsolute = FALSE, 5046cdf0e10cSrcweir RecordPerSet; 5047cdf0e10cSrcweir Synchron; 5048cdf0e10cSrcweir 5049cdf0e10cSrcweir /* config: */ 5050cdf0e10cSrcweir AccelConfig = FALSE, 5051cdf0e10cSrcweir MenuConfig = FALSE, 5052cdf0e10cSrcweir StatusBarConfig = FALSE, 5053cdf0e10cSrcweir ToolBoxConfig = FALSE, 5054cdf0e10cSrcweir GroupId = GID_INTERN; 5055cdf0e10cSrcweir] 5056cdf0e10cSrcweir 5057cdf0e10cSrcweir//-------------------------------------------------------------------------- 5058cdf0e10cSrcweirSfxVoidItem RecalcPivotTable SID_PIVOT_RECALC 5059cdf0e10cSrcweir() 5060cdf0e10cSrcweir[ 5061cdf0e10cSrcweir /* flags: */ 5062cdf0e10cSrcweir AutoUpdate = FALSE, 5063cdf0e10cSrcweir Cachable = Cachable, 5064cdf0e10cSrcweir FastCall = FALSE, 5065cdf0e10cSrcweir HasCoreId = FALSE, 5066cdf0e10cSrcweir HasDialog = FALSE, 5067cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5068cdf0e10cSrcweir Toggle = FALSE, 5069cdf0e10cSrcweir Container = FALSE, 5070cdf0e10cSrcweir RecordAbsolute = FALSE, 5071cdf0e10cSrcweir RecordPerSet; 5072cdf0e10cSrcweir Synchron; 5073cdf0e10cSrcweir 5074cdf0e10cSrcweir /* config: */ 5075cdf0e10cSrcweir AccelConfig = FALSE, 5076cdf0e10cSrcweir MenuConfig = TRUE, 5077cdf0e10cSrcweir StatusBarConfig = FALSE, 5078cdf0e10cSrcweir ToolBoxConfig = FALSE, 5079cdf0e10cSrcweir GroupId = GID_DATA; 5080cdf0e10cSrcweir] 5081cdf0e10cSrcweir 5082cdf0e10cSrcweir//-------------------------------------------------------------------------- 5083cdf0e10cSrcweirSfxVoidItem RefreshArrows SID_DETECTIVE_REFRESH 5084cdf0e10cSrcweir() 5085cdf0e10cSrcweir[ 5086cdf0e10cSrcweir /* flags: */ 5087cdf0e10cSrcweir AutoUpdate = FALSE, 5088cdf0e10cSrcweir Cachable = Cachable, 5089cdf0e10cSrcweir FastCall = FALSE, 5090cdf0e10cSrcweir HasCoreId = FALSE, 5091cdf0e10cSrcweir HasDialog = FALSE, 5092cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5093cdf0e10cSrcweir Toggle = FALSE, 5094cdf0e10cSrcweir Container = FALSE, 5095cdf0e10cSrcweir RecordAbsolute = FALSE, 5096cdf0e10cSrcweir RecordPerSet; 5097cdf0e10cSrcweir Synchron; 5098cdf0e10cSrcweir 5099cdf0e10cSrcweir /* config: */ 5100cdf0e10cSrcweir AccelConfig = TRUE, 5101cdf0e10cSrcweir MenuConfig = TRUE, 5102cdf0e10cSrcweir StatusBarConfig = FALSE, 5103cdf0e10cSrcweir ToolBoxConfig = TRUE, 5104cdf0e10cSrcweir GroupId = GID_OPTIONS; 5105cdf0e10cSrcweir] 5106cdf0e10cSrcweir 5107cdf0e10cSrcweir//-------------------------------------------------------------------------- 5108cdf0e10cSrcweirSfxVoidItem ReImportAfterLoad SID_REIMPORT_AFTER_LOAD 5109cdf0e10cSrcweir() 5110cdf0e10cSrcweir[ 5111cdf0e10cSrcweir /* flags: */ 5112cdf0e10cSrcweir AutoUpdate = FALSE, 5113cdf0e10cSrcweir Cachable = Cachable, 5114cdf0e10cSrcweir FastCall = FALSE, 5115cdf0e10cSrcweir HasCoreId = FALSE, 5116cdf0e10cSrcweir HasDialog = FALSE, 5117cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5118cdf0e10cSrcweir Toggle = FALSE, 5119cdf0e10cSrcweir Container = FALSE, 5120cdf0e10cSrcweir RecordAbsolute = FALSE, 5121cdf0e10cSrcweir RecordPerSet; 5122cdf0e10cSrcweir Synchron; 5123cdf0e10cSrcweir 5124cdf0e10cSrcweir /* config: */ 5125cdf0e10cSrcweir AccelConfig = FALSE, 5126cdf0e10cSrcweir MenuConfig = FALSE, 5127cdf0e10cSrcweir StatusBarConfig = FALSE, 5128cdf0e10cSrcweir ToolBoxConfig = FALSE, 5129cdf0e10cSrcweir GroupId = GID_INTERN; 5130cdf0e10cSrcweir] 5131cdf0e10cSrcweir 5132cdf0e10cSrcweir//-------------------------------------------------------------------------- 5133cdf0e10cSrcweirSfxVoidItem Remove FID_DELETE_TABLE 5134cdf0e10cSrcweir(SfxUInt16Item Index FID_DELETE_TABLE) 5135cdf0e10cSrcweir[ 5136cdf0e10cSrcweir /* flags: */ 5137cdf0e10cSrcweir AutoUpdate = FALSE, 5138cdf0e10cSrcweir Cachable = Cachable, 5139cdf0e10cSrcweir FastCall = FALSE, 5140cdf0e10cSrcweir HasCoreId = FALSE, 5141cdf0e10cSrcweir HasDialog = FALSE, 5142cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5143cdf0e10cSrcweir Toggle = FALSE, 5144cdf0e10cSrcweir Container = FALSE, 5145cdf0e10cSrcweir RecordAbsolute = FALSE, 5146cdf0e10cSrcweir RecordPerSet; 5147cdf0e10cSrcweir Synchron; 5148cdf0e10cSrcweir 5149cdf0e10cSrcweir /* config: */ 5150cdf0e10cSrcweir AccelConfig = FALSE, 5151cdf0e10cSrcweir MenuConfig = TRUE, 5152cdf0e10cSrcweir StatusBarConfig = FALSE, 5153cdf0e10cSrcweir ToolBoxConfig = FALSE, 5154cdf0e10cSrcweir GroupId = GID_EDIT; 5155cdf0e10cSrcweir] 5156cdf0e10cSrcweir 5157cdf0e10cSrcweir//-------------------------------------------------------------------------- 5158cdf0e10cSrcweir// #i68101# 5159cdf0e10cSrcweirSfxVoidItem ObjectTitleDescription SID_TITLE_DESCRIPTION_OBJECT 5160cdf0e10cSrcweir() 5161cdf0e10cSrcweir[ 5162cdf0e10cSrcweir /* flags: */ 5163cdf0e10cSrcweir AutoUpdate = FALSE, 5164cdf0e10cSrcweir Cachable = Cachable, 5165cdf0e10cSrcweir FastCall = FALSE, 5166cdf0e10cSrcweir HasCoreId = FALSE, 5167cdf0e10cSrcweir HasDialog = TRUE, 5168cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5169cdf0e10cSrcweir Toggle = FALSE, 5170cdf0e10cSrcweir Container = FALSE, 5171cdf0e10cSrcweir RecordAbsolute = FALSE, 5172cdf0e10cSrcweir RecordPerSet; 5173cdf0e10cSrcweir Synchron; 5174cdf0e10cSrcweir 5175cdf0e10cSrcweir /* config: */ 5176cdf0e10cSrcweir AccelConfig = TRUE, 5177cdf0e10cSrcweir MenuConfig = TRUE, 5178cdf0e10cSrcweir StatusBarConfig = FALSE, 5179cdf0e10cSrcweir ToolBoxConfig = TRUE, 5180cdf0e10cSrcweir GroupId = GID_EDIT; 5181cdf0e10cSrcweir] 5182cdf0e10cSrcweir 5183cdf0e10cSrcweir//-------------------------------------------------------------------------- 5184cdf0e10cSrcweirSfxVoidItem RenameObject SID_RENAME_OBJECT 5185cdf0e10cSrcweir() 5186cdf0e10cSrcweir[ 5187cdf0e10cSrcweir /* flags: */ 5188cdf0e10cSrcweir AutoUpdate = FALSE, 5189cdf0e10cSrcweir Cachable = Cachable, 5190cdf0e10cSrcweir FastCall = FALSE, 5191cdf0e10cSrcweir HasCoreId = FALSE, 5192cdf0e10cSrcweir HasDialog = TRUE, 5193cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5194cdf0e10cSrcweir Toggle = FALSE, 5195cdf0e10cSrcweir Container = FALSE, 5196cdf0e10cSrcweir RecordAbsolute = FALSE, 5197cdf0e10cSrcweir RecordPerSet; 5198cdf0e10cSrcweir Synchron; 5199cdf0e10cSrcweir 5200cdf0e10cSrcweir /* config: */ 5201cdf0e10cSrcweir AccelConfig = TRUE, 5202cdf0e10cSrcweir MenuConfig = TRUE, 5203cdf0e10cSrcweir StatusBarConfig = FALSE, 5204cdf0e10cSrcweir ToolBoxConfig = TRUE, 5205cdf0e10cSrcweir GroupId = GID_EDIT; 5206cdf0e10cSrcweir] 5207cdf0e10cSrcweir 5208cdf0e10cSrcweir//-------------------------------------------------------------------------- 5209cdf0e10cSrcweirSfxVoidItem RepeatSearch FID_REPEAT_SEARCH 5210cdf0e10cSrcweir() 5211cdf0e10cSrcweir[ 5212cdf0e10cSrcweir /* flags: */ 5213cdf0e10cSrcweir AutoUpdate = FALSE, 5214cdf0e10cSrcweir Cachable = Cachable, 5215cdf0e10cSrcweir FastCall = TRUE, 5216cdf0e10cSrcweir HasCoreId = FALSE, 5217cdf0e10cSrcweir HasDialog = FALSE, 5218cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5219cdf0e10cSrcweir Toggle = FALSE, 5220cdf0e10cSrcweir Container = FALSE, 5221cdf0e10cSrcweir RecordAbsolute = FALSE, 5222cdf0e10cSrcweir RecordPerSet; 5223cdf0e10cSrcweir Asynchron; 5224cdf0e10cSrcweir 5225cdf0e10cSrcweir /* config: */ 5226cdf0e10cSrcweir AccelConfig = TRUE, 5227cdf0e10cSrcweir MenuConfig = TRUE, 5228cdf0e10cSrcweir StatusBarConfig = FALSE, 5229cdf0e10cSrcweir ToolBoxConfig = TRUE, 5230cdf0e10cSrcweir GroupId = GID_EDIT; 5231cdf0e10cSrcweir] 5232cdf0e10cSrcweir 5233cdf0e10cSrcweir//-------------------------------------------------------------------------- 5234cdf0e10cSrcweirSfxVoidItem Replace FID_REPLACE 5235cdf0e10cSrcweir(SfxStringItem SearchString FID_REPLACE,SfxStringItem ReplaceString FN_PARAM_1) 5236cdf0e10cSrcweir[ 5237cdf0e10cSrcweir /* flags: */ 5238cdf0e10cSrcweir AutoUpdate = FALSE, 5239cdf0e10cSrcweir Cachable = Cachable, 5240cdf0e10cSrcweir FastCall = TRUE, 5241cdf0e10cSrcweir HasCoreId = FALSE, 5242cdf0e10cSrcweir HasDialog = TRUE, 5243cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5244cdf0e10cSrcweir Toggle = FALSE, 5245cdf0e10cSrcweir Container = FALSE, 5246cdf0e10cSrcweir RecordAbsolute = FALSE, 5247cdf0e10cSrcweir RecordPerSet; 5248cdf0e10cSrcweir Asynchron; 5249cdf0e10cSrcweir 5250cdf0e10cSrcweir /* config: */ 5251cdf0e10cSrcweir AccelConfig = FALSE, 5252cdf0e10cSrcweir MenuConfig = FALSE, 5253cdf0e10cSrcweir StatusBarConfig = FALSE, 5254cdf0e10cSrcweir ToolBoxConfig = FALSE, 5255cdf0e10cSrcweir GroupId = GID_EDIT; 5256cdf0e10cSrcweir] 5257cdf0e10cSrcweir 5258cdf0e10cSrcweir//-------------------------------------------------------------------------- 5259cdf0e10cSrcweirSfxVoidItem ReplaceAll FID_REPLACE_ALL 5260cdf0e10cSrcweir(SfxStringItem SearchString FID_REPLACE_ALL,SfxStringItem ReplaceString FN_PARAM_1) 5261cdf0e10cSrcweir[ 5262cdf0e10cSrcweir /* flags: */ 5263cdf0e10cSrcweir AutoUpdate = FALSE, 5264cdf0e10cSrcweir Cachable = Cachable, 5265cdf0e10cSrcweir FastCall = TRUE, 5266cdf0e10cSrcweir HasCoreId = FALSE, 5267cdf0e10cSrcweir HasDialog = FALSE, 5268cdf0e10cSrcweir ReadOnlyDoc = FALSE, 5269cdf0e10cSrcweir Toggle = FALSE, 5270cdf0e10cSrcweir Container = FALSE, 5271cdf0e10cSrcweir RecordAbsolute = FALSE, 5272cdf0e10cSrcweir RecordPerSet; 5273cdf0e10cSrcweir Asynchron; 5274cdf0e10cSrcweir 5275cdf0e10cSrcweir /* config: */ 5276cdf0e10cSrcweir AccelConfig = FALSE, 5277cdf0e10cSrcweir MenuConfig = FALSE, 5278cdf0e10cSrcweir StatusBarConfig = FALSE, 5279cdf0e10cSrcweir ToolBoxConfig = FALSE, 5280cdf0e10cSrcweir GroupId = GID_EDIT; 5281cdf0e10cSrcweir] 5282cdf0e10cSrcweir 5283cdf0e10cSrcweir//-------------------------------------------------------------------------- 5284cdf0e10cSrcweirSfxVoidItem ResetAttributes SID_CELL_FORMAT_RESET 5285cdf0e10cSrcweir() 5286cdf0e10cSrcweir[ 5287cdf0e10cSrcweir /* flags: */ 5288cdf0e10cSrcweir AutoUpdate = FALSE, 5289cdf0e10cSrcweir Cachable = Cachable, 5290cdf0e10cSrcweir FastCall = FALSE, 5291cdf0e10cSrcweir HasCoreId = FALSE, 5292cdf0e10cSrcweir HasDialog = FALSE, 5293cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5294cdf0e10cSrcweir Toggle = FALSE, 5295cdf0e10cSrcweir Container = FALSE, 5296cdf0e10cSrcweir RecordAbsolute = FALSE, 5297cdf0e10cSrcweir RecordPerSet; 5298cdf0e10cSrcweir Synchron; 5299cdf0e10cSrcweir 5300cdf0e10cSrcweir /* config: */ 5301cdf0e10cSrcweir AccelConfig = TRUE, 5302cdf0e10cSrcweir MenuConfig = TRUE, 5303cdf0e10cSrcweir StatusBarConfig = FALSE, 5304cdf0e10cSrcweir ToolBoxConfig = FALSE, 5305cdf0e10cSrcweir GroupId = GID_FORMAT; 5306cdf0e10cSrcweir] 5307cdf0e10cSrcweir 5308cdf0e10cSrcweir//-------------------------------------------------------------------------- 5309cdf0e10cSrcweirSfxVoidItem ResetPrintZoom FID_RESET_PRINTZOOM 5310cdf0e10cSrcweir() 5311cdf0e10cSrcweir[ 5312cdf0e10cSrcweir /* flags: */ 5313cdf0e10cSrcweir AutoUpdate = FALSE, 5314cdf0e10cSrcweir Cachable = Cachable, 5315cdf0e10cSrcweir FastCall = FALSE, 5316cdf0e10cSrcweir HasCoreId = FALSE, 5317cdf0e10cSrcweir HasDialog = FALSE, 5318cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5319cdf0e10cSrcweir Toggle = FALSE, 5320cdf0e10cSrcweir Container = FALSE, 5321cdf0e10cSrcweir RecordAbsolute = FALSE, 5322cdf0e10cSrcweir RecordPerSet; 5323cdf0e10cSrcweir Synchron; 5324cdf0e10cSrcweir 5325cdf0e10cSrcweir /* config: */ 5326cdf0e10cSrcweir AccelConfig = TRUE, 5327cdf0e10cSrcweir MenuConfig = TRUE, 5328cdf0e10cSrcweir StatusBarConfig = FALSE, 5329cdf0e10cSrcweir ToolBoxConfig = TRUE, 5330cdf0e10cSrcweir GroupId = GID_FORMAT; 5331cdf0e10cSrcweir] 5332cdf0e10cSrcweir 5333cdf0e10cSrcweir//-------------------------------------------------------------------------- 5334cdf0e10cSrcweirSfxInt32Item Row SID_RANGE_ROW 5335cdf0e10cSrcweir 5336cdf0e10cSrcweir[ 5337cdf0e10cSrcweir /* flags: */ 5338cdf0e10cSrcweir AutoUpdate = FALSE, 5339cdf0e10cSrcweir Cachable = Cachable, 5340cdf0e10cSrcweir FastCall = FALSE, 5341cdf0e10cSrcweir HasCoreId = FALSE, 5342cdf0e10cSrcweir HasDialog = FALSE, 5343cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5344cdf0e10cSrcweir Toggle = FALSE, 5345cdf0e10cSrcweir Container = FALSE, 5346cdf0e10cSrcweir RecordAbsolute = FALSE, 5347cdf0e10cSrcweir RecordPerSet; 5348cdf0e10cSrcweir Synchron; 5349cdf0e10cSrcweir 5350cdf0e10cSrcweir Readonly = TRUE, 5351cdf0e10cSrcweir 5352cdf0e10cSrcweir /* config: */ 5353cdf0e10cSrcweir AccelConfig = FALSE, 5354cdf0e10cSrcweir MenuConfig = FALSE, 5355cdf0e10cSrcweir StatusBarConfig = FALSE, 5356cdf0e10cSrcweir ToolBoxConfig = FALSE, 5357cdf0e10cSrcweir GroupId = GID_INTERN; 5358cdf0e10cSrcweir] 5359cdf0e10cSrcweir 5360cdf0e10cSrcweir//-------------------------------------------------------------------------- 5361cdf0e10cSrcweirSfxUInt16Item RowHeight FID_ROW_HEIGHT 5362cdf0e10cSrcweir 5363cdf0e10cSrcweir[ 5364cdf0e10cSrcweir /* flags: */ 5365cdf0e10cSrcweir AutoUpdate = FALSE, 5366cdf0e10cSrcweir Cachable = Cachable, 5367cdf0e10cSrcweir FastCall = FALSE, 5368cdf0e10cSrcweir HasCoreId = FALSE, 5369cdf0e10cSrcweir HasDialog = TRUE, 5370cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5371cdf0e10cSrcweir Toggle = FALSE, 5372cdf0e10cSrcweir Container = FALSE, 5373cdf0e10cSrcweir RecordAbsolute = FALSE, 5374cdf0e10cSrcweir RecordPerSet; 5375cdf0e10cSrcweir Synchron; 5376cdf0e10cSrcweir 5377cdf0e10cSrcweir Readonly = FALSE, 5378cdf0e10cSrcweir 5379cdf0e10cSrcweir /* config: */ 5380cdf0e10cSrcweir AccelConfig = TRUE, 5381cdf0e10cSrcweir MenuConfig = TRUE, 5382cdf0e10cSrcweir StatusBarConfig = FALSE, 5383cdf0e10cSrcweir ToolBoxConfig = FALSE, 5384cdf0e10cSrcweir GroupId = GID_FORMAT; 5385cdf0e10cSrcweir] 5386cdf0e10cSrcweir 5387cdf0e10cSrcweir//-------------------------------------------------------------------------- 5388cdf0e10cSrcweirSfxVoidItem SbaImport SID_SBA_IMPORT 5389cdf0e10cSrcweir(SfxUsrAnyItem Query SID_SBA_IMPORT,SfxStringItem Target FN_PARAM_1) 5390cdf0e10cSrcweir[ 5391cdf0e10cSrcweir /* flags: */ 5392cdf0e10cSrcweir AutoUpdate = FALSE, 5393cdf0e10cSrcweir Cachable = Cachable, 5394cdf0e10cSrcweir FastCall = FALSE, 5395cdf0e10cSrcweir HasCoreId = FALSE, 5396cdf0e10cSrcweir HasDialog = FALSE, 5397cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5398cdf0e10cSrcweir Toggle = FALSE, 5399cdf0e10cSrcweir Container = FALSE, 5400cdf0e10cSrcweir RecordAbsolute = FALSE, 5401cdf0e10cSrcweir RecordPerSet; 5402cdf0e10cSrcweir Synchron; 5403cdf0e10cSrcweir 5404cdf0e10cSrcweir /* config: */ 5405cdf0e10cSrcweir AccelConfig = FALSE, 5406cdf0e10cSrcweir MenuConfig = FALSE, 5407cdf0e10cSrcweir StatusBarConfig = FALSE, 5408cdf0e10cSrcweir ToolBoxConfig = FALSE, 5409cdf0e10cSrcweir GroupId = GID_INTERN; 5410cdf0e10cSrcweir] 5411cdf0e10cSrcweir 5412cdf0e10cSrcweir//-------------------------------------------------------------------------- 5413cdf0e10cSrcweirSfxVoidItem Scale FID_SCALE 5414cdf0e10cSrcweir() 5415cdf0e10cSrcweir[ 5416cdf0e10cSrcweir /* flags: */ 5417cdf0e10cSrcweir AutoUpdate = FALSE, 5418cdf0e10cSrcweir Cachable = Cachable, 5419cdf0e10cSrcweir FastCall = FALSE, 5420cdf0e10cSrcweir HasCoreId = FALSE, 5421cdf0e10cSrcweir HasDialog = TRUE, 5422cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5423cdf0e10cSrcweir Toggle = FALSE, 5424cdf0e10cSrcweir Container = FALSE, 5425cdf0e10cSrcweir RecordAbsolute = FALSE, 5426cdf0e10cSrcweir RecordPerSet; 5427cdf0e10cSrcweir Synchron; 5428cdf0e10cSrcweir 5429cdf0e10cSrcweir /* config: */ 5430cdf0e10cSrcweir AccelConfig = TRUE, 5431cdf0e10cSrcweir MenuConfig = TRUE, 5432cdf0e10cSrcweir StatusBarConfig = FALSE, 5433cdf0e10cSrcweir ToolBoxConfig = FALSE, 5434cdf0e10cSrcweir GroupId = GID_VIEW; 5435cdf0e10cSrcweir] 5436cdf0e10cSrcweir 5437cdf0e10cSrcweir//-------------------------------------------------------------------------- 5438cdf0e10cSrcweirSfxVoidItem ScenarioManager SID_SCENARIOS 5439cdf0e10cSrcweir(SfxStringItem Name SID_SCENARIOS,SfxStringItem Comment SID_NEW_TABLENAME) 5440cdf0e10cSrcweir[ 5441cdf0e10cSrcweir /* flags: */ 5442cdf0e10cSrcweir AutoUpdate = FALSE, 5443cdf0e10cSrcweir Cachable = Cachable, 5444cdf0e10cSrcweir FastCall = FALSE, 5445cdf0e10cSrcweir HasCoreId = FALSE, 5446cdf0e10cSrcweir HasDialog = FALSE, 5447cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5448cdf0e10cSrcweir Toggle = FALSE, 5449cdf0e10cSrcweir Container = FALSE, 5450cdf0e10cSrcweir RecordAbsolute = FALSE, 5451cdf0e10cSrcweir RecordPerSet; 5452cdf0e10cSrcweir Synchron; 5453cdf0e10cSrcweir 5454cdf0e10cSrcweir /* config: */ 5455cdf0e10cSrcweir AccelConfig = TRUE, 5456cdf0e10cSrcweir MenuConfig = TRUE, 5457cdf0e10cSrcweir StatusBarConfig = FALSE, 5458cdf0e10cSrcweir ToolBoxConfig = TRUE, 5459cdf0e10cSrcweir GroupId = GID_OPTIONS; 5460cdf0e10cSrcweir] 5461cdf0e10cSrcweir 5462cdf0e10cSrcweir//-------------------------------------------------------------------------- 5463cdf0e10cSrcweirSfxVoidItem Search FID_SEARCH 5464cdf0e10cSrcweir(SfxStringItem SearchString FID_SEARCH) 5465cdf0e10cSrcweir[ 5466cdf0e10cSrcweir /* flags: */ 5467cdf0e10cSrcweir AutoUpdate = FALSE, 5468cdf0e10cSrcweir Cachable = Cachable, 5469cdf0e10cSrcweir FastCall = TRUE, 5470cdf0e10cSrcweir HasCoreId = FALSE, 5471cdf0e10cSrcweir HasDialog = TRUE, 5472cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5473cdf0e10cSrcweir Toggle = FALSE, 5474cdf0e10cSrcweir Container = FALSE, 5475cdf0e10cSrcweir RecordAbsolute = FALSE, 5476cdf0e10cSrcweir RecordPerSet; 5477cdf0e10cSrcweir Asynchron; 5478cdf0e10cSrcweir 5479cdf0e10cSrcweir /* config: */ 5480cdf0e10cSrcweir AccelConfig = FALSE, 5481cdf0e10cSrcweir MenuConfig = FALSE, 5482cdf0e10cSrcweir StatusBarConfig = FALSE, 5483cdf0e10cSrcweir ToolBoxConfig = FALSE, 5484cdf0e10cSrcweir GroupId = GID_EDIT; 5485cdf0e10cSrcweir] 5486cdf0e10cSrcweir 5487cdf0e10cSrcweir//-------------------------------------------------------------------------- 5488cdf0e10cSrcweirSfxVoidItem SearchAll FID_SEARCH_ALL 5489cdf0e10cSrcweir(SfxStringItem SearchString FID_SEARCH_ALL) 5490cdf0e10cSrcweir[ 5491cdf0e10cSrcweir /* flags: */ 5492cdf0e10cSrcweir AutoUpdate = FALSE, 5493cdf0e10cSrcweir Cachable = Cachable, 5494cdf0e10cSrcweir FastCall = TRUE, 5495cdf0e10cSrcweir HasCoreId = FALSE, 5496cdf0e10cSrcweir HasDialog = FALSE, 5497cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5498cdf0e10cSrcweir Toggle = FALSE, 5499cdf0e10cSrcweir Container = FALSE, 5500cdf0e10cSrcweir RecordAbsolute = FALSE, 5501cdf0e10cSrcweir RecordPerSet; 5502cdf0e10cSrcweir Asynchron; 5503cdf0e10cSrcweir 5504cdf0e10cSrcweir /* config: */ 5505cdf0e10cSrcweir AccelConfig = FALSE, 5506cdf0e10cSrcweir MenuConfig = FALSE, 5507cdf0e10cSrcweir StatusBarConfig = FALSE, 5508cdf0e10cSrcweir ToolBoxConfig = FALSE, 5509cdf0e10cSrcweir GroupId = GID_EDIT; 5510cdf0e10cSrcweir] 5511cdf0e10cSrcweir 5512cdf0e10cSrcweir//-------------------------------------------------------------------------- 5513cdf0e10cSrcweirSfxVoidItem SelectArea SID_MARKAREA 5514cdf0e10cSrcweir() 5515cdf0e10cSrcweir[ 5516cdf0e10cSrcweir /* flags: */ 5517cdf0e10cSrcweir AutoUpdate = FALSE, 5518cdf0e10cSrcweir Cachable = Cachable, 5519cdf0e10cSrcweir FastCall = FALSE, 5520cdf0e10cSrcweir HasCoreId = FALSE, 5521cdf0e10cSrcweir HasDialog = FALSE, 5522cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5523cdf0e10cSrcweir Toggle = FALSE, 5524cdf0e10cSrcweir Container = FALSE, 5525cdf0e10cSrcweir RecordAbsolute = FALSE, 5526cdf0e10cSrcweir RecordPerSet; 5527cdf0e10cSrcweir Synchron; 5528cdf0e10cSrcweir 5529cdf0e10cSrcweir /* config: */ 5530cdf0e10cSrcweir AccelConfig = FALSE, 5531cdf0e10cSrcweir MenuConfig = FALSE, 5532cdf0e10cSrcweir StatusBarConfig = FALSE, 5533cdf0e10cSrcweir ToolBoxConfig = FALSE, 5534cdf0e10cSrcweir GroupId = GID_INTERN; 5535cdf0e10cSrcweir] 5536cdf0e10cSrcweir 5537cdf0e10cSrcweir//-------------------------------------------------------------------------- 5538cdf0e10cSrcweirSfxVoidItem SelectOLE SID_OLE_SELECT 5539cdf0e10cSrcweir() 5540cdf0e10cSrcweir[ 5541cdf0e10cSrcweir /* flags: */ 5542cdf0e10cSrcweir AutoUpdate = FALSE, 5543cdf0e10cSrcweir Cachable = Cachable, 5544cdf0e10cSrcweir FastCall = FALSE, 5545cdf0e10cSrcweir HasCoreId = FALSE, 5546cdf0e10cSrcweir HasDialog = FALSE, 5547cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5548cdf0e10cSrcweir Toggle = FALSE, 5549cdf0e10cSrcweir Container = FALSE, 5550cdf0e10cSrcweir RecordAbsolute = FALSE, 5551cdf0e10cSrcweir RecordPerSet; 5552cdf0e10cSrcweir Synchron; 5553cdf0e10cSrcweir 5554cdf0e10cSrcweir /* config: */ 5555cdf0e10cSrcweir AccelConfig = FALSE, 5556cdf0e10cSrcweir MenuConfig = FALSE, 5557cdf0e10cSrcweir StatusBarConfig = FALSE, 5558cdf0e10cSrcweir ToolBoxConfig = FALSE, 5559cdf0e10cSrcweir GroupId = GID_SPECIAL; 5560cdf0e10cSrcweir] 5561cdf0e10cSrcweir 5562cdf0e10cSrcweir//-------------------------------------------------------------------------- 5563cdf0e10cSrcweirSfxVoidItem SelectColumn SID_SELECT_COL 5564cdf0e10cSrcweir() 5565cdf0e10cSrcweir[ 5566cdf0e10cSrcweir /* flags: */ 5567cdf0e10cSrcweir AutoUpdate = FALSE, 5568cdf0e10cSrcweir Cachable = Cachable, 5569cdf0e10cSrcweir FastCall = FALSE, 5570cdf0e10cSrcweir HasCoreId = FALSE, 5571cdf0e10cSrcweir HasDialog = FALSE, 5572cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5573cdf0e10cSrcweir Toggle = FALSE, 5574cdf0e10cSrcweir Container = FALSE, 5575cdf0e10cSrcweir RecordAbsolute = FALSE, 5576cdf0e10cSrcweir RecordPerSet; 5577cdf0e10cSrcweir Synchron; 5578cdf0e10cSrcweir 5579cdf0e10cSrcweir /* config: */ 5580cdf0e10cSrcweir AccelConfig = TRUE, 5581cdf0e10cSrcweir MenuConfig = TRUE, 5582cdf0e10cSrcweir StatusBarConfig = FALSE, 5583cdf0e10cSrcweir ToolBoxConfig = FALSE, 5584cdf0e10cSrcweir GroupId = GID_EDIT; 5585cdf0e10cSrcweir] 5586cdf0e10cSrcweir 5587cdf0e10cSrcweir//-------------------------------------------------------------------------- 5588cdf0e10cSrcweirSfxVoidItem SelectData SID_MARKDATAAREA 5589cdf0e10cSrcweir() 5590cdf0e10cSrcweir[ 5591cdf0e10cSrcweir /* flags: */ 5592cdf0e10cSrcweir AutoUpdate = FALSE, 5593cdf0e10cSrcweir Cachable = Cachable, 5594cdf0e10cSrcweir FastCall = FALSE, 5595cdf0e10cSrcweir HasCoreId = FALSE, 5596cdf0e10cSrcweir HasDialog = FALSE, 5597cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5598cdf0e10cSrcweir Toggle = FALSE, 5599cdf0e10cSrcweir Container = FALSE, 5600cdf0e10cSrcweir RecordAbsolute = FALSE, 5601cdf0e10cSrcweir RecordPerSet; 5602cdf0e10cSrcweir Synchron; 5603cdf0e10cSrcweir 5604cdf0e10cSrcweir /* config: */ 5605cdf0e10cSrcweir AccelConfig = TRUE, 5606cdf0e10cSrcweir MenuConfig = TRUE, 5607cdf0e10cSrcweir StatusBarConfig = FALSE, 5608cdf0e10cSrcweir ToolBoxConfig = FALSE, 5609cdf0e10cSrcweir GroupId = GID_EDIT; 5610cdf0e10cSrcweir] 5611cdf0e10cSrcweir 5612cdf0e10cSrcweir//-------------------------------------------------------------------------- 5613cdf0e10cSrcweirSfxVoidItem SelectDB SID_SELECT_DB 5614cdf0e10cSrcweir(SfxStringItem DbName SID_SELECT_DB) 5615cdf0e10cSrcweir[ 5616cdf0e10cSrcweir /* flags: */ 5617cdf0e10cSrcweir AutoUpdate = FALSE, 5618cdf0e10cSrcweir Cachable = Cachable, 5619cdf0e10cSrcweir FastCall = FALSE, 5620cdf0e10cSrcweir HasCoreId = FALSE, 5621cdf0e10cSrcweir HasDialog = TRUE, 5622cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5623cdf0e10cSrcweir Toggle = FALSE, 5624cdf0e10cSrcweir Container = FALSE, 5625cdf0e10cSrcweir RecordAbsolute = FALSE, 5626cdf0e10cSrcweir RecordPerSet; 5627cdf0e10cSrcweir Synchron; 5628cdf0e10cSrcweir 5629cdf0e10cSrcweir /* config: */ 5630cdf0e10cSrcweir AccelConfig = TRUE, 5631cdf0e10cSrcweir MenuConfig = TRUE, 5632cdf0e10cSrcweir StatusBarConfig = FALSE, 5633cdf0e10cSrcweir ToolBoxConfig = FALSE, 5634cdf0e10cSrcweir GroupId = GID_DATA; 5635cdf0e10cSrcweir] 5636cdf0e10cSrcweir 5637cdf0e10cSrcweir//-------------------------------------------------------------------------- 5638cdf0e10cSrcweirSfxObjectItem SelectedObject SID_SC_ACTIVEOBJECT 5639cdf0e10cSrcweir 5640cdf0e10cSrcweir[ 5641cdf0e10cSrcweir /* flags: */ 5642cdf0e10cSrcweir AutoUpdate = FALSE, 5643cdf0e10cSrcweir Cachable = Cachable, 5644cdf0e10cSrcweir FastCall = FALSE, 5645cdf0e10cSrcweir HasCoreId = FALSE, 5646cdf0e10cSrcweir HasDialog = FALSE, 5647cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5648cdf0e10cSrcweir Toggle = FALSE, 5649cdf0e10cSrcweir Container = FALSE, 5650cdf0e10cSrcweir RecordAbsolute = FALSE, 5651cdf0e10cSrcweir RecordPerSet; 5652cdf0e10cSrcweir Synchron; 5653cdf0e10cSrcweir 5654cdf0e10cSrcweir Readonly = TRUE, 5655cdf0e10cSrcweir 5656cdf0e10cSrcweir /* config: */ 5657cdf0e10cSrcweir AccelConfig = FALSE, 5658cdf0e10cSrcweir MenuConfig = FALSE, 5659cdf0e10cSrcweir StatusBarConfig = FALSE, 5660cdf0e10cSrcweir ToolBoxConfig = FALSE, 5661cdf0e10cSrcweir GroupId = GID_INTERN; 5662cdf0e10cSrcweir] 5663cdf0e10cSrcweir 5664cdf0e10cSrcweir//-------------------------------------------------------------------------- 5665cdf0e10cSrcweirSfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME 5666cdf0e10cSrcweir 5667cdf0e10cSrcweir[ 5668cdf0e10cSrcweir /* flags: */ 5669cdf0e10cSrcweir AutoUpdate = FALSE, 5670cdf0e10cSrcweir Cachable = Cachable, 5671cdf0e10cSrcweir FastCall = FALSE, 5672cdf0e10cSrcweir HasCoreId = FALSE, 5673cdf0e10cSrcweir HasDialog = FALSE, 5674cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5675cdf0e10cSrcweir Toggle = FALSE, 5676cdf0e10cSrcweir Container = FALSE, 5677cdf0e10cSrcweir RecordAbsolute = FALSE, 5678cdf0e10cSrcweir RecordPerSet; 5679cdf0e10cSrcweir Synchron; 5680cdf0e10cSrcweir 5681cdf0e10cSrcweir Readonly = FALSE, 5682cdf0e10cSrcweir 5683cdf0e10cSrcweir /* config: */ 5684cdf0e10cSrcweir AccelConfig = FALSE, 5685cdf0e10cSrcweir MenuConfig = FALSE, 5686cdf0e10cSrcweir StatusBarConfig = FALSE, 5687cdf0e10cSrcweir ToolBoxConfig = FALSE, 5688cdf0e10cSrcweir GroupId = GID_INTERN; 5689cdf0e10cSrcweir] 5690cdf0e10cSrcweir 5691cdf0e10cSrcweir//-------------------------------------------------------------------------- 5692cdf0e10cSrcweirSfxObjectItem Selection SID_SC_SELECTION 5693cdf0e10cSrcweir 5694cdf0e10cSrcweir[ 5695cdf0e10cSrcweir /* flags: */ 5696cdf0e10cSrcweir AutoUpdate = FALSE, 5697cdf0e10cSrcweir Cachable = Cachable, 5698cdf0e10cSrcweir FastCall = FALSE, 5699cdf0e10cSrcweir HasCoreId = FALSE, 5700cdf0e10cSrcweir HasDialog = FALSE, 5701cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5702cdf0e10cSrcweir Toggle = FALSE, 5703cdf0e10cSrcweir Container = FALSE, 5704cdf0e10cSrcweir RecordAbsolute = FALSE, 5705cdf0e10cSrcweir RecordPerSet; 5706cdf0e10cSrcweir Synchron; 5707cdf0e10cSrcweir 5708cdf0e10cSrcweir Readonly = TRUE, 5709cdf0e10cSrcweir 5710cdf0e10cSrcweir /* config: */ 5711cdf0e10cSrcweir AccelConfig = FALSE, 5712cdf0e10cSrcweir MenuConfig = FALSE, 5713cdf0e10cSrcweir StatusBarConfig = FALSE, 5714cdf0e10cSrcweir ToolBoxConfig = FALSE, 5715cdf0e10cSrcweir GroupId = GID_INTERN; 5716cdf0e10cSrcweir] 5717cdf0e10cSrcweir 5718cdf0e10cSrcweir//-------------------------------------------------------------------------- 5719cdf0e10cSrcweirSfxVoidItem SelectRow SID_SELECT_ROW 5720cdf0e10cSrcweir() 5721cdf0e10cSrcweir[ 5722cdf0e10cSrcweir /* flags: */ 5723cdf0e10cSrcweir AutoUpdate = FALSE, 5724cdf0e10cSrcweir Cachable = Cachable, 5725cdf0e10cSrcweir FastCall = FALSE, 5726cdf0e10cSrcweir HasCoreId = FALSE, 5727cdf0e10cSrcweir HasDialog = FALSE, 5728cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5729cdf0e10cSrcweir Toggle = FALSE, 5730cdf0e10cSrcweir Container = FALSE, 5731cdf0e10cSrcweir RecordAbsolute = FALSE, 5732cdf0e10cSrcweir RecordPerSet; 5733cdf0e10cSrcweir Synchron; 5734cdf0e10cSrcweir 5735cdf0e10cSrcweir /* config: */ 5736cdf0e10cSrcweir AccelConfig = TRUE, 5737cdf0e10cSrcweir MenuConfig = TRUE, 5738cdf0e10cSrcweir StatusBarConfig = FALSE, 5739cdf0e10cSrcweir ToolBoxConfig = FALSE, 5740cdf0e10cSrcweir GroupId = GID_EDIT; 5741cdf0e10cSrcweir] 5742cdf0e10cSrcweir 5743cdf0e10cSrcweir//-------------------------------------------------------------------------- 5744cdf0e10cSrcweirSfxStringItem SelectScenario SID_SELECT_SCENARIO 5745cdf0e10cSrcweir(SfxStringItem Name SID_SELECT_SCENARIO) 5746cdf0e10cSrcweir[ 5747cdf0e10cSrcweir /* flags: */ 5748cdf0e10cSrcweir AutoUpdate = FALSE, 5749cdf0e10cSrcweir Cachable = Cachable, 5750cdf0e10cSrcweir FastCall = FALSE, 5751cdf0e10cSrcweir HasCoreId = FALSE, 5752cdf0e10cSrcweir HasDialog = FALSE, 5753cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5754cdf0e10cSrcweir Toggle = FALSE, 5755cdf0e10cSrcweir Container = FALSE, 5756cdf0e10cSrcweir RecordAbsolute = FALSE, 5757cdf0e10cSrcweir RecordPerSet; 5758cdf0e10cSrcweir Synchron; 5759cdf0e10cSrcweir 5760cdf0e10cSrcweir /* config: */ 5761cdf0e10cSrcweir AccelConfig = TRUE, 5762cdf0e10cSrcweir MenuConfig = TRUE, 5763cdf0e10cSrcweir StatusBarConfig = FALSE, 5764cdf0e10cSrcweir ToolBoxConfig = TRUE, 5765cdf0e10cSrcweir GroupId = GID_OPTIONS; 5766cdf0e10cSrcweir] 5767cdf0e10cSrcweir 5768cdf0e10cSrcweir//-------------------------------------------------------------------------- 5769cdf0e10cSrcweirSfxBoolItem SetAnchorToCell SID_ANCHOR_CELL 5770cdf0e10cSrcweir() 5771cdf0e10cSrcweir[ 5772cdf0e10cSrcweir /* flags: */ 5773cdf0e10cSrcweir AutoUpdate = FALSE, 5774cdf0e10cSrcweir Cachable = Cachable, 5775cdf0e10cSrcweir FastCall = FALSE, 5776cdf0e10cSrcweir HasCoreId = FALSE, 5777cdf0e10cSrcweir HasDialog = FALSE, 5778cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5779cdf0e10cSrcweir Toggle = FALSE, 5780cdf0e10cSrcweir Container = FALSE, 5781cdf0e10cSrcweir RecordAbsolute = FALSE, 5782cdf0e10cSrcweir RecordPerSet; 5783cdf0e10cSrcweir Synchron; 5784cdf0e10cSrcweir 5785cdf0e10cSrcweir /* config: */ 5786cdf0e10cSrcweir AccelConfig = FALSE, 5787cdf0e10cSrcweir MenuConfig = FALSE, 5788cdf0e10cSrcweir StatusBarConfig = FALSE, 5789cdf0e10cSrcweir ToolBoxConfig = FALSE, 5790cdf0e10cSrcweir GroupId = GID_FORMAT; 5791cdf0e10cSrcweir] 5792cdf0e10cSrcweir 5793cdf0e10cSrcweir//-------------------------------------------------------------------------- 5794cdf0e10cSrcweirSfxBoolItem SetAnchorToPage SID_ANCHOR_PAGE 5795cdf0e10cSrcweir() 5796cdf0e10cSrcweir[ 5797cdf0e10cSrcweir /* flags: */ 5798cdf0e10cSrcweir AutoUpdate = FALSE, 5799cdf0e10cSrcweir Cachable = Cachable, 5800cdf0e10cSrcweir FastCall = FALSE, 5801cdf0e10cSrcweir HasCoreId = FALSE, 5802cdf0e10cSrcweir HasDialog = FALSE, 5803cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5804cdf0e10cSrcweir Toggle = FALSE, 5805cdf0e10cSrcweir Container = FALSE, 5806cdf0e10cSrcweir RecordAbsolute = FALSE, 5807cdf0e10cSrcweir RecordPerSet; 5808cdf0e10cSrcweir Synchron; 5809cdf0e10cSrcweir 5810cdf0e10cSrcweir /* config: */ 5811cdf0e10cSrcweir AccelConfig = FALSE, 5812cdf0e10cSrcweir MenuConfig = FALSE, 5813cdf0e10cSrcweir StatusBarConfig = FALSE, 5814cdf0e10cSrcweir ToolBoxConfig = FALSE, 5815cdf0e10cSrcweir GroupId = GID_FORMAT; 5816cdf0e10cSrcweir] 5817cdf0e10cSrcweir 5818cdf0e10cSrcweir//-------------------------------------------------------------------------- 5819cdf0e10cSrcweirSfxVoidItem SetInputMode SID_SETINPUTMODE 5820cdf0e10cSrcweir() 5821cdf0e10cSrcweir[ 5822cdf0e10cSrcweir /* flags: */ 5823cdf0e10cSrcweir AutoUpdate = FALSE, 5824cdf0e10cSrcweir Cachable = Cachable, 5825cdf0e10cSrcweir FastCall = FALSE, 5826cdf0e10cSrcweir HasCoreId = FALSE, 5827cdf0e10cSrcweir HasDialog = FALSE, 5828cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5829cdf0e10cSrcweir Toggle = FALSE, 5830cdf0e10cSrcweir Container = FALSE, 5831cdf0e10cSrcweir RecordAbsolute = FALSE, 5832cdf0e10cSrcweir RecordPerSet; 5833cdf0e10cSrcweir Synchron; 5834cdf0e10cSrcweir 5835cdf0e10cSrcweir /* config: */ 5836cdf0e10cSrcweir AccelConfig = TRUE, 5837cdf0e10cSrcweir MenuConfig = FALSE, 5838cdf0e10cSrcweir StatusBarConfig = FALSE, 5839cdf0e10cSrcweir ToolBoxConfig = FALSE, 5840cdf0e10cSrcweir GroupId = GID_INTERN; 5841cdf0e10cSrcweir] 5842cdf0e10cSrcweir 5843cdf0e10cSrcweir//-------------------------------------------------------------------------- 5844cdf0e10cSrcweirSfxVoidItem SetOptimalColumnWidth FID_COL_OPT_WIDTH 5845cdf0e10cSrcweir(SfxUInt16Item aExtraWidth FID_COL_OPT_WIDTH) 5846cdf0e10cSrcweir[ 5847cdf0e10cSrcweir /* flags: */ 5848cdf0e10cSrcweir AutoUpdate = FALSE, 5849cdf0e10cSrcweir Cachable = Cachable, 5850cdf0e10cSrcweir FastCall = FALSE, 5851cdf0e10cSrcweir HasCoreId = FALSE, 5852cdf0e10cSrcweir HasDialog = TRUE, 5853cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5854cdf0e10cSrcweir Toggle = FALSE, 5855cdf0e10cSrcweir Container = FALSE, 5856cdf0e10cSrcweir RecordAbsolute = FALSE, 5857cdf0e10cSrcweir RecordPerSet; 5858cdf0e10cSrcweir Synchron; 5859cdf0e10cSrcweir 5860cdf0e10cSrcweir /* config: */ 5861cdf0e10cSrcweir AccelConfig = TRUE, 5862cdf0e10cSrcweir MenuConfig = TRUE, 5863cdf0e10cSrcweir StatusBarConfig = FALSE, 5864cdf0e10cSrcweir ToolBoxConfig = FALSE, 5865cdf0e10cSrcweir GroupId = GID_FORMAT; 5866cdf0e10cSrcweir] 5867cdf0e10cSrcweir 5868cdf0e10cSrcweir//-------------------------------------------------------------------------- 5869cdf0e10cSrcweirSfxVoidItem SetOptimalColumnWidthDirect FID_COL_OPT_DIRECT 5870cdf0e10cSrcweir() 5871cdf0e10cSrcweir[ 5872cdf0e10cSrcweir /* flags: */ 5873cdf0e10cSrcweir AutoUpdate = FALSE, 5874cdf0e10cSrcweir Cachable = Cachable, 5875cdf0e10cSrcweir FastCall = FALSE, 5876cdf0e10cSrcweir HasCoreId = FALSE, 5877cdf0e10cSrcweir HasDialog = FALSE, 5878cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5879cdf0e10cSrcweir Toggle = FALSE, 5880cdf0e10cSrcweir Container = FALSE, 5881cdf0e10cSrcweir RecordAbsolute = FALSE, 5882cdf0e10cSrcweir RecordPerSet; 5883cdf0e10cSrcweir Synchron; 5884cdf0e10cSrcweir 5885cdf0e10cSrcweir /* config: */ 5886cdf0e10cSrcweir AccelConfig = TRUE, 5887cdf0e10cSrcweir MenuConfig = TRUE, 5888cdf0e10cSrcweir StatusBarConfig = FALSE, 5889cdf0e10cSrcweir ToolBoxConfig = TRUE, 5890cdf0e10cSrcweir GroupId = GID_FORMAT; 5891cdf0e10cSrcweir] 5892cdf0e10cSrcweir 5893cdf0e10cSrcweir//-------------------------------------------------------------------------- 5894cdf0e10cSrcweirSfxVoidItem SetOptimalRowHeight FID_ROW_OPT_HEIGHT 5895cdf0e10cSrcweir(SfxUInt16Item aExtraHeight FID_ROW_OPT_HEIGHT) 5896cdf0e10cSrcweir[ 5897cdf0e10cSrcweir /* flags: */ 5898cdf0e10cSrcweir AutoUpdate = FALSE, 5899cdf0e10cSrcweir Cachable = Cachable, 5900cdf0e10cSrcweir FastCall = FALSE, 5901cdf0e10cSrcweir HasCoreId = FALSE, 5902cdf0e10cSrcweir HasDialog = TRUE, 5903cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5904cdf0e10cSrcweir Toggle = FALSE, 5905cdf0e10cSrcweir Container = FALSE, 5906cdf0e10cSrcweir RecordAbsolute = FALSE, 5907cdf0e10cSrcweir RecordPerSet; 5908cdf0e10cSrcweir Synchron; 5909cdf0e10cSrcweir 5910cdf0e10cSrcweir /* config: */ 5911cdf0e10cSrcweir AccelConfig = TRUE, 5912cdf0e10cSrcweir MenuConfig = TRUE, 5913cdf0e10cSrcweir StatusBarConfig = FALSE, 5914cdf0e10cSrcweir ToolBoxConfig = FALSE, 5915cdf0e10cSrcweir GroupId = GID_FORMAT; 5916cdf0e10cSrcweir] 5917cdf0e10cSrcweir 5918cdf0e10cSrcweir//-------------------------------------------------------------------------- 5919cdf0e10cSrcweirSfxVoidItem Show FID_TABLE_SHOW 5920cdf0e10cSrcweir(SfxStringItem aTableName FID_TABLE_SHOW) 5921cdf0e10cSrcweir[ 5922cdf0e10cSrcweir /* flags: */ 5923cdf0e10cSrcweir AutoUpdate = FALSE, 5924cdf0e10cSrcweir Cachable = Cachable, 5925cdf0e10cSrcweir FastCall = FALSE, 5926cdf0e10cSrcweir HasCoreId = FALSE, 5927cdf0e10cSrcweir HasDialog = TRUE, 5928cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5929cdf0e10cSrcweir Toggle = FALSE, 5930cdf0e10cSrcweir Container = FALSE, 5931cdf0e10cSrcweir RecordAbsolute = FALSE, 5932cdf0e10cSrcweir RecordPerSet; 5933cdf0e10cSrcweir Synchron; 5934cdf0e10cSrcweir 5935cdf0e10cSrcweir /* config: */ 5936cdf0e10cSrcweir AccelConfig = TRUE, 5937cdf0e10cSrcweir MenuConfig = TRUE, 5938cdf0e10cSrcweir StatusBarConfig = FALSE, 5939cdf0e10cSrcweir ToolBoxConfig = FALSE, 5940cdf0e10cSrcweir GroupId = GID_FORMAT; 5941cdf0e10cSrcweir] 5942cdf0e10cSrcweir 5943cdf0e10cSrcweir//-------------------------------------------------------------------------- 5944cdf0e10cSrcweirSfxVoidItem ShowChanges FID_CHG_SHOW 5945cdf0e10cSrcweir() 5946cdf0e10cSrcweir[ 5947cdf0e10cSrcweir /* flags: */ 5948cdf0e10cSrcweir AutoUpdate = FALSE, 5949cdf0e10cSrcweir Cachable = Cachable, 5950cdf0e10cSrcweir FastCall = FALSE, 5951cdf0e10cSrcweir HasCoreId = FALSE, 5952cdf0e10cSrcweir HasDialog = FALSE, 5953cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5954cdf0e10cSrcweir Toggle = FALSE, 5955cdf0e10cSrcweir Container = FALSE, 5956cdf0e10cSrcweir RecordAbsolute = FALSE, 5957cdf0e10cSrcweir RecordPerSet; 5958cdf0e10cSrcweir Synchron; 5959cdf0e10cSrcweir 5960cdf0e10cSrcweir /* config: */ 5961cdf0e10cSrcweir AccelConfig = TRUE, 5962cdf0e10cSrcweir MenuConfig = TRUE, 5963cdf0e10cSrcweir StatusBarConfig = FALSE, 5964cdf0e10cSrcweir ToolBoxConfig = TRUE, 5965cdf0e10cSrcweir GroupId = GID_EDIT; 5966cdf0e10cSrcweir] 5967cdf0e10cSrcweir 5968cdf0e10cSrcweir//-------------------------------------------------------------------------- 5969cdf0e10cSrcweirSfxVoidItem ShowColumn FID_COL_SHOW 5970cdf0e10cSrcweir() 5971cdf0e10cSrcweir[ 5972cdf0e10cSrcweir /* flags: */ 5973cdf0e10cSrcweir AutoUpdate = FALSE, 5974cdf0e10cSrcweir Cachable = Cachable, 5975cdf0e10cSrcweir FastCall = FALSE, 5976cdf0e10cSrcweir HasCoreId = FALSE, 5977cdf0e10cSrcweir HasDialog = FALSE, 5978cdf0e10cSrcweir ReadOnlyDoc = TRUE, 5979cdf0e10cSrcweir Toggle = FALSE, 5980cdf0e10cSrcweir Container = FALSE, 5981cdf0e10cSrcweir RecordAbsolute = FALSE, 5982cdf0e10cSrcweir RecordPerSet; 5983cdf0e10cSrcweir Synchron; 5984cdf0e10cSrcweir 5985cdf0e10cSrcweir /* config: */ 5986cdf0e10cSrcweir AccelConfig = TRUE, 5987cdf0e10cSrcweir MenuConfig = TRUE, 5988cdf0e10cSrcweir StatusBarConfig = FALSE, 5989cdf0e10cSrcweir ToolBoxConfig = FALSE, 5990cdf0e10cSrcweir GroupId = GID_FORMAT; 5991cdf0e10cSrcweir] 5992cdf0e10cSrcweir 5993cdf0e10cSrcweir//-------------------------------------------------------------------------- 5994cdf0e10cSrcweirSfxVoidItem ShowDependents SID_DETECTIVE_ADD_SUCC 5995cdf0e10cSrcweir() 5996cdf0e10cSrcweir[ 5997cdf0e10cSrcweir /* flags: */ 5998cdf0e10cSrcweir AutoUpdate = FALSE, 5999cdf0e10cSrcweir Cachable = Cachable, 6000cdf0e10cSrcweir FastCall = FALSE, 6001cdf0e10cSrcweir HasCoreId = FALSE, 6002cdf0e10cSrcweir HasDialog = FALSE, 6003cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6004cdf0e10cSrcweir Toggle = FALSE, 6005cdf0e10cSrcweir Container = FALSE, 6006cdf0e10cSrcweir RecordAbsolute = FALSE, 6007cdf0e10cSrcweir RecordPerSet; 6008cdf0e10cSrcweir Synchron; 6009cdf0e10cSrcweir 6010cdf0e10cSrcweir /* config: */ 6011cdf0e10cSrcweir AccelConfig = TRUE, 6012cdf0e10cSrcweir MenuConfig = TRUE, 6013cdf0e10cSrcweir StatusBarConfig = FALSE, 6014cdf0e10cSrcweir ToolBoxConfig = FALSE, 6015cdf0e10cSrcweir GroupId = GID_OPTIONS; 6016cdf0e10cSrcweir] 6017cdf0e10cSrcweir 6018cdf0e10cSrcweir//-------------------------------------------------------------------------- 6019cdf0e10cSrcweirSfxVoidItem ShowErrors SID_DETECTIVE_ADD_ERR 6020cdf0e10cSrcweir() 6021cdf0e10cSrcweir[ 6022cdf0e10cSrcweir /* flags: */ 6023cdf0e10cSrcweir AutoUpdate = FALSE, 6024cdf0e10cSrcweir Cachable = Cachable, 6025cdf0e10cSrcweir FastCall = FALSE, 6026cdf0e10cSrcweir HasCoreId = FALSE, 6027cdf0e10cSrcweir HasDialog = FALSE, 6028cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6029cdf0e10cSrcweir Toggle = FALSE, 6030cdf0e10cSrcweir Container = FALSE, 6031cdf0e10cSrcweir RecordAbsolute = FALSE, 6032cdf0e10cSrcweir RecordPerSet; 6033cdf0e10cSrcweir Synchron; 6034cdf0e10cSrcweir 6035cdf0e10cSrcweir /* config: */ 6036cdf0e10cSrcweir AccelConfig = TRUE, 6037cdf0e10cSrcweir MenuConfig = TRUE, 6038cdf0e10cSrcweir StatusBarConfig = FALSE, 6039cdf0e10cSrcweir ToolBoxConfig = FALSE, 6040cdf0e10cSrcweir GroupId = GID_OPTIONS; 6041cdf0e10cSrcweir] 6042cdf0e10cSrcweir 6043cdf0e10cSrcweir//-------------------------------------------------------------------------- 6044cdf0e10cSrcweirSfxVoidItem ShowInvalid SID_DETECTIVE_INVALID 6045cdf0e10cSrcweir() 6046cdf0e10cSrcweir[ 6047cdf0e10cSrcweir /* flags: */ 6048cdf0e10cSrcweir AutoUpdate = FALSE, 6049cdf0e10cSrcweir Cachable = Cachable, 6050cdf0e10cSrcweir FastCall = FALSE, 6051cdf0e10cSrcweir HasCoreId = FALSE, 6052cdf0e10cSrcweir HasDialog = FALSE, 6053cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6054cdf0e10cSrcweir Toggle = FALSE, 6055cdf0e10cSrcweir Container = FALSE, 6056cdf0e10cSrcweir RecordAbsolute = FALSE, 6057cdf0e10cSrcweir RecordPerSet; 6058cdf0e10cSrcweir Synchron; 6059cdf0e10cSrcweir 6060cdf0e10cSrcweir /* config: */ 6061cdf0e10cSrcweir AccelConfig = TRUE, 6062cdf0e10cSrcweir MenuConfig = TRUE, 6063cdf0e10cSrcweir StatusBarConfig = FALSE, 6064cdf0e10cSrcweir ToolBoxConfig = TRUE, 6065cdf0e10cSrcweir GroupId = GID_DATA; 6066cdf0e10cSrcweir] 6067cdf0e10cSrcweir 6068cdf0e10cSrcweir//-------------------------------------------------------------------------- 6069cdf0e10cSrcweirSfxVoidItem ShowPrecedents SID_DETECTIVE_ADD_PRED 6070cdf0e10cSrcweir() 6071cdf0e10cSrcweir[ 6072cdf0e10cSrcweir /* flags: */ 6073cdf0e10cSrcweir AutoUpdate = FALSE, 6074cdf0e10cSrcweir Cachable = Cachable, 6075cdf0e10cSrcweir FastCall = FALSE, 6076cdf0e10cSrcweir HasCoreId = FALSE, 6077cdf0e10cSrcweir HasDialog = FALSE, 6078cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6079cdf0e10cSrcweir Toggle = FALSE, 6080cdf0e10cSrcweir Container = FALSE, 6081cdf0e10cSrcweir RecordAbsolute = FALSE, 6082cdf0e10cSrcweir RecordPerSet; 6083cdf0e10cSrcweir Synchron; 6084cdf0e10cSrcweir 6085cdf0e10cSrcweir /* config: */ 6086cdf0e10cSrcweir AccelConfig = TRUE, 6087cdf0e10cSrcweir MenuConfig = TRUE, 6088cdf0e10cSrcweir StatusBarConfig = FALSE, 6089cdf0e10cSrcweir ToolBoxConfig = FALSE, 6090cdf0e10cSrcweir GroupId = GID_OPTIONS; 6091cdf0e10cSrcweir] 6092cdf0e10cSrcweir 6093cdf0e10cSrcweir//-------------------------------------------------------------------------- 6094cdf0e10cSrcweirSfxVoidItem ShowRow FID_ROW_SHOW 6095cdf0e10cSrcweir() 6096cdf0e10cSrcweir[ 6097cdf0e10cSrcweir /* flags: */ 6098cdf0e10cSrcweir AutoUpdate = FALSE, 6099cdf0e10cSrcweir Cachable = Cachable, 6100cdf0e10cSrcweir FastCall = FALSE, 6101cdf0e10cSrcweir HasCoreId = FALSE, 6102cdf0e10cSrcweir HasDialog = FALSE, 6103cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6104cdf0e10cSrcweir Toggle = FALSE, 6105cdf0e10cSrcweir Container = FALSE, 6106cdf0e10cSrcweir RecordAbsolute = FALSE, 6107cdf0e10cSrcweir RecordPerSet; 6108cdf0e10cSrcweir Synchron; 6109cdf0e10cSrcweir 6110cdf0e10cSrcweir /* config: */ 6111cdf0e10cSrcweir AccelConfig = TRUE, 6112cdf0e10cSrcweir MenuConfig = TRUE, 6113cdf0e10cSrcweir StatusBarConfig = FALSE, 6114cdf0e10cSrcweir ToolBoxConfig = FALSE, 6115cdf0e10cSrcweir GroupId = GID_FORMAT; 6116cdf0e10cSrcweir] 6117cdf0e10cSrcweir 6118cdf0e10cSrcweir//-------------------------------------------------------------------------- 6119cdf0e10cSrcweirSfxVoidItem SimpleReferenz WID_SIMPLE_REF 6120cdf0e10cSrcweir() 6121cdf0e10cSrcweir[ 6122cdf0e10cSrcweir /* flags: */ 6123cdf0e10cSrcweir AutoUpdate = FALSE, 6124cdf0e10cSrcweir Cachable = Cachable, 6125cdf0e10cSrcweir FastCall = FALSE, 6126cdf0e10cSrcweir HasCoreId = FALSE, 6127cdf0e10cSrcweir HasDialog = FALSE, 6128cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6129cdf0e10cSrcweir Toggle = FALSE, 6130cdf0e10cSrcweir Container = FALSE, 6131cdf0e10cSrcweir RecordAbsolute = FALSE, 6132cdf0e10cSrcweir RecordPerSet; 6133cdf0e10cSrcweir Synchron; 6134cdf0e10cSrcweir 6135cdf0e10cSrcweir /* config: */ 6136cdf0e10cSrcweir AccelConfig = TRUE, 6137cdf0e10cSrcweir MenuConfig = TRUE, 6138cdf0e10cSrcweir StatusBarConfig = FALSE, 6139cdf0e10cSrcweir ToolBoxConfig = TRUE, 6140cdf0e10cSrcweir GroupId = GID_EDIT; 6141cdf0e10cSrcweir] 6142cdf0e10cSrcweir 6143cdf0e10cSrcweir//-------------------------------------------------------------------------- 6144cdf0e10cSrcweirSfxVoidItem SortAscending SID_SORT_ASCENDING 6145cdf0e10cSrcweir() 6146cdf0e10cSrcweir[ 6147cdf0e10cSrcweir /* flags: */ 6148cdf0e10cSrcweir AutoUpdate = FALSE, 6149cdf0e10cSrcweir Cachable = Cachable, 6150cdf0e10cSrcweir FastCall = FALSE, 6151cdf0e10cSrcweir HasCoreId = FALSE, 6152cdf0e10cSrcweir HasDialog = FALSE, 6153cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6154cdf0e10cSrcweir Toggle = FALSE, 6155cdf0e10cSrcweir Container = FALSE, 6156cdf0e10cSrcweir RecordAbsolute = FALSE, 6157cdf0e10cSrcweir RecordPerSet; 6158cdf0e10cSrcweir Synchron; 6159cdf0e10cSrcweir 6160cdf0e10cSrcweir /* config: */ 6161cdf0e10cSrcweir AccelConfig = TRUE, 6162cdf0e10cSrcweir MenuConfig = FALSE, 6163cdf0e10cSrcweir StatusBarConfig = FALSE, 6164cdf0e10cSrcweir ToolBoxConfig = TRUE, 6165cdf0e10cSrcweir GroupId = GID_DATA; 6166cdf0e10cSrcweir] 6167cdf0e10cSrcweir 6168cdf0e10cSrcweir//-------------------------------------------------------------------------- 6169cdf0e10cSrcweirSfxVoidItem SortDescending SID_SORT_DESCENDING 6170cdf0e10cSrcweir() 6171cdf0e10cSrcweir[ 6172cdf0e10cSrcweir /* flags: */ 6173cdf0e10cSrcweir AutoUpdate = FALSE, 6174cdf0e10cSrcweir Cachable = Cachable, 6175cdf0e10cSrcweir FastCall = FALSE, 6176cdf0e10cSrcweir HasCoreId = FALSE, 6177cdf0e10cSrcweir HasDialog = FALSE, 6178cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6179cdf0e10cSrcweir Toggle = FALSE, 6180cdf0e10cSrcweir Container = FALSE, 6181cdf0e10cSrcweir RecordAbsolute = FALSE, 6182cdf0e10cSrcweir RecordPerSet; 6183cdf0e10cSrcweir Synchron; 6184cdf0e10cSrcweir 6185cdf0e10cSrcweir /* config: */ 6186cdf0e10cSrcweir AccelConfig = TRUE, 6187cdf0e10cSrcweir MenuConfig = FALSE, 6188cdf0e10cSrcweir StatusBarConfig = FALSE, 6189cdf0e10cSrcweir ToolBoxConfig = TRUE, 6190cdf0e10cSrcweir GroupId = GID_DATA; 6191cdf0e10cSrcweir] 6192cdf0e10cSrcweir 6193cdf0e10cSrcweir//-------------------------------------------------------------------------- 6194cdf0e10cSrcweirSfxVoidItem SplitCell FID_MERGE_OFF 6195cdf0e10cSrcweir() 6196cdf0e10cSrcweir[ 6197cdf0e10cSrcweir /* flags: */ 6198cdf0e10cSrcweir AutoUpdate = FALSE, 6199cdf0e10cSrcweir Cachable = Cachable, 6200cdf0e10cSrcweir FastCall = FALSE, 6201cdf0e10cSrcweir HasCoreId = FALSE, 6202cdf0e10cSrcweir HasDialog = FALSE, 6203cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6204cdf0e10cSrcweir Toggle = FALSE, 6205cdf0e10cSrcweir Container = FALSE, 6206cdf0e10cSrcweir RecordAbsolute = FALSE, 6207cdf0e10cSrcweir RecordPerSet; 6208cdf0e10cSrcweir Synchron; 6209cdf0e10cSrcweir 6210cdf0e10cSrcweir /* config: */ 6211cdf0e10cSrcweir AccelConfig = TRUE, 6212cdf0e10cSrcweir MenuConfig = TRUE, 6213cdf0e10cSrcweir StatusBarConfig = FALSE, 6214cdf0e10cSrcweir ToolBoxConfig = TRUE, 6215cdf0e10cSrcweir GroupId = GID_FORMAT; 6216cdf0e10cSrcweir] 6217cdf0e10cSrcweir 6218cdf0e10cSrcweir//-------------------------------------------------------------------------- 6219cdf0e10cSrcweirSfxVoidItem SplitWindow SID_WINDOW_SPLIT 6220cdf0e10cSrcweir() 6221cdf0e10cSrcweir[ 6222cdf0e10cSrcweir /* flags: */ 6223cdf0e10cSrcweir AutoUpdate = FALSE, 6224cdf0e10cSrcweir Cachable = Cachable, 6225cdf0e10cSrcweir FastCall = FALSE, 6226cdf0e10cSrcweir HasCoreId = FALSE, 6227cdf0e10cSrcweir HasDialog = FALSE, 6228cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6229cdf0e10cSrcweir Toggle = FALSE, 6230cdf0e10cSrcweir Container = FALSE, 6231cdf0e10cSrcweir RecordAbsolute = FALSE, 6232cdf0e10cSrcweir RecordPerSet; 6233cdf0e10cSrcweir Synchron; 6234cdf0e10cSrcweir 6235cdf0e10cSrcweir /* config: */ 6236cdf0e10cSrcweir AccelConfig = TRUE, 6237cdf0e10cSrcweir MenuConfig = TRUE, 6238cdf0e10cSrcweir StatusBarConfig = FALSE, 6239cdf0e10cSrcweir ToolBoxConfig = FALSE, 6240cdf0e10cSrcweir GroupId = GID_VIEW; 6241cdf0e10cSrcweir] 6242cdf0e10cSrcweir 6243cdf0e10cSrcweir//-------------------------------------------------------------------------- 6244cdf0e10cSrcweirSfxVoidItem StandardFonts SID_STANDARD_FONTS 6245cdf0e10cSrcweir() 6246cdf0e10cSrcweir[ 6247cdf0e10cSrcweir /* flags: */ 6248cdf0e10cSrcweir AutoUpdate = FALSE, 6249cdf0e10cSrcweir Cachable = Cachable, 6250cdf0e10cSrcweir FastCall = FALSE, 6251cdf0e10cSrcweir HasCoreId = FALSE, 6252cdf0e10cSrcweir HasDialog = FALSE, 6253cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6254cdf0e10cSrcweir Toggle = FALSE, 6255cdf0e10cSrcweir Container = FALSE, 6256cdf0e10cSrcweir RecordAbsolute = FALSE, 6257cdf0e10cSrcweir RecordPerSet; 6258cdf0e10cSrcweir Synchron; 6259cdf0e10cSrcweir 6260cdf0e10cSrcweir /* config: */ 6261cdf0e10cSrcweir AccelConfig = FALSE, 6262cdf0e10cSrcweir MenuConfig = FALSE, 6263cdf0e10cSrcweir StatusBarConfig = FALSE, 6264cdf0e10cSrcweir ToolBoxConfig = FALSE, 6265cdf0e10cSrcweir GroupId = GID_INTERN; 6266cdf0e10cSrcweir] 6267cdf0e10cSrcweir 6268cdf0e10cSrcweir//-------------------------------------------------------------------------- 6269cdf0e10cSrcweir// ISSUE66550_HLINK_FOR_SHAPES 6270cdf0e10cSrcweir//SfxVoidItem EditShapeHyperlink SID_DRAW_HLINK_EDIT 6271cdf0e10cSrcweir//() 6272cdf0e10cSrcweir//[ 6273cdf0e10cSrcweir// /* flags: */ 6274cdf0e10cSrcweir// AutoUpdate = FALSE, 6275cdf0e10cSrcweir// Cachable = Cachable, 6276cdf0e10cSrcweir// FastCall = TRUE, 6277cdf0e10cSrcweir// HasCoreId = FALSE, 6278cdf0e10cSrcweir// HasDialog = TRUE, 6279cdf0e10cSrcweir// ReadOnlyDoc = TRUE, 6280cdf0e10cSrcweir// Toggle = FALSE, 6281cdf0e10cSrcweir// Container = FALSE, 6282cdf0e10cSrcweir// RecordAbsolute = FALSE, 6283cdf0e10cSrcweir// RecordPerSet; 6284cdf0e10cSrcweir// Synchron; 6285cdf0e10cSrcweir// 6286cdf0e10cSrcweir// /* config: */ 6287cdf0e10cSrcweir// AccelConfig = TRUE, 6288cdf0e10cSrcweir// MenuConfig = FALSE, 6289cdf0e10cSrcweir// StatusBarConfig = FALSE, 6290cdf0e10cSrcweir// ToolBoxConfig = FALSE, 6291cdf0e10cSrcweir// GroupId = GID_DRAWING; 6292cdf0e10cSrcweir//] 6293cdf0e10cSrcweir 6294cdf0e10cSrcweir//-------------------------------------------------------------------------- 6295cdf0e10cSrcweir// ISSUE66550_HLINK_FOR_SHAPES 6296cdf0e10cSrcweir//SfxVoidItem DeleteShapeHyperlink SID_DRAW_HLINK_DELETE 6297cdf0e10cSrcweir//() 6298cdf0e10cSrcweir//[ 6299cdf0e10cSrcweir// /* flags: */ 6300cdf0e10cSrcweir// AutoUpdate = TRUE, 6301cdf0e10cSrcweir// Cachable = Cachable, 6302cdf0e10cSrcweir// FastCall = TRUE, 6303cdf0e10cSrcweir// HasCoreId = FALSE, 6304cdf0e10cSrcweir// HasDialog = FALSE, 6305cdf0e10cSrcweir// ReadOnlyDoc = TRUE, 6306cdf0e10cSrcweir// Toggle = FALSE, 6307cdf0e10cSrcweir// Container = FALSE, 6308cdf0e10cSrcweir// RecordAbsolute = FALSE, 6309cdf0e10cSrcweir// RecordPerSet; 6310cdf0e10cSrcweir// Synchron; 6311cdf0e10cSrcweir// 6312cdf0e10cSrcweir// /* config: */ 6313cdf0e10cSrcweir// AccelConfig = TRUE, 6314cdf0e10cSrcweir// MenuConfig = FALSE, 6315cdf0e10cSrcweir// StatusBarConfig = FALSE, 6316cdf0e10cSrcweir// ToolBoxConfig = FALSE, 6317cdf0e10cSrcweir// GroupId = GID_DRAWING; 6318cdf0e10cSrcweir//] 6319cdf0e10cSrcweir 6320cdf0e10cSrcweir//-------------------------------------------------------------------------- 6321cdf0e10cSrcweirSfxVoidItem StandardTextAttributes SID_TEXT_STANDARD 6322cdf0e10cSrcweir() 6323cdf0e10cSrcweir[ 6324cdf0e10cSrcweir /* flags: */ 6325cdf0e10cSrcweir AutoUpdate = FALSE, 6326cdf0e10cSrcweir Cachable = Cachable, 6327cdf0e10cSrcweir FastCall = TRUE, 6328cdf0e10cSrcweir HasCoreId = FALSE, 6329cdf0e10cSrcweir HasDialog = TRUE, 6330cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6331cdf0e10cSrcweir Toggle = FALSE, 6332cdf0e10cSrcweir Container = FALSE, 6333cdf0e10cSrcweir RecordAbsolute = FALSE, 6334cdf0e10cSrcweir RecordPerSet; 6335cdf0e10cSrcweir Synchron; 6336cdf0e10cSrcweir 6337cdf0e10cSrcweir /* config: */ 6338cdf0e10cSrcweir AccelConfig = TRUE, 6339cdf0e10cSrcweir MenuConfig = TRUE, 6340cdf0e10cSrcweir StatusBarConfig = FALSE, 6341cdf0e10cSrcweir ToolBoxConfig = TRUE, 6342cdf0e10cSrcweir GroupId = GID_FORMAT; 6343cdf0e10cSrcweir] 6344cdf0e10cSrcweir 6345cdf0e10cSrcweir//-------------------------------------------------------------------------- 6346cdf0e10cSrcweirSfxUInt16Item StatusBarFunc SID_PSZ_FUNCTION 6347cdf0e10cSrcweir 6348cdf0e10cSrcweir[ 6349cdf0e10cSrcweir /* flags: */ 6350cdf0e10cSrcweir AutoUpdate = FALSE, 6351cdf0e10cSrcweir Cachable = Cachable, 6352cdf0e10cSrcweir FastCall = FALSE, 6353cdf0e10cSrcweir HasCoreId = FALSE, 6354cdf0e10cSrcweir HasDialog = FALSE, 6355cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6356cdf0e10cSrcweir Toggle = FALSE, 6357cdf0e10cSrcweir Container = FALSE, 6358cdf0e10cSrcweir RecordAbsolute = FALSE, 6359cdf0e10cSrcweir RecordPerSet; 6360cdf0e10cSrcweir Synchron; 6361cdf0e10cSrcweir 6362cdf0e10cSrcweir Readonly = FALSE, 6363cdf0e10cSrcweir 6364cdf0e10cSrcweir /* config: */ 6365cdf0e10cSrcweir AccelConfig = FALSE, 6366cdf0e10cSrcweir MenuConfig = FALSE, 6367cdf0e10cSrcweir StatusBarConfig = FALSE, 6368cdf0e10cSrcweir ToolBoxConfig = FALSE, 6369cdf0e10cSrcweir GroupId = GID_INTERN; 6370cdf0e10cSrcweir] 6371cdf0e10cSrcweir 6372cdf0e10cSrcweir//-------------------------------------------------------------------------- 6373cdf0e10cSrcweirSfxStringItem StatusDocPos SID_STATUS_DOCPOS 6374cdf0e10cSrcweir 6375cdf0e10cSrcweir[ 6376cdf0e10cSrcweir /* flags: */ 6377cdf0e10cSrcweir AutoUpdate = FALSE, 6378cdf0e10cSrcweir Cachable = Cachable, 6379cdf0e10cSrcweir FastCall = FALSE, 6380cdf0e10cSrcweir HasCoreId = FALSE, 6381cdf0e10cSrcweir HasDialog = FALSE, 6382cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6383cdf0e10cSrcweir Toggle = FALSE, 6384cdf0e10cSrcweir Container = FALSE, 6385cdf0e10cSrcweir RecordAbsolute = FALSE, 6386cdf0e10cSrcweir RecordPerSet; 6387cdf0e10cSrcweir Synchron; 6388cdf0e10cSrcweir 6389cdf0e10cSrcweir Readonly = TRUE, 6390cdf0e10cSrcweir 6391cdf0e10cSrcweir /* config: */ 6392cdf0e10cSrcweir AccelConfig = FALSE, 6393cdf0e10cSrcweir MenuConfig = FALSE, 6394cdf0e10cSrcweir StatusBarConfig = TRUE, 6395cdf0e10cSrcweir ToolBoxConfig = FALSE, 6396cdf0e10cSrcweir GroupId = GID_VIEW; 6397cdf0e10cSrcweir] 6398cdf0e10cSrcweir 6399cdf0e10cSrcweir//-------------------------------------------------------------------------- 6400cdf0e10cSrcweirSfxStringItem StatusFunction SID_STATUS_SUM 6401cdf0e10cSrcweir 6402cdf0e10cSrcweir[ 6403cdf0e10cSrcweir /* flags: */ 6404cdf0e10cSrcweir AutoUpdate = FALSE, 6405cdf0e10cSrcweir Cachable = Cachable, 6406cdf0e10cSrcweir FastCall = FALSE, 6407cdf0e10cSrcweir HasCoreId = FALSE, 6408cdf0e10cSrcweir HasDialog = FALSE, 6409cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6410cdf0e10cSrcweir Toggle = FALSE, 6411cdf0e10cSrcweir Container = FALSE, 6412cdf0e10cSrcweir RecordAbsolute = FALSE, 6413cdf0e10cSrcweir RecordPerSet; 6414cdf0e10cSrcweir Synchron; 6415cdf0e10cSrcweir 6416cdf0e10cSrcweir Readonly = TRUE, 6417cdf0e10cSrcweir 6418cdf0e10cSrcweir /* config: */ 6419cdf0e10cSrcweir AccelConfig = FALSE, 6420cdf0e10cSrcweir MenuConfig = FALSE, 6421cdf0e10cSrcweir StatusBarConfig = FALSE, 6422cdf0e10cSrcweir ToolBoxConfig = FALSE, 6423cdf0e10cSrcweir GroupId = GID_VIEW; 6424cdf0e10cSrcweir] 6425cdf0e10cSrcweir 6426cdf0e10cSrcweir//-------------------------------------------------------------------------- 6427cdf0e10cSrcweirSfxVoidItem StatusInputLine FID_INPUTLINE_STATUS 6428cdf0e10cSrcweir() 6429cdf0e10cSrcweir[ 6430cdf0e10cSrcweir /* flags: */ 6431cdf0e10cSrcweir AutoUpdate = FALSE, 6432cdf0e10cSrcweir Cachable = Cachable, 6433cdf0e10cSrcweir FastCall = FALSE, 6434cdf0e10cSrcweir HasCoreId = FALSE, 6435cdf0e10cSrcweir HasDialog = FALSE, 6436cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6437cdf0e10cSrcweir Toggle = FALSE, 6438cdf0e10cSrcweir Container = FALSE, 6439cdf0e10cSrcweir RecordAbsolute = FALSE, 6440cdf0e10cSrcweir RecordPerSet; 6441cdf0e10cSrcweir Synchron; 6442cdf0e10cSrcweir 6443cdf0e10cSrcweir /* config: */ 6444cdf0e10cSrcweir AccelConfig = FALSE, 6445cdf0e10cSrcweir MenuConfig = FALSE, 6446cdf0e10cSrcweir StatusBarConfig = FALSE, 6447cdf0e10cSrcweir ToolBoxConfig = FALSE, 6448cdf0e10cSrcweir GroupId = GID_INTERN; 6449cdf0e10cSrcweir] 6450cdf0e10cSrcweir 6451cdf0e10cSrcweir//-------------------------------------------------------------------------- 6452cdf0e10cSrcweirSfxStringItem StatusPageStyle SID_STATUS_PAGESTYLE 6453cdf0e10cSrcweir 6454cdf0e10cSrcweir[ 6455cdf0e10cSrcweir /* flags: */ 6456cdf0e10cSrcweir AutoUpdate = FALSE, 6457cdf0e10cSrcweir Cachable = Cachable, 6458cdf0e10cSrcweir FastCall = FALSE, 6459cdf0e10cSrcweir HasCoreId = FALSE, 6460cdf0e10cSrcweir HasDialog = FALSE, 6461cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6462cdf0e10cSrcweir Toggle = FALSE, 6463cdf0e10cSrcweir Container = FALSE, 6464cdf0e10cSrcweir RecordAbsolute = FALSE, 6465cdf0e10cSrcweir RecordPerSet; 6466cdf0e10cSrcweir Synchron; 6467cdf0e10cSrcweir 6468cdf0e10cSrcweir Readonly = TRUE, 6469cdf0e10cSrcweir 6470cdf0e10cSrcweir /* config: */ 6471cdf0e10cSrcweir AccelConfig = FALSE, 6472cdf0e10cSrcweir MenuConfig = FALSE, 6473cdf0e10cSrcweir StatusBarConfig = TRUE, 6474cdf0e10cSrcweir ToolBoxConfig = FALSE, 6475cdf0e10cSrcweir GroupId = GID_VIEW; 6476cdf0e10cSrcweir] 6477cdf0e10cSrcweir 6478cdf0e10cSrcweir//-------------------------------------------------------------------------- 6479cdf0e10cSrcweirSfxVoidItem StatusScale FID_SCALESTATUS 6480cdf0e10cSrcweir() 6481cdf0e10cSrcweir[ 6482cdf0e10cSrcweir /* flags: */ 6483cdf0e10cSrcweir AutoUpdate = FALSE, 6484cdf0e10cSrcweir Cachable = Cachable, 6485cdf0e10cSrcweir FastCall = FALSE, 6486cdf0e10cSrcweir HasCoreId = FALSE, 6487cdf0e10cSrcweir HasDialog = FALSE, 6488cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6489cdf0e10cSrcweir Toggle = FALSE, 6490cdf0e10cSrcweir Container = FALSE, 6491cdf0e10cSrcweir RecordAbsolute = FALSE, 6492cdf0e10cSrcweir RecordPerSet; 6493cdf0e10cSrcweir Synchron; 6494cdf0e10cSrcweir 6495cdf0e10cSrcweir /* config: */ 6496cdf0e10cSrcweir AccelConfig = FALSE, 6497cdf0e10cSrcweir MenuConfig = FALSE, 6498cdf0e10cSrcweir StatusBarConfig = FALSE, 6499cdf0e10cSrcweir ToolBoxConfig = FALSE, 6500cdf0e10cSrcweir GroupId = GID_INTERN; 6501cdf0e10cSrcweir] 6502cdf0e10cSrcweir 6503cdf0e10cSrcweir//-------------------------------------------------------------------------- 6504cdf0e10cSrcweirSfxUInt16Item StatusSelectionMode SID_STATUS_SELMODE 6505cdf0e10cSrcweir 6506cdf0e10cSrcweir[ 6507cdf0e10cSrcweir /* flags: */ 6508cdf0e10cSrcweir AutoUpdate = FALSE, 6509cdf0e10cSrcweir Cachable = Cachable, 6510cdf0e10cSrcweir FastCall = FALSE, 6511cdf0e10cSrcweir HasCoreId = FALSE, 6512cdf0e10cSrcweir HasDialog = FALSE, 6513cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6514cdf0e10cSrcweir Toggle = FALSE, 6515cdf0e10cSrcweir Container = FALSE, 6516cdf0e10cSrcweir RecordAbsolute = FALSE, 6517cdf0e10cSrcweir RecordPerSet; 6518cdf0e10cSrcweir Synchron; 6519cdf0e10cSrcweir 6520cdf0e10cSrcweir Readonly = TRUE, 6521cdf0e10cSrcweir 6522cdf0e10cSrcweir /* config: */ 6523cdf0e10cSrcweir AccelConfig = FALSE, 6524cdf0e10cSrcweir MenuConfig = FALSE, 6525cdf0e10cSrcweir StatusBarConfig = TRUE, 6526cdf0e10cSrcweir ToolBoxConfig = FALSE, 6527cdf0e10cSrcweir GroupId = GID_VIEW; 6528cdf0e10cSrcweir] 6529cdf0e10cSrcweir 6530cdf0e10cSrcweir//-------------------------------------------------------------------------- 6531cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeExp SID_STATUS_SELMODE_ERG 6532cdf0e10cSrcweir 6533cdf0e10cSrcweir[ 6534cdf0e10cSrcweir /* flags: */ 6535cdf0e10cSrcweir AutoUpdate = FALSE, 6536cdf0e10cSrcweir Cachable = Cachable, 6537cdf0e10cSrcweir FastCall = FALSE, 6538cdf0e10cSrcweir HasCoreId = FALSE, 6539cdf0e10cSrcweir HasDialog = FALSE, 6540cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6541cdf0e10cSrcweir Toggle = FALSE, 6542cdf0e10cSrcweir Container = FALSE, 6543cdf0e10cSrcweir RecordAbsolute = FALSE, 6544cdf0e10cSrcweir RecordPerSet; 6545cdf0e10cSrcweir Synchron; 6546cdf0e10cSrcweir 6547cdf0e10cSrcweir Readonly = TRUE, 6548cdf0e10cSrcweir 6549cdf0e10cSrcweir /* config: */ 6550cdf0e10cSrcweir AccelConfig = TRUE, 6551cdf0e10cSrcweir MenuConfig = FALSE, 6552cdf0e10cSrcweir StatusBarConfig = FALSE, 6553cdf0e10cSrcweir ToolBoxConfig = FALSE, 6554cdf0e10cSrcweir GroupId = GID_INTERN; 6555cdf0e10cSrcweir] 6556cdf0e10cSrcweir 6557cdf0e10cSrcweir//-------------------------------------------------------------------------- 6558cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeExt SID_STATUS_SELMODE_ERW 6559cdf0e10cSrcweir 6560cdf0e10cSrcweir[ 6561cdf0e10cSrcweir /* flags: */ 6562cdf0e10cSrcweir AutoUpdate = FALSE, 6563cdf0e10cSrcweir Cachable = Cachable, 6564cdf0e10cSrcweir FastCall = FALSE, 6565cdf0e10cSrcweir HasCoreId = FALSE, 6566cdf0e10cSrcweir HasDialog = FALSE, 6567cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6568cdf0e10cSrcweir Toggle = FALSE, 6569cdf0e10cSrcweir Container = FALSE, 6570cdf0e10cSrcweir RecordAbsolute = FALSE, 6571cdf0e10cSrcweir RecordPerSet; 6572cdf0e10cSrcweir Synchron; 6573cdf0e10cSrcweir 6574cdf0e10cSrcweir Readonly = TRUE, 6575cdf0e10cSrcweir 6576cdf0e10cSrcweir /* config: */ 6577cdf0e10cSrcweir AccelConfig = TRUE, 6578cdf0e10cSrcweir MenuConfig = FALSE, 6579cdf0e10cSrcweir StatusBarConfig = FALSE, 6580cdf0e10cSrcweir ToolBoxConfig = FALSE, 6581cdf0e10cSrcweir GroupId = GID_INTERN; 6582cdf0e10cSrcweir] 6583cdf0e10cSrcweir 6584cdf0e10cSrcweir//-------------------------------------------------------------------------- 6585cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeNorm SID_STATUS_SELMODE_NORM 6586cdf0e10cSrcweir 6587cdf0e10cSrcweir[ 6588cdf0e10cSrcweir /* flags: */ 6589cdf0e10cSrcweir AutoUpdate = FALSE, 6590cdf0e10cSrcweir Cachable = Cachable, 6591cdf0e10cSrcweir FastCall = FALSE, 6592cdf0e10cSrcweir HasCoreId = FALSE, 6593cdf0e10cSrcweir HasDialog = FALSE, 6594cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6595cdf0e10cSrcweir Toggle = FALSE, 6596cdf0e10cSrcweir Container = FALSE, 6597cdf0e10cSrcweir RecordAbsolute = FALSE, 6598cdf0e10cSrcweir RecordPerSet; 6599cdf0e10cSrcweir Synchron; 6600cdf0e10cSrcweir 6601cdf0e10cSrcweir Readonly = TRUE, 6602cdf0e10cSrcweir 6603cdf0e10cSrcweir /* config: */ 6604cdf0e10cSrcweir AccelConfig = FALSE, 6605cdf0e10cSrcweir MenuConfig = FALSE, 6606cdf0e10cSrcweir StatusBarConfig = FALSE, 6607cdf0e10cSrcweir ToolBoxConfig = FALSE, 6608cdf0e10cSrcweir GroupId = GID_INTERN; 6609cdf0e10cSrcweir] 6610cdf0e10cSrcweir 6611cdf0e10cSrcweir//-------------------------------------------------------------------------- 6612cdf0e10cSrcweirSfxInt16Item Table SID_RANGE_TABLE 6613cdf0e10cSrcweir 6614cdf0e10cSrcweir[ 6615cdf0e10cSrcweir /* flags: */ 6616cdf0e10cSrcweir AutoUpdate = FALSE, 6617cdf0e10cSrcweir Cachable = Cachable, 6618cdf0e10cSrcweir FastCall = FALSE, 6619cdf0e10cSrcweir HasCoreId = FALSE, 6620cdf0e10cSrcweir HasDialog = FALSE, 6621cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6622cdf0e10cSrcweir Toggle = FALSE, 6623cdf0e10cSrcweir Container = FALSE, 6624cdf0e10cSrcweir RecordAbsolute = FALSE, 6625cdf0e10cSrcweir RecordPerSet; 6626cdf0e10cSrcweir Synchron; 6627cdf0e10cSrcweir 6628cdf0e10cSrcweir Readonly = TRUE, 6629cdf0e10cSrcweir 6630cdf0e10cSrcweir /* config: */ 6631cdf0e10cSrcweir AccelConfig = FALSE, 6632cdf0e10cSrcweir MenuConfig = FALSE, 6633cdf0e10cSrcweir StatusBarConfig = FALSE, 6634cdf0e10cSrcweir ToolBoxConfig = FALSE, 6635cdf0e10cSrcweir GroupId = GID_INTERN; 6636cdf0e10cSrcweir] 6637cdf0e10cSrcweir 6638cdf0e10cSrcweir//-------------------------------------------------------------------------- 6639cdf0e10cSrcweirSfxInt16Item TableCount SID_TABLES_COUNT 6640cdf0e10cSrcweir 6641cdf0e10cSrcweir[ 6642cdf0e10cSrcweir /* flags: */ 6643cdf0e10cSrcweir AutoUpdate = FALSE, 6644cdf0e10cSrcweir Cachable = Cachable, 6645cdf0e10cSrcweir FastCall = FALSE, 6646cdf0e10cSrcweir HasCoreId = FALSE, 6647cdf0e10cSrcweir HasDialog = FALSE, 6648cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6649cdf0e10cSrcweir Toggle = FALSE, 6650cdf0e10cSrcweir Container = FALSE, 6651cdf0e10cSrcweir RecordAbsolute = FALSE, 6652cdf0e10cSrcweir RecordPerSet; 6653cdf0e10cSrcweir Synchron; 6654cdf0e10cSrcweir 6655cdf0e10cSrcweir Readonly = TRUE, 6656cdf0e10cSrcweir 6657cdf0e10cSrcweir /* config: */ 6658cdf0e10cSrcweir AccelConfig = FALSE, 6659cdf0e10cSrcweir MenuConfig = FALSE, 6660cdf0e10cSrcweir StatusBarConfig = FALSE, 6661cdf0e10cSrcweir ToolBoxConfig = FALSE, 6662cdf0e10cSrcweir GroupId = GID_DOCUMENT; 6663cdf0e10cSrcweir] 6664cdf0e10cSrcweir 6665cdf0e10cSrcweir//-------------------------------------------------------------------------- 6666cdf0e10cSrcweirSfxVoidItem TableOperation SID_TABOP 6667cdf0e10cSrcweir() 6668cdf0e10cSrcweir[ 6669cdf0e10cSrcweir /* flags: */ 6670cdf0e10cSrcweir AutoUpdate = FALSE, 6671cdf0e10cSrcweir Cachable = Cachable, 6672cdf0e10cSrcweir FastCall = FALSE, 6673cdf0e10cSrcweir HasCoreId = FALSE, 6674cdf0e10cSrcweir HasDialog = FALSE, 6675cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6676cdf0e10cSrcweir Toggle = FALSE, 6677cdf0e10cSrcweir Container = FALSE, 6678cdf0e10cSrcweir RecordAbsolute = FALSE, 6679cdf0e10cSrcweir RecordPerSet; 6680cdf0e10cSrcweir Synchron; 6681cdf0e10cSrcweir 6682cdf0e10cSrcweir /* config: */ 6683cdf0e10cSrcweir AccelConfig = FALSE, 6684cdf0e10cSrcweir MenuConfig = FALSE, 6685cdf0e10cSrcweir StatusBarConfig = FALSE, 6686cdf0e10cSrcweir ToolBoxConfig = FALSE, 6687cdf0e10cSrcweir GroupId = GID_VIEW; 6688cdf0e10cSrcweir] 6689cdf0e10cSrcweir 6690cdf0e10cSrcweir//-------------------------------------------------------------------------- 6691cdf0e10cSrcweirSfxVoidItem TableOperationDialog SID_OPENDLG_TABOP 6692cdf0e10cSrcweir() 6693cdf0e10cSrcweir[ 6694cdf0e10cSrcweir /* flags: */ 6695cdf0e10cSrcweir AutoUpdate = FALSE, 6696cdf0e10cSrcweir Cachable = Cachable, 6697cdf0e10cSrcweir FastCall = FALSE, 6698cdf0e10cSrcweir HasCoreId = FALSE, 6699cdf0e10cSrcweir HasDialog = TRUE, 6700cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6701cdf0e10cSrcweir Toggle = FALSE, 6702cdf0e10cSrcweir Container = FALSE, 6703cdf0e10cSrcweir RecordAbsolute = FALSE, 6704cdf0e10cSrcweir RecordPerSet; 6705cdf0e10cSrcweir Synchron; 6706cdf0e10cSrcweir 6707cdf0e10cSrcweir /* config: */ 6708cdf0e10cSrcweir AccelConfig = TRUE, 6709cdf0e10cSrcweir MenuConfig = TRUE, 6710cdf0e10cSrcweir StatusBarConfig = FALSE, 6711cdf0e10cSrcweir ToolBoxConfig = TRUE, 6712cdf0e10cSrcweir GroupId = GID_DATA; 6713cdf0e10cSrcweir] 6714cdf0e10cSrcweir 6715cdf0e10cSrcweir//-------------------------------------------------------------------------- 6716cdf0e10cSrcweirSfxVoidItem RenameTable FID_TAB_MENU_RENAME 6717cdf0e10cSrcweir(SfxStringItem Name FID_TAB_RENAME) 6718cdf0e10cSrcweir[ 6719cdf0e10cSrcweir /* flags: */ 6720cdf0e10cSrcweir AutoUpdate = FALSE, 6721cdf0e10cSrcweir Cachable = Cachable, 6722cdf0e10cSrcweir FastCall = FALSE, 6723cdf0e10cSrcweir HasCoreId = FALSE, 6724cdf0e10cSrcweir HasDialog = TRUE, 6725cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6726cdf0e10cSrcweir Toggle = FALSE, 6727cdf0e10cSrcweir Container = FALSE, 6728cdf0e10cSrcweir RecordAbsolute = FALSE, 6729cdf0e10cSrcweir RecordPerSet; 6730cdf0e10cSrcweir Synchron; 6731cdf0e10cSrcweir 6732cdf0e10cSrcweir /* config: */ 6733cdf0e10cSrcweir AccelConfig = TRUE, 6734cdf0e10cSrcweir MenuConfig = TRUE, 6735cdf0e10cSrcweir StatusBarConfig = FALSE, 6736cdf0e10cSrcweir ToolBoxConfig = FALSE, 6737cdf0e10cSrcweir GroupId = GID_FORMAT; 6738cdf0e10cSrcweir] 6739cdf0e10cSrcweir 6740cdf0e10cSrcweir//-------------------------------------------------------------------------- 6741cdf0e10cSrcweirSfxObjectItem Tables SID_TABLES_GET 6742cdf0e10cSrcweir 6743cdf0e10cSrcweir[ 6744cdf0e10cSrcweir /* flags: */ 6745cdf0e10cSrcweir AutoUpdate = FALSE, 6746cdf0e10cSrcweir Cachable = Cachable, 6747cdf0e10cSrcweir FastCall = FALSE, 6748cdf0e10cSrcweir HasCoreId = FALSE, 6749cdf0e10cSrcweir HasDialog = FALSE, 6750cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6751cdf0e10cSrcweir Toggle = FALSE, 6752cdf0e10cSrcweir Container = FALSE, 6753cdf0e10cSrcweir RecordAbsolute = FALSE, 6754cdf0e10cSrcweir RecordPerSet; 6755cdf0e10cSrcweir Synchron; 6756cdf0e10cSrcweir 6757cdf0e10cSrcweir Readonly = TRUE, 6758cdf0e10cSrcweir 6759cdf0e10cSrcweir /* config: */ 6760cdf0e10cSrcweir AccelConfig = FALSE, 6761cdf0e10cSrcweir MenuConfig = FALSE, 6762cdf0e10cSrcweir StatusBarConfig = FALSE, 6763cdf0e10cSrcweir ToolBoxConfig = FALSE, 6764cdf0e10cSrcweir GroupId = GID_VIEW; 6765cdf0e10cSrcweir] 6766cdf0e10cSrcweir 6767cdf0e10cSrcweir//-------------------------------------------------------------------------- 6768cdf0e10cSrcweirSfxVoidItem TableSelectAll FID_TAB_SELECTALL 6769cdf0e10cSrcweir() 6770cdf0e10cSrcweir[ 6771cdf0e10cSrcweir /* flags: */ 6772cdf0e10cSrcweir AutoUpdate = FALSE, 6773cdf0e10cSrcweir Cachable = Cachable, 6774cdf0e10cSrcweir FastCall = FALSE, 6775cdf0e10cSrcweir HasCoreId = FALSE, 6776cdf0e10cSrcweir HasDialog = FALSE, 6777cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6778cdf0e10cSrcweir Toggle = FALSE, 6779cdf0e10cSrcweir Container = FALSE, 6780cdf0e10cSrcweir RecordAbsolute = FALSE, 6781cdf0e10cSrcweir RecordPerSet; 6782cdf0e10cSrcweir Synchron; 6783cdf0e10cSrcweir 6784cdf0e10cSrcweir /* config: */ 6785cdf0e10cSrcweir AccelConfig = TRUE, 6786cdf0e10cSrcweir MenuConfig = TRUE, 6787cdf0e10cSrcweir StatusBarConfig = FALSE, 6788cdf0e10cSrcweir ToolBoxConfig = FALSE, 6789cdf0e10cSrcweir GroupId = GID_EDIT; 6790cdf0e10cSrcweir] 6791cdf0e10cSrcweir 6792cdf0e10cSrcweir//-------------------------------------------------------------------------- 6793cdf0e10cSrcweirSfxVoidItem TableDeselectAll FID_TAB_DESELECTALL 6794cdf0e10cSrcweir() 6795cdf0e10cSrcweir[ 6796cdf0e10cSrcweir /* flags: */ 6797cdf0e10cSrcweir AutoUpdate = FALSE, 6798cdf0e10cSrcweir Cachable = Cachable, 6799cdf0e10cSrcweir FastCall = FALSE, 6800cdf0e10cSrcweir HasCoreId = FALSE, 6801cdf0e10cSrcweir HasDialog = FALSE, 6802cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6803cdf0e10cSrcweir Toggle = FALSE, 6804cdf0e10cSrcweir Container = FALSE, 6805cdf0e10cSrcweir RecordAbsolute = FALSE, 6806cdf0e10cSrcweir RecordPerSet; 6807cdf0e10cSrcweir Synchron; 6808cdf0e10cSrcweir 6809cdf0e10cSrcweir /* config: */ 6810cdf0e10cSrcweir AccelConfig = TRUE, 6811cdf0e10cSrcweir MenuConfig = TRUE, 6812cdf0e10cSrcweir StatusBarConfig = FALSE, 6813cdf0e10cSrcweir ToolBoxConfig = FALSE, 6814cdf0e10cSrcweir GroupId = GID_EDIT; 6815cdf0e10cSrcweir] 6816cdf0e10cSrcweir 6817cdf0e10cSrcweir//-------------------------------------------------------------------------- 6818cdf0e10cSrcweirSfxVoidItem TableEvents FID_TAB_EVENTS 6819cdf0e10cSrcweir() 6820cdf0e10cSrcweir[ 6821cdf0e10cSrcweir /* flags: */ 6822cdf0e10cSrcweir AutoUpdate = FALSE, 6823cdf0e10cSrcweir Cachable = Cachable, 6824cdf0e10cSrcweir FastCall = FALSE, 6825cdf0e10cSrcweir HasCoreId = FALSE, 6826cdf0e10cSrcweir HasDialog = TRUE, 6827cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6828cdf0e10cSrcweir Toggle = FALSE, 6829cdf0e10cSrcweir Container = FALSE, 6830cdf0e10cSrcweir RecordAbsolute = FALSE, 6831cdf0e10cSrcweir RecordPerSet; 6832cdf0e10cSrcweir Synchron; 6833cdf0e10cSrcweir 6834cdf0e10cSrcweir /* config: */ 6835cdf0e10cSrcweir AccelConfig = TRUE, 6836cdf0e10cSrcweir MenuConfig = TRUE, 6837cdf0e10cSrcweir StatusBarConfig = FALSE, 6838cdf0e10cSrcweir ToolBoxConfig = FALSE, 6839cdf0e10cSrcweir GroupId = GID_EDIT; 6840cdf0e10cSrcweir] 6841cdf0e10cSrcweir 6842cdf0e10cSrcweir//-------------------------------------------------------------------------- 6843cdf0e10cSrcweirSfxVoidItem TextAttributes SID_DRAWTEXT_ATTR_DLG 6844cdf0e10cSrcweir() 6845cdf0e10cSrcweir[ 6846cdf0e10cSrcweir /* flags: */ 6847cdf0e10cSrcweir AutoUpdate = FALSE, 6848cdf0e10cSrcweir Cachable = Cachable, 6849cdf0e10cSrcweir FastCall = TRUE, 6850cdf0e10cSrcweir HasCoreId = FALSE, 6851cdf0e10cSrcweir HasDialog = TRUE, 6852cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6853cdf0e10cSrcweir Toggle = FALSE, 6854cdf0e10cSrcweir Container = FALSE, 6855cdf0e10cSrcweir RecordAbsolute = FALSE, 6856cdf0e10cSrcweir RecordPerSet; 6857cdf0e10cSrcweir Synchron; 6858cdf0e10cSrcweir 6859cdf0e10cSrcweir /* config: */ 6860cdf0e10cSrcweir AccelConfig = TRUE, 6861cdf0e10cSrcweir MenuConfig = TRUE, 6862cdf0e10cSrcweir StatusBarConfig = FALSE, 6863cdf0e10cSrcweir ToolBoxConfig = TRUE, 6864cdf0e10cSrcweir GroupId = GID_DRAWING; 6865cdf0e10cSrcweir] 6866cdf0e10cSrcweir 6867cdf0e10cSrcweir 6868cdf0e10cSrcweir//-------------------------------------------------------------------------- 6869cdf0e10cSrcweirSfxVoidItem AssignMacro SID_ASSIGNMACRO 6870cdf0e10cSrcweir() 6871cdf0e10cSrcweir[ 6872cdf0e10cSrcweir /* flags: */ 6873cdf0e10cSrcweir AutoUpdate = FALSE, 6874cdf0e10cSrcweir Cachable = Cachable, 6875cdf0e10cSrcweir FastCall = TRUE, 6876cdf0e10cSrcweir HasCoreId = FALSE, 6877cdf0e10cSrcweir HasDialog = TRUE, 6878cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6879cdf0e10cSrcweir Toggle = FALSE, 6880cdf0e10cSrcweir Container = FALSE, 6881cdf0e10cSrcweir RecordAbsolute = FALSE, 6882cdf0e10cSrcweir RecordPerSet; 6883cdf0e10cSrcweir Synchron; 6884cdf0e10cSrcweir 6885cdf0e10cSrcweir /* config: */ 6886cdf0e10cSrcweir AccelConfig = TRUE, 6887cdf0e10cSrcweir MenuConfig = FALSE, 6888cdf0e10cSrcweir StatusBarConfig = FALSE, 6889cdf0e10cSrcweir ToolBoxConfig = FALSE, 6890cdf0e10cSrcweir GroupId = GID_DRAWING; 6891cdf0e10cSrcweir] 6892cdf0e10cSrcweir 6893cdf0e10cSrcweir//-------------------------------------------------------------------------- 6894cdf0e10cSrcweirSfxVoidItem TextToColumns SID_TEXT_TO_COLUMNS 6895cdf0e10cSrcweir() 6896cdf0e10cSrcweir[ 6897cdf0e10cSrcweir /* flags: */ 6898cdf0e10cSrcweir AutoUpdate = FALSE, 6899cdf0e10cSrcweir Cachable = Cachable, 6900cdf0e10cSrcweir FastCall = FALSE, 6901cdf0e10cSrcweir HasCoreId = FALSE, 6902cdf0e10cSrcweir HasDialog = TRUE, 6903cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6904cdf0e10cSrcweir Toggle = FALSE, 6905cdf0e10cSrcweir Container = FALSE, 6906cdf0e10cSrcweir RecordAbsolute = FALSE, 6907cdf0e10cSrcweir RecordPerSet; 6908cdf0e10cSrcweir Synchron; 6909cdf0e10cSrcweir 6910cdf0e10cSrcweir /* config: */ 6911cdf0e10cSrcweir AccelConfig = TRUE, 6912cdf0e10cSrcweir MenuConfig = TRUE, 6913cdf0e10cSrcweir StatusBarConfig = FALSE, 6914cdf0e10cSrcweir ToolBoxConfig = FALSE, 6915cdf0e10cSrcweir GroupId = GID_DATA; 6916cdf0e10cSrcweir] 6917cdf0e10cSrcweir 6918cdf0e10cSrcweir//-------------------------------------------------------------------------- 6919cdf0e10cSrcweirSfxStringItem TextValue SID_RANGE_TEXTVALUE 6920cdf0e10cSrcweir 6921cdf0e10cSrcweir[ 6922cdf0e10cSrcweir /* flags: */ 6923cdf0e10cSrcweir AutoUpdate = FALSE, 6924cdf0e10cSrcweir Cachable = Cachable, 6925cdf0e10cSrcweir FastCall = FALSE, 6926cdf0e10cSrcweir HasCoreId = FALSE, 6927cdf0e10cSrcweir HasDialog = FALSE, 6928cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6929cdf0e10cSrcweir Toggle = FALSE, 6930cdf0e10cSrcweir Container = FALSE, 6931cdf0e10cSrcweir RecordAbsolute = FALSE, 6932cdf0e10cSrcweir RecordPerSet; 6933cdf0e10cSrcweir Synchron; 6934cdf0e10cSrcweir 6935cdf0e10cSrcweir Readonly = TRUE, 6936cdf0e10cSrcweir 6937cdf0e10cSrcweir /* config: */ 6938cdf0e10cSrcweir AccelConfig = FALSE, 6939cdf0e10cSrcweir MenuConfig = FALSE, 6940cdf0e10cSrcweir StatusBarConfig = FALSE, 6941cdf0e10cSrcweir ToolBoxConfig = FALSE, 6942cdf0e10cSrcweir GroupId = GID_INTERN; 6943cdf0e10cSrcweir] 6944cdf0e10cSrcweir 6945cdf0e10cSrcweir//-------------------------------------------------------------------------- 6946cdf0e10cSrcweirSfxVoidItem ToggleAnchorType SID_ANCHOR_TOGGLE 6947cdf0e10cSrcweir() 6948cdf0e10cSrcweir[ 6949cdf0e10cSrcweir /* flags: */ 6950cdf0e10cSrcweir AutoUpdate = FALSE, 6951cdf0e10cSrcweir Cachable = Cachable, 6952cdf0e10cSrcweir FastCall = FALSE, 6953cdf0e10cSrcweir HasCoreId = FALSE, 6954cdf0e10cSrcweir HasDialog = FALSE, 6955cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6956cdf0e10cSrcweir Toggle = FALSE, 6957cdf0e10cSrcweir Container = FALSE, 6958cdf0e10cSrcweir RecordAbsolute = FALSE, 6959cdf0e10cSrcweir RecordPerSet; 6960cdf0e10cSrcweir Synchron; 6961cdf0e10cSrcweir 6962cdf0e10cSrcweir /* config: */ 6963cdf0e10cSrcweir AccelConfig = FALSE, 6964cdf0e10cSrcweir MenuConfig = TRUE, 6965cdf0e10cSrcweir StatusBarConfig = FALSE, 6966cdf0e10cSrcweir ToolBoxConfig = TRUE, 6967cdf0e10cSrcweir GroupId = GID_FORMAT; 6968cdf0e10cSrcweir] 6969cdf0e10cSrcweir 6970cdf0e10cSrcweir//-------------------------------------------------------------------------- 6971cdf0e10cSrcweirSfxVoidItem ToggleRelative SID_TOGGLE_REL 6972cdf0e10cSrcweir() 6973cdf0e10cSrcweir[ 6974cdf0e10cSrcweir /* flags: */ 6975cdf0e10cSrcweir AutoUpdate = FALSE, 6976cdf0e10cSrcweir Cachable = Cachable, 6977cdf0e10cSrcweir FastCall = FALSE, 6978cdf0e10cSrcweir HasCoreId = FALSE, 6979cdf0e10cSrcweir HasDialog = FALSE, 6980cdf0e10cSrcweir ReadOnlyDoc = TRUE, 6981cdf0e10cSrcweir Toggle = FALSE, 6982cdf0e10cSrcweir Container = FALSE, 6983cdf0e10cSrcweir RecordAbsolute = FALSE, 6984cdf0e10cSrcweir RecordPerSet; 6985cdf0e10cSrcweir Synchron; 6986cdf0e10cSrcweir 6987cdf0e10cSrcweir /* config: */ 6988cdf0e10cSrcweir AccelConfig = TRUE, 6989cdf0e10cSrcweir MenuConfig = TRUE, 6990cdf0e10cSrcweir StatusBarConfig = FALSE, 6991cdf0e10cSrcweir ToolBoxConfig = TRUE, 6992cdf0e10cSrcweir GroupId = GID_INSERT; 6993cdf0e10cSrcweir] 6994cdf0e10cSrcweir 6995cdf0e10cSrcweir//-------------------------------------------------------------------------- 6996cdf0e10cSrcweirSfxVoidItem ToolProtectionDocument FID_PROTECT_DOC 6997cdf0e10cSrcweir(SfxBoolItem Protect FID_PROTECT_DOC) 6998cdf0e10cSrcweir[ 6999cdf0e10cSrcweir /* flags: */ 7000cdf0e10cSrcweir AutoUpdate = FALSE, 7001cdf0e10cSrcweir Cachable = Cachable, 7002cdf0e10cSrcweir FastCall = FALSE, 7003cdf0e10cSrcweir HasCoreId = FALSE, 7004cdf0e10cSrcweir HasDialog = FALSE, 7005cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7006cdf0e10cSrcweir Toggle = FALSE, 7007cdf0e10cSrcweir Container = FALSE, 7008cdf0e10cSrcweir RecordAbsolute = FALSE, 7009cdf0e10cSrcweir RecordPerSet; 7010cdf0e10cSrcweir Synchron; 7011cdf0e10cSrcweir 7012cdf0e10cSrcweir /* config: */ 7013cdf0e10cSrcweir AccelConfig = TRUE, 7014cdf0e10cSrcweir MenuConfig = TRUE, 7015cdf0e10cSrcweir StatusBarConfig = FALSE, 7016cdf0e10cSrcweir ToolBoxConfig = FALSE, 7017cdf0e10cSrcweir GroupId = GID_OPTIONS; 7018cdf0e10cSrcweir] 7019cdf0e10cSrcweir 7020cdf0e10cSrcweir//-------------------------------------------------------------------------- 7021cdf0e10cSrcweirSfxVoidItem ToolsOptions SID_SCOPTIONS 7022cdf0e10cSrcweir() 7023cdf0e10cSrcweir[ 7024cdf0e10cSrcweir /* flags: */ 7025cdf0e10cSrcweir AutoUpdate = FALSE, 7026cdf0e10cSrcweir Cachable = Cachable, 7027cdf0e10cSrcweir FastCall = FALSE, 7028cdf0e10cSrcweir HasCoreId = FALSE, 7029cdf0e10cSrcweir HasDialog = TRUE, 7030cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7031cdf0e10cSrcweir Toggle = FALSE, 7032cdf0e10cSrcweir Container = FALSE, 7033cdf0e10cSrcweir RecordAbsolute = FALSE, 7034cdf0e10cSrcweir RecordPerItem; 7035cdf0e10cSrcweir Synchron; 7036cdf0e10cSrcweir 7037cdf0e10cSrcweir /* config: */ 7038cdf0e10cSrcweir AccelConfig = TRUE, 7039cdf0e10cSrcweir MenuConfig = TRUE, 7040cdf0e10cSrcweir StatusBarConfig = FALSE, 7041cdf0e10cSrcweir ToolBoxConfig = TRUE, 7042cdf0e10cSrcweir GroupId = GID_OPTIONS; 7043cdf0e10cSrcweir] 7044cdf0e10cSrcweir 7045cdf0e10cSrcweir//-------------------------------------------------------------------------- 7046cdf0e10cSrcweirSfxBoolItem TraceChangeMode FID_CHG_RECORD 7047cdf0e10cSrcweir 7048cdf0e10cSrcweir[ 7049cdf0e10cSrcweir /* flags: */ 7050cdf0e10cSrcweir AutoUpdate = FALSE, 7051cdf0e10cSrcweir Cachable = Cachable, 7052cdf0e10cSrcweir FastCall = FALSE, 7053cdf0e10cSrcweir HasCoreId = FALSE, 7054cdf0e10cSrcweir HasDialog = FALSE, 7055cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7056cdf0e10cSrcweir Toggle = FALSE, 7057cdf0e10cSrcweir Container = FALSE, 7058cdf0e10cSrcweir RecordAbsolute = FALSE, 7059cdf0e10cSrcweir RecordPerSet; 7060cdf0e10cSrcweir Synchron; 7061cdf0e10cSrcweir 7062cdf0e10cSrcweir Readonly = FALSE, 7063cdf0e10cSrcweir 7064cdf0e10cSrcweir /* config: */ 7065cdf0e10cSrcweir AccelConfig = TRUE, 7066cdf0e10cSrcweir MenuConfig = TRUE, 7067cdf0e10cSrcweir StatusBarConfig = FALSE, 7068cdf0e10cSrcweir ToolBoxConfig = TRUE, 7069cdf0e10cSrcweir GroupId = GID_EDIT; 7070cdf0e10cSrcweir] 7071cdf0e10cSrcweir 7072cdf0e10cSrcweir//-------------------------------------------------------------------------- 7073cdf0e10cSrcweirSfxBoolItem UnderlineDotted SID_ULINE_VAL_DOTTED 7074cdf0e10cSrcweir 7075cdf0e10cSrcweir[ 7076cdf0e10cSrcweir /* flags: */ 7077cdf0e10cSrcweir AutoUpdate = TRUE, 7078cdf0e10cSrcweir Cachable = Cachable, 7079cdf0e10cSrcweir FastCall = FALSE, 7080cdf0e10cSrcweir HasCoreId = FALSE, 7081cdf0e10cSrcweir HasDialog = FALSE, 7082cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7083cdf0e10cSrcweir Toggle = FALSE, 7084cdf0e10cSrcweir Container = FALSE, 7085cdf0e10cSrcweir RecordAbsolute = FALSE, 7086cdf0e10cSrcweir RecordPerSet; 7087cdf0e10cSrcweir Synchron; 7088cdf0e10cSrcweir 7089cdf0e10cSrcweir Readonly = FALSE, 7090cdf0e10cSrcweir 7091cdf0e10cSrcweir /* config: */ 7092cdf0e10cSrcweir AccelConfig = TRUE, 7093cdf0e10cSrcweir MenuConfig = TRUE, 7094cdf0e10cSrcweir StatusBarConfig = FALSE, 7095cdf0e10cSrcweir ToolBoxConfig = TRUE, 7096cdf0e10cSrcweir GroupId = GID_FORMAT; 7097cdf0e10cSrcweir] 7098cdf0e10cSrcweir 7099cdf0e10cSrcweir//-------------------------------------------------------------------------- 7100cdf0e10cSrcweirSfxBoolItem UnderlineDouble SID_ULINE_VAL_DOUBLE 7101cdf0e10cSrcweir 7102cdf0e10cSrcweir[ 7103cdf0e10cSrcweir /* flags: */ 7104cdf0e10cSrcweir AutoUpdate = TRUE, 7105cdf0e10cSrcweir Cachable = Cachable, 7106cdf0e10cSrcweir FastCall = FALSE, 7107cdf0e10cSrcweir HasCoreId = FALSE, 7108cdf0e10cSrcweir HasDialog = FALSE, 7109cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7110cdf0e10cSrcweir Toggle = FALSE, 7111cdf0e10cSrcweir Container = FALSE, 7112cdf0e10cSrcweir RecordAbsolute = FALSE, 7113cdf0e10cSrcweir RecordPerSet; 7114cdf0e10cSrcweir Synchron; 7115cdf0e10cSrcweir 7116cdf0e10cSrcweir Readonly = FALSE, 7117cdf0e10cSrcweir 7118cdf0e10cSrcweir /* config: */ 7119cdf0e10cSrcweir AccelConfig = TRUE, 7120cdf0e10cSrcweir MenuConfig = TRUE, 7121cdf0e10cSrcweir StatusBarConfig = FALSE, 7122cdf0e10cSrcweir ToolBoxConfig = TRUE, 7123cdf0e10cSrcweir GroupId = GID_FORMAT; 7124cdf0e10cSrcweir] 7125cdf0e10cSrcweir 7126cdf0e10cSrcweir//-------------------------------------------------------------------------- 7127cdf0e10cSrcweirSfxBoolItem UnderlineNone SID_ULINE_VAL_NONE 7128cdf0e10cSrcweir 7129cdf0e10cSrcweir[ 7130cdf0e10cSrcweir /* flags: */ 7131cdf0e10cSrcweir AutoUpdate = TRUE, 7132cdf0e10cSrcweir Cachable = Cachable, 7133cdf0e10cSrcweir FastCall = FALSE, 7134cdf0e10cSrcweir HasCoreId = FALSE, 7135cdf0e10cSrcweir HasDialog = FALSE, 7136cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7137cdf0e10cSrcweir Toggle = FALSE, 7138cdf0e10cSrcweir Container = FALSE, 7139cdf0e10cSrcweir RecordAbsolute = FALSE, 7140cdf0e10cSrcweir RecordPerSet; 7141cdf0e10cSrcweir Synchron; 7142cdf0e10cSrcweir 7143cdf0e10cSrcweir Readonly = FALSE, 7144cdf0e10cSrcweir 7145cdf0e10cSrcweir /* config: */ 7146cdf0e10cSrcweir AccelConfig = TRUE, 7147cdf0e10cSrcweir MenuConfig = TRUE, 7148cdf0e10cSrcweir StatusBarConfig = FALSE, 7149cdf0e10cSrcweir ToolBoxConfig = TRUE, 7150cdf0e10cSrcweir GroupId = GID_FORMAT; 7151cdf0e10cSrcweir] 7152cdf0e10cSrcweir 7153cdf0e10cSrcweir//-------------------------------------------------------------------------- 7154cdf0e10cSrcweirSfxBoolItem UnderlineSingle SID_ULINE_VAL_SINGLE 7155cdf0e10cSrcweir 7156cdf0e10cSrcweir[ 7157cdf0e10cSrcweir /* flags: */ 7158cdf0e10cSrcweir AutoUpdate = TRUE, 7159cdf0e10cSrcweir Cachable = Cachable, 7160cdf0e10cSrcweir FastCall = FALSE, 7161cdf0e10cSrcweir HasCoreId = FALSE, 7162cdf0e10cSrcweir HasDialog = FALSE, 7163cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7164cdf0e10cSrcweir Toggle = FALSE, 7165cdf0e10cSrcweir Container = FALSE, 7166cdf0e10cSrcweir RecordAbsolute = FALSE, 7167cdf0e10cSrcweir RecordPerSet; 7168cdf0e10cSrcweir Synchron; 7169cdf0e10cSrcweir 7170cdf0e10cSrcweir Readonly = FALSE, 7171cdf0e10cSrcweir 7172cdf0e10cSrcweir /* config: */ 7173cdf0e10cSrcweir AccelConfig = TRUE, 7174cdf0e10cSrcweir MenuConfig = TRUE, 7175cdf0e10cSrcweir StatusBarConfig = FALSE, 7176cdf0e10cSrcweir ToolBoxConfig = TRUE, 7177cdf0e10cSrcweir GroupId = GID_FORMAT; 7178cdf0e10cSrcweir] 7179cdf0e10cSrcweir 7180cdf0e10cSrcweir//-------------------------------------------------------------------------- 7181cdf0e10cSrcweirSfxVoidItem UpdateChart SID_UPDATECHART 7182cdf0e10cSrcweir(SfxBoolItem AllCharts SID_UPDATECHART) 7183cdf0e10cSrcweir[ 7184cdf0e10cSrcweir /* flags: */ 7185cdf0e10cSrcweir AutoUpdate = FALSE, 7186cdf0e10cSrcweir Cachable = Cachable, 7187cdf0e10cSrcweir FastCall = FALSE, 7188cdf0e10cSrcweir HasCoreId = FALSE, 7189cdf0e10cSrcweir HasDialog = FALSE, 7190cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7191cdf0e10cSrcweir Toggle = FALSE, 7192cdf0e10cSrcweir Container = FALSE, 7193cdf0e10cSrcweir RecordAbsolute = FALSE, 7194cdf0e10cSrcweir RecordPerSet; 7195cdf0e10cSrcweir Synchron; 7196cdf0e10cSrcweir 7197cdf0e10cSrcweir /* config: */ 7198cdf0e10cSrcweir AccelConfig = TRUE, 7199cdf0e10cSrcweir MenuConfig = FALSE, 7200cdf0e10cSrcweir StatusBarConfig = FALSE, 7201cdf0e10cSrcweir ToolBoxConfig = FALSE, 7202cdf0e10cSrcweir GroupId = GID_OPTIONS; 7203cdf0e10cSrcweir] 7204cdf0e10cSrcweir 7205cdf0e10cSrcweir//-------------------------------------------------------------------------- 7206cdf0e10cSrcweirSfxVoidItem UpdateTableLinks SID_UPDATETABLINKS 7207cdf0e10cSrcweir() 7208cdf0e10cSrcweir[ 7209cdf0e10cSrcweir /* flags: */ 7210cdf0e10cSrcweir AutoUpdate = FALSE, 7211cdf0e10cSrcweir Cachable = Cachable, 7212cdf0e10cSrcweir FastCall = FALSE, 7213cdf0e10cSrcweir HasCoreId = FALSE, 7214cdf0e10cSrcweir HasDialog = FALSE, 7215cdf0e10cSrcweir ReadOnlyDoc = TRUE, 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_INTERN; 7228cdf0e10cSrcweir] 7229cdf0e10cSrcweir 7230cdf0e10cSrcweir//-------------------------------------------------------------------------- 7231cdf0e10cSrcweirSfxVoidItem Validation FID_VALIDATION 7232cdf0e10cSrcweir() 7233cdf0e10cSrcweir[ 7234cdf0e10cSrcweir /* flags: */ 7235cdf0e10cSrcweir AutoUpdate = FALSE, 7236cdf0e10cSrcweir Cachable = Cachable, 7237cdf0e10cSrcweir FastCall = FALSE, 7238cdf0e10cSrcweir HasCoreId = FALSE, 7239cdf0e10cSrcweir HasDialog = TRUE, 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_DATA; 7253cdf0e10cSrcweir] 7254cdf0e10cSrcweir 7255cdf0e10cSrcweir//-------------------------------------------------------------------------- 7256cdf0e10cSrcweirScDoubleItem Value SID_RANGE_VALUE 7257cdf0e10cSrcweir 7258cdf0e10cSrcweir[ 7259cdf0e10cSrcweir /* flags: */ 7260cdf0e10cSrcweir AutoUpdate = FALSE, 7261cdf0e10cSrcweir Cachable = Cachable, 7262cdf0e10cSrcweir FastCall = FALSE, 7263cdf0e10cSrcweir HasCoreId = FALSE, 7264cdf0e10cSrcweir HasDialog = FALSE, 7265cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7266cdf0e10cSrcweir Toggle = FALSE, 7267cdf0e10cSrcweir Container = FALSE, 7268cdf0e10cSrcweir RecordAbsolute = FALSE, 7269cdf0e10cSrcweir RecordPerSet; 7270cdf0e10cSrcweir Synchron; 7271cdf0e10cSrcweir 7272cdf0e10cSrcweir Readonly = TRUE, 7273cdf0e10cSrcweir 7274cdf0e10cSrcweir /* config: */ 7275cdf0e10cSrcweir AccelConfig = FALSE, 7276cdf0e10cSrcweir MenuConfig = FALSE, 7277cdf0e10cSrcweir StatusBarConfig = FALSE, 7278cdf0e10cSrcweir ToolBoxConfig = FALSE, 7279cdf0e10cSrcweir GroupId = GID_INTERN; 7280cdf0e10cSrcweir] 7281cdf0e10cSrcweir 7282cdf0e10cSrcweir//-------------------------------------------------------------------------- 7283cdf0e10cSrcweirSvxVerJustifyItem VerticalAlignment SID_V_ALIGNCELL 7284cdf0e10cSrcweir 7285cdf0e10cSrcweir[ 7286cdf0e10cSrcweir /* flags: */ 7287cdf0e10cSrcweir AutoUpdate = FALSE, 7288cdf0e10cSrcweir Cachable = Cachable, 7289cdf0e10cSrcweir FastCall = FALSE, 7290cdf0e10cSrcweir HasCoreId = FALSE, 7291cdf0e10cSrcweir HasDialog = FALSE, 7292cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7293cdf0e10cSrcweir Toggle = FALSE, 7294cdf0e10cSrcweir Container = FALSE, 7295cdf0e10cSrcweir RecordAbsolute = FALSE, 7296cdf0e10cSrcweir RecordPerSet; 7297cdf0e10cSrcweir Synchron; 7298cdf0e10cSrcweir 7299cdf0e10cSrcweir Readonly = FALSE, 7300cdf0e10cSrcweir 7301cdf0e10cSrcweir /* config: */ 7302cdf0e10cSrcweir AccelConfig = FALSE, 7303cdf0e10cSrcweir MenuConfig = FALSE, 7304cdf0e10cSrcweir StatusBarConfig = FALSE, 7305cdf0e10cSrcweir ToolBoxConfig = FALSE, 7306cdf0e10cSrcweir GroupId = GID_INTERN; 7307cdf0e10cSrcweir] 7308cdf0e10cSrcweir 7309cdf0e10cSrcweir//-------------------------------------------------------------------------- 7310cdf0e10cSrcweirSfxBoolItem InputLineVisible FID_TOGGLEINPUTLINE 7311cdf0e10cSrcweir 7312cdf0e10cSrcweir[ 7313cdf0e10cSrcweir /* flags: */ 7314cdf0e10cSrcweir AutoUpdate = FALSE, 7315cdf0e10cSrcweir Cachable = Cachable, 7316cdf0e10cSrcweir FastCall = FALSE, 7317cdf0e10cSrcweir HasCoreId = FALSE, 7318cdf0e10cSrcweir HasDialog = FALSE, 7319cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7320cdf0e10cSrcweir Toggle = FALSE, 7321cdf0e10cSrcweir Container = FALSE, 7322cdf0e10cSrcweir RecordAbsolute = FALSE, 7323cdf0e10cSrcweir RecordPerSet; 7324cdf0e10cSrcweir Synchron; 7325cdf0e10cSrcweir 7326cdf0e10cSrcweir Readonly = FALSE, 7327cdf0e10cSrcweir 7328cdf0e10cSrcweir /* config: */ 7329cdf0e10cSrcweir AccelConfig = TRUE, 7330cdf0e10cSrcweir MenuConfig = TRUE, 7331cdf0e10cSrcweir StatusBarConfig = FALSE, 7332cdf0e10cSrcweir ToolBoxConfig = FALSE, 7333cdf0e10cSrcweir GroupId = GID_VIEW; 7334cdf0e10cSrcweir] 7335cdf0e10cSrcweir 7336cdf0e10cSrcweir//-------------------------------------------------------------------------- 7337cdf0e10cSrcweirSfxBoolItem ViewRowColumnHeaders FID_TOGGLEHEADERS 7338cdf0e10cSrcweir 7339cdf0e10cSrcweir[ 7340cdf0e10cSrcweir /* flags: */ 7341cdf0e10cSrcweir AutoUpdate = FALSE, 7342cdf0e10cSrcweir Cachable = Cachable, 7343cdf0e10cSrcweir FastCall = FALSE, 7344cdf0e10cSrcweir HasCoreId = FALSE, 7345cdf0e10cSrcweir HasDialog = FALSE, 7346cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7347cdf0e10cSrcweir Toggle = FALSE, 7348cdf0e10cSrcweir Container = FALSE, 7349cdf0e10cSrcweir RecordAbsolute = FALSE, 7350cdf0e10cSrcweir RecordPerSet; 7351cdf0e10cSrcweir Synchron; 7352cdf0e10cSrcweir 7353cdf0e10cSrcweir Readonly = FALSE, 7354cdf0e10cSrcweir 7355cdf0e10cSrcweir /* config: */ 7356cdf0e10cSrcweir AccelConfig = TRUE, 7357cdf0e10cSrcweir MenuConfig = TRUE, 7358cdf0e10cSrcweir StatusBarConfig = FALSE, 7359cdf0e10cSrcweir ToolBoxConfig = FALSE, 7360cdf0e10cSrcweir GroupId = GID_VIEW; 7361cdf0e10cSrcweir] 7362cdf0e10cSrcweir 7363cdf0e10cSrcweir//-------------------------------------------------------------------------- 7364cdf0e10cSrcweirSfxBoolItem ToggleFormula FID_TOGGLEFORMULA 7365cdf0e10cSrcweir 7366cdf0e10cSrcweir[ 7367cdf0e10cSrcweir /* flags */ 7368cdf0e10cSrcweir AutoUpdate = FALSE, 7369cdf0e10cSrcweir Cachable = Cachable, 7370cdf0e10cSrcweir FastCall = FALSE, 7371cdf0e10cSrcweir HasCoreId = FALSE, 7372cdf0e10cSrcweir HasDialog = FALSE, 7373cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7374cdf0e10cSrcweir Toggle = FALSE, 7375cdf0e10cSrcweir Container = FALSE, 7376cdf0e10cSrcweir RecordAbsolute = FALSE, 7377cdf0e10cSrcweir RecordPerSet; 7378cdf0e10cSrcweir Synchron; 7379cdf0e10cSrcweir 7380cdf0e10cSrcweir Readonly = FALSE, 7381cdf0e10cSrcweir 7382cdf0e10cSrcweir /* config */ 7383cdf0e10cSrcweir AccelConfig = TRUE, 7384cdf0e10cSrcweir MenuConfig = FALSE, 7385cdf0e10cSrcweir StatusBarConfig = FALSE, 7386cdf0e10cSrcweir ToolBoxConfig = FALSE, 7387cdf0e10cSrcweir GroupId = GID_VIEW 7388cdf0e10cSrcweir 7389cdf0e10cSrcweir] 7390cdf0e10cSrcweir 7391cdf0e10cSrcweir//-------------------------------------------------------------------------- 7392cdf0e10cSrcweirSfxBoolItem ViewValueHighlighting FID_TOGGLESYNTAX 7393cdf0e10cSrcweir 7394cdf0e10cSrcweir[ 7395cdf0e10cSrcweir /* flags: */ 7396cdf0e10cSrcweir AutoUpdate = FALSE, 7397cdf0e10cSrcweir Cachable = Cachable, 7398cdf0e10cSrcweir FastCall = FALSE, 7399cdf0e10cSrcweir HasCoreId = FALSE, 7400cdf0e10cSrcweir HasDialog = FALSE, 7401cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7402cdf0e10cSrcweir Toggle = FALSE, 7403cdf0e10cSrcweir Container = FALSE, 7404cdf0e10cSrcweir RecordAbsolute = FALSE, 7405cdf0e10cSrcweir RecordPerSet; 7406cdf0e10cSrcweir Synchron; 7407cdf0e10cSrcweir 7408cdf0e10cSrcweir Readonly = FALSE, 7409cdf0e10cSrcweir 7410cdf0e10cSrcweir /* config: */ 7411cdf0e10cSrcweir AccelConfig = TRUE, 7412cdf0e10cSrcweir MenuConfig = TRUE, 7413cdf0e10cSrcweir StatusBarConfig = FALSE, 7414cdf0e10cSrcweir ToolBoxConfig = FALSE, 7415cdf0e10cSrcweir GroupId = GID_VIEW; 7416cdf0e10cSrcweir] 7417cdf0e10cSrcweir 7418cdf0e10cSrcweir//-------------------------------------------------------------------------- 7419cdf0e10cSrcweirSfxBoolItem Visible FID_TABLE_VISIBLE 7420cdf0e10cSrcweir 7421cdf0e10cSrcweir[ 7422cdf0e10cSrcweir /* flags: */ 7423cdf0e10cSrcweir AutoUpdate = FALSE, 7424cdf0e10cSrcweir Cachable = Cachable, 7425cdf0e10cSrcweir FastCall = FALSE, 7426cdf0e10cSrcweir HasCoreId = FALSE, 7427cdf0e10cSrcweir HasDialog = FALSE, 7428cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7429cdf0e10cSrcweir Toggle = FALSE, 7430cdf0e10cSrcweir Container = FALSE, 7431cdf0e10cSrcweir RecordAbsolute = FALSE, 7432cdf0e10cSrcweir RecordPerSet; 7433cdf0e10cSrcweir Synchron; 7434cdf0e10cSrcweir 7435cdf0e10cSrcweir Readonly = FALSE, 7436cdf0e10cSrcweir 7437cdf0e10cSrcweir /* config: */ 7438cdf0e10cSrcweir AccelConfig = FALSE, 7439cdf0e10cSrcweir MenuConfig = FALSE, 7440cdf0e10cSrcweir StatusBarConfig = FALSE, 7441cdf0e10cSrcweir ToolBoxConfig = FALSE, 7442cdf0e10cSrcweir GroupId = GID_INTERN; 7443cdf0e10cSrcweir] 7444cdf0e10cSrcweir 7445cdf0e10cSrcweir//-------------------------------------------------------------------------- 7446cdf0e10cSrcweirSfxBoolItem WrapText SID_ATTR_ALIGN_LINEBREAK 7447cdf0e10cSrcweir 7448cdf0e10cSrcweir[ 7449cdf0e10cSrcweir /* flags: */ 7450cdf0e10cSrcweir AutoUpdate = FALSE, 7451cdf0e10cSrcweir Cachable = Cachable, 7452cdf0e10cSrcweir FastCall = FALSE, 7453cdf0e10cSrcweir HasCoreId = FALSE, 7454cdf0e10cSrcweir HasDialog = FALSE, 7455cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7456cdf0e10cSrcweir Toggle = FALSE, 7457cdf0e10cSrcweir Container = FALSE, 7458cdf0e10cSrcweir RecordAbsolute = FALSE, 7459cdf0e10cSrcweir RecordPerSet; 7460cdf0e10cSrcweir Synchron; 7461cdf0e10cSrcweir 7462cdf0e10cSrcweir Readonly = FALSE, 7463cdf0e10cSrcweir 7464cdf0e10cSrcweir /* config: */ 7465cdf0e10cSrcweir AccelConfig = FALSE, 7466cdf0e10cSrcweir MenuConfig = FALSE, 7467cdf0e10cSrcweir StatusBarConfig = FALSE, 7468cdf0e10cSrcweir ToolBoxConfig = TRUE, 7469cdf0e10cSrcweir GroupId = GID_FORMAT; 7470cdf0e10cSrcweir] 7471cdf0e10cSrcweir 7472cdf0e10cSrcweir//-------------------------------------------------------------------------- 7473cdf0e10cSrcweirSfxVoidItem ZoomIn SID_PREVIEW_ZOOMIN 7474cdf0e10cSrcweir() 7475cdf0e10cSrcweir[ 7476cdf0e10cSrcweir /* flags: */ 7477cdf0e10cSrcweir AutoUpdate = FALSE, 7478cdf0e10cSrcweir Cachable = Cachable, 7479cdf0e10cSrcweir FastCall = FALSE, 7480cdf0e10cSrcweir HasCoreId = FALSE, 7481cdf0e10cSrcweir HasDialog = FALSE, 7482cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7483cdf0e10cSrcweir Toggle = FALSE, 7484cdf0e10cSrcweir Container = FALSE, 7485cdf0e10cSrcweir RecordAbsolute = FALSE, 7486cdf0e10cSrcweir RecordPerSet; 7487cdf0e10cSrcweir Synchron; 7488cdf0e10cSrcweir 7489cdf0e10cSrcweir /* config: */ 7490cdf0e10cSrcweir AccelConfig = TRUE, 7491cdf0e10cSrcweir MenuConfig = FALSE, 7492cdf0e10cSrcweir StatusBarConfig = FALSE, 7493cdf0e10cSrcweir ToolBoxConfig = TRUE, 7494cdf0e10cSrcweir GroupId = GID_VIEW; 7495cdf0e10cSrcweir] 7496cdf0e10cSrcweir 7497cdf0e10cSrcweir//-------------------------------------------------------------------------- 7498cdf0e10cSrcweirSfxVoidItem ZoomOut SID_PREVIEW_ZOOMOUT 7499cdf0e10cSrcweir() 7500cdf0e10cSrcweir[ 7501cdf0e10cSrcweir /* flags: */ 7502cdf0e10cSrcweir AutoUpdate = FALSE, 7503cdf0e10cSrcweir Cachable = Cachable, 7504cdf0e10cSrcweir FastCall = FALSE, 7505cdf0e10cSrcweir HasCoreId = FALSE, 7506cdf0e10cSrcweir HasDialog = FALSE, 7507cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7508cdf0e10cSrcweir Toggle = FALSE, 7509cdf0e10cSrcweir Container = FALSE, 7510cdf0e10cSrcweir RecordAbsolute = FALSE, 7511cdf0e10cSrcweir RecordPerSet; 7512cdf0e10cSrcweir Synchron; 7513cdf0e10cSrcweir 7514cdf0e10cSrcweir /* config: */ 7515cdf0e10cSrcweir AccelConfig = TRUE, 7516cdf0e10cSrcweir MenuConfig = FALSE, 7517cdf0e10cSrcweir StatusBarConfig = FALSE, 7518cdf0e10cSrcweir ToolBoxConfig = TRUE, 7519cdf0e10cSrcweir GroupId = GID_VIEW; 7520cdf0e10cSrcweir] 7521cdf0e10cSrcweir 7522cdf0e10cSrcweir//-------------------------------------------------------------------------- 7523cdf0e10cSrcweirSfxVoidItem FocusInputLine SID_FOCUS_INPUTLINE 7524cdf0e10cSrcweir() 7525cdf0e10cSrcweir[ 7526cdf0e10cSrcweir /* flags: */ 7527cdf0e10cSrcweir AutoUpdate = FALSE, 7528cdf0e10cSrcweir Cachable = Cachable, 7529cdf0e10cSrcweir FastCall = FALSE, 7530cdf0e10cSrcweir HasCoreId = FALSE, 7531cdf0e10cSrcweir HasDialog = FALSE, 7532cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7533cdf0e10cSrcweir Toggle = FALSE, 7534cdf0e10cSrcweir Container = TRUE, 7535cdf0e10cSrcweir RecordAbsolute = FALSE, 7536cdf0e10cSrcweir RecordPerSet; 7537cdf0e10cSrcweir Synchron; 7538cdf0e10cSrcweir 7539cdf0e10cSrcweir /* config: */ 7540cdf0e10cSrcweir AccelConfig = TRUE, 7541cdf0e10cSrcweir MenuConfig = FALSE, 7542cdf0e10cSrcweir StatusBarConfig = FALSE, 7543cdf0e10cSrcweir ToolBoxConfig = FALSE, 7544cdf0e10cSrcweir GroupId = GID_APPLICATION; 7545cdf0e10cSrcweir] 7546cdf0e10cSrcweir 7547cdf0e10cSrcweir//-------------------------------------------------------------------------- 7548cdf0e10cSrcweirSfxVoidItem ClosePreview SID_PREVIEW_CLOSE 7549cdf0e10cSrcweir() 7550cdf0e10cSrcweir[ 7551cdf0e10cSrcweir /* flags: */ 7552cdf0e10cSrcweir AutoUpdate = FALSE, 7553cdf0e10cSrcweir Cachable = Cachable, 7554cdf0e10cSrcweir FastCall = TRUE, 7555cdf0e10cSrcweir HasCoreId = FALSE, 7556cdf0e10cSrcweir HasDialog = FALSE, 7557cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7558cdf0e10cSrcweir Toggle = FALSE, 7559cdf0e10cSrcweir Container = FALSE, 7560cdf0e10cSrcweir RecordAbsolute = FALSE, 7561cdf0e10cSrcweir RecordPerSet; 7562cdf0e10cSrcweir Asynchron; 7563cdf0e10cSrcweir 7564cdf0e10cSrcweir /* config: */ 7565cdf0e10cSrcweir AccelConfig = TRUE, 7566cdf0e10cSrcweir MenuConfig = TRUE, 7567cdf0e10cSrcweir StatusBarConfig = FALSE, 7568cdf0e10cSrcweir ToolBoxConfig = TRUE, 7569cdf0e10cSrcweir GroupId = GID_VIEW; 7570cdf0e10cSrcweir] 7571cdf0e10cSrcweir 7572cdf0e10cSrcweir//-------------------------------------------------------------------------- 7573cdf0e10cSrcweirSfxVoidItem Margins SID_PREVIEW_MARGIN 7574cdf0e10cSrcweir() 7575cdf0e10cSrcweir[ 7576cdf0e10cSrcweir /* flags: */ 7577cdf0e10cSrcweir AutoUpdate = FALSE, 7578cdf0e10cSrcweir Cachable = Cachable, 7579cdf0e10cSrcweir FastCall = TRUE, 7580cdf0e10cSrcweir HasCoreId = FALSE, 7581cdf0e10cSrcweir HasDialog = FALSE, 7582cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7583cdf0e10cSrcweir Toggle = FALSE, 7584cdf0e10cSrcweir Container = FALSE, 7585cdf0e10cSrcweir RecordAbsolute = FALSE, 7586cdf0e10cSrcweir RecordPerSet; 7587cdf0e10cSrcweir Asynchron; 7588cdf0e10cSrcweir 7589cdf0e10cSrcweir /* config: */ 7590cdf0e10cSrcweir AccelConfig = TRUE, 7591cdf0e10cSrcweir MenuConfig = TRUE, 7592cdf0e10cSrcweir StatusBarConfig = FALSE, 7593cdf0e10cSrcweir ToolBoxConfig = TRUE, 7594cdf0e10cSrcweir GroupId = GID_VIEW; 7595cdf0e10cSrcweir] 7596cdf0e10cSrcweir 7597cdf0e10cSrcweir//-------------------------------------------------------------------------- 7598cdf0e10cSrcweirSvxZoomSliderItem ScalingFactor SID_PREVIEW_SCALINGFACTOR 7599cdf0e10cSrcweir[ 7600cdf0e10cSrcweir /* flags: */ 7601cdf0e10cSrcweir AutoUpdate = FALSE, 7602cdf0e10cSrcweir Cachable = Cachable, 7603cdf0e10cSrcweir FastCall = TRUE, 7604cdf0e10cSrcweir HasCoreId = FALSE, 7605cdf0e10cSrcweir HasDialog = FALSE, 7606cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7607cdf0e10cSrcweir Toggle = FALSE, 7608cdf0e10cSrcweir Container = FALSE, 7609cdf0e10cSrcweir RecordAbsolute = FALSE, 7610cdf0e10cSrcweir RecordPerSet; 7611cdf0e10cSrcweir Asynchron; 7612cdf0e10cSrcweir 7613cdf0e10cSrcweir /* config: */ 7614cdf0e10cSrcweir AccelConfig = TRUE, 7615cdf0e10cSrcweir MenuConfig = TRUE, 7616cdf0e10cSrcweir StatusBarConfig = FALSE, 7617cdf0e10cSrcweir ToolBoxConfig = TRUE, 7618cdf0e10cSrcweir GroupId = GID_FORMAT; 7619cdf0e10cSrcweir] 7620cdf0e10cSrcweir 7621cdf0e10cSrcweir//-------------------------------------------------------------------------- 7622cdf0e10cSrcweirSfxVoidItem SelectTables SID_SELECT_TABLES 7623cdf0e10cSrcweir(SfxIntegerListItem Tables SID_SELECT_TABLES) 7624cdf0e10cSrcweir[ 7625cdf0e10cSrcweir /* flags: */ 7626cdf0e10cSrcweir AutoUpdate = FALSE, 7627cdf0e10cSrcweir Cachable = Cachable, 7628cdf0e10cSrcweir FastCall = TRUE, 7629cdf0e10cSrcweir HasCoreId = FALSE, 7630cdf0e10cSrcweir HasDialog = TRUE, 7631cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7632cdf0e10cSrcweir Toggle = FALSE, 7633cdf0e10cSrcweir Container = FALSE, 7634cdf0e10cSrcweir RecordAbsolute = FALSE, 7635cdf0e10cSrcweir RecordPerSet; 7636cdf0e10cSrcweir Asynchron; 7637cdf0e10cSrcweir 7638cdf0e10cSrcweir /* config: */ 7639cdf0e10cSrcweir AccelConfig = TRUE, 7640cdf0e10cSrcweir MenuConfig = TRUE, 7641cdf0e10cSrcweir StatusBarConfig = FALSE, 7642cdf0e10cSrcweir ToolBoxConfig = TRUE, 7643cdf0e10cSrcweir GroupId = GID_EDIT; 7644cdf0e10cSrcweir] 7645cdf0e10cSrcweir 7646cdf0e10cSrcweir//-------------------------------------------------------------------------- 7647cdf0e10cSrcweirSfxVoidItem DataPilotFilter SID_DP_FILTER 7648cdf0e10cSrcweir() 7649cdf0e10cSrcweir[ 7650cdf0e10cSrcweir /* flags: */ 7651cdf0e10cSrcweir AutoUpdate = FALSE, 7652cdf0e10cSrcweir Cachable = Cachable, 7653cdf0e10cSrcweir FastCall = FALSE, 7654cdf0e10cSrcweir HasCoreId = FALSE, 7655cdf0e10cSrcweir HasDialog = TRUE, 7656cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7657cdf0e10cSrcweir Toggle = FALSE, 7658cdf0e10cSrcweir Container = FALSE, 7659cdf0e10cSrcweir RecordAbsolute = FALSE, 7660cdf0e10cSrcweir RecordPerSet; 7661cdf0e10cSrcweir Synchron; 7662cdf0e10cSrcweir 7663cdf0e10cSrcweir /* config: */ 7664cdf0e10cSrcweir AccelConfig = FALSE, 7665cdf0e10cSrcweir MenuConfig = TRUE, 7666cdf0e10cSrcweir StatusBarConfig = FALSE, 7667cdf0e10cSrcweir ToolBoxConfig = FALSE, 7668cdf0e10cSrcweir GroupId = GID_DATA; 7669cdf0e10cSrcweir] 7670cdf0e10cSrcweir 7671cdf0e10cSrcweir//-------------------------------------------------------------------------- 7672cdf0e10cSrcweirScProtectionAttr Protection SID_SCATTR_PROTECTION 7673cdf0e10cSrcweir 7674cdf0e10cSrcweir[ 7675cdf0e10cSrcweir /* flags: */ 7676cdf0e10cSrcweir AutoUpdate = FALSE, 7677cdf0e10cSrcweir Cachable = Cachable, 7678cdf0e10cSrcweir FastCall = TRUE, 7679cdf0e10cSrcweir HasCoreId = FALSE, 7680cdf0e10cSrcweir HasDialog = FALSE, 7681cdf0e10cSrcweir ReadOnlyDoc = FALSE, 7682cdf0e10cSrcweir Toggle = FALSE, 7683cdf0e10cSrcweir Container = FALSE, 7684cdf0e10cSrcweir RecordAbsolute = FALSE, 7685cdf0e10cSrcweir RecordPerSet; 7686cdf0e10cSrcweir Synchron; 7687cdf0e10cSrcweir 7688cdf0e10cSrcweir Readonly = FALSE, 7689cdf0e10cSrcweir 7690cdf0e10cSrcweir /* config: */ 7691cdf0e10cSrcweir AccelConfig = FALSE, 7692cdf0e10cSrcweir MenuConfig = FALSE, 7693cdf0e10cSrcweir StatusBarConfig = FALSE, 7694cdf0e10cSrcweir ToolBoxConfig = FALSE, 7695cdf0e10cSrcweir GroupId = GID_FORMAT; 7696cdf0e10cSrcweir] 7697cdf0e10cSrcweir 7698cdf0e10cSrcweir//-------------------------------------------------------------------------- 7699cdf0e10cSrcweirSfxVoidItem SelectArrayFormula SID_MARKARRAYFORMULA 7700cdf0e10cSrcweir() 7701cdf0e10cSrcweir[ 7702cdf0e10cSrcweir /* flags: */ 7703cdf0e10cSrcweir AutoUpdate = FALSE, 7704cdf0e10cSrcweir Cachable = Cachable, 7705cdf0e10cSrcweir FastCall = FALSE, 7706cdf0e10cSrcweir HasCoreId = FALSE, 7707cdf0e10cSrcweir HasDialog = FALSE, 7708cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7709cdf0e10cSrcweir Toggle = FALSE, 7710cdf0e10cSrcweir Container = FALSE, 7711cdf0e10cSrcweir RecordAbsolute = FALSE, 7712cdf0e10cSrcweir RecordPerSet; 7713cdf0e10cSrcweir Synchron; 7714cdf0e10cSrcweir 7715cdf0e10cSrcweir /* config: */ 7716cdf0e10cSrcweir AccelConfig = TRUE, 7717cdf0e10cSrcweir MenuConfig = TRUE, 7718cdf0e10cSrcweir StatusBarConfig = FALSE, 7719cdf0e10cSrcweir ToolBoxConfig = FALSE, 7720cdf0e10cSrcweir GroupId = GID_EDIT; 7721cdf0e10cSrcweir] 7722cdf0e10cSrcweir 7723cdf0e10cSrcweir//-------------------------------------------------------------------------- 7724cdf0e10cSrcweirSfxBoolItem SheetRightToLeft FID_TAB_RTL 7725cdf0e10cSrcweir 7726cdf0e10cSrcweir[ 7727cdf0e10cSrcweir /* flags: */ 7728cdf0e10cSrcweir AutoUpdate = FALSE, 7729cdf0e10cSrcweir Cachable = Cachable, 7730cdf0e10cSrcweir FastCall = FALSE, 7731cdf0e10cSrcweir HasCoreId = FALSE, 7732cdf0e10cSrcweir HasDialog = FALSE, 7733cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7734cdf0e10cSrcweir Toggle = FALSE, 7735cdf0e10cSrcweir Container = FALSE, 7736cdf0e10cSrcweir RecordAbsolute = FALSE, 7737cdf0e10cSrcweir RecordPerSet; 7738cdf0e10cSrcweir Synchron; 7739cdf0e10cSrcweir 7740cdf0e10cSrcweir /* config: */ 7741cdf0e10cSrcweir AccelConfig = TRUE, 7742cdf0e10cSrcweir MenuConfig = TRUE, 7743cdf0e10cSrcweir StatusBarConfig = FALSE, 7744cdf0e10cSrcweir ToolBoxConfig = TRUE, 7745cdf0e10cSrcweir GroupId = GID_FORMAT; 7746cdf0e10cSrcweir] 7747cdf0e10cSrcweir 7748cdf0e10cSrcweir//-------------------------------------------------------------------------- 7749cdf0e10cSrcweirSfxVoidItem ShareDocument SID_SHARE_DOC 7750cdf0e10cSrcweir 7751cdf0e10cSrcweir[ 7752cdf0e10cSrcweir /* flags: */ 7753cdf0e10cSrcweir AutoUpdate = FALSE, 7754cdf0e10cSrcweir Cachable = Cachable, 7755cdf0e10cSrcweir FastCall = FALSE, 7756cdf0e10cSrcweir HasCoreId = FALSE, 7757cdf0e10cSrcweir HasDialog = FALSE, 7758cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7759cdf0e10cSrcweir Toggle = FALSE, 7760cdf0e10cSrcweir Container = FALSE, 7761cdf0e10cSrcweir RecordAbsolute = FALSE, 7762cdf0e10cSrcweir RecordPerSet; 7763cdf0e10cSrcweir Synchron; 7764cdf0e10cSrcweir 7765cdf0e10cSrcweir /* config: */ 7766cdf0e10cSrcweir AccelConfig = TRUE, 7767cdf0e10cSrcweir MenuConfig = TRUE, 7768cdf0e10cSrcweir StatusBarConfig = FALSE, 7769cdf0e10cSrcweir ToolBoxConfig = FALSE, 7770cdf0e10cSrcweir GroupId = GID_OPTIONS; 7771cdf0e10cSrcweir] 7772cdf0e10cSrcweir 7773cdf0e10cSrcweir//-------------------------------------------------------------------------- 7774cdf0e10cSrcweirSvxColorItem TabBgColor FID_TAB_SET_TAB_BG_COLOR 7775cdf0e10cSrcweir 7776cdf0e10cSrcweir[ 7777cdf0e10cSrcweir // flags: 7778cdf0e10cSrcweir AutoUpdate = FALSE, 7779cdf0e10cSrcweir Cachable = Cachable, 7780cdf0e10cSrcweir FastCall = FALSE, 7781cdf0e10cSrcweir HasCoreId = FALSE, 7782cdf0e10cSrcweir HasDialog = TRUE, 7783cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7784cdf0e10cSrcweir Toggle = FALSE, 7785cdf0e10cSrcweir Container = FALSE, 7786cdf0e10cSrcweir RecordAbsolute = FALSE, 7787cdf0e10cSrcweir RecordPerSet; 7788cdf0e10cSrcweir Synchron; 7789cdf0e10cSrcweir 7790cdf0e10cSrcweir Readonly = FALSE, 7791cdf0e10cSrcweir 7792cdf0e10cSrcweir // config: 7793cdf0e10cSrcweir AccelConfig = TRUE, 7794cdf0e10cSrcweir MenuConfig = TRUE, 7795cdf0e10cSrcweir StatusBarConfig = FALSE, 7796cdf0e10cSrcweir ToolBoxConfig = FALSE, 7797cdf0e10cSrcweir GroupId = GID_FORMAT; 7798cdf0e10cSrcweir] 7799cdf0e10cSrcweir 7800cdf0e10cSrcweir//-------------------------------------------------------------------------- 7801cdf0e10cSrcweirSfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR 7802cdf0e10cSrcweir(SvxColorItem TabBgColor FID_TAB_SET_TAB_BG_COLOR) 7803cdf0e10cSrcweir[ 7804cdf0e10cSrcweir /* flags: */ 7805cdf0e10cSrcweir AutoUpdate = FALSE, 7806cdf0e10cSrcweir Cachable = Cachable, 7807cdf0e10cSrcweir FastCall = FALSE, 7808cdf0e10cSrcweir HasCoreId = FALSE, 7809cdf0e10cSrcweir HasDialog = TRUE, 7810cdf0e10cSrcweir ReadOnlyDoc = TRUE, 7811cdf0e10cSrcweir Toggle = FALSE, 7812cdf0e10cSrcweir Container = FALSE, 7813cdf0e10cSrcweir RecordAbsolute = FALSE, 7814cdf0e10cSrcweir RecordPerSet; 7815cdf0e10cSrcweir Synchron; 7816cdf0e10cSrcweir 7817cdf0e10cSrcweir /* config: */ 7818cdf0e10cSrcweir AccelConfig = TRUE, 7819cdf0e10cSrcweir MenuConfig = TRUE, 7820cdf0e10cSrcweir StatusBarConfig = FALSE, 7821cdf0e10cSrcweir ToolBoxConfig = FALSE, 7822cdf0e10cSrcweir GroupId = GID_FORMAT; 7823cdf0e10cSrcweir] 7824cdf0e10cSrcweir 7825