Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx344 …Sequence( const ::rtl::OUString& _rComposed, Sequence< ElementType >& _out_SplitUp, const Transfor… in splitComposedStringToSequence() argument
346 _out_SplitUp.realloc( 0 ); in splitComposedStringToSequence()
352 _out_SplitUp.realloc( _out_SplitUp.getLength() + 1 ); in splitComposedStringToSequence()
353_out_SplitUp[ _out_SplitUp.getLength() - 1 ] = (ElementType)_rTransformer( _rComposed.getToken( 0,… in splitComposedStringToSequence()

Completed in 14 milliseconds