Home
last modified time | relevance | path

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

/aoo4110/main/reportdesign/source/core/misc/
H A Dconditionalexpression.cxx99 sal_Int32 nLHSIndex( sMatchExpression.indexOf( sLHSPattern ) ); in matchExpression() local
103 OSL_ENSURE( sMatchExpression.indexOf( sLHSPattern, nLHSIndex + 1 ) == -1, in matchExpression()
108 OSL_ENSURE( ( nLHSIndex != -1 ) && ( ( nLHSIndex < nRHSIndex ) || ( nRHSIndex == -1 ) ), in matchExpression()
113 if ( _rExpression.getLength() < nLHSIndex ) in matchExpression()
115 const ::rtl::OUString sExprPart1( _rExpression.copy( 0, nLHSIndex ) ); in matchExpression()
116 const ::rtl::OUString sMatchExprPart1( sMatchExpression.copy( 0, nLHSIndex ) ); in matchExpression()
124 sal_Int32 nRightMostIndex( bHaveRHS ? nRHSIndex : nLHSIndex ); in matchExpression()
142 sal_Int32 nMatchExprPart2Start( nLHSIndex + sLHSPattern.getLength() ); in matchExpression()

Completed in 19 milliseconds