1*4b0f5a03SAndrew Rist/************************************************************** 2*4b0f5a03SAndrew Rist * 3*4b0f5a03SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*4b0f5a03SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*4b0f5a03SAndrew Rist * distributed with this work for additional information 6*4b0f5a03SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*4b0f5a03SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*4b0f5a03SAndrew Rist * "License"); you may not use this file except in compliance 9*4b0f5a03SAndrew Rist * with the License. You may obtain a copy of the License at 10*4b0f5a03SAndrew Rist * 11*4b0f5a03SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*4b0f5a03SAndrew Rist * 13*4b0f5a03SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*4b0f5a03SAndrew Rist * software distributed under the License is distributed on an 15*4b0f5a03SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*4b0f5a03SAndrew Rist * KIND, either express or implied. See the License for the 17*4b0f5a03SAndrew Rist * specific language governing permissions and limitations 18*4b0f5a03SAndrew Rist * under the License. 19*4b0f5a03SAndrew Rist * 20*4b0f5a03SAndrew Rist *************************************************************/ 21*4b0f5a03SAndrew Rist 22cdf0e10cSrcweir//-------------------------------------------------------------------------- 23cdf0e10cSrcweirSfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL 24cdf0e10cSrcweir 25cdf0e10cSrcweir[ 26cdf0e10cSrcweir /* flags: */ 27cdf0e10cSrcweir AutoUpdate = TRUE, 28cdf0e10cSrcweir Cachable = Cachable, 29cdf0e10cSrcweir FastCall = FALSE, 30cdf0e10cSrcweir HasCoreId = FALSE, 31cdf0e10cSrcweir HasDialog = FALSE, 32cdf0e10cSrcweir ReadOnlyDoc = FALSE, 33cdf0e10cSrcweir Toggle = FALSE, 34cdf0e10cSrcweir Container = FALSE, 35cdf0e10cSrcweir Synchron; 36cdf0e10cSrcweir 37cdf0e10cSrcweir Readonly = FALSE, 38cdf0e10cSrcweir /* config: */ 39cdf0e10cSrcweir AccelConfig = TRUE, 40cdf0e10cSrcweir MenuConfig = TRUE, 41cdf0e10cSrcweir StatusBarConfig = FALSE, 42cdf0e10cSrcweir ToolBoxConfig = TRUE, 43cdf0e10cSrcweir GroupId = GID_FORMAT; 44cdf0e10cSrcweir] 45cdf0e10cSrcweir 46cdf0e10cSrcweirSvxObjectItem RulerObject SID_RULER_OBJECT 47cdf0e10cSrcweir 48cdf0e10cSrcweir[ 49cdf0e10cSrcweir /* flags: */ 50cdf0e10cSrcweir AutoUpdate = FALSE, 51cdf0e10cSrcweir Cachable = Cachable, 52cdf0e10cSrcweir FastCall = FALSE, 53cdf0e10cSrcweir HasCoreId = FALSE, 54cdf0e10cSrcweir HasDialog = FALSE, 55cdf0e10cSrcweir ReadOnlyDoc = TRUE, 56cdf0e10cSrcweir Toggle = FALSE, 57cdf0e10cSrcweir Synchron; 58cdf0e10cSrcweir 59cdf0e10cSrcweir /* plugin: */ 60cdf0e10cSrcweir Container = FALSE, 61cdf0e10cSrcweir 62cdf0e10cSrcweir /* api: */ 63cdf0e10cSrcweir Export = TRUE, 64cdf0e10cSrcweir IsCollection = FALSE, 65cdf0e10cSrcweir Readonly = FALSE, 66cdf0e10cSrcweir RecordAbsolute = FALSE, 67cdf0e10cSrcweir RecordPerSet; 68cdf0e10cSrcweir 69cdf0e10cSrcweir /* config: */ 70cdf0e10cSrcweir AccelConfig = FALSE, 71cdf0e10cSrcweir MenuConfig = FALSE, 72cdf0e10cSrcweir StatusBarConfig = FALSE, 73cdf0e10cSrcweir ToolBoxConfig = FALSE, 74cdf0e10cSrcweir GroupId = ; 75cdf0e10cSrcweir] 76cdf0e10cSrcweir 77cdf0e10cSrcweirSfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST 78cdf0e10cSrcweir 79cdf0e10cSrcweir[ 80cdf0e10cSrcweir /* flags: */ 81cdf0e10cSrcweir AutoUpdate = FALSE, 82cdf0e10cSrcweir Cachable = Cachable, 83cdf0e10cSrcweir FastCall = FALSE, 84cdf0e10cSrcweir HasCoreId = FALSE, 85cdf0e10cSrcweir HasDialog = FALSE, 86cdf0e10cSrcweir ReadOnlyDoc = TRUE, 87cdf0e10cSrcweir Toggle = FALSE, 88cdf0e10cSrcweir Container = FALSE, 89cdf0e10cSrcweir Asynchron; 90cdf0e10cSrcweir 91cdf0e10cSrcweir Readonly = FALSE, 92cdf0e10cSrcweir /* config: */ 93cdf0e10cSrcweir AccelConfig = TRUE, 94cdf0e10cSrcweir MenuConfig = TRUE, 95cdf0e10cSrcweir StatusBarConfig = FALSE, 96cdf0e10cSrcweir ToolBoxConfig = TRUE, 97cdf0e10cSrcweir GroupId = GID_VIEW; 98cdf0e10cSrcweir] 99