Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/draw/
H A Dximpcustomshape.cxx215 …ng::EnhancedCustomShapeParameter& rParameter, sal_Int32& nIndex, const rtl::OUString& rParaString ) in GetNextParameter() argument
217 if ( nIndex >= rParaString.getLength() ) in GetNextParameter()
225 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter()
231 else if ( rParaString[ nIndex ] == (sal_Unicode)'?' ) in GetNextParameter()
236 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter()
244 else if ( rParaString[ nIndex ] > (sal_Unicode)'9' ) in GetNextParameter()
247 if ( rParaString.matchIgnoreAsciiCaseAsciiL( "left", 4, nIndex ) ) in GetNextParameter()
252 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "top", 3, nIndex ) ) in GetNextParameter()
257 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "right", 5, nIndex ) ) in GetNextParameter()
262 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "bottom", 6, nIndex ) ) in GetNextParameter()
[all …]