Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds