Searched refs:mpPropSetEntries (Results 1 – 2 of 2) sorted by relevance
1091 …mpPropSetEntries = reinterpret_cast< DffPropSetEntry* >( new sal_uInt8[ 1024 * sizeof( DffPropSetE… in DffPropSet()1096 delete[] reinterpret_cast< sal_uInt8* >( mpPropSetEntries ); in ~DffPropSet()1136 sal_uInt32 nCurrentFlags = mpPropSetEntries[ nRecType ].nContent; in ReadPropSet()1145 mpPropSetEntries[ nRecType ].nContent = nCurrentFlags; in ReadPropSet()1146 …mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr |= static_cast< sal_uInt16 >( nContent >> 1… in ReadPropSet()1151 mpPropSetEntries[ nRecType ].nContent &= ( ( nContent >> 16 ) ^ 0xffffffff ); in ReadPropSet()1153 mpPropSetEntries[ nRecType ].nContent |= nContent; in ReadPropSet()1154 …mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr = static_cast< sal_uInt16 >( nContent >> 16… in ReadPropSet()1214 …mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr = static_cast< sal_uInt16 >( maOffsets.size… in ReadPropSet()1224 mpPropSetEntries[ nRecType ].nContent = nContent; in ReadPropSet()[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()