Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Ddffpropset.cxx1096 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 …]
/aoo4110/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()

Completed in 41 milliseconds