/trunk/main/svl/source/numbers/ |
H A D | zforscan.cxx | 1600 nCounter = 0; in FinalScan() 1613 nCounter = 0; in FinalScan() 1652 nCounter++; in FinalScan() 1661 nCounter++; in FinalScan() 1675 nCounter++; in FinalScan() 1692 nCounter++; in FinalScan() 1874 nCounter = 0; in FinalScan() 1892 nCounter = 0; in FinalScan() 1928 nCounter = 0; in FinalScan() 2243 nCounter++; in FinalScan() [all …]
|
H A D | zforfind.cxx | 329 nCounter = 0; in SkipThousands() 343 nCounter++; in SkipThousands() 344 if (nCounter == 3) in SkipThousands() 363 if ( nCounter ) in SkipThousands() 364 rSymbol.Erase( rSymbol.Len() - nCounter, nCounter ); in SkipThousands() 1083 nCounter = 0; in GetDateRef() 1097 nCounter = 1; in GetDateRef() 1141 nCounter = 2; in GetDateRef() 1276 nCounter = 3; in GetDateRef() 1317 nCounter = 2; in GetDateRef() [all …]
|
/trunk/main/framework/test/ |
H A D | test_documentproperties.bas | 691 for nCounter%=0 to nElementCount_1% step 1 693 if ( nElementCount_1%(nCounter%) <> nElementCount_2%(nCounter%) ) then 698 next nCounter% 956 for nCounter%=0 to nElementCount% step 1 957 stempString$ = stempString$ + seqByteSequence(nCounter%) 958 next nCounter% 1073 for nCounter%=0 to nElementCount% step 1 1074 stempString$ = "[" + nCounter% + "]" 1075 stempString$ = stempString$ + chr$(9) + aNameField(nCounter%) 1077 stempString$ = stempString$ + chr$(9) + aDocumentProperties.getByName ( aNameField(nCounter%) ) [all …]
|
/trunk/main/oox/source/docprop/ |
H A D | docprophandler.cxx | 165 sal_Int32 nCounter = 0; in GetKeywordsSet() local 179 if ( aResult[nCounter].getLength() ) in GetKeywordsSet() 181 if ( nCounter >= aResult.getLength() ) in GetKeywordsSet() 182 aResult.realloc( nCounter + 10 ); in GetKeywordsSet() 183 nCounter++; in GetKeywordsSet() 189 aResult[nCounter] += ::rtl::OUString( (sal_Unicode)pStr[nInd] ); in GetKeywordsSet() 193 aResult.realloc( nCounter + 1 ); in GetKeywordsSet()
|
/trunk/main/autodoc/source/parser/inc/tokens/ |
H A D | parseinc.hxx | 180 intt nCounter = 1; in jumpToMatchingBracket() local 183 nCounter - (cNext == in_cEnd ? 1 : 0) > 0 AND cNext != NULCH; in jumpToMatchingBracket() 187 nCounter++; in jumpToMatchingBracket() 189 nCounter--; in jumpToMatchingBracket()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | frmsidebarwincontainer.cxx | 172 sal_Int32 nCounter( nIndex ); in get() local 174 nCounter >= 0 && aIter != rSidebarWinContainer.end(); in get() 177 if ( nCounter == 0 ) in get() 183 --nCounter; in get()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unomodule.cxx | 154 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 156 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
H A D | swdetect.cxx | 446 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 448 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/oox/source/core/ |
H A D | binarycodec.cxx | 366 bool BinaryCodec_RCF::startBlock( sal_Int32 nCounter ) in startBlock() argument 376 pnKeyData[ 5 ] = static_cast< sal_uInt8 >( nCounter ); in startBlock() 377 pnKeyData[ 6 ] = static_cast< sal_uInt8 >( nCounter >> 8 ); in startBlock() 378 pnKeyData[ 7 ] = static_cast< sal_uInt8 >( nCounter >> 16 ); in startBlock() 379 pnKeyData[ 8 ] = static_cast< sal_uInt8 >( nCounter >> 24 ); in startBlock()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unomodule.cxx | 145 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 147 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 404 bool MSCodec_Std97::InitCipher (sal_uInt32 nCounter) in InitCipher() argument 416 pKeyData[ 5] = sal_uInt8((nCounter >> 0) & 0xff); in InitCipher() 417 pKeyData[ 6] = sal_uInt8((nCounter >> 8) & 0xff); in InitCipher() 418 pKeyData[ 7] = sal_uInt8((nCounter >> 16) & 0xff); in InitCipher() 419 pKeyData[ 8] = sal_uInt8((nCounter >> 24) & 0xff); in InitCipher()
|
/trunk/main/comphelper/source/property/ |
H A D | composedprops.cxx | 143 for (sal_Int32 nCounter=0; nCounter<nMasterPropsCount; ++nCounter) in compose() local 145 if (pInclusionFlags[nCounter]) in compose()
|
/trunk/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 184 sal_Int32 nCounter = 0; in supportsService() local 188 ( nCounter < nLength ) && in supportsService() 193 if ( pArray[nCounter] == sServiceName ) in supportsService() 198 ++nCounter; in supportsService()
|
/trunk/main/starmath/source/ |
H A D | smdetect.cxx | 520 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 522 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 485 for ( sal_Int32 nCounter = 0; nCounter < seqServiceNames.getLength(); nCounter++ ) in supportsService() local 487 if ( pArray[ nCounter ] == sServiceName ) in supportsService()
|
/trunk/main/sd/source/filter/ |
H A D | sddetect.cxx | 515 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 517 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 270 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 272 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/sfx2/source/view/ |
H A D | frmload.cxx | 673 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 675 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 908 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local 910 if ( pArray[nCounter] == sServiceName ) in supportsService()
|
/trunk/main/oox/source/xls/ |
H A D | excelvbaproject.cxx | 119 sal_Int32 nCounter = 1; in prepareImport() local 123 … aCodeName = OUStringBuffer( aIt->maPrefix ).append( nCounter++ ).makeStringAndClear(); in prepareImport()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | sfxuno.hxx | 515 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) \ 517 if ( pArray[nCounter] == sServiceName ) \
|
/trunk/main/sw/source/core/access/ |
H A D | accfrmobjmap.cxx | 116 sal_Int32 nCounter( 0 ); in SwAccessibleChildMap() local 122 insert( ++nCounter, SwAccessibleChildMapKey::XWINDOW, aLower ); in SwAccessibleChildMap()
|
/trunk/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 693 sal_uInt16 nCounter = 0; in ReducePoints() local 708 rPoly[ ++nCounter ] = rNewPt; in ReducePoints() 713 rPoly.SetSize( nCounter ); in ReducePoints()
|
/trunk/main/oox/inc/oox/core/ |
H A D | binarycodec.hxx | 258 bool startBlock( sal_Int32 nCounter );
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 256 bool InitCipher( sal_uInt32 nCounter );
|