Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/ole/
H A Daxbinaryreader.cxx316maStreamProps.push_back( ComplexPropVector::value_type( new FontProperty( orFontData ) ) ); in readFontProperty()
326maStreamProps.push_back( ComplexPropVector::value_type( new PictureProperty( orPicData ) ) ); in readPictureProperty()
345 if( ensureValid() && !maStreamProps.empty() ) in finalizeImport()
346 …for( ComplexPropVector::iterator aIt = maStreamProps.begin(), aEnd = maStreamProps.end(); ensureVa… in finalizeImport()
/AOO41X/main/oox/source/dump/
H A Doledumper.cxx1077 maStreamProps.clear(); in implDump()
1205 maStreamProps.push_back( StreamProperty( getPropertyName(), nData ) ); in dumpStreamProperty()
1328 if( ensureValid() && !maStreamProps.empty() ) in dumpLargeProperties()
1332 …for( StreamPropertyVector::iterator aIt = maStreamProps.begin(), aEnd = maStreamProps.end(); ensur… in dumpLargeProperties()
/AOO41X/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx283 ComplexPropVector maStreamProps; /// Stores info for all used stream data properties. member in oox::ole::AxBinaryPropertyReader
/AOO41X/main/oox/inc/oox/dump/
H A Doledumper.hxx419 StreamPropertyVector maStreamProps; member in oox::dump::AxPropertyObjectBase