Home
last modified time | relevance | path

Searched refs:nCnt (Results 51 – 75 of 207) sorted by relevance

123456789

/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx474 sal_Int32 nCnt = aTrustedAuthors.getLength(); in addAuthorToTrustedSources() local
475 aTrustedAuthors.realloc( nCnt + 1 ); in addAuthorToTrustedSources()
476 aTrustedAuthors[ nCnt ] = aNewCert; in addAuthorToTrustedSources()
486 sal_Int32 nCnt = aSecURLs.getLength(); in addLocationToTrustedSources() local
487 aSecURLs.realloc( nCnt + 1 ); in addLocationToTrustedSources()
488 aSecURLs[ nCnt ] = Location; in addLocationToTrustedSources()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx123 void LinkManager::Remove( sal_uInt16 nPos, sal_uInt16 nCnt ) in Remove() argument
125 if( nCnt && nPos < aLinkTbl.Count() ) in Remove()
127 if( nPos + nCnt > aLinkTbl.Count() ) in Remove()
128 nCnt = aLinkTbl.Count() - nPos; in Remove()
131 for( sal_uInt16 n = nCnt; n; --n, ++ppRef ) in Remove()
140 aLinkTbl.Remove( nPos, nCnt ); in Remove()
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx150 sal_Int32 nCnt = mpInfos->getLength(); in IMPL_LINK() local
151 for( sal_Int32 i = 0 ; i < nCnt ; ++i ) in IMPL_LINK()
343 sal_Int32 nCnt = rInfos.getLength(); in SetStorage() local
344 if( mxStore.is() && nCnt > 0 ) in SetStorage()
351 for( sal_Int32 i = 1 ; i < nCnt ; ++i ) in SetStorage()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx825 for( sal_uInt32 nCnt = aFontTbl.Count(); nCnt; ) in ClearFontTbl() local
826 delete aFontTbl.GetObject( --nCnt ); in ClearFontTbl()
832 for( sal_uInt32 nCnt = aStyleTbl.Count(); nCnt; ) in ClearStyleTbl() local
833 delete aStyleTbl.GetObject( --nCnt ); in ClearStyleTbl()
840 for( size_t nCnt = aAttrStack.size(); nCnt; --nCnt ) in ClearAttrStack() local
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx116 sal_Int32 nCnt = 0; in lcl_RemoveMissingEntries() local
123 pRes[ nCnt++ ] = pEntry[i]; in lcl_RemoveMissingEntries()
126 aRes.realloc( nCnt ); in lcl_RemoveMissingEntries()
180 sal_Int32 nCnt = 0; in lcl_GetNewEntries() local
186 pRes[ nCnt++ ] = pEntry[i]; in lcl_GetNewEntries()
189 aRes.realloc( nCnt ); in lcl_GetNewEntries()
200 sal_Int32 nCnt = 0; in lcl_MergeSeq() local
213 pRes[ nCnt++ ] = pEntry[i]; in lcl_MergeSeq()
217 aRes.realloc( nCnt ); in lcl_MergeSeq()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx252 const sal_uInt32 nCnt(rBig.count()); in ImpEqualizePolyPointCount() local
253 ::basegfx::B2DPolygon aPoly1(ImpGetExpandedPolygon(rSmall, nCnt)); in ImpEqualizePolyPointCount()
267 aPoly2.append(::basegfx::B2DPoint(), nCnt); in ImpEqualizePolyPointCount()
270 for(sal_uInt32 a(0L); a < nCnt; a++) in ImpEqualizePolyPointCount()
272 aPoly2.setB2DPoint((a + nCnt - nInd) % nCnt, aPoly1.getB2DPoint(a)); in ImpEqualizePolyPointCount()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx999 sal_uInt32 nCnt = m_aDictList.size(); in IMPL_LINK() local
1004 aActiveDics.realloc( nCnt ); in IMPL_LINK()
1007 while( nCnt ) in IMPL_LINK()
1028 --nCnt; in IMPL_LINK()
1385 sal_uInt16 nCnt = m_nSize; in Clear() local
1386 while( nCnt ) in Clear()
1395 --nCnt; in Clear()
1751 sal_uInt32 nCnt = aEntries.getLength(); in UpdateSuggestions() local
1753 if( nCnt ) in UpdateSuggestions()
1759 while( nCnt ) in UpdateSuggestions()
[all …]
H A Dplfilter.cxx77 for ( sal_uInt16 nCnt = aExtension.GetTokenCount( ';' ); nCnt--; ) in fillNetscapePluginFilters() local
80 String aExt( aExtension.GetToken( nCnt, ';' ) ); in fillNetscapePluginFilters()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx846 sal_uInt16 nCnt = aO.Count(); in SwWw8_InsertAnlText() local
847 if( nCnt && nCnt < rCharLen ) in SwWw8_InsertAnlText()
849 nb = (sal_uInt8)nCnt; in SwWw8_InsertAnlText()
850 memcpy( rpCh, aO.GetData(), nCnt ); in SwWw8_InsertAnlText()
851 rpCh += nCnt; in SwWw8_InsertAnlText()
852 rCharLen = rCharLen - nCnt; in SwWw8_InsertAnlText()
/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx121 for( sal_uInt16 nCnt = 0 ; nCnt < 6 ; nCnt++ ) in ~LotAttrCache() local
122 delete ppColorItems[ nCnt ]; in ~LotAttrCache()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx111 sal_uLong nCnt = Count(); in Format() local
112 for ( sal_uLong nIdx = 0; nIdx < nCnt; nIdx++ ) in Format()
219 sal_uLong nCnt = Count(); in operator ==() local
220 for ( sal_uLong nIdx = 0; nIdx < nCnt; nIdx++ ) in operator ==()
470 sal_uLong nCnt = Count(); in operator ==() local
471 for ( sal_uLong nIdx = 0; nIdx < nCnt; nIdx++ ) in operator ==()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx445 sal_Int32 i, nCnt; in SolveSolver() local
446 for ( i = 0, nCnt = rSolver.aCList.Count(); i < nCnt; i++ ) in SolveSolver()
2316 sal_Int16 nCnt; in ApplyCustomShapeGeometryAttributes() local
2341 if ( !nCnt ) in ApplyCustomShapeGeometryAttributes()
2342 nCnt = 1; in ApplyCustomShapeGeometryAttributes()
2384 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2390 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2401 nCnt = (sal_Int16)nTmp; in ApplyCustomShapeGeometryAttributes()
3114 if ( nCnt-- ) in Last()
3116 pCList->nCurrent = nCnt; in Last()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1599 return bLeft ? GoPrevCell( nCnt ) in LeftRight()
1600 : GoNextCell( nCnt ); in LeftRight()
1674 while( nCnt ) in LeftRight()
1756 --nCnt; in LeftRight()
1780 return 0 == nCnt && !IsInProtectTable( sal_True ) && in LeftRight()
1815 sal_Bool SwCursor::UpDown( sal_Bool bUp, sal_uInt16 nCnt, in UpDown() argument
1877 while( nCnt && in UpDown()
1883 --nCnt; in UpDown()
1886 if( !nCnt && !IsSelOvr( nsSwCursorSelOverFlags::SELOVER_TOGGLE | in UpDown()
1972 sal_Bool SwCursor::GoPrevNextCell( sal_Bool bNext, sal_uInt16 nCnt ) in GoPrevNextCell() argument
[all …]
H A Dtrvlfnfl.cxx175 inline sal_Bool CmpLE( const SwTxtFtn& rFtn, sal_uLong nNd, xub_StrLen nCnt ) in CmpLE() argument
178 return nTNd < nNd || ( nTNd == nNd && *rFtn.GetStart() <= nCnt ); in CmpLE()
180 inline sal_Bool CmpL( const SwTxtFtn& rFtn, sal_uLong nNd, xub_StrLen nCnt ) in CmpL() argument
183 return nTNd < nNd || ( nTNd == nNd && *rFtn.GetStart() < nCnt ); in CmpL()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx268 sal_uInt16 nCnt ) in InsBoxen() argument
270 if( !nCnt ) in InsBoxen()
320 for( sal_uInt16 n = 0; n < nCnt; ++n ) in InsBoxen()
668 sal_uLong nCnt = pStt->nNode.GetIndex(); in TextToTable() local
669 for( ; nCnt <= pEnd->nNode.GetIndex(); ++nCnt ) in TextToTable()
670 if( !GetNodes()[ nCnt ]->IsTxtNode() ) in TextToTable()
1748 bRet = InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
1785 bRet = rTbl.InsertCol( this, rBoxes, nCnt, bBehind ); in InsertCol()
1815 bRet = InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
1840 0, 0, nCnt, bBehind, sal_False ); in InsertRow()
[all …]
/trunk/main/cui/source/tabpages/
H A Dlabdlg.cxx399 xub_StrLen nCnt=0, nIdx=0; in SetupAnsatz_Impl() local
431 nCnt = aStrHorzList.GetTokenCount(); in SetupAnsatz_Impl()
432 for( nIdx=0 ; nIdx<nCnt ; nIdx++ ) in SetupAnsatz_Impl()
445 nCnt = aStrVertList.GetTokenCount(); in SetupAnsatz_Impl()
446 for( nIdx=0 ; nIdx<nCnt ; nIdx++ ) in SetupAnsatz_Impl()
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx496 for( long nCnt = 0, nEnd = aSeq.getLength(); nCnt <= nEnd; ++nCnt ) in IMPL_LINK() local
498 if( nCnt < nEnd ) in IMPL_LINK()
499 sUINm = pColRes->GetTranslation( sAlg = aSeq[ nCnt ] ); in IMPL_LINK()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx173 sal_Int32 nCnt = aSuppLanguages.getLength(); in HasLanguage() local
177 for ( i = 0; i < nCnt; ++i) in HasLanguage()
182 return i < nCnt; in HasLanguage()
245 sal_Int32 nCnt = 0; in SetAvailableCfgServiceLists() local
258 pAvailSvcs[ nCnt++ ] = rSvcInfo.aSvcImplName; in SetAvailableCfgServiceLists()
264 if (nCnt) in SetAvailableCfgServiceLists()
266 aAvailSvcs.realloc( nCnt ); in SetAvailableCfgServiceLists()
1448 sal_uInt16 nCnt = 0; in getAvailableServices() local
1456 pImplName[ nCnt++ ] = pInfo->aSvcImplName; in getAvailableServices()
1461 if (nCnt != nMaxCnt) in getAvailableServices()
[all …]
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx257 long nCnt = GetMarkedObjectCount(); in DrawMarkedObj() local
258 for(long nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
282 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
297 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
321 for(nObjs = 0;nObjs < nCnt;nObjs++) in DrawMarkedObj()
1276 long nCnt = GetMarkedObjectCount(); in BegDragObj() local
1277 for(long nObjs = 0;nObjs < nCnt;nObjs++) in BegDragObj()
1374 sal_uIntPtr nCnt = GetMarkedObjectCount(); in GetMarkedScene() local
1376 for ( sal_uIntPtr i = 0; i < nCnt; i++ ) in GetMarkedScene()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx759 sal_Int32 nCnt = aCurrSeq.getLength(); in getCurrSymbolsImpl() local
762 for ( nElem = 0; nElem < nCnt; nElem++ ) in getCurrSymbolsImpl()
767 if ( nElem >= nCnt ) in getCurrSymbolsImpl()
776 if ( nElem >= nCnt ) in getCurrSymbolsImpl()
878 sal_Int32 nCnt = aFormatSeq.getLength(); in getCurrFormatsImpl() local
879 if ( !nCnt ) in getCurrFormatsImpl()
894 for ( nElem = 0; nElem < nCnt; nElem++ ) in getCurrFormatsImpl()
1136 sal_Int32 nCnt = aFormatSeq.getLength(); in getDateFormatsImpl() local
1137 if ( !nCnt ) in getDateFormatsImpl()
1153 for ( nElem = 0; nElem < nCnt; nElem++ ) in getDateFormatsImpl()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx427 static sal_uInt8 nCnt; member in StackHack
432 if ( ++StackHack::nCnt > 50 ) in StackHack()
437 if ( --StackHack::nCnt < 5 ) in ~StackHack()
442 static sal_uInt8 Count() { return StackHack::nCnt; } in Count()
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx82 void Remove( sal_uInt16 nPos, sal_uInt16 nCnt = 1 );
137 void RemoveServer( sal_uInt16 nPos, sal_uInt16 nCnt = 1 ) in RemoveServer() argument
138 { aServerTbl.Remove( nPos, nCnt ); } in RemoveServer()
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx59 sal_uInt16 nCnt = 0; in Check() local
71 ++nCnt; in Check()
80 ASSERT( (nCnt + aFreePositions.Count()) == Count(), "Lost Chain." ); in Check()
82 ASSERT( (nCurMax - nCnt) == aFreePositions.Count(), "Lost FreePositions." ); in Check()
/trunk/main/sw/source/ui/fldui/
H A Dfldref.cxx555 sal_uInt16 nCnt = pSh->GetSeqFtnList( aArr ); in UpdateSubType() local
557 for( sal_uInt16 n = 0; n < nCnt; ++n ) in UpdateSubType()
568 sal_uInt16 nCnt = pSh->GetSeqFtnList( aArr, true ); in UpdateSubType() local
570 for( sal_uInt16 n = 0; n < nCnt; ++n ) in UpdateSubType()
651 sal_uInt16 nCnt = pType->GetSeqFldList( aArr ); in UpdateSubType() local
652 for( sal_uInt16 n = 0; n < nCnt; ++n ) in UpdateSubType()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx796 sal_uInt16 nCnt = 0; in CheckInsert() local
799 ++nCnt; in CheckInsert()
802 nMaxRowPerPage = Max( sal_uLong(2), nMaxParaPerPage / nCnt ); in CheckInsert()
1179 sal_uInt16 nCnt = pCache->GetFlyCount(); in CheckPageFlyCache() local
1184 while( nIdx < nCnt && in CheckPageFlyCache()
1188 while( nIdx < nCnt && in CheckPageFlyCache()
1191 if( nIdx < nCnt ) in CheckPageFlyCache()

Completed in 252 milliseconds

123456789