1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 // MARKER(update_precomp.py): autogen include statement, do not remove 25 #include "precompiled_starmath.hxx" 26 27 28 #define ITEMID_PTR 0 29 #define ITEMID_SHADOW 0 30 #define ITEMID_PAGE 0 31 #define ITEMID_SETITEM 0 32 #define ITEMID_HORJUSTIFY 0 33 #define ITEMID_VERJUSTIFY 0 34 #define ITEMID_ORIENTATION 0 35 #define ITEMID_MARGIN 0 36 #define ITEMID_AUTHOR 0 37 #define ITEMID_DATE 0 38 #define ITEMID_TEXT 0 39 #define ITEMID_SPELLCHECK 0 40 #define ITEMID_HYPHENREGION 0 41 #define ITEMID_FONT 0 42 #define ITEMID_FONTHEIGHT 0 43 #define ITEMID_COLOR 0 44 #define ITEMID_BRUSH 0 45 #define ITEMID_BRUSH 0 46 #define ITEMID_BOX 0 47 #define ITEMID_LINE 0 48 #define ITEMID_BRUSH 0 49 #define ITEMID_SPELLCHECK 0 50 #define ITEMID_HYPHENREGION 0 51 #define ITEMID_LINESPACING 0 52 #define ITEMID_ADJUST 0 53 #define ITEMID_WIDOWS 0 54 #define ITEMID_ORPHANS 0 55 #define ITEMID_HYPHENZONE 0 56 #define ITEMID_TABSTOP 0 57 #define ITEMID_FMTSPLIT 0 58 #define ITEMID_PAGEMODEL 0 59 #define ITEMID_FONTLIST 0 60 #define ITEMID_FONT 0 61 #define ITEMID_POSTURE 0 62 #define ITEMID_WEIGHT 0 63 #define ITEMID_FONTHEIGHT 0 64 #define ITEMID_FONTWIDTH 0 65 #define ITEMID_UNDERLINE 0 66 #define ITEMID_CROSSEDOUT 0 67 #define ITEMID_SHADOWED 0 68 #define ITEMID_AUTOKERN 0 69 #define ITEMID_WORDLINEMODE 0 70 #define ITEMID_CONTOUR 0 71 #define ITEMID_PROPSIZE 0 72 #define ITEMID_COLOR 0 73 #define ITEMID_CHARSETCOLOR 0 74 #define ITEMID_KERNING 0 75 #define ITEMID_CASEMAP 0 76 #define ITEMID_ESCAPEMENT 0 77 #define ITEMID_LANGUAGE 0 78 #define ITEMID_NOLINEBREAK 0 79 #define ITEMID_NOHYPHENHERE 0 80 #define ITEMID_COLOR 0 81 #define ITEMID_FONT 0 82 #define ITEMID_FONTHEIGHT 0 83 #define ITEMID_SEARCH 0 84 #define ITEMID_COLOR_TABLE 0 85 #define ITEMID_GRADIENT_LIST 0 86 #define ITEMID_HATCH_LIST 0 87 #define ITEMID_BITMAP_LIST 0 88 #define ITEMID_DASH_LIST 0 89 #define ITEMID_LINEEND_LIST 0 90 #define ITEMID_NUMBERINFO 0 91 #define ITEMID_CHARTSTYLE 0 92 #define ITEMID_CHARTDATADESCR 0 93 #define ITEMID_CHARTLEGENDPOS 0 94 #define ITEMID_CHARTTEXTORDER 0 95 #define ITEMID_CHARTTEXTORIENT 0 96 #define ITEMID_DOUBLE 0 97 #define ITEMID_TABSTOP 0 98 #define ITEMID_PAPERBIN 0 99 #define ITEMID_SIZE 0 100 #define ITEMID_LRSPACE 0 101 #define ITEMID_ULSPACE 0 102 #define ITEMID_PRINT 0 103 #define ITEMID_OPAQUE 0 104 #define ITEMID_PROTECT 0 105 #define ITEMID_MACRO 0 106 #define ITEMID_BOX 0 107 #define ITEMID_BOXINFO 0 108 #define ITEMID_FMTBREAK 0 109 #define ITEMID_FMTKEEP 0 110 #define ITEMID_LINE 0 111 #define ITEMID_BRUSH 0 112 113 #define CharSetItem SfxVoidItem 114 #define FontFamilyItem SfxVoidItem 115 #define FontPitchItem SfxVoidItem 116 #define FontAlignItem SfxVoidItem 117 #define FontWeightItem SfxVoidItem 118 #define FontUnderlineItem SfxVoidItem 119 #define FontStrikeoutItem SfxVoidItem 120 #define FontItalicItem SfxVoidItem 121 #define SvxDbTypeItem SfxVoidItem 122 #define SvxLineSpaceItem SfxVoidItem 123 #define SvxInterLineSpaceItem SfxVoidItem 124 #define SvxBreakItem SfxVoidItem 125 #define BrushStyleItem SfxVoidItem 126 #define SvxNumTypeItem SfxVoidItem 127 #define SvxShadowLocationItem SfxVoidItem 128 #define SvxLanguage SfxVoidItem 129 #define SvxChooseControlEnumItem SfxVoidItem 130 #define SvxDrawToolEnumItem SfxVoidItem 131 #define SvxChooseControlItem SfxVoidItem 132 #define SvxDrawToolItem SfxVoidItem 133 #define SvxCellHorJustifyEnumItem SfxVoidItem 134 #define SvxCellVerJustifyEnumItem SfxVoidItem 135 #define SvxCellOrientationEnumItem SfxVoidItem 136 #include <sfx2/msg.hxx> 137 #include <svl/stritem.hxx> 138 #include <svl/eitem.hxx> 139 #include <svx/zoomitem.hxx> 140 #include <svl/slstitm.hxx> 141 142 #define SFX_TYPEMAP 143 #include "smslots.hxx" 144 145 146 147