Home
last modified time | relevance | path

Searched refs:mpPropSetEntries (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1091mpPropSetEntries = 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()
1146mpPropSetEntries[ 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()
1154mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr = static_cast< sal_uInt16 >( nContent >> 16… in ReadPropSet()
1214mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr = static_cast< sal_uInt16 >( maOffsets.size… in ReadPropSet()
1224 mpPropSetEntries[ nRecType ].nContent = nContent; in ReadPropSet()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx53 DffPropSetEntry* mpPropSetEntries; member in DffPropSet
63 …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()