Lines Matching refs:sal_uInt16

34 	sal_uInt16			_nVer;
35 sal_uInt16 _nStart, _nEnd;
36 sal_uInt16* _pMap;
38 SfxPoolVersion_Impl( sal_uInt16 nVer, sal_uInt16 nStart, sal_uInt16 nEnd, in SfxPoolVersion_Impl()
39 sal_uInt16 *pMap ) in SfxPoolVersion_Impl()
74 sal_uInt16 nVersion;
75 sal_uInt16 nLoadingVersion;
76 sal_uInt16 nInitRefCount; // 1, beim Laden ggf. 2
77 sal_uInt16 nVerStart, nVerEnd; // WhichRange in Versions
78 sal_uInt16 nStoringStart, nStoringEnd; // zu speichernder Range
84 SfxItemPool_Impl( sal_uInt16 nStart, sal_uInt16 nEnd ) in SfxItemPool_Impl()
135 { sal_uInt16 nFileTag; \
148 { sal_uInt16 nFileTag; \
162 { sal_uInt16 nFileTag; \
177 #define SFX_ITEMPOOL_TAG_STARTPOOL_4 sal_uInt16(0x1111)
178 #define SFX_ITEMPOOL_TAG_STARTPOOL_5 sal_uInt16(0xBBBB)
179 #define SFX_ITEMPOOL_TAG_ITEMPOOL sal_uInt16(0xAAAA)
180 #define SFX_ITEMPOOL_TAG_ITEMS sal_uInt16(0x2222)
181 #define SFX_ITEMPOOL_TAG_ITEM sal_uInt16(0x7777)
182 #define SFX_ITEMPOOL_TAG_SIZES sal_uInt16(0x3333)
183 #define SFX_ITEMPOOL_TAG_DEFAULTS sal_uInt16(0x4444)
184 #define SFX_ITEMPOOL_TAG_VERSIONMAP sal_uInt16(0x5555)
185 #define SFX_ITEMPOOL_TAG_HEADER sal_uInt16(0x6666)
186 #define SFX_ITEMPOOL_TAG_ENDPOOL sal_uInt16(0xEEEE)
187 #define SFX_ITEMPOOL_TAG_TRICK4OLD sal_uInt16(0xFFFF)
191 #define SFX_ITEMPOOL_REC_VERSIONMAP sal_uInt16(0x0020)
192 #define SFX_ITEMPOOL_REC_WHICHIDS sal_uInt16(0x0030)
193 #define SFX_ITEMPOOL_REC_ITEMS sal_uInt16(0x0040)
194 #define SFX_ITEMPOOL_REC_DEFAULTS sal_uInt16(0x0050)
199 #define SFX_STYLES_REC_HEADER sal_uInt16(0x0010)
200 #define SFX_STYLES_REC_STYLES sal_uInt16(0x0020)
204 inline sal_uInt16 SfxItemPool::GetIndex_Impl(sal_uInt16 nWhich) const in GetIndex_Impl()