Lines Matching refs:sal_uInt16

39 const sal_uInt16 DFF_ID_BSE                 = 0xF007;   /// BLIP store entry.
40 const sal_uInt16 DFF_ID_BSTORECONTAINER = 0xF001; /// BLIP store container.
41 const sal_uInt16 DFF_ID_CHILDANCHOR = 0xF00F; /// Child anchor (in groups).
42 const sal_uInt16 DFF_ID_CLIENTANCHOR = 0xF010; /// Client anchor.
43 const sal_uInt16 DFF_ID_DG = 0xF008; /// Drawing.
44 const sal_uInt16 DFF_ID_DGG = 0xF006; /// Drawing group.
45 const sal_uInt16 DFF_ID_OPT = 0xF00B; /// Property set.
46 const sal_uInt16 DFF_ID_OPT2 = 0xF121; /// Secondary property set.
47 const sal_uInt16 DFF_ID_OPT3 = 0xF122; /// Ternary property set.
48 const sal_uInt16 DFF_ID_SP = 0xF00A; /// Shape.
49 const sal_uInt16 DFF_ID_SPGR = 0xF009; /// Shape group.
50 const sal_uInt16 DFF_ID_SPLITMENUCOLORS = 0xF11E; /// Current toolbar colors.
52 const sal_uInt16 DFF_OPT_IDMASK = 0x3FFF;
53 const sal_uInt16 DFF_OPT_PICTURE = 0x4000;
54 const sal_uInt16 DFF_OPT_COMPLEX = 0x8000;
55 const sal_uInt16 DFF_OPT_FLAGSMASK = 0x003F;
75 sal_uInt16 nRecId; in implReadRecordHeader()
107 dumpDec< sal_uInt16 >( "tag" ); in implDumpRecordBody()
210 sal_uInt16 mnId;
212 …inline explicit PropInfo( const OUString& rName, PropType eType, sal_uInt16 nId, sal_uInt32 nS… in PropInfo()
222 sal_uInt16 nPropCount = getInst(); in dumpDffOpt()
225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt()
227 sal_uInt16 nPropId = dumpDffOptPropHeader(); in dumpDffOpt()
228 sal_uInt16 nBaseId = nPropId & DFF_OPT_IDMASK; in dumpDffOpt()
307 sal_uInt16 DffStreamObject::dumpDffOptPropHeader() in dumpDffOptPropHeader()
312 return dumpHex< sal_uInt16 >( "id", "DFFOPT-PROPERTY-ID" ); in dumpDffOptPropHeader()