Lines Matching refs:nIndex

194 	sal_Int32 nIndex = nStart;  in GetEquationName()  local
195 while( nIndex < rEquation.getLength() ) in GetEquationName()
197 sal_Unicode nChar = rEquation[ nIndex ]; in GetEquationName()
204 nIndex++; in GetEquationName()
209 sal_Bool bValid = ( nIndex - nStart ) != 0; in GetEquationName()
211 rEquationName = rEquation.copy( nStart, nIndex - nStart ); in GetEquationName()
215 …sun::star::drawing::EnhancedCustomShapeParameter& rParameter, sal_Int32& nIndex, const rtl::OUStri… in GetNextParameter() argument
217 if ( nIndex >= rParaString.getLength() ) in GetNextParameter()
225 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter()
229 nIndex++; in GetNextParameter()
231 else if ( rParaString[ nIndex ] == (sal_Unicode)'?' ) in GetNextParameter()
233 nIndex++; in GetNextParameter()
236 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter()
241 nIndex += aEquationName.getLength(); in GetNextParameter()
244 else if ( rParaString[ nIndex ] > (sal_Unicode)'9' ) in GetNextParameter()
247 if ( rParaString.matchIgnoreAsciiCaseAsciiL( "left", 4, nIndex ) ) in GetNextParameter()
250 nIndex += 4; in GetNextParameter()
252 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "top", 3, nIndex ) ) in GetNextParameter()
255 nIndex += 3; in GetNextParameter()
257 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "right", 5, nIndex ) ) in GetNextParameter()
260 nIndex += 5; in GetNextParameter()
262 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "bottom", 6, nIndex ) ) in GetNextParameter()
265 nIndex += 6; in GetNextParameter()
267 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "xstretch", 8, nIndex ) ) in GetNextParameter()
270 nIndex += 8; in GetNextParameter()
272 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "ystretch", 8, nIndex ) ) in GetNextParameter()
275 nIndex += 8; in GetNextParameter()
277 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "hasstroke", 9, nIndex ) ) in GetNextParameter()
280 nIndex += 9; in GetNextParameter()
282 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "hasfill", 7, nIndex ) ) in GetNextParameter()
285 nIndex += 7; in GetNextParameter()
287 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "width", 5, nIndex ) ) in GetNextParameter()
290 nIndex += 5; in GetNextParameter()
292 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "height", 6, nIndex ) ) in GetNextParameter()
295 nIndex += 6; in GetNextParameter()
297 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "logwidth", 8, nIndex ) ) in GetNextParameter()
300 nIndex += 8; in GetNextParameter()
302 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "logheight", 9, nIndex ) ) in GetNextParameter()
305 nIndex += 9; in GetNextParameter()
314 sal_Int32 nStartIndex = nIndex; in GetNextParameter()
322 while( ( nIndex < rParaString.getLength() ) && bValid ) in GetNextParameter()
324 switch( rParaString[ nIndex ] ) in GetNextParameter()
345 if ( nStartIndex == nIndex ) in GetNextParameter()
384 nIndex++; in GetNextParameter()
388 if ( nIndex == nStartIndex ) in GetNextParameter()
392 rtl::OUString aNumber( rParaString.copy( nStartIndex, nIndex - nStartIndex ) ); in GetNextParameter()
418 while(nIndex < rParaString.getLength()) in GetNextParameter()
420 const sal_Unicode aCandidate(rParaString[nIndex]); in GetNextParameter()
424 nIndex++; in GetNextParameter()
453 sal_Int32 nIndex = 0; in GetDoubleSequence() local
457 rtl::OUString aToken( rValue.getToken( 0, ',', nIndex ) ); in GetDoubleSequence()
463 while ( nIndex >= 0 ); in GetDoubleSequence()
485 sal_Int32 nIndex = 0; in GetEnhancedParameter() local
487 if ( GetNextParameter( aParameter, nIndex, rValue ) ) in GetEnhancedParameter()
499 sal_Int32 nIndex = 0; in GetEnhancedParameterPair() local
501 if ( GetNextParameter( aParameterPair.First, nIndex, rValue ) in GetEnhancedParameterPair()
502 && GetNextParameter( aParameterPair.Second, nIndex, rValue ) ) in GetEnhancedParameterPair()
517 sal_Int32 nIndex = 0; in GetEnhancedParameterPairSequence() local
518 while ( GetNextParameter( aParameter.First, nIndex, rValue ) in GetEnhancedParameterPairSequence()
519 && GetNextParameter( aParameter.Second, nIndex, rValue ) ) in GetEnhancedParameterPairSequence()
547 sal_Int32 nIndex = 0; in GetEnhancedRectangleSequence() local
549 while ( GetNextParameter( aParameter.TopLeft.First, nIndex, rValue ) in GetEnhancedRectangleSequence()
550 && GetNextParameter( aParameter.TopLeft.Second, nIndex, rValue ) in GetEnhancedRectangleSequence()
551 && GetNextParameter( aParameter.BottomRight.First, nIndex, rValue ) in GetEnhancedRectangleSequence()
552 && GetNextParameter( aParameter.BottomRight.Second, nIndex, rValue ) ) in GetEnhancedRectangleSequence()
579 sal_Int32 nIndex = 0; in GetEnhancedPath() local
587 while( bValid && ( nIndex < rValue.getLength() ) ) in GetEnhancedPath()
589 switch( rValue[ nIndex ] ) in GetEnhancedPath()
595 nIndex++; in GetEnhancedPath()
602 nIndex++; in GetEnhancedPath()
609 nIndex++; in GetEnhancedPath()
616 nIndex++; in GetEnhancedPath()
623 nIndex++; in GetEnhancedPath()
630 nIndex++; in GetEnhancedPath()
637 nIndex++; in GetEnhancedPath()
644 nIndex++; in GetEnhancedPath()
651 nIndex++; in GetEnhancedPath()
658 nIndex++; in GetEnhancedPath()
665 nIndex++; in GetEnhancedPath()
672 nIndex++; in GetEnhancedPath()
679 nIndex++; in GetEnhancedPath()
686 nIndex++; in GetEnhancedPath()
693 nIndex++; in GetEnhancedPath()
700 nIndex++; in GetEnhancedPath()
705 nIndex++; in GetEnhancedPath()
725 if ( GetNextParameter( aPair.First, nIndex, rValue ) && in GetEnhancedPath()
726 GetNextParameter( aPair.Second, nIndex, rValue ) ) in GetEnhancedPath()
736 nIndex++; in GetEnhancedPath()
797 sal_Int32 nIndex = 0; in GetAdjustmentValues() local
798 while ( GetNextParameter( aParameter, nIndex, rValue ) ) in GetAdjustmentValues()
883 sal_Int32 nIndex = 0; in StartElement() local
887 if ( GetNextParameter( rDepth, nIndex, rValue ) ) in StartElement()
903 if ( rValue.matchIgnoreAsciiCase( rtl::OUString( aUnitStr ), nIndex ) ) in StartElement()
904 nIndex += aUnitStr.getLength(); in StartElement()
907 while( ( nIndex < rValue.getLength() ) && rValue[ nIndex ] == (sal_Unicode)' ' ) in StartElement()
908 nIndex++; in StartElement()
910 if ( GetNextParameter( rFraction, nIndex, rValue ) ) in StartElement()
1157 sal_Int32 nIndex = 0; in CheckAndResolveEquationParameter() local
1160 nIndex = (*aHashIter).second; in CheckAndResolveEquationParameter()
1161 rPara.Value <<= nIndex; in CheckAndResolveEquationParameter()
1197 sal_Int32 nIndex = 0; in EndElement() local
1200 nIndex = (*aHashIter).second; in EndElement()
1201 aNew += rtl::OUString::valueOf( nIndex ); in EndElement()