1*61624e8fSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*61624e8fSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*61624e8fSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*61624e8fSAndrew Rist * distributed with this work for additional information 6*61624e8fSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*61624e8fSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*61624e8fSAndrew Rist * "License"); you may not use this file except in compliance 9*61624e8fSAndrew Rist * with the License. You may obtain a copy of the License at 10*61624e8fSAndrew Rist * 11*61624e8fSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*61624e8fSAndrew Rist * 13*61624e8fSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*61624e8fSAndrew Rist * software distributed under the License is distributed on an 15*61624e8fSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*61624e8fSAndrew Rist * KIND, either express or implied. See the License for the 17*61624e8fSAndrew Rist * specific language governing permissions and limitations 18*61624e8fSAndrew Rist * under the License. 19*61624e8fSAndrew Rist * 20*61624e8fSAndrew Rist *************************************************************/ 21*61624e8fSAndrew Rist 22*61624e8fSAndrew Rist 23cdf0e10cSrcweirSfxVoidItem Adjust SID_ADJUST 24cdf0e10cSrcweir() 25cdf0e10cSrcweir[ 26cdf0e10cSrcweir /* flags: */ 27cdf0e10cSrcweir AutoUpdate = FALSE, 28cdf0e10cSrcweir Cachable = Cachable, 29cdf0e10cSrcweir FastCall = FALSE, 30cdf0e10cSrcweir HasCoreId = FALSE, 31cdf0e10cSrcweir HasDialog = FALSE, 32cdf0e10cSrcweir ReadOnlyDoc = TRUE, 33cdf0e10cSrcweir Toggle = FALSE, 34cdf0e10cSrcweir Container = FALSE, 35cdf0e10cSrcweir RecordAbsolute = FALSE, 36cdf0e10cSrcweir RecordPerSet; 37cdf0e10cSrcweir Synchron; 38cdf0e10cSrcweir 39cdf0e10cSrcweir /* config: */ 40cdf0e10cSrcweir AccelConfig = TRUE, 41cdf0e10cSrcweir MenuConfig = TRUE, 42cdf0e10cSrcweir StatusBarConfig = FALSE, 43cdf0e10cSrcweir ToolBoxConfig = TRUE, 44cdf0e10cSrcweir GroupId = GID_VIEW; 45cdf0e10cSrcweir] 46cdf0e10cSrcweir 47cdf0e10cSrcweir//-------------------------------------------------------------------------- 48cdf0e10cSrcweirSfxVoidItem ChangeAlignment SID_ALIGN 49cdf0e10cSrcweir() 50cdf0e10cSrcweir[ 51cdf0e10cSrcweir /* flags: */ 52cdf0e10cSrcweir AutoUpdate = FALSE, 53cdf0e10cSrcweir Cachable = Cachable, 54cdf0e10cSrcweir FastCall = FALSE, 55cdf0e10cSrcweir HasCoreId = FALSE, 56cdf0e10cSrcweir HasDialog = TRUE, 57cdf0e10cSrcweir ReadOnlyDoc = FALSE, 58cdf0e10cSrcweir Toggle = FALSE, 59cdf0e10cSrcweir Container = FALSE, 60cdf0e10cSrcweir RecordAbsolute = FALSE, 61cdf0e10cSrcweir RecordPerSet; 62cdf0e10cSrcweir Synchron; 63cdf0e10cSrcweir 64cdf0e10cSrcweir /* config: */ 65cdf0e10cSrcweir AccelConfig = TRUE, 66cdf0e10cSrcweir MenuConfig = TRUE, 67cdf0e10cSrcweir StatusBarConfig = FALSE, 68cdf0e10cSrcweir ToolBoxConfig = TRUE, 69cdf0e10cSrcweir GroupId = GID_FORMAT; 70cdf0e10cSrcweir] 71cdf0e10cSrcweir 72cdf0e10cSrcweir//-------------------------------------------------------------------------- 73cdf0e10cSrcweirSfxVoidItem ChangeDistance SID_DISTANCE 74cdf0e10cSrcweir() 75cdf0e10cSrcweir[ 76cdf0e10cSrcweir /* flags: */ 77cdf0e10cSrcweir AutoUpdate = FALSE, 78cdf0e10cSrcweir Cachable = Cachable, 79cdf0e10cSrcweir FastCall = FALSE, 80cdf0e10cSrcweir HasCoreId = FALSE, 81cdf0e10cSrcweir HasDialog = TRUE, 82cdf0e10cSrcweir ReadOnlyDoc = FALSE, 83cdf0e10cSrcweir Toggle = FALSE, 84cdf0e10cSrcweir Container = FALSE, 85cdf0e10cSrcweir RecordAbsolute = FALSE, 86cdf0e10cSrcweir RecordPerSet; 87cdf0e10cSrcweir Synchron; 88cdf0e10cSrcweir 89cdf0e10cSrcweir /* config: */ 90cdf0e10cSrcweir AccelConfig = TRUE, 91cdf0e10cSrcweir MenuConfig = TRUE, 92cdf0e10cSrcweir StatusBarConfig = FALSE, 93cdf0e10cSrcweir ToolBoxConfig = TRUE, 94cdf0e10cSrcweir GroupId = GID_FORMAT; 95cdf0e10cSrcweir] 96cdf0e10cSrcweir 97cdf0e10cSrcweir//-------------------------------------------------------------------------- 98cdf0e10cSrcweirSfxVoidItem ChangeFont SID_FONT 99cdf0e10cSrcweir() 100cdf0e10cSrcweir[ 101cdf0e10cSrcweir /* flags: */ 102cdf0e10cSrcweir AutoUpdate = FALSE, 103cdf0e10cSrcweir Cachable = Cachable, 104cdf0e10cSrcweir FastCall = FALSE, 105cdf0e10cSrcweir HasCoreId = FALSE, 106cdf0e10cSrcweir HasDialog = TRUE, 107cdf0e10cSrcweir ReadOnlyDoc = FALSE, 108cdf0e10cSrcweir Toggle = FALSE, 109cdf0e10cSrcweir Container = FALSE, 110cdf0e10cSrcweir RecordAbsolute = FALSE, 111cdf0e10cSrcweir RecordPerSet; 112cdf0e10cSrcweir Synchron; 113cdf0e10cSrcweir 114cdf0e10cSrcweir /* config: */ 115cdf0e10cSrcweir AccelConfig = TRUE, 116cdf0e10cSrcweir MenuConfig = TRUE, 117cdf0e10cSrcweir StatusBarConfig = FALSE, 118cdf0e10cSrcweir ToolBoxConfig = TRUE, 119cdf0e10cSrcweir GroupId = GID_FORMAT; 120cdf0e10cSrcweir] 121cdf0e10cSrcweir 122cdf0e10cSrcweir//-------------------------------------------------------------------------- 123cdf0e10cSrcweirSfxVoidItem ChangeFontSize SID_FONTSIZE 124cdf0e10cSrcweir() 125cdf0e10cSrcweir[ 126cdf0e10cSrcweir /* flags: */ 127cdf0e10cSrcweir AutoUpdate = FALSE, 128cdf0e10cSrcweir Cachable = Cachable, 129cdf0e10cSrcweir FastCall = FALSE, 130cdf0e10cSrcweir HasCoreId = FALSE, 131cdf0e10cSrcweir HasDialog = TRUE, 132cdf0e10cSrcweir ReadOnlyDoc = FALSE, 133cdf0e10cSrcweir Toggle = FALSE, 134cdf0e10cSrcweir Container = FALSE, 135cdf0e10cSrcweir RecordAbsolute = FALSE, 136cdf0e10cSrcweir RecordPerSet; 137cdf0e10cSrcweir Synchron; 138cdf0e10cSrcweir 139cdf0e10cSrcweir /* config: */ 140cdf0e10cSrcweir AccelConfig = TRUE, 141cdf0e10cSrcweir MenuConfig = TRUE, 142cdf0e10cSrcweir StatusBarConfig = FALSE, 143cdf0e10cSrcweir ToolBoxConfig = TRUE, 144cdf0e10cSrcweir GroupId = GID_FORMAT; 145cdf0e10cSrcweir] 146cdf0e10cSrcweir 147cdf0e10cSrcweir//-------------------------------------------------------------------------- 148cdf0e10cSrcweirSfxVoidItem CommandWindow SID_CMDBOXWINDOW 149cdf0e10cSrcweir() 150cdf0e10cSrcweir[ 151cdf0e10cSrcweir /* flags: */ 152cdf0e10cSrcweir AutoUpdate = FALSE, 153cdf0e10cSrcweir Cachable = Cachable, 154cdf0e10cSrcweir FastCall = FALSE, 155cdf0e10cSrcweir HasCoreId = FALSE, 156cdf0e10cSrcweir HasDialog = FALSE, 157cdf0e10cSrcweir ReadOnlyDoc = FALSE, 158cdf0e10cSrcweir Toggle = FALSE, 159cdf0e10cSrcweir Container = FALSE, 160cdf0e10cSrcweir RecordAbsolute = FALSE, 161cdf0e10cSrcweir RecordPerSet; 162cdf0e10cSrcweir Synchron; 163cdf0e10cSrcweir 164cdf0e10cSrcweir /* config: */ 165cdf0e10cSrcweir AccelConfig = FALSE, 166cdf0e10cSrcweir MenuConfig = FALSE, 167cdf0e10cSrcweir StatusBarConfig = FALSE, 168cdf0e10cSrcweir ToolBoxConfig = FALSE, 169cdf0e10cSrcweir GroupId = GID_VIEW; 170cdf0e10cSrcweir] 171cdf0e10cSrcweir 172cdf0e10cSrcweir//-------------------------------------------------------------------------- 173cdf0e10cSrcweirSfxVoidItem Preferences SID_PREFERENCES 174cdf0e10cSrcweir() 175cdf0e10cSrcweir[ 176cdf0e10cSrcweir /* flags: */ 177cdf0e10cSrcweir AutoUpdate = FALSE, 178cdf0e10cSrcweir Cachable = Cachable, 179cdf0e10cSrcweir FastCall = FALSE, 180cdf0e10cSrcweir HasCoreId = FALSE, 181cdf0e10cSrcweir HasDialog = TRUE, 182cdf0e10cSrcweir ReadOnlyDoc = TRUE, 183cdf0e10cSrcweir Toggle = FALSE, 184cdf0e10cSrcweir Container = FALSE, 185cdf0e10cSrcweir RecordAbsolute = FALSE, 186cdf0e10cSrcweir RecordPerSet; 187cdf0e10cSrcweir Synchron; 188cdf0e10cSrcweir 189cdf0e10cSrcweir /* config: */ 190cdf0e10cSrcweir AccelConfig = TRUE, 191cdf0e10cSrcweir MenuConfig = TRUE, 192cdf0e10cSrcweir StatusBarConfig = FALSE, 193cdf0e10cSrcweir ToolBoxConfig = TRUE, 194cdf0e10cSrcweir GroupId = GID_OPTIONS; 195cdf0e10cSrcweir] 196cdf0e10cSrcweir 197cdf0e10cSrcweir//-------------------------------------------------------------------------- 198cdf0e10cSrcweirSfxStringItem ConfigName SID_TEXT 199cdf0e10cSrcweir 200cdf0e10cSrcweir[ 201cdf0e10cSrcweir /* flags: */ 202cdf0e10cSrcweir AutoUpdate = FALSE, 203cdf0e10cSrcweir Cachable = Cachable, 204cdf0e10cSrcweir FastCall = FALSE, 205cdf0e10cSrcweir HasCoreId = FALSE, 206cdf0e10cSrcweir HasDialog = FALSE, 207cdf0e10cSrcweir ReadOnlyDoc = TRUE, 208cdf0e10cSrcweir Toggle = FALSE, 209cdf0e10cSrcweir Container = FALSE, 210cdf0e10cSrcweir RecordAbsolute = FALSE, 211cdf0e10cSrcweir RecordPerSet; 212cdf0e10cSrcweir Synchron; 213cdf0e10cSrcweir 214cdf0e10cSrcweir Readonly = FALSE, 215cdf0e10cSrcweir 216cdf0e10cSrcweir /* config: */ 217cdf0e10cSrcweir AccelConfig = FALSE, 218cdf0e10cSrcweir MenuConfig = FALSE, 219cdf0e10cSrcweir StatusBarConfig = FALSE, 220cdf0e10cSrcweir ToolBoxConfig = FALSE, 221cdf0e10cSrcweir GroupId = GID_VIEW; 222cdf0e10cSrcweir] 223cdf0e10cSrcweir 224cdf0e10cSrcweir//-------------------------------------------------------------------------- 225cdf0e10cSrcweirSfxVoidItem CopyObject SID_COPYOBJECT 226cdf0e10cSrcweir() 227cdf0e10cSrcweir[ 228cdf0e10cSrcweir /* flags: */ 229cdf0e10cSrcweir AutoUpdate = FALSE, 230cdf0e10cSrcweir Cachable = Cachable, 231cdf0e10cSrcweir FastCall = FALSE, 232cdf0e10cSrcweir HasCoreId = FALSE, 233cdf0e10cSrcweir HasDialog = FALSE, 234cdf0e10cSrcweir ReadOnlyDoc = FALSE, 235cdf0e10cSrcweir Toggle = FALSE, 236cdf0e10cSrcweir Container = FALSE, 237cdf0e10cSrcweir RecordAbsolute = FALSE, 238cdf0e10cSrcweir RecordPerSet; 239cdf0e10cSrcweir Synchron; 240cdf0e10cSrcweir 241cdf0e10cSrcweir /* config: */ 242cdf0e10cSrcweir AccelConfig = FALSE, 243cdf0e10cSrcweir MenuConfig = FALSE, 244cdf0e10cSrcweir StatusBarConfig = FALSE, 245cdf0e10cSrcweir ToolBoxConfig = FALSE, 246cdf0e10cSrcweir GroupId = GID_EDIT; 247cdf0e10cSrcweir] 248cdf0e10cSrcweir 249cdf0e10cSrcweir//-------------------------------------------------------------------------- 250cdf0e10cSrcweirSfxVoidItem Draw SID_DRAW 251cdf0e10cSrcweir() 252cdf0e10cSrcweir[ 253cdf0e10cSrcweir /* flags: */ 254cdf0e10cSrcweir AutoUpdate = FALSE, 255cdf0e10cSrcweir Cachable = Cachable, 256cdf0e10cSrcweir FastCall = FALSE, 257cdf0e10cSrcweir HasCoreId = FALSE, 258cdf0e10cSrcweir HasDialog = FALSE, 259cdf0e10cSrcweir ReadOnlyDoc = TRUE, 260cdf0e10cSrcweir Toggle = FALSE, 261cdf0e10cSrcweir Container = FALSE, 262cdf0e10cSrcweir RecordAbsolute = FALSE, 263cdf0e10cSrcweir RecordPerSet; 264cdf0e10cSrcweir Synchron; 265cdf0e10cSrcweir 266cdf0e10cSrcweir /* config: */ 267cdf0e10cSrcweir AccelConfig = TRUE, 268cdf0e10cSrcweir MenuConfig = TRUE, 269cdf0e10cSrcweir StatusBarConfig = FALSE, 270cdf0e10cSrcweir ToolBoxConfig = TRUE, 271cdf0e10cSrcweir GroupId = GID_VIEW; 272cdf0e10cSrcweir] 273cdf0e10cSrcweir 274cdf0e10cSrcweir//-------------------------------------------------------------------------- 275cdf0e10cSrcweirSfxVoidItem FitInWindow SID_FITINWINDOW 276cdf0e10cSrcweir() 277cdf0e10cSrcweir[ 278cdf0e10cSrcweir /* flags: */ 279cdf0e10cSrcweir AutoUpdate = FALSE, 280cdf0e10cSrcweir Cachable = Cachable, 281cdf0e10cSrcweir FastCall = FALSE, 282cdf0e10cSrcweir HasCoreId = FALSE, 283cdf0e10cSrcweir HasDialog = FALSE, 284cdf0e10cSrcweir ReadOnlyDoc = TRUE, 285cdf0e10cSrcweir Toggle = FALSE, 286cdf0e10cSrcweir Container = FALSE, 287cdf0e10cSrcweir RecordAbsolute = FALSE, 288cdf0e10cSrcweir RecordPerSet; 289cdf0e10cSrcweir Synchron; 290cdf0e10cSrcweir 291cdf0e10cSrcweir /* config: */ 292cdf0e10cSrcweir AccelConfig = TRUE, 293cdf0e10cSrcweir MenuConfig = TRUE, 294cdf0e10cSrcweir StatusBarConfig = FALSE, 295cdf0e10cSrcweir ToolBoxConfig = TRUE, 296cdf0e10cSrcweir GroupId = GID_VIEW; 297cdf0e10cSrcweir] 298cdf0e10cSrcweir 299cdf0e10cSrcweir//-------------------------------------------------------------------------- 300cdf0e10cSrcweirSfxBoolItem FormelCursor SID_FORMULACURSOR 301cdf0e10cSrcweir() 302cdf0e10cSrcweir[ 303cdf0e10cSrcweir /* flags: */ 304cdf0e10cSrcweir AutoUpdate = TRUE, 305cdf0e10cSrcweir Cachable = Cachable, 306cdf0e10cSrcweir FastCall = TRUE, 307cdf0e10cSrcweir HasCoreId = FALSE, 308cdf0e10cSrcweir HasDialog = FALSE, 309cdf0e10cSrcweir ReadOnlyDoc = TRUE, 310cdf0e10cSrcweir Toggle = TRUE, 311cdf0e10cSrcweir Container = FALSE, 312cdf0e10cSrcweir RecordAbsolute = FALSE, 313cdf0e10cSrcweir RecordPerSet; 314cdf0e10cSrcweir Synchron; 315cdf0e10cSrcweir 316cdf0e10cSrcweir /* config: */ 317cdf0e10cSrcweir AccelConfig = TRUE, 318cdf0e10cSrcweir MenuConfig = TRUE, 319cdf0e10cSrcweir StatusBarConfig = FALSE, 320cdf0e10cSrcweir ToolBoxConfig = TRUE, 321cdf0e10cSrcweir GroupId = GID_MATH; 322cdf0e10cSrcweir] 323cdf0e10cSrcweir 324cdf0e10cSrcweir//-------------------------------------------------------------------------- 325cdf0e10cSrcweirSfxInt16Item Graphic SID_GAPHIC_SM 326cdf0e10cSrcweir 327cdf0e10cSrcweir[ 328cdf0e10cSrcweir /* flags: */ 329cdf0e10cSrcweir AutoUpdate = FALSE, 330cdf0e10cSrcweir Cachable = Cachable, 331cdf0e10cSrcweir FastCall = FALSE, 332cdf0e10cSrcweir HasCoreId = FALSE, 333cdf0e10cSrcweir HasDialog = FALSE, 334cdf0e10cSrcweir ReadOnlyDoc = TRUE, 335cdf0e10cSrcweir Toggle = FALSE, 336cdf0e10cSrcweir Container = FALSE, 337cdf0e10cSrcweir RecordAbsolute = FALSE, 338cdf0e10cSrcweir RecordPerSet; 339cdf0e10cSrcweir Synchron; 340cdf0e10cSrcweir 341cdf0e10cSrcweir Readonly = FALSE, 342cdf0e10cSrcweir 343cdf0e10cSrcweir /* config: */ 344cdf0e10cSrcweir AccelConfig = FALSE, 345cdf0e10cSrcweir MenuConfig = FALSE, 346cdf0e10cSrcweir StatusBarConfig = FALSE, 347cdf0e10cSrcweir ToolBoxConfig = FALSE, 348cdf0e10cSrcweir GroupId = GID_MATH; 349cdf0e10cSrcweir] 350cdf0e10cSrcweir 351cdf0e10cSrcweir//-------------------------------------------------------------------------- 352cdf0e10cSrcweirSfxVoidItem InsertCommand SID_INSERTCOMMAND 353cdf0e10cSrcweir() 354cdf0e10cSrcweir[ 355cdf0e10cSrcweir /* flags: */ 356cdf0e10cSrcweir AutoUpdate = FALSE, 357cdf0e10cSrcweir Cachable = Cachable, 358cdf0e10cSrcweir FastCall = FALSE, 359cdf0e10cSrcweir HasCoreId = FALSE, 360cdf0e10cSrcweir HasDialog = FALSE, 361cdf0e10cSrcweir ReadOnlyDoc = TRUE, 362cdf0e10cSrcweir Toggle = FALSE, 363cdf0e10cSrcweir Container = FALSE, 364cdf0e10cSrcweir RecordAbsolute = FALSE, 365cdf0e10cSrcweir RecordPerSet; 366cdf0e10cSrcweir Asynchron; 367cdf0e10cSrcweir 368cdf0e10cSrcweir /* config: */ 369cdf0e10cSrcweir AccelConfig = TRUE, 370cdf0e10cSrcweir MenuConfig = TRUE, 371cdf0e10cSrcweir StatusBarConfig = FALSE, 372cdf0e10cSrcweir ToolBoxConfig = TRUE, 373cdf0e10cSrcweir GroupId = GID_INSERT; 374cdf0e10cSrcweir] 375cdf0e10cSrcweir 376cdf0e10cSrcweir//-------------------------------------------------------------------------- 377cdf0e10cSrcweirSfxVoidItem InsertConfigName SID_INSERTTEXT 378cdf0e10cSrcweir() 379cdf0e10cSrcweir[ 380cdf0e10cSrcweir /* flags: */ 381cdf0e10cSrcweir AutoUpdate = FALSE, 382cdf0e10cSrcweir Cachable = Cachable, 383cdf0e10cSrcweir FastCall = FALSE, 384cdf0e10cSrcweir HasCoreId = FALSE, 385cdf0e10cSrcweir HasDialog = FALSE, 386cdf0e10cSrcweir ReadOnlyDoc = TRUE, 387cdf0e10cSrcweir Toggle = FALSE, 388cdf0e10cSrcweir Container = FALSE, 389cdf0e10cSrcweir RecordAbsolute = FALSE, 390cdf0e10cSrcweir RecordPerSet; 391cdf0e10cSrcweir Asynchron; 392cdf0e10cSrcweir 393cdf0e10cSrcweir /* config: */ 394cdf0e10cSrcweir AccelConfig = TRUE, 395cdf0e10cSrcweir MenuConfig = TRUE, 396cdf0e10cSrcweir StatusBarConfig = FALSE, 397cdf0e10cSrcweir ToolBoxConfig = TRUE, 398cdf0e10cSrcweir GroupId = GID_INSERT; 399cdf0e10cSrcweir] 400cdf0e10cSrcweir 401cdf0e10cSrcweir//-------------------------------------------------------------------------- 402cdf0e10cSrcweirSfxBoolItem ImportFormula SID_IMPORT_FORMULA 403cdf0e10cSrcweir(SfxStringItem Name SID_IMPORT_FORMULA,SfxStringItem Filter FN_PARAM_1) 404cdf0e10cSrcweir[ 405cdf0e10cSrcweir /* flags: */ 406cdf0e10cSrcweir AutoUpdate = FALSE, 407cdf0e10cSrcweir Cachable = Cachable, 408cdf0e10cSrcweir FastCall = FALSE, 409cdf0e10cSrcweir HasCoreId = FALSE, 410cdf0e10cSrcweir HasDialog = TRUE, 411cdf0e10cSrcweir ReadOnlyDoc = FALSE, 412cdf0e10cSrcweir Toggle = FALSE, 413cdf0e10cSrcweir Container = FALSE, 414cdf0e10cSrcweir RecordAbsolute = FALSE, 415cdf0e10cSrcweir RecordPerSet; 416cdf0e10cSrcweir Asynchron; 417cdf0e10cSrcweir 418cdf0e10cSrcweir /* config: */ 419cdf0e10cSrcweir AccelConfig = TRUE, 420cdf0e10cSrcweir MenuConfig = TRUE, 421cdf0e10cSrcweir StatusBarConfig = FALSE, 422cdf0e10cSrcweir ToolBoxConfig = TRUE, 423cdf0e10cSrcweir GroupId = GID_INSERT; 424cdf0e10cSrcweir] 425cdf0e10cSrcweir 426cdf0e10cSrcweir//-------------------------------------------------------------------------- 427cdf0e10cSrcweirSfxVoidItem LoadSymbols SID_LOADSYMBOLS 428cdf0e10cSrcweir() 429cdf0e10cSrcweir[ 430cdf0e10cSrcweir /* flags: */ 431cdf0e10cSrcweir AutoUpdate = FALSE, 432cdf0e10cSrcweir Cachable = Cachable, 433cdf0e10cSrcweir FastCall = FALSE, 434cdf0e10cSrcweir HasCoreId = FALSE, 435cdf0e10cSrcweir HasDialog = FALSE, 436cdf0e10cSrcweir ReadOnlyDoc = TRUE, 437cdf0e10cSrcweir Toggle = FALSE, 438cdf0e10cSrcweir Container = FALSE, 439cdf0e10cSrcweir RecordAbsolute = FALSE, 440cdf0e10cSrcweir RecordPerSet; 441cdf0e10cSrcweir Asynchron; 442cdf0e10cSrcweir 443cdf0e10cSrcweir /* config: */ 444cdf0e10cSrcweir AccelConfig = FALSE, 445cdf0e10cSrcweir MenuConfig = FALSE, 446cdf0e10cSrcweir StatusBarConfig = FALSE, 447cdf0e10cSrcweir ToolBoxConfig = FALSE, 448cdf0e10cSrcweir GroupId = GID_OPTIONS; 449cdf0e10cSrcweir] 450cdf0e10cSrcweir 451cdf0e10cSrcweir//-------------------------------------------------------------------------- 452cdf0e10cSrcweirSfxStringItem ModifyStatus SID_MODIFYSTATUS 453cdf0e10cSrcweir 454cdf0e10cSrcweir[ 455cdf0e10cSrcweir /* flags: */ 456cdf0e10cSrcweir AutoUpdate = FALSE, 457cdf0e10cSrcweir Cachable = Cachable, 458cdf0e10cSrcweir FastCall = FALSE, 459cdf0e10cSrcweir HasCoreId = FALSE, 460cdf0e10cSrcweir HasDialog = FALSE, 461cdf0e10cSrcweir ReadOnlyDoc = TRUE, 462cdf0e10cSrcweir Toggle = FALSE, 463cdf0e10cSrcweir Container = FALSE, 464cdf0e10cSrcweir RecordAbsolute = FALSE, 465cdf0e10cSrcweir RecordPerSet; 466cdf0e10cSrcweir Synchron; 467cdf0e10cSrcweir 468cdf0e10cSrcweir Readonly = FALSE, 469cdf0e10cSrcweir 470cdf0e10cSrcweir /* config: */ 471cdf0e10cSrcweir AccelConfig = FALSE, 472cdf0e10cSrcweir MenuConfig = FALSE, 473cdf0e10cSrcweir StatusBarConfig = TRUE, 474cdf0e10cSrcweir ToolBoxConfig = FALSE, 475cdf0e10cSrcweir GroupId = GID_VIEW; 476cdf0e10cSrcweir] 477cdf0e10cSrcweir 478cdf0e10cSrcweir//-------------------------------------------------------------------------- 479cdf0e10cSrcweirSfxVoidItem NextError SID_NEXTERR 480cdf0e10cSrcweir() 481cdf0e10cSrcweir[ 482cdf0e10cSrcweir /* flags: */ 483cdf0e10cSrcweir AutoUpdate = FALSE, 484cdf0e10cSrcweir Cachable = Cachable, 485cdf0e10cSrcweir FastCall = FALSE, 486cdf0e10cSrcweir HasCoreId = FALSE, 487cdf0e10cSrcweir HasDialog = FALSE, 488cdf0e10cSrcweir ReadOnlyDoc = TRUE, 489cdf0e10cSrcweir Toggle = FALSE, 490cdf0e10cSrcweir Container = FALSE, 491cdf0e10cSrcweir RecordAbsolute = FALSE, 492cdf0e10cSrcweir RecordPerSet; 493cdf0e10cSrcweir Synchron; 494cdf0e10cSrcweir 495cdf0e10cSrcweir /* config: */ 496cdf0e10cSrcweir AccelConfig = TRUE, 497cdf0e10cSrcweir MenuConfig = TRUE, 498cdf0e10cSrcweir StatusBarConfig = FALSE, 499cdf0e10cSrcweir ToolBoxConfig = TRUE, 500cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 501cdf0e10cSrcweir] 502cdf0e10cSrcweir 503cdf0e10cSrcweir//-------------------------------------------------------------------------- 504cdf0e10cSrcweirSfxVoidItem NextMark SID_NEXTMARK 505cdf0e10cSrcweir() 506cdf0e10cSrcweir[ 507cdf0e10cSrcweir /* flags: */ 508cdf0e10cSrcweir AutoUpdate = FALSE, 509cdf0e10cSrcweir Cachable = Cachable, 510cdf0e10cSrcweir FastCall = FALSE, 511cdf0e10cSrcweir HasCoreId = FALSE, 512cdf0e10cSrcweir HasDialog = FALSE, 513cdf0e10cSrcweir ReadOnlyDoc = TRUE, 514cdf0e10cSrcweir Toggle = FALSE, 515cdf0e10cSrcweir Container = FALSE, 516cdf0e10cSrcweir RecordAbsolute = FALSE, 517cdf0e10cSrcweir RecordPerSet; 518cdf0e10cSrcweir Synchron; 519cdf0e10cSrcweir 520cdf0e10cSrcweir /* config: */ 521cdf0e10cSrcweir AccelConfig = TRUE, 522cdf0e10cSrcweir MenuConfig = TRUE, 523cdf0e10cSrcweir StatusBarConfig = FALSE, 524cdf0e10cSrcweir ToolBoxConfig = TRUE, 525cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 526cdf0e10cSrcweir] 527cdf0e10cSrcweir 528cdf0e10cSrcweir//-------------------------------------------------------------------------- 529cdf0e10cSrcweirSfxVoidItem PasteObject SID_PASTEOBJECT 530cdf0e10cSrcweir() 531cdf0e10cSrcweir[ 532cdf0e10cSrcweir /* flags: */ 533cdf0e10cSrcweir AutoUpdate = FALSE, 534cdf0e10cSrcweir Cachable = Cachable, 535cdf0e10cSrcweir FastCall = FALSE, 536cdf0e10cSrcweir HasCoreId = FALSE, 537cdf0e10cSrcweir HasDialog = FALSE, 538cdf0e10cSrcweir ReadOnlyDoc = TRUE, 539cdf0e10cSrcweir Toggle = FALSE, 540cdf0e10cSrcweir Container = FALSE, 541cdf0e10cSrcweir RecordAbsolute = FALSE, 542cdf0e10cSrcweir RecordPerSet; 543cdf0e10cSrcweir Synchron; 544cdf0e10cSrcweir 545cdf0e10cSrcweir /* config: */ 546cdf0e10cSrcweir AccelConfig = FALSE, 547cdf0e10cSrcweir MenuConfig = FALSE, 548cdf0e10cSrcweir StatusBarConfig = FALSE, 549cdf0e10cSrcweir ToolBoxConfig = FALSE, 550cdf0e10cSrcweir GroupId = GID_EDIT; 551cdf0e10cSrcweir] 552cdf0e10cSrcweir 553cdf0e10cSrcweir//-------------------------------------------------------------------------- 554cdf0e10cSrcweirSfxVoidItem PrevError SID_PREVERR 555cdf0e10cSrcweir() 556cdf0e10cSrcweir[ 557cdf0e10cSrcweir /* flags: */ 558cdf0e10cSrcweir AutoUpdate = FALSE, 559cdf0e10cSrcweir Cachable = Cachable, 560cdf0e10cSrcweir FastCall = FALSE, 561cdf0e10cSrcweir HasCoreId = FALSE, 562cdf0e10cSrcweir HasDialog = FALSE, 563cdf0e10cSrcweir ReadOnlyDoc = TRUE, 564cdf0e10cSrcweir Toggle = FALSE, 565cdf0e10cSrcweir Container = FALSE, 566cdf0e10cSrcweir RecordAbsolute = FALSE, 567cdf0e10cSrcweir RecordPerSet; 568cdf0e10cSrcweir Synchron; 569cdf0e10cSrcweir 570cdf0e10cSrcweir /* config: */ 571cdf0e10cSrcweir AccelConfig = TRUE, 572cdf0e10cSrcweir MenuConfig = TRUE, 573cdf0e10cSrcweir StatusBarConfig = FALSE, 574cdf0e10cSrcweir ToolBoxConfig = TRUE, 575cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 576cdf0e10cSrcweir] 577cdf0e10cSrcweir 578cdf0e10cSrcweir//-------------------------------------------------------------------------- 579cdf0e10cSrcweirSfxVoidItem PrevMark SID_PREVMARK 580cdf0e10cSrcweir() 581cdf0e10cSrcweir[ 582cdf0e10cSrcweir /* flags: */ 583cdf0e10cSrcweir AutoUpdate = FALSE, 584cdf0e10cSrcweir Cachable = Cachable, 585cdf0e10cSrcweir FastCall = FALSE, 586cdf0e10cSrcweir HasCoreId = FALSE, 587cdf0e10cSrcweir HasDialog = FALSE, 588cdf0e10cSrcweir ReadOnlyDoc = TRUE, 589cdf0e10cSrcweir Toggle = FALSE, 590cdf0e10cSrcweir Container = FALSE, 591cdf0e10cSrcweir RecordAbsolute = FALSE, 592cdf0e10cSrcweir RecordPerSet; 593cdf0e10cSrcweir Synchron; 594cdf0e10cSrcweir 595cdf0e10cSrcweir /* config: */ 596cdf0e10cSrcweir AccelConfig = TRUE, 597cdf0e10cSrcweir MenuConfig = TRUE, 598cdf0e10cSrcweir StatusBarConfig = FALSE, 599cdf0e10cSrcweir ToolBoxConfig = TRUE, 600cdf0e10cSrcweir GroupId = GID_NAVIGATOR; 601cdf0e10cSrcweir] 602cdf0e10cSrcweir 603cdf0e10cSrcweir//-------------------------------------------------------------------------- 604cdf0e10cSrcweirSfxBoolItem RedrawAutomatic SID_AUTO_REDRAW 605cdf0e10cSrcweir 606cdf0e10cSrcweir[ 607cdf0e10cSrcweir /* flags: */ 608cdf0e10cSrcweir AutoUpdate = TRUE, 609cdf0e10cSrcweir Cachable = Cachable, 610cdf0e10cSrcweir FastCall = FALSE, 611cdf0e10cSrcweir HasCoreId = FALSE, 612cdf0e10cSrcweir HasDialog = FALSE, 613cdf0e10cSrcweir ReadOnlyDoc = TRUE, 614cdf0e10cSrcweir Toggle = FALSE, 615cdf0e10cSrcweir Container = FALSE, 616cdf0e10cSrcweir RecordAbsolute = FALSE, 617cdf0e10cSrcweir RecordPerSet; 618cdf0e10cSrcweir Synchron; 619cdf0e10cSrcweir 620cdf0e10cSrcweir Readonly = FALSE, 621cdf0e10cSrcweir 622cdf0e10cSrcweir /* config: */ 623cdf0e10cSrcweir AccelConfig = TRUE, 624cdf0e10cSrcweir MenuConfig = TRUE, 625cdf0e10cSrcweir StatusBarConfig = FALSE, 626cdf0e10cSrcweir ToolBoxConfig = TRUE, 627cdf0e10cSrcweir GroupId = GID_VIEW; 628cdf0e10cSrcweir] 629cdf0e10cSrcweir 630cdf0e10cSrcweir//-------------------------------------------------------------------------- 631cdf0e10cSrcweirSfxVoidItem SaveSymbols SID_SAVESYMBOLS 632cdf0e10cSrcweir() 633cdf0e10cSrcweir[ 634cdf0e10cSrcweir /* flags: */ 635cdf0e10cSrcweir AutoUpdate = FALSE, 636cdf0e10cSrcweir Cachable = Cachable, 637cdf0e10cSrcweir FastCall = FALSE, 638cdf0e10cSrcweir HasCoreId = FALSE, 639cdf0e10cSrcweir HasDialog = FALSE, 640cdf0e10cSrcweir ReadOnlyDoc = TRUE, 641cdf0e10cSrcweir Toggle = FALSE, 642cdf0e10cSrcweir Container = FALSE, 643cdf0e10cSrcweir RecordAbsolute = FALSE, 644cdf0e10cSrcweir RecordPerSet; 645cdf0e10cSrcweir Synchron; 646cdf0e10cSrcweir 647cdf0e10cSrcweir /* config: */ 648cdf0e10cSrcweir AccelConfig = FALSE, 649cdf0e10cSrcweir MenuConfig = FALSE, 650cdf0e10cSrcweir StatusBarConfig = FALSE, 651cdf0e10cSrcweir ToolBoxConfig = FALSE, 652cdf0e10cSrcweir GroupId = GID_OPTIONS; 653cdf0e10cSrcweir] 654cdf0e10cSrcweir 655cdf0e10cSrcweir//-------------------------------------------------------------------------- 656cdf0e10cSrcweirSfxVoidItem SetPaperSize SID_GETEDITTEXT 657cdf0e10cSrcweir() 658cdf0e10cSrcweir[ 659cdf0e10cSrcweir /* flags: */ 660cdf0e10cSrcweir AutoUpdate = FALSE, 661cdf0e10cSrcweir Cachable = Cachable, 662cdf0e10cSrcweir FastCall = FALSE, 663cdf0e10cSrcweir HasCoreId = FALSE, 664cdf0e10cSrcweir HasDialog = FALSE, 665cdf0e10cSrcweir ReadOnlyDoc = TRUE, 666cdf0e10cSrcweir Toggle = FALSE, 667cdf0e10cSrcweir Container = FALSE, 668cdf0e10cSrcweir RecordAbsolute = FALSE, 669cdf0e10cSrcweir RecordPerSet; 670cdf0e10cSrcweir Synchron; 671cdf0e10cSrcweir 672cdf0e10cSrcweir /* config: */ 673cdf0e10cSrcweir AccelConfig = FALSE, 674cdf0e10cSrcweir MenuConfig = FALSE, 675cdf0e10cSrcweir StatusBarConfig = FALSE, 676cdf0e10cSrcweir ToolBoxConfig = FALSE, 677cdf0e10cSrcweir GroupId = GID_MATH; 678cdf0e10cSrcweir] 679cdf0e10cSrcweir 680cdf0e10cSrcweir//-------------------------------------------------------------------------- 681cdf0e10cSrcweirSfxVoidItem SymbolCatalogue SID_SYMBOLS_CATALOGUE 682cdf0e10cSrcweir() 683cdf0e10cSrcweir[ 684cdf0e10cSrcweir /* flags: */ 685cdf0e10cSrcweir AutoUpdate = FALSE, 686cdf0e10cSrcweir Cachable = Cachable, 687cdf0e10cSrcweir FastCall = FALSE, 688cdf0e10cSrcweir HasCoreId = FALSE, 689cdf0e10cSrcweir HasDialog = TRUE, 690cdf0e10cSrcweir ReadOnlyDoc = TRUE, 691cdf0e10cSrcweir Toggle = FALSE, 692cdf0e10cSrcweir Container = FALSE, 693cdf0e10cSrcweir RecordAbsolute = FALSE, 694cdf0e10cSrcweir RecordPerSet; 695cdf0e10cSrcweir Synchron; 696cdf0e10cSrcweir 697cdf0e10cSrcweir /* config: */ 698cdf0e10cSrcweir AccelConfig = TRUE, 699cdf0e10cSrcweir MenuConfig = TRUE, 700cdf0e10cSrcweir StatusBarConfig = FALSE, 701cdf0e10cSrcweir ToolBoxConfig = TRUE, 702cdf0e10cSrcweir GroupId = GID_OPTIONS; 703cdf0e10cSrcweir] 704cdf0e10cSrcweir 705cdf0e10cSrcweir//-------------------------------------------------------------------------- 706cdf0e10cSrcweirSfxVoidItem Symbols SID_SYMBOLS 707cdf0e10cSrcweir() 708cdf0e10cSrcweir[ 709cdf0e10cSrcweir /* flags: */ 710cdf0e10cSrcweir AutoUpdate = FALSE, 711cdf0e10cSrcweir Cachable = Cachable, 712cdf0e10cSrcweir FastCall = FALSE, 713cdf0e10cSrcweir HasCoreId = FALSE, 714cdf0e10cSrcweir HasDialog = TRUE, 715cdf0e10cSrcweir ReadOnlyDoc = TRUE, 716cdf0e10cSrcweir Toggle = FALSE, 717cdf0e10cSrcweir Container = FALSE, 718cdf0e10cSrcweir RecordAbsolute = FALSE, 719cdf0e10cSrcweir RecordPerSet; 720cdf0e10cSrcweir Synchron; 721cdf0e10cSrcweir 722cdf0e10cSrcweir /* config: */ 723cdf0e10cSrcweir AccelConfig = TRUE, 724cdf0e10cSrcweir MenuConfig = TRUE, 725cdf0e10cSrcweir StatusBarConfig = FALSE, 726cdf0e10cSrcweir ToolBoxConfig = TRUE, 727cdf0e10cSrcweir GroupId = GID_OPTIONS; 728cdf0e10cSrcweir] 729cdf0e10cSrcweir 730cdf0e10cSrcweir//-------------------------------------------------------------------------- 731cdf0e10cSrcweirSfxBoolItem Textmode SID_TEXTMODE 732cdf0e10cSrcweir 733cdf0e10cSrcweir[ 734cdf0e10cSrcweir /* flags: */ 735cdf0e10cSrcweir AutoUpdate = TRUE, 736cdf0e10cSrcweir Cachable = Cachable, 737cdf0e10cSrcweir FastCall = FALSE, 738cdf0e10cSrcweir HasCoreId = FALSE, 739cdf0e10cSrcweir HasDialog = FALSE, 740cdf0e10cSrcweir ReadOnlyDoc = TRUE, 741cdf0e10cSrcweir Toggle = FALSE, 742cdf0e10cSrcweir Container = FALSE, 743cdf0e10cSrcweir RecordAbsolute = FALSE, 744cdf0e10cSrcweir RecordPerSet; 745cdf0e10cSrcweir Synchron; 746cdf0e10cSrcweir 747cdf0e10cSrcweir Readonly = FALSE, 748cdf0e10cSrcweir 749cdf0e10cSrcweir /* config: */ 750cdf0e10cSrcweir AccelConfig = TRUE, 751cdf0e10cSrcweir MenuConfig = TRUE, 752cdf0e10cSrcweir StatusBarConfig = FALSE, 753cdf0e10cSrcweir ToolBoxConfig = TRUE, 754cdf0e10cSrcweir GroupId = GID_VIEW; 755cdf0e10cSrcweir] 756cdf0e10cSrcweir 757cdf0e10cSrcweir//-------------------------------------------------------------------------- 758cdf0e10cSrcweirSfxStringItem TextStatus SID_TEXTSTATUS 759cdf0e10cSrcweir 760cdf0e10cSrcweir[ 761cdf0e10cSrcweir /* flags: */ 762cdf0e10cSrcweir AutoUpdate = FALSE, 763cdf0e10cSrcweir Cachable = Cachable, 764cdf0e10cSrcweir FastCall = FALSE, 765cdf0e10cSrcweir HasCoreId = FALSE, 766cdf0e10cSrcweir HasDialog = FALSE, 767cdf0e10cSrcweir ReadOnlyDoc = TRUE, 768cdf0e10cSrcweir Toggle = FALSE, 769cdf0e10cSrcweir Container = FALSE, 770cdf0e10cSrcweir RecordAbsolute = FALSE, 771cdf0e10cSrcweir RecordPerSet; 772cdf0e10cSrcweir Synchron; 773cdf0e10cSrcweir 774cdf0e10cSrcweir Readonly = FALSE, 775cdf0e10cSrcweir 776cdf0e10cSrcweir /* config: */ 777cdf0e10cSrcweir AccelConfig = FALSE, 778cdf0e10cSrcweir MenuConfig = FALSE, 779cdf0e10cSrcweir StatusBarConfig = TRUE, 780cdf0e10cSrcweir ToolBoxConfig = FALSE, 781cdf0e10cSrcweir GroupId = GID_VIEW; 782cdf0e10cSrcweir] 783cdf0e10cSrcweir 784cdf0e10cSrcweir//-------------------------------------------------------------------------- 785cdf0e10cSrcweirSfxVoidItem ToolBowWindow SID_TOOLBOXWINDOW 786cdf0e10cSrcweir() 787cdf0e10cSrcweir[ 788cdf0e10cSrcweir /* flags: */ 789cdf0e10cSrcweir AutoUpdate = FALSE, 790cdf0e10cSrcweir Cachable = Cachable, 791cdf0e10cSrcweir FastCall = FALSE, 792cdf0e10cSrcweir HasCoreId = FALSE, 793cdf0e10cSrcweir HasDialog = FALSE, 794cdf0e10cSrcweir ReadOnlyDoc = FALSE, 795cdf0e10cSrcweir Toggle = FALSE, 796cdf0e10cSrcweir Container = FALSE, 797cdf0e10cSrcweir RecordAbsolute = FALSE, 798cdf0e10cSrcweir RecordPerSet; 799cdf0e10cSrcweir Synchron; 800cdf0e10cSrcweir 801cdf0e10cSrcweir /* config: */ 802cdf0e10cSrcweir AccelConfig = FALSE, 803cdf0e10cSrcweir MenuConfig = FALSE, 804cdf0e10cSrcweir StatusBarConfig = FALSE, 805cdf0e10cSrcweir ToolBoxConfig = FALSE, 806cdf0e10cSrcweir GroupId = GID_VIEW; 807cdf0e10cSrcweir] 808cdf0e10cSrcweir 809cdf0e10cSrcweir//-------------------------------------------------------------------------- 810cdf0e10cSrcweirSfxBoolItem ToolBox SID_TOOLBOX 811cdf0e10cSrcweir 812cdf0e10cSrcweir[ 813cdf0e10cSrcweir /* flags: */ 814cdf0e10cSrcweir AutoUpdate = FALSE, 815cdf0e10cSrcweir Cachable = Cachable, 816cdf0e10cSrcweir FastCall = FALSE, 817cdf0e10cSrcweir HasCoreId = FALSE, 818cdf0e10cSrcweir HasDialog = FALSE, 819cdf0e10cSrcweir ReadOnlyDoc = FALSE, 820cdf0e10cSrcweir Toggle = FALSE, 821cdf0e10cSrcweir Container = FALSE, 822cdf0e10cSrcweir RecordAbsolute = FALSE, 823cdf0e10cSrcweir RecordPerSet; 824cdf0e10cSrcweir Synchron; 825cdf0e10cSrcweir 826cdf0e10cSrcweir Readonly = FALSE, 827cdf0e10cSrcweir 828cdf0e10cSrcweir /* config: */ 829cdf0e10cSrcweir AccelConfig = TRUE, 830cdf0e10cSrcweir MenuConfig = TRUE, 831cdf0e10cSrcweir StatusBarConfig = FALSE, 832cdf0e10cSrcweir ToolBoxConfig = TRUE, 833cdf0e10cSrcweir GroupId = GID_VIEW; 834cdf0e10cSrcweir] 835cdf0e10cSrcweir 836cdf0e10cSrcweir//-------------------------------------------------------------------------- 837cdf0e10cSrcweirSfxVoidItem View100 SID_VIEW100 838cdf0e10cSrcweir() 839cdf0e10cSrcweir[ 840cdf0e10cSrcweir /* flags: */ 841cdf0e10cSrcweir AutoUpdate = FALSE, 842cdf0e10cSrcweir Cachable = Cachable, 843cdf0e10cSrcweir FastCall = FALSE, 844cdf0e10cSrcweir HasCoreId = FALSE, 845cdf0e10cSrcweir HasDialog = FALSE, 846cdf0e10cSrcweir ReadOnlyDoc = TRUE, 847cdf0e10cSrcweir Toggle = FALSE, 848cdf0e10cSrcweir Container = FALSE, 849cdf0e10cSrcweir RecordAbsolute = FALSE, 850cdf0e10cSrcweir RecordPerSet; 851cdf0e10cSrcweir Synchron; 852cdf0e10cSrcweir 853cdf0e10cSrcweir /* config: */ 854cdf0e10cSrcweir AccelConfig = TRUE, 855cdf0e10cSrcweir MenuConfig = TRUE, 856cdf0e10cSrcweir StatusBarConfig = FALSE, 857cdf0e10cSrcweir ToolBoxConfig = TRUE, 858cdf0e10cSrcweir GroupId = GID_VIEW; 859cdf0e10cSrcweir] 860cdf0e10cSrcweir 861cdf0e10cSrcweir//-------------------------------------------------------------------------- 862cdf0e10cSrcweirSfxVoidItem View200 SID_VIEW200 863cdf0e10cSrcweir() 864cdf0e10cSrcweir[ 865cdf0e10cSrcweir /* flags: */ 866cdf0e10cSrcweir AutoUpdate = FALSE, 867cdf0e10cSrcweir Cachable = Cachable, 868cdf0e10cSrcweir FastCall = FALSE, 869cdf0e10cSrcweir HasCoreId = FALSE, 870cdf0e10cSrcweir HasDialog = FALSE, 871cdf0e10cSrcweir ReadOnlyDoc = TRUE, 872cdf0e10cSrcweir Toggle = FALSE, 873cdf0e10cSrcweir Container = FALSE, 874cdf0e10cSrcweir RecordAbsolute = FALSE, 875cdf0e10cSrcweir RecordPerSet; 876cdf0e10cSrcweir Synchron; 877cdf0e10cSrcweir 878cdf0e10cSrcweir /* config: */ 879cdf0e10cSrcweir AccelConfig = TRUE, 880cdf0e10cSrcweir MenuConfig = TRUE, 881cdf0e10cSrcweir StatusBarConfig = FALSE, 882cdf0e10cSrcweir ToolBoxConfig = TRUE, 883cdf0e10cSrcweir GroupId = GID_VIEW; 884cdf0e10cSrcweir] 885cdf0e10cSrcweir 886cdf0e10cSrcweir//-------------------------------------------------------------------------- 887cdf0e10cSrcweirSfxVoidItem View50 SID_VIEW050 888cdf0e10cSrcweir() 889cdf0e10cSrcweir[ 890cdf0e10cSrcweir /* flags: */ 891cdf0e10cSrcweir AutoUpdate = FALSE, 892cdf0e10cSrcweir Cachable = Cachable, 893cdf0e10cSrcweir FastCall = FALSE, 894cdf0e10cSrcweir HasCoreId = FALSE, 895cdf0e10cSrcweir HasDialog = FALSE, 896cdf0e10cSrcweir ReadOnlyDoc = TRUE, 897cdf0e10cSrcweir Toggle = FALSE, 898cdf0e10cSrcweir Container = FALSE, 899cdf0e10cSrcweir RecordAbsolute = FALSE, 900cdf0e10cSrcweir RecordPerSet; 901cdf0e10cSrcweir Synchron; 902cdf0e10cSrcweir 903cdf0e10cSrcweir /* config: */ 904cdf0e10cSrcweir AccelConfig = TRUE, 905cdf0e10cSrcweir MenuConfig = TRUE, 906cdf0e10cSrcweir StatusBarConfig = FALSE, 907cdf0e10cSrcweir ToolBoxConfig = TRUE, 908cdf0e10cSrcweir GroupId = GID_VIEW; 909cdf0e10cSrcweir] 910cdf0e10cSrcweir 911cdf0e10cSrcweir//-------------------------------------------------------------------------- 912cdf0e10cSrcweirSfxVoidItem ZoomIn SID_ZOOMIN 913cdf0e10cSrcweir() 914cdf0e10cSrcweir[ 915cdf0e10cSrcweir /* flags: */ 916cdf0e10cSrcweir AutoUpdate = FALSE, 917cdf0e10cSrcweir Cachable = Cachable, 918cdf0e10cSrcweir FastCall = FALSE, 919cdf0e10cSrcweir HasCoreId = FALSE, 920cdf0e10cSrcweir HasDialog = FALSE, 921cdf0e10cSrcweir ReadOnlyDoc = TRUE, 922cdf0e10cSrcweir Toggle = FALSE, 923cdf0e10cSrcweir Container = FALSE, 924cdf0e10cSrcweir RecordAbsolute = FALSE, 925cdf0e10cSrcweir RecordPerSet; 926cdf0e10cSrcweir Synchron; 927cdf0e10cSrcweir 928cdf0e10cSrcweir /* config: */ 929cdf0e10cSrcweir AccelConfig = TRUE, 930cdf0e10cSrcweir MenuConfig = TRUE, 931cdf0e10cSrcweir StatusBarConfig = FALSE, 932cdf0e10cSrcweir ToolBoxConfig = TRUE, 933cdf0e10cSrcweir GroupId = GID_VIEW; 934cdf0e10cSrcweir] 935cdf0e10cSrcweir 936cdf0e10cSrcweir//-------------------------------------------------------------------------- 937cdf0e10cSrcweirSfxVoidItem ZoomOut SID_ZOOMOUT 938cdf0e10cSrcweir() 939cdf0e10cSrcweir[ 940cdf0e10cSrcweir /* flags: */ 941cdf0e10cSrcweir AutoUpdate = FALSE, 942cdf0e10cSrcweir Cachable = Cachable, 943cdf0e10cSrcweir FastCall = FALSE, 944cdf0e10cSrcweir HasCoreId = FALSE, 945cdf0e10cSrcweir HasDialog = FALSE, 946cdf0e10cSrcweir ReadOnlyDoc = TRUE, 947cdf0e10cSrcweir Toggle = FALSE, 948cdf0e10cSrcweir Container = FALSE, 949cdf0e10cSrcweir RecordAbsolute = FALSE, 950cdf0e10cSrcweir RecordPerSet; 951cdf0e10cSrcweir Synchron; 952cdf0e10cSrcweir 953cdf0e10cSrcweir /* config: */ 954cdf0e10cSrcweir AccelConfig = TRUE, 955cdf0e10cSrcweir MenuConfig = TRUE, 956cdf0e10cSrcweir StatusBarConfig = FALSE, 957cdf0e10cSrcweir ToolBoxConfig = TRUE, 958cdf0e10cSrcweir GroupId = GID_VIEW; 959cdf0e10cSrcweir] 960cdf0e10cSrcweir 961