Home
last modified time | relevance | path

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

/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx156 …Sequence< InputSource > aExtStreams = lclGetRelatedStreams( rxSource, CREATE_OFFICEDOC_RELATION_TY… in importProperties() local
159 if( aCoreStreams.hasElements() || aExtStreams.hasElements() || aCustomStreams.hasElements() ) in importProperties()
175 for( sal_Int32 nIndex = 0; nIndex < aExtStreams.getLength(); ++nIndex ) in importProperties()
176 aParser.parseStream( aExtStreams[ nIndex ], true ); in importProperties()

Completed in 5 milliseconds