1 /************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 #ifndef _SD_UNOPRNMS_HXX 28 #define _SD_UNOPRNMS_HXX 29 30 #define UNO_NAME_MODEL_LANGUAGE "CharLocale" 31 #define UNO_NAME_MODEL_TABSTOP "TabStop" 32 33 #define UNO_NAME_PAGE_BACKGROUND "Background" 34 #define UNO_NAME_PAGE_LEFT "BorderLeft" 35 #define UNO_NAME_PAGE_RIGHT "BorderRight" 36 #define UNO_NAME_PAGE_TOP "BorderTop" 37 #define UNO_NAME_PAGE_BOTTOM "BorderBottom" 38 #define UNO_NAME_PAGE_CHANGE "Change" 39 #define UNO_NAME_PAGE_DURATION "Duration" 40 #define UNO_NAME_PAGE_EFFECT "Effect" 41 #define UNO_NAME_PAGE_HEIGHT "Height" 42 #define UNO_NAME_PAGE_LAYOUT "Layout" 43 #define UNO_NAME_PAGE_NUMBER "Number" 44 #define UNO_NAME_PAGE_OBJECTS "Objects" 45 #define UNO_NAME_PAGE_ORIENTATION "Orientation" 46 #define UNO_NAME_PAGE_SPEED "Speed" 47 #define UNO_NAME_PAGE_WIDTH "Width" 48 #define UNO_NAME_PAGE_PREVIEW "Preview" 49 #define UNO_NAME_PAGE_PREVIEWBITMAP "PreviewBitmap" 50 #define UNO_NAME_PAGE_VISIBLE "Visible" 51 52 #define UNO_NAME_OBJ_BOOKMARK "Bookmark" 53 #define UNO_NAME_OBJ_DIMCOLOR "DimColor" 54 #define UNO_NAME_OBJ_DIMHIDE "DimHide" 55 #define UNO_NAME_OBJ_DIMPREV "DimPrevious" 56 #define UNO_NAME_OBJ_EFFECT "Effect" 57 #define UNO_NAME_OBJ_ISEMPTYPRESOBJ "IsEmptyPresentationObject" 58 #define UNO_NAME_OBJ_ISPRESOBJ "IsPresentationObject" 59 #define UNO_NAME_OBJ_CLICKACTION "OnClick" 60 #define UNO_NAME_OBJ_PLAYFULL "PlayFull" 61 #define UNO_NAME_OBJ_PRESORDER "PresentationOrder" 62 #define UNO_NAME_OBJ_SOUNDFILE "Sound" 63 #define UNO_NAME_OBJ_SOUNDON "SoundOn" 64 #define UNO_NAME_OBJ_SPEED "Speed" 65 #define UNO_NAME_OBJ_TEXTEFFECT "TextEffect" 66 #define UNO_NAME_OBJ_BLUESCREEN "TransparentColor" 67 #define UNO_NAME_OBJ_VERB "Verb" 68 #define UNO_NAME_OBJ_STYLE "Style" 69 #define UNO_NAME_OBJ_MASTERDEPENDENT "IsPlaceholderDependent" 70 #define UNO_NAME_OBJ_ANIMATIONPATH "AnimationPath" 71 72 #define UNO_NAME_LAYER_LOCKED "IsLocked" 73 #define UNO_NAME_LAYER_PRINTABLE "IsPrintable" 74 #define UNO_NAME_LAYER_VISIBLE "IsVisible" 75 #define UNO_NAME_LAYER_NAME "Name" 76 77 #define UNO_NAME_SHOW_ALLOWANIM "AllowAnimations" 78 #define UNO_NAME_SHOW_CUSTOMSHOW "CustomShow" 79 #define UNO_NAME_SHOW_FIRSTPAGE "FirstPage" 80 #define UNO_NAME_SHOW_ONTOP "IsAlwaysOnTop" 81 #define UNO_NAME_SHOW_AUTOMATIC "IsAutomatic" 82 #define UNO_NAME_SHOW_ENDLESS "IsEndless" 83 #define UNO_NAME_SHOW_FULLSCREEN "IsFullScreen" 84 #define UNO_NAME_SHOW_MOUSEVISIBLE "IsMouseVisible" 85 #define UNO_NAME_SHOW_PAGERANGE "PageRange" 86 #define UNO_NAME_SHOW_PAUSE "Pause" 87 #define UNO_NAME_SHOW_STARTWITHNAV "StartWithNavigator" 88 #define UNO_NAME_SHOW_USEPEN "UsePen" 89 90 #define UNO_NAME_SEARCH_BACKWARDS "SearchBackwards" 91 #define UNO_NAME_SEARCH_CASE "SearchCaseSensitive" 92 #define UNO_NAME_SEARCH_WORDS "SearchWords" 93 94 #define UNO_NAME_LINKDISPLAYNAME "LinkDisplayName" 95 #define UNO_NAME_LINKDISPLAYBITMAP "LinkDisplayBitmap" 96 97 #define UNO_NAME_STYLE_FAMILY "Family" 98 #endif 99 100 101