Searched refs:nPatternIndex (Results 1 – 4 of 4) sorted by relevance
51 sal_Int32 nPatternIndex = sExpression.indexOf( '$' ); in assembleExpression() local52 while ( nPatternIndex > -1 ) in assembleExpression()55 switch ( sExpression.getStr()[ nPatternIndex + 1 ] ) in assembleExpression()69 sExpression = sExpression.replaceAt( nPatternIndex, 2, *pReplace ); in assembleExpression()70 nPatternIndex = sExpression.indexOf( '$', nPatternIndex + pReplace->getLength() + 1 ); in assembleExpression()
89 for (nPatternIndex=0; nPatternIndex<aLcPatterns.length && bIsMatch; ++nPatternIndex)91 var sPattern = aLcPatterns[nPatternIndex];
210 long nPatternIndex; in ImplSetFillBundle() local244 nPatternIndex = mpCGM->pElement->pFillBundle->nFillPatternIndex; in ImplSetFillBundle()246 nPatternIndex = mpCGM->pElement->aFillBundle.nFillPatternIndex; in ImplSetFillBundle()
2168 sal_uInt16 nPatternIndex = (aPattern.pData[i].Value & 0x00FF) - 1; in LoadColAttr() local2169 Sc10PatternData* pPattern = pPatternCollection->At(nPatternIndex); in LoadColAttr()
Completed in 35 milliseconds