Searched refs:ComplexPropVector (Results 1 – 2 of 2) sorted by relevance
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()316 … maStreamProps.push_back( ComplexPropVector::value_type( new FontProperty( orFontData ) ) ); in readFontProperty()326 … maStreamProps.push_back( ComplexPropVector::value_type( new PictureProperty( orPicData ) ) ); in readPictureProperty()336 …for( ComplexPropVector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureVali… in finalizeImport()346 …for( ComplexPropVector::iterator aIt = maStreamProps.begin(), aEnd = maStreamProps.end(); ensureVa… in finalizeImport()
278 typedef RefVector< ComplexProperty > ComplexPropVector; typedef in oox::ole::AxBinaryPropertyReader282 ComplexPropVector maLargeProps; /// Stores info for all used large properties.283 ComplexPropVector maStreamProps; /// Stores info for all used stream data properties.
Completed in 17 milliseconds