Home
last modified time | relevance | path

Searched refs:nCounter (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/svl/source/numbers/
H A Dzforscan.cxx1600 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 Dzforfind.cxx329 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 Dtest_documentproperties.bas691 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 Ddocprophandler.cxx165 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 Dparseinc.hxx180 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 Dfrmsidebarwincontainer.cxx172 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 Dunomodule.cxx154 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() local
156 if ( pArray[nCounter] == sServiceName ) in supportsService()
H A Dswdetect.cxx446 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 Dbinarycodec.cxx366 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 Dunomodule.cxx145 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 Dmscodec.cxx404 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 Dcomposedprops.cxx143 for (sal_Int32 nCounter=0; nCounter<nMasterPropsCount; ++nCounter) in compose() local
145 if (pInclusionFlags[nCounter]) in compose()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx184 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 Dsmdetect.cxx520 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 Dscripthandler.cxx485 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 Dsddetect.cxx515 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 Dbasecontrol.cxx270 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 Dfrmload.cxx673 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 Dscdetect.cxx908 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 Dexcelvbaproject.cxx119 sal_Int32 nCounter = 1; in prepareImport() local
123 … aCodeName = OUStringBuffer( aIt->maPrefix ).append( nCounter++ ).makeStringAndClear(); in prepareImport()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx515 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) \
517 if ( pArray[nCounter] == sServiceName ) \
/trunk/main/sw/source/core/access/
H A Daccfrmobjmap.cxx116 sal_Int32 nCounter( 0 ); in SwAccessibleChildMap() local
122 insert( ++nCounter, SwAccessibleChildMapKey::XWINDOW, aLower ); in SwAccessibleChildMap()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx693 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 Dbinarycodec.hxx258 bool startBlock( sal_Int32 nCounter );
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx256 bool InitCipher( sal_uInt32 nCounter );

Completed in 191 milliseconds

12