Searched refs:maStreamProps (Results 1 – 4 of 4) sorted by relevance
316 … maStreamProps.push_back( ComplexPropVector::value_type( new FontProperty( orFontData ) ) ); in readFontProperty()326 … maStreamProps.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()
1077 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()
283 ComplexPropVector maStreamProps; /// Stores info for all used stream data properties. member in oox::ole::AxBinaryPropertyReader
419 StreamPropertyVector maStreamProps; member in oox::dump::AxPropertyObjectBase