Home
last modified time | relevance | path

Searched refs:ComplexPropVector (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/source/ole/
H A Daxbinaryreader.cxx283 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()
/aoo4110/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx278 typedef RefVector< ComplexProperty > ComplexPropVector; typedef in oox::ole::AxBinaryPropertyReader
282 ComplexPropVector maLargeProps; /// Stores info for all used large properties.
283 ComplexPropVector maStreamProps; /// Stores info for all used stream data properties.

Completed in 14 milliseconds