Searched refs:rParaString (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/xmloff/source/draw/ |
| H A D | ximpcustomshape.cxx | 217 …ng::EnhancedCustomShapeParameter& rParameter, sal_Int32& nIndex, const rtl::OUString& rParaString ) in GetNextParameter() argument 219 if ( nIndex >= rParaString.getLength() ) in GetNextParameter() 227 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter() 233 else if ( rParaString[ nIndex ] == (sal_Unicode)'?' ) in GetNextParameter() 238 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter() 246 else if ( rParaString[ nIndex ] > (sal_Unicode)'9' ) in GetNextParameter() 249 if ( rParaString.matchIgnoreAsciiCaseAsciiL( "left", 4, nIndex ) ) in GetNextParameter() 254 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "top", 3, nIndex ) ) in GetNextParameter() 259 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "right", 5, nIndex ) ) in GetNextParameter() 264 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "bottom", 6, nIndex ) ) in GetNextParameter() [all …]
|