Lines Matching refs:sal_uInt16

210 const sal_uInt16 IDF_NONE       = 0x0000;
211 const sal_uInt16 IDF_VALUE = 0x0001; /// Numeric values (and numeric results if IDF_FORMULA …
212 const sal_uInt16 IDF_DATETIME = 0x0002; /// Dates, times, datetime values.
213 const sal_uInt16 IDF_STRING = 0x0004; /// Strings (and string results if IDF_FORMULA is not s…
214 const sal_uInt16 IDF_NOTE = 0x0008; /// Cell notes.
215 const sal_uInt16 IDF_FORMULA = 0x0010; /// Formula cells.
216 const sal_uInt16 IDF_HARDATTR = 0x0020; /// Hard cell attributes.
217 const sal_uInt16 IDF_STYLES = 0x0040; /// Cell styles.
218 const sal_uInt16 IDF_OBJECTS = 0x0080; /// Drawing objects.
219 const sal_uInt16 IDF_EDITATTR = 0x0100; /// Rich-text attributes.
220 const sal_uInt16 IDF_ATTRIB = IDF_HARDATTR | IDF_STYLES;
221 const sal_uInt16 IDF_CONTENTS = IDF_VALUE | IDF_DATETIME | IDF_STRING | IDF_NOTE | IDF_FORMULA;
222 const sal_uInt16 IDF_ALL = IDF_CONTENTS | IDF_ATTRIB | IDF_OBJECTS;
223 const sal_uInt16 IDF_NOCAPTIONS = 0x0200; /// Internal use only (undo etc.): do not copy/delete c…
224 const sal_uInt16 IDF_ADDNOTES = 0x0400; /// Internal use only (copy from clip): do not delete e…
227 const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS);
596 SC_DLLPUBLIC static const String& GetRscString( sal_uInt16 nIndex );
612 static sal_uInt16 nDefFontHeight;
613 static sal_uInt16 nStdRowHeight;
644 static String GetErrorString(sal_uInt16 nErrNumber);
645 static String GetLongErrorString(sal_uInt16 nErrNumber);
653 const sal_uInt16 nWhich );
719 SC_DLLPUBLIC static sal_uInt16 GetScriptedWhichID( sal_uInt8 nScriptType, sal_uInt16 nWhich );
837 sal_uInt16 nUserIndex; // Index auf Liste
851 void SetSubTotals ( sal_uInt16 nGroup,
854 sal_uInt16 nCount );
866 sal_uInt16 nDataAreaCount; // Anzahl der Datenbereiche
880 void SetAreas ( ScArea* const* ppAreas, sal_uInt16 nCount );