Home
last modified time | relevance | path

Searched refs:nCount (Results 1 – 25 of 1719) sorted by relevance

12345678910>>...69

/trunk/main/tools/source/memtools/
H A Dcontnr.cxx90 nCount = 0; in CBlock()
139 nCount = r.nCount; in CBlock()
217 nCount++; in Insert()
290 pNewBlock->nCount = (nCount-nMiddle+1); in Split()
375 nCount--; in Remove()
531 nCount = pCont2->nCount; in ImpCopyContainer()
639 nCount = 0; in Container()
827 nCount++; in ImpInsert()
966 nCount--; in ImpRemove()
1242 nCount = 0; in Clear()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx193 if(nCount) in insert()
206 if(nCount) in insert()
219 if(nCount) in remove()
352 if(nCount) in insert()
368 if(nCount) in insert()
387 if(nCount) in remove()
516 if(nCount) in insert()
532 if(nCount) in insert()
551 if(nCount) in remove()
691 if(nCount) in insert()
[all …]
H A Db2dpolygon.cxx117 if(nCount) in insert()
130 if(nCount) in insert()
143 if(nCount) in remove()
419 if(nCount) in insert()
438 if(nCount) in insert()
460 if(nCount) in remove()
798 if(nCount) in insert()
919 if(nCount) in insert()
947 if(nCount) in remove()
1276 if(nCount) in insert()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx305 return !nCount || nTheCount == nCount || nError ? nError : in ReadAt()
322 return !nCount || nTheCount == nCount || nError ? nError : in WriteAt()
1665 nCount = GetData( (char*)pData,nCount); in Read()
1705 nCount = GetData( (char*)pData, nCount ); in Read()
1742 return nCount; in Read()
1757 if( !nCount ) in Write()
1770 nCount = CryptAndWriteBuffer( pData, nCount ); in Write()
1772 nCount = PutData( (char*)pData, nCount ); in Write()
1812 nCount = CryptAndWriteBuffer( pData, nCount ); in Write()
1814 nCount = PutData( (char*)pData, nCount ); in Write()
[all …]
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx231 sal_uInt32 nCount = 0; in dispose() local
233 for ( nCount = 0; nCount < nMaxCount; ++nCount ) in dispose()
240 for ( nCount = 0; nCount < nCtrls; ++nCount ) in dispose()
424 for( sal_uInt32 nCount = 0; nCount < nControls; ++nCount ) in getControl() local
455 for( nCount = 0; nCount < nControls; ++nCount ) in getControls()
479 for ( nCount = 0; nCount < nOldCount; ++nCount ) in addTabController()
481 aNewList.getArray () [nCount] = m_xTabControllerList.getConstArray () [nCount] ; in addTabController()
504 for ( nCount = 0; nCount < nMaxCount; ++nCount ) in removeTabController()
605 for ( nCount = 0; nCount < nMaxCount; ++nCount ) in impl_activateTabControllers()
620 sal_uInt32 nCount = 0 ; in impl_cleanMemory() local
[all …]
/trunk/main/svx/source/table/
H A Dtablemodel.cxx72 if( (nIndex + nCount) >= nSize ) in remove_range()
82 if( nCount == 1 ) in remove_range()
90 while( nCount-- ) in remove_range()
103 if( nCount ) in insert_range()
731 if( nCount && mpTableObj ) in insertColumns()
786 nColSpan += nCount; in insertColumns()
822 nCount = nColCount - nIndex; in removeColumns()
922 if( nCount && mpTableObj ) in insertRows()
932 RowVector aNewRows(nCount); in insertRows()
960 nRowSpan += nCount; in insertRows()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx79 ,nCount(0) in ONDXPage()
117 nCount = 0; in QueryDelete()
219 nCount++; in Insert()
310 if (nCount) in Insert()
312 ++nCount; in Insert()
319 nCount++; in Insert()
475 for (sal_uInt16 i = (nCount - (nCount / 2)), j = 0 ; i < nCount; i++) in Split()
481 nCount = nCount - (nCount / 2); in Split()
490 for (sal_uInt16 i = (nCount + 1) / 2 + 1, j = 0 ; i < nCount; i++) in Split()
494 nCount = (nCount + 1) / 2; in Split()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcollect.cxx58 nCount ( 0 ), in ScCollection()
76 nCount ( 0 ), in ScCollection()
116 nCount = 0; in FreeAll()
124 if ((nCount < MAXCOLLECTIONSIZE) && (nIndex <= nCount) && pItems) in AtInsert()
126 if (nCount == nLimit) in AtInsert()
136 if (nCount > nIndex) in AtInsert()
139 nCount++; in AtInsert()
156 if (nIndex < nCount) in At()
180 nCount = r.nCount; in operator =()
222 rIndex = nCount; in Search()
[all …]
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx137 …mpAcc->SetPaletteColor( i, BitmapColor( (sal_uInt8)nCount, (sal_uInt8)nCount, (sal_uInt8)nCount ) … in ReadPBM()
219 nCount++; in ImplReadHeader()
381 nCount = 0; in ImplReadBody()
388 nCount--; in ImplReadBody()
414 nCount++; in ImplReadBody()
424 nCount++; in ImplReadBody()
434 nCount++; in ImplReadBody()
456 nCount = 0; in ImplReadBody()
490 nCount++; in ImplReadBody()
500 nCount++; in ImplReadBody()
[all …]
/trunk/main/sal/osl/unx/
H A Dinterlck.c46 nCount = 1; in osl_incrementInterlockedCount()
51 : "+r" (nCount), "+m" (*pCount) in osl_incrementInterlockedCount()
59 : "+r" (nCount), "+m" (*pCount) in osl_incrementInterlockedCount()
64 return ++nCount; in osl_incrementInterlockedCount()
71 nCount = -1; in osl_decrementInterlockedCount()
89 return --nCount; in osl_decrementInterlockedCount()
108 : "=&r" (nCount), "=m" (*pCount) in osl_incrementInterlockedCount()
112 return nCount; in osl_incrementInterlockedCount()
130 return nCount; in osl_decrementInterlockedCount()
154 return nCount; in osl_incrementInterlockedCount()
[all …]
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx35 : nCount(1) in ScCompressedArray()
49 : nCount(0) in ScCompressedArray()
62 ++nCount; in ScCompressedArray()
66 pData[nCount].aValue = aValue; in ScCompressedArray()
68 ++nCount; in ScCompressedArray()
69 Resize( nCount); in ScCompressedArray()
105 bool bFound = (nCount == 1); in Search()
246 nCount++; in SetValue()
291 } while (++nIndex < nCount); in Insert()
322 nCount -= nRemove; in Remove()
[all …]
H A Ddptabres.cxx259 nCount( 0 ) in ScDPInitState()
278 ++nCount; in AddMember()
285 if ( nCount > 0 ) in RemoveMember()
286 --nCount; in RemoveMember()
553 fResult = nCount; in Calculate()
557 if ( nCount > 0 ) in Calculate()
569 fResult = (fAux - fVal*fVal/(double)(nCount)) / (double)(nCount-1); in Calculate()
572 if ( nCount > 0 ) in Calculate()
576 if ( nCount > 0 ) in Calculate()
577 fResult = (fAux - fVal*fVal/(double)(nCount)) / (double)nCount; in Calculate()
[all …]
H A Dcolumn.cxx71 nCount( 0 ), in ScColumn()
709 nIndex = nCount; in Search()
792 if (nSize < nCount) in Resize()
793 nSize = nCount; in Resize()
906 --nCount; in SwapRow()
1047 --nCount; in SwapCell()
1129 if ( i >= nCount ) in InsertRow()
1202 nCount = nNewCount; in InsertRow()
1489 nTemp = rCol.nCount; in SwapCol()
1490 rCol.nCount = nCount; in SwapCol()
[all …]
H A Dcolumn3.cxx74 if (pItems && nCount>0) in Insert()
134 ++nCount; in Insert()
175 if (nCount + 1 > nLimit) in Append()
201 ++nCount; in Append()
223 --nCount; in Delete()
243 --nCount; in DeleteAtIndex()
245 pItems[nCount].nRow = 0; in DeleteAtIndex()
261 nCount = 0; in FreeAll()
310 if ( i >= nCount ) in DeleteRow()
491 --nCount; in DeleteRange()
[all …]
H A Dmarkarr.cxx42 nCount( 0 ), in ScMarkArray()
65 nCount = nLimit = 1; in Reset()
80 sal_Bool bFound = (nCount == 1); in Search()
236 nCount++; in SetMarkArea()
243 nCount++; in SetMarkArea()
272 if ( nCount == 1 ) in HasOneMark()
281 else if ( nCount == 2 ) in HasOneMark()
295 else if ( nCount == 3 ) in HasOneMark()
319 rDestMarkArray.nCount = rDestMarkArray.nLimit = nCount; in CopyMarksTo()
386 if ( nPos >= pArray->nCount ) in Next()
[all …]
H A Ddocumen8.cxx497 sal_uInt16 nCount = 0; in IdleCalcTextWidth() local
599 nCount++; in IdleCalcTextWidth()
609 nCount = CALCMAX; in IdleCalcTextWidth()
949 sal_uInt16 nCount = rLinks.Count(); in SaveDdeLinks() local
955 for (i=0; i<nCount; i++) in SaveDdeLinks()
970 for (i=0; i<nCount; i++) in SaveDdeLinks()
987 sal_uInt16 nCount; in LoadDdeLinks() local
988 rStream >> nCount; in LoadDdeLinks()
1074 for (i=0; i<nCount; i++) in UpdateDdeLinks()
1095 for (i=0; i<nCount; i++) in UpdateDdeLinks()
[all …]
H A Dolinetab.cxx168 for (sal_uInt16 i=0; i<nCount; i++) in FindEntry()
314 for (sal_uInt16 i=0; i<nCount; i++) in FindTouchedLevel()
350 nCount = pCollect->GetCount(); in RemoveSub()
427 nCount = pCollect->GetCount(); in Remove()
468 sal_uInt16 nCount = GetCount( nLevel ); in GetEntryIndex() local
482 sal_uInt16 nCount = GetCount( nLevel ); in GetEntryIndexInRange() local
528 if (nCount) in GetRange()
539 sal_uInt16 nCount; in ExtendBlock() local
545 nCount = GetCount(nLevel); in ExtendBlock()
546 for ( i=0; i<nCount; i++ ) in ExtendBlock()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx31 sal_uInt32 nCount = getEntryCount(); in initPayload() local
76 sal_uInt32 nCount = getU8(0xc); in get_xstzName() local
78 if (nCount > 0) in get_xstzName()
105 if (nCount > 0) in get_xstzName1()
125 sal_uInt32 nCount = getU8(0xc); in get_upxstart() local
127 if (nCount > 0) in get_upxstart()
167 sal_uInt32 nCount; in get_upx() local
171 nCount = getU16(aOffset); in get_upx()
173 aOffset.inc(nCount + 2); in get_upx()
177 nCount = getU16(aOffset); in get_upx()
[all …]
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx119 maRanges.insert(maRanges.begin()+nIndex, nCount, rRange); in insertElement()
120 maOrient.insert(maOrient.begin()+nIndex, nCount, eOrient); in insertElement()
133 maRanges.insert(maRanges.end(), nCount, rRange); in appendElement()
134 maOrient.insert(maOrient.end(), nCount, eOrient); in appendElement()
156 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() argument
326 mpImpl->insertElement(nIndex, rElement, nCount ); in insertElement()
331 mpImpl->insertElement(nIndex, rRange, eOrient, nCount ); in insertElement()
336 mpImpl->appendElement(rElement, nCount); in appendElement()
341 mpImpl->appendElement(rRange, eOrient, nCount ); in appendElement()
354 void B2DPolyRange::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove() argument
[all …]
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1451 nCount++; in ImplWriteActions()
1462 nCount++; in ImplWriteActions()
1510 nCount++; in ImplWriteActions()
1544 nCount++; in ImplWriteActions()
1557 nCount++; in ImplWriteActions()
1568 nCount++; in ImplWriteActions()
1581 nCount++; in ImplWriteActions()
1594 nCount++; in ImplWriteActions()
1611 nCount++; in ImplWriteActions()
1671 nCount++; in ImplWriteActions()
[all …]
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx297 if (offset.getLength() != nCount) in transliterate()
298 offset.realloc(nCount); in transliterate()
310 nCount = offset.getLength(); in transliterate()
321 for (sal_Int32 j = 0; j < nCount; j++) in transliterate()
328 off[from].realloc(nCount); in transliterate()
332 nCount = tmpStr.getLength(); in transliterate()
352 if (offset.getLength() != nCount) in folding()
353 offset.realloc(nCount); in folding()
365 nCount = offset.getLength(); in folding()
376 for (sal_Int32 j = 0; j < nCount; j++) in folding()
[all …]
/trunk/main/tools/source/string/
H A Dstrimp.cxx47 while ( nCount && in ImplStringCompare()
53 --nCount; in ImplStringCompare()
65 while ( nCount && in ImplStringCompareWithoutZero()
70 --nCount; in ImplStringCompareWithoutZero()
114 if ( !nCount ) in ImplStringICompare()
130 --nCount; in ImplStringICompare()
147 if ( !nCount ) in ImplStringICompareWithoutZero()
161 --nCount; in ImplStringICompareWithoutZero()
923 --nCount; in Fill()
1023 ++nCount; in EraseAllChars()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx53 aSet.nCount = aSet.nCount - in operator <<()
102 nCount = rSet.nCount; in CopyFrom()
121 nCount = 0; in BitSet()
141 nCount(nSize) in BitSet()
169 ++nCount; in BitSet()
226 nCount = 1; in operator =()
252 --nCount; in operator -=()
287 nCount = nCount + CountBits(nDiff); in operator |=()
322 ++nCount; in operator |=()
371 ++nCount; in CountBits()
[all …]
/trunk/main/sal/osl/os2/
H A Dsemaphor.c38 int nCount; member
112 int nCount; in osl_acquireSemaphore() local
129 pSemaphoreImpl->nCount--; in osl_acquireSemaphore()
146 int nCount; in osl_tryToAcquireSemaphore() local
151 nCount = pSemaphoreImpl->nCount; in osl_tryToAcquireSemaphore()
153 pSemaphoreImpl->nCount--; in osl_tryToAcquireSemaphore()
157 return( nCount > 0 ); in osl_tryToAcquireSemaphore()
170 int nCount; in osl_releaseSemaphore() local
175 nCount = pSemaphoreImpl->nCount; in osl_releaseSemaphore()
176 pSemaphoreImpl->nCount++; in osl_releaseSemaphore()
[all …]
/trunk/main/tools/bootstrp/
H A Diserver.cxx56 int nCount = 1; in main() local
57 while (( nCount < argc ) && in main()
62 nCount++; in main()
63 if( nCount < argc ) { in main()
64 sInfo = ByteString( argv[nCount] ); in main()
65 nCount++; in main()
71 nCount++; in main()
72 if( nCount < argc ) { in main()
74 nCount++; in main()
80 nCount++; in main()
[all …]

Completed in 212 milliseconds

12345678910>>...69