Searched refs:nCodes (Results 1 – 2 of 2) sorted by relevance
65 sal_Int32 nCodes = aExc.ErrorCodes.getLength(); in handleInteractionRequest() local66 for( sal_Int32 i = 0; i < nCodes; i++ ) in handleInteractionRequest()
2631 sal_Int32 nCodes = aFormatSeq.getLength(); in ImpGenerateAdditionalFormats() local2632 ImpAdjustFormatCodeDefault( aFormatSeq.getArray(), nCodes ); in ImpGenerateAdditionalFormats()2633 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()2646 pFormatArr[j].Index + nCodes + NF_INDEX_TABLE_ENTRIES); in ImpGenerateAdditionalFormats()2661 nCodes = aFormatSeq.getLength(); in ImpGenerateAdditionalFormats()2662 if ( nCodes ) in ImpGenerateAdditionalFormats()2666 sal_Int32 nDef = ImpAdjustFormatCodeDefault( pFormatArr, nCodes, sal_False); in ImpGenerateAdditionalFormats()2669 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()
Completed in 49 milliseconds