Lines Matching refs:nIndex

196 	sal_Int32 nIndex = nStart;  in GetEquationName()  local
197 while( nIndex < rEquation.getLength() ) in GetEquationName()
199 sal_Unicode nChar = rEquation[ nIndex ]; in GetEquationName()
206 nIndex++; in GetEquationName()
211 sal_Bool bValid = ( nIndex - nStart ) != 0; in GetEquationName()
213 rEquationName = rEquation.copy( nStart, nIndex - nStart ); in GetEquationName()
217 …sun::star::drawing::EnhancedCustomShapeParameter& rParameter, sal_Int32& nIndex, const rtl::OUStri… in GetNextParameter() argument
219 if ( nIndex >= rParaString.getLength() ) in GetNextParameter()
227 if ( rParaString[ nIndex ] == (sal_Unicode)'$' ) in GetNextParameter()
231 nIndex++; in GetNextParameter()
233 else if ( rParaString[ nIndex ] == (sal_Unicode)'?' ) in GetNextParameter()
235 nIndex++; in GetNextParameter()
238 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter()
243 nIndex += aEquationName.getLength(); in GetNextParameter()
246 else if ( rParaString[ nIndex ] > (sal_Unicode)'9' ) in GetNextParameter()
249 if ( rParaString.matchIgnoreAsciiCaseAsciiL( "left", 4, nIndex ) ) in GetNextParameter()
252 nIndex += 4; in GetNextParameter()
254 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "top", 3, nIndex ) ) in GetNextParameter()
257 nIndex += 3; in GetNextParameter()
259 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "right", 5, nIndex ) ) in GetNextParameter()
262 nIndex += 5; in GetNextParameter()
264 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "bottom", 6, nIndex ) ) in GetNextParameter()
267 nIndex += 6; in GetNextParameter()
269 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "xstretch", 8, nIndex ) ) in GetNextParameter()
272 nIndex += 8; in GetNextParameter()
274 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "ystretch", 8, nIndex ) ) in GetNextParameter()
277 nIndex += 8; in GetNextParameter()
279 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "hasstroke", 9, nIndex ) ) in GetNextParameter()
282 nIndex += 9; in GetNextParameter()
284 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "hasfill", 7, nIndex ) ) in GetNextParameter()
287 nIndex += 7; in GetNextParameter()
289 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "width", 5, nIndex ) ) in GetNextParameter()
292 nIndex += 5; in GetNextParameter()
294 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "height", 6, nIndex ) ) in GetNextParameter()
297 nIndex += 6; in GetNextParameter()
299 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "logwidth", 8, nIndex ) ) in GetNextParameter()
302 nIndex += 8; in GetNextParameter()
304 else if ( rParaString.matchIgnoreAsciiCaseAsciiL( "logheight", 9, nIndex ) ) in GetNextParameter()
307 nIndex += 9; in GetNextParameter()
316 sal_Int32 nStartIndex = nIndex; in GetNextParameter()
324 while( ( nIndex < rParaString.getLength() ) && bValid ) in GetNextParameter()
326 switch( rParaString[ nIndex ] ) in GetNextParameter()
347 if ( nStartIndex == nIndex ) in GetNextParameter()
386 nIndex++; in GetNextParameter()
390 if ( nIndex == nStartIndex ) in GetNextParameter()
394 rtl::OUString aNumber( rParaString.copy( nStartIndex, nIndex - nStartIndex ) ); in GetNextParameter()
420 while(nIndex < rParaString.getLength()) in GetNextParameter()
422 const sal_Unicode aCandidate(rParaString[nIndex]); in GetNextParameter()
426 nIndex++; in GetNextParameter()
455 sal_Int32 nIndex = 0; in GetDoubleSequence() local
459 rtl::OUString aToken( rValue.getToken( 0, ',', nIndex ) ); in GetDoubleSequence()
465 while ( nIndex >= 0 ); in GetDoubleSequence()
487 sal_Int32 nIndex = 0; in GetEnhancedParameter() local
489 if ( GetNextParameter( aParameter, nIndex, rValue ) ) in GetEnhancedParameter()
501 sal_Int32 nIndex = 0; in GetEnhancedParameterPair() local
503 if ( GetNextParameter( aParameterPair.First, nIndex, rValue ) in GetEnhancedParameterPair()
504 && GetNextParameter( aParameterPair.Second, nIndex, rValue ) ) in GetEnhancedParameterPair()
519 sal_Int32 nIndex = 0; in GetEnhancedParameterPairSequence() local
520 while ( GetNextParameter( aParameter.First, nIndex, rValue ) in GetEnhancedParameterPairSequence()
521 && GetNextParameter( aParameter.Second, nIndex, rValue ) ) in GetEnhancedParameterPairSequence()
549 sal_Int32 nIndex = 0; in GetEnhancedRectangleSequence() local
551 while ( GetNextParameter( aParameter.TopLeft.First, nIndex, rValue ) in GetEnhancedRectangleSequence()
552 && GetNextParameter( aParameter.TopLeft.Second, nIndex, rValue ) in GetEnhancedRectangleSequence()
553 && GetNextParameter( aParameter.BottomRight.First, nIndex, rValue ) in GetEnhancedRectangleSequence()
554 && GetNextParameter( aParameter.BottomRight.Second, nIndex, rValue ) ) in GetEnhancedRectangleSequence()
581 sal_Int32 nIndex = 0; in GetEnhancedPath() local
589 while( bValid && ( nIndex < rValue.getLength() ) ) in GetEnhancedPath()
591 switch( rValue[ nIndex ] ) in GetEnhancedPath()
597 nIndex++; in GetEnhancedPath()
604 nIndex++; in GetEnhancedPath()
611 nIndex++; in GetEnhancedPath()
618 nIndex++; in GetEnhancedPath()
625 nIndex++; in GetEnhancedPath()
632 nIndex++; in GetEnhancedPath()
639 nIndex++; in GetEnhancedPath()
646 nIndex++; in GetEnhancedPath()
653 nIndex++; in GetEnhancedPath()
660 nIndex++; in GetEnhancedPath()
667 nIndex++; in GetEnhancedPath()
674 nIndex++; in GetEnhancedPath()
681 nIndex++; in GetEnhancedPath()
688 nIndex++; in GetEnhancedPath()
695 nIndex++; in GetEnhancedPath()
702 nIndex++; in GetEnhancedPath()
707 nIndex++; in GetEnhancedPath()
727 if ( GetNextParameter( aPair.First, nIndex, rValue ) && in GetEnhancedPath()
728 GetNextParameter( aPair.Second, nIndex, rValue ) ) in GetEnhancedPath()
738 nIndex++; in GetEnhancedPath()
799 sal_Int32 nIndex = 0; in GetAdjustmentValues() local
800 while ( GetNextParameter( aParameter, nIndex, rValue ) ) in GetAdjustmentValues()
926 sal_Int32 nIndex = 0; in StartElement() local
930 if ( GetNextParameter( rDepth, nIndex, rValue ) ) in StartElement()
946 if ( rValue.matchIgnoreAsciiCase( rtl::OUString( aUnitStr ), nIndex ) ) in StartElement()
947 nIndex += aUnitStr.getLength(); in StartElement()
950 while( ( nIndex < rValue.getLength() ) && rValue[ nIndex ] == (sal_Unicode)' ' ) in StartElement()
951 nIndex++; in StartElement()
953 if ( GetNextParameter( rFraction, nIndex, rValue ) ) in StartElement()
1200 sal_Int32 nIndex = 0; in CheckAndResolveEquationParameter() local
1203 nIndex = (*aHashIter).second; in CheckAndResolveEquationParameter()
1204 rPara.Value <<= nIndex; in CheckAndResolveEquationParameter()
1240 sal_Int32 nIndex = 0; in EndElement() local
1243 nIndex = (*aHashIter).second; in EndElement()
1244 aNew += rtl::OUString::valueOf( nIndex ); in EndElement()