Home
last modified time | relevance | path

Searched refs:maLargeProps (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/oox/source/ole/
H A Daxbinaryreader.cxx283 maLargeProps.push_back( ComplexPropVector::value_type( new PairProperty( orPairData ) ) ); in readPairProperty()
291maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty()
300maLargeProps.push_back( ComplexPropVector::value_type( new StringArrayProperty( orArray, nSize ) )… in readStringArrayProperty()
307 maLargeProps.push_back( ComplexPropVector::value_type( new GuidProperty( orGuid ) ) ); in readGuidProperty()
334 if( ensureValid( mnPropFlags == 0 ) && !maLargeProps.empty() ) in finalizeImport()
336 …for( ComplexPropVector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureVali… in finalizeImport()
/AOO42X/main/oox/source/dump/
H A Doledumper.cxx1076 maLargeProps.clear(); in implDump()
1164maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_POS, getPropertyName(), 8 ) ); in dumpPosProperty()
1170maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_SIZE, getPropertyName(), 8 ) ); in dumpSizeProperty()
1176maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_GUID, getPropertyName(), 16, pValue… in dumpGuidProperty()
1185maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_STRING, getPropertyName(), nLen, pV… in dumpStringProperty()
1195maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_STRINGARRAY, getPropertyName(), nLe… in dumpStringArrayProperty()
1270 if( ensureValid( mnPropFlags == 0 ) && !maLargeProps.empty() ) in dumpLargeProperties()
1274 …for( LargePropertyVector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureVa… in dumpLargeProperties()
/AOO42X/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx282 ComplexPropVector maLargeProps; /// Stores info for all used large properties. member in oox::ole::AxBinaryPropertyReader
/AOO42X/main/oox/inc/oox/dump/
H A Doledumper.hxx418 LargePropertyVector maLargeProps; member in oox::dump::AxPropertyObjectBase