Searched refs:mpPropSetEntries (Results 1 – 2 of 2) sorted by relevance
1096 delete[] reinterpret_cast< sal_uInt8* >( mpPropSetEntries ); in ~DffPropSet()1145 mpPropSetEntries[ nRecType ].nContent = nCurrentFlags; in ReadPropSet()1153 mpPropSetEntries[ nRecType ].nContent |= nContent; in ReadPropSet()1224 mpPropSetEntries[ nRecType ].nContent = nContent; in ReadPropSet()1225 mpPropSetEntries[ nRecType ].aFlags = aPropFlag; in ReadPropSet()1290 bRetValue = ( mpPropSetEntries[ nId ].aFlags.bSoftAttr == 0 ); in IsHardAttribute()1297 return ( mpPropSetEntries[ nId ].aFlags.bSet ) ? mpPropSetEntries[ nId ].nContent : nDefault; in GetPropertyValue()1335 mpPropSetEntries[ nId ].aFlags.bSet = true; in SetPropertyValue()1336 mpPropSetEntries[ nId ].nContent = nValue; in SetPropertyValue()1342 if ( mpPropSetEntries[ nRecType ].aFlags.bSet ) in SeekToContent()[all …]
53 DffPropSetEntry* mpPropSetEntries; member in DffPropSet63 …inline sal_Bool IsProperty( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x… in IsProperty()64 …inline sal_Bool IsComplex( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x3… in IsComplex()
Completed in 39 milliseconds