Searched refs:maLargeProps (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/oox/source/ole/ ! |
| H A D | axbinaryreader.cxx | 283 maLargeProps.push_back( ComplexPropVector::value_type( new PairProperty( orPairData ) ) ); in readPairProperty() 291 … maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty() 300 …maLargeProps.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 D | oledumper.cxx | 1076 maLargeProps.clear(); in implDump() 1164 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_POS, getPropertyName(), 8 ) ); in dumpPosProperty() 1170 … maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_SIZE, getPropertyName(), 8 ) ); in dumpSizeProperty() 1176 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_GUID, getPropertyName(), 16, pValue… in dumpGuidProperty() 1185 …maLargeProps.push_back( LargeProperty( LargeProperty::PROPTYPE_STRING, getPropertyName(), nLen, pV… in dumpStringProperty() 1195 …maLargeProps.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 D | axbinaryreader.hxx | 282 ComplexPropVector maLargeProps; /// Stores info for all used large properties. member in oox::ole::AxBinaryPropertyReader
|
| /AOO42X/main/oox/inc/oox/dump/ ! |
| H A D | oledumper.hxx | 418 LargePropertyVector maLargeProps; member in oox::dump::AxPropertyObjectBase
|