Home
last modified time | relevance | path

Searched refs:nCount (Results 76 – 100 of 1847) sorted by relevance

12345678910>>...74

/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx109 nInfoCount = nCount; in SetColInfo()
208 if ( nCount >= 1 ) in ReadFromString()
235 if ( nCount >= 2 ) in ReadFromString()
246 if ( nCount >= 3 ) in ReadFromString()
256 if ( nCount >= 4 ) in ReadFromString()
266 if ( nCount >= 5 ) in ReadFromString()
292 if (nCount >= 6) in ReadFromString()
299 if (nCount >= 7) in ReadFromString()
306 if (nCount >= 8) in ReadFromString()
425 sal_uInt16 nCount = aSemiStr.GetTokenCount();
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLCodeNameProvider.cxx77 SCTAB nCount = mpDoc->GetTableCount(); in hasByName() local
80 for( SCTAB i = 0; i < nCount; i++ ) in hasByName()
107 SCTAB nCount = mpDoc->GetTableCount(); in getByName() local
110 for( SCTAB i = 0; i < nCount; i++ ) in getByName()
128 SCTAB nCount = mpDoc->GetTableCount() + 1; in getElementNames() local
136 for( SCTAB i = 0; i < nCount; i++ ) in getElementNames()
146 if( nCount != nRealCount ) in getElementNames()
164 SCTAB nCount = mpDoc->GetTableCount(); in hasElements() local
166 for( SCTAB i = 0; i < nCount; i++ ) in hasElements()
188 SCTAB nCount = pDoc->GetTableCount(); in set() local
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx91 sal_uInt16 nCount = nTabCount; nCount--; in InitEntry() local
146 sal_uInt16 nCount = (sal_uInt16)(*pTabs); in SetTabs() local
147 pTabList = new SvLBoxTab[ nCount ]; in SetTabs()
148 nTabCount = nCount; in SetTabs()
281 while( nCur < nCount ) in GetEntryText()
333 sal_uInt16 nCount = pEntry->ItemCount(); in SetEntryText() local
335 while( nCur < nCount ) in SetEntryText()
455 while( nCur < nCount ) in GetTabEntryText()
488 for ( i = 0; i < nCount; ++i ) in GetEntryOnPos()
511 for ( i = 0; i < nCount; ++i ) in GetChildOnPos()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx61 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathReal() local
63 if(nCount) in impAddB2DPolygonToGDIPlusGraphicsPathReal()
65 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
72 const sal_uInt32 nNextIndex((a + 1) % nCount); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
107 sal_uInt32 nCount(rPolygon.count()); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() local
109 if(nCount) in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
111 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
153 const sal_uInt32 nCount(rPolyPolygon.count()); in drawPolyPolygon() local
163 for(sal_uInt32 a(0); a < nCount; a++) in drawPolyPolygon()
223 const sal_uInt32 nCount(rPolygon.count()); in drawPolyLine() local
[all …]
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx252 const sal_Int32 nCount (aDeckNodeNames.getLength()); in ReadDeckList() local
253 maDecks.resize(nCount); in ReadDeckList()
290 if (nWriteIndex<nCount) in ReadDeckList()
309 maPanels.resize(nCount); in ReadPanelList()
352 if (nWriteIndex<nCount) in ReadPanelList()
366 sal_Int32 nCount; in ReadContextList() local
368 nCount = aValues.getLength(); in ReadContextList()
370 nCount = 0; in ReadContextList()
372 for (sal_Int32 nIndex=0; nIndex<nCount; ++nIndex) in ReadContextList()
535 maDecks.resize(maDecks.size() + nCount); in ReadLegacyAddons()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx43 const sal_uInt32 nCount(aRetval.count()); in correctOrientations() local
45 for(sal_uInt32 a(0L); a < nCount; a++) in correctOrientations()
51 for(sal_uInt32 b(0L); b < nCount; b++) in correctOrientations()
80 const sal_uInt32 nCount(rCandidate.count()); in correctOutmostPolygon() local
82 if(nCount > 1L) in correctOutmostPolygon()
84 for(sal_uInt32 a(0L); a < nCount; a++) in correctOutmostPolygon()
89 for(sal_uInt32 b(0L); b < nCount; b++) in correctOutmostPolygon()
639 if(nCount) in B2DPolyPolygonToUnoPointSequenceSequence()
644 for(sal_uInt32 a(0); a < nCount; a++) in B2DPolyPolygonToUnoPointSequenceSequence()
697 if(nCount) in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
[all …]
/trunk/main/cui/source/options/
H A Doptjava.cxx639 for ( sal_uLong i = 0; i < nCount; ++i ) in FillItemSet()
810 if ( nCount ) in IMPL_LINK()
812 if ( nPos >= nCount ) in IMPL_LINK()
813 nPos = ( nCount - 1 ); in IMPL_LINK()
850 for ( i = 0; i < nCount; ++i ) in SetParameters()
914 for ( i = 0; i < nCount; ++i ) in ~SvxJavaClassPathDlg()
1002 if ( nCount ) in IMPL_LINK()
1004 if ( nPos >= nCount ) in IMPL_LINK()
1005 nPos = ( nCount - 1 ); in IMPL_LINK()
1029 for ( sal_uInt16 i = 0; i < nCount; ++i ) in IsPathDuplicate()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DDff.cxx36 sal_uInt32 nCount) in DffRecord() argument
37 : WW8StructBase(rStream, nOffset, nCount), bInitialized(false) in DffRecord()
42 sal_uInt32 nCount) in DffRecord() argument
43 : WW8StructBase(pParent, nOffset, nCount), bInitialized(false) in DffRecord()
117 sal_uInt32 nCount = calcSize(); in initChildren() local
119 while (nCount - nOffset >= 8) in initChildren()
290 for (sal_uInt32 n = 0; n < nCount; ++n) in getShapeBid()
364 sal_uInt32 nCount, sal_uInt32 nPadding) in DffBlock() argument
371 sal_uInt32 nCount, sal_uInt32 nPadding) in DffBlock() argument
386 sal_uInt32 nCount = getCount(); in initChildren() local
[all …]
H A DWW8FontTable.cxx31 sal_uInt32 nCount = getU8(0); in initPayload() local
35 while (nCount > 0) in initPayload()
42 nCount--; in initPayload()
61 sal_uInt32 nCount = entryOffsets[nIndex + 1] - entryOffsets[nIndex]; in getEntry() local
63 if (nCount > 1) in getEntry()
66 entryOffsets[nIndex], nCount); in getEntry()
84 sal_uInt32 nCount = get_cbFfnM1() - nOffset; in get_xszFfn() local
86 Sequence aSeq(mSequence, nOffset, nCount); in get_xszFfn()
98 sal_uInt32 nCount = get_cbFfnM1() - nOffset; in get_altName() local
100 Sequence aSeq(mSequence, nOffset, nCount); in get_altName()
H A DWW8StructBase.cxx31 sal_uInt32 nOffset, sal_uInt32 nCount) in WW8StructBase() argument
32 : mSequence(rParent.mSequence, nOffset, nCount), mpParent(0), in WW8StructBase()
35 if (nOffset + nCount > rParent.getCount()) in WW8StructBase()
108 rtl::OUString WW8StructBase::getString(sal_uInt32 nOffset, sal_uInt32 nCount) in getString()
115 sal_uInt32 nCount1 = nCount; in getString()
116 if (nOffset + nCount * 2 > getCount()) in getString()
142 sal_uInt32 nCount = getCount(); in getRemainder() local
143 if (nCount > nOffset) in getRemainder()
145 pResult = new WW8StructBase(*this, nOffset, nCount - nOffset); in getRemainder()
154 sal_uInt32 nCount = getU16(nOffset); in getString() local
[all …]
/trunk/main/svl/source/items/
H A Dpoolio.cxx184 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Store()
229 DBG_ASSERT(nCount, "ItemArr is empty"); in Store()
230 rStream << nCount; in Store()
234 for ( size_t j = 0; j < nCount; ++j ) in Store()
280 sal_uInt16 nCount = GetSize_Impl(); in Store() local
281 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Store()
608 sal_uInt16 nCount = nHEnd - nHStart + 1; in Load() local
632 sal_uInt32 nCount(0); in Load() local
645 rStream >> nCount; in Load()
834 rStream >> nVersion >> nCount; in Load1_Impl()
[all …]
/trunk/main/svtools/source/misc/
H A Dimap2.cxx211 const sal_uInt16 nCount = aPoly.GetSize(); in WriteCERN() local
213 for ( sal_uInt16 i = 0; i < nCount; i++ ) in WriteCERN()
235 for ( sal_uInt16 i = 0; i < nCount; i++ ) in WriteNCSA()
277 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImpWriteCERN()
313 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImpWriteNCSA()
438 Polygon aPoly( nCount ); in ImpReadCERNLine()
441 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImpReadCERNLine()
619 Polygon aPoly( nCount ); in ImpReadNCSALine()
621 for ( sal_uInt16 i = 0; i < nCount; i++ ) in ImpReadNCSALine()
720 long nCount = 128; in ImpDetectFormat() local
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dpagedata.cxx51 void ScPrintRangeData::SetPagesX( size_t nCount, const SCCOL* pData ) in SetPagesX() argument
54 if ( nCount ) in SetPagesX()
56 pPageEndX = new SCCOL[nCount]; in SetPagesX()
57 memcpy( pPageEndX, pData, nCount * sizeof(SCCOL) ); in SetPagesX()
61 nPagesX = nCount; in SetPagesX()
64 void ScPrintRangeData::SetPagesY( size_t nCount, const SCROW* pData ) in SetPagesY() argument
67 if ( nCount ) in SetPagesY()
69 pPageEndY = new SCROW[nCount]; in SetPagesY()
70 memcpy( pPageEndY, pData, nCount * sizeof(SCROW) ); in SetPagesY()
74 nPagesY = nCount; in SetPagesY()
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx686 if(nCount) in getElementNames()
1215 nCount--; in getCount()
1217 return nCount; in getCount()
1293 nCount--; in getElementNames()
1297 if(nCount) in getElementNames()
1359 return nCount > 0; in hasElements()
1568 sal_Int32 nCount = 0; in getCount() local
1577 nCount++; in getCount()
1579 return nCount; in getCount()
1587 sal_Int32 nCount = 0; in getByIndex() local
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1046 nCount=128; in WriteOpcode_BitsRect()
1052 nCount--; in WriteOpcode_BitsRect()
1063 while ( nx + nCount < nWidth && nCount < 128 ) in WriteOpcode_BitsRect()
1067 nCount++; in WriteOpcode_BitsRect()
1072 nx += nCount; in WriteOpcode_BitsRect()
1242 nCount = 128; in WriteOpcode_BitsRect()
1248 nCount--; in WriteOpcode_BitsRect()
1258 while ( nx + nCount < nDstRowBytes && nCount < 128 ) in WriteOpcode_BitsRect()
1262 nCount++; in WriteOpcode_BitsRect()
1267 nx += nCount; in WriteOpcode_BitsRect()
[all …]
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx2234 for (n=0; n<nCount; n++) in ToggleChildWindow_Impl()
2238 if ( n<nCount ) in ToggleChildWindow_Impl()
2324 for (n=0; n<nCount; n++) in ToggleChildWindow_Impl()
2328 if ( n < nCount ) in ToggleChildWindow_Impl()
2345 for (n=0; n<nCount; n++) in HasChildWindow_Impl()
2349 if (n<nCount) in HasChildWindow_Impl()
2425 for (n=0; n<nCount; n++) in KnowsChildWindow_Impl()
2432 if (n<nCount) in KnowsChildWindow_Impl()
2510 if ( n<nCount ) in ShowChildWindow_Impl()
2573 if ( n<nCount ) in ShowChildWindow_Impl()
[all …]
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx47 nCount = 0; in UniqueIndex()
66 nCount = rIdx.nCount; in UniqueIndex()
86 if ( nCount == Container::GetSize() ) in Insert()
87 SetSize( nCount + nReSize ); in Insert()
100 nCount++; in Insert()
130 nCount++; in Insert()
154 nCount--; in Remove()
419 nCount = rIdx.nCount; in operator =()
437 (nCount == rIdx.nCount) && in operator ==()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx424 sal_uInt32 nCount = nAStrCount; in AStringToUStringNCompare() local
439 if ( nCount > 0 ) in AStringToUStringNCompare()
441 nCount--; in AStringToUStringNCompare()
526 sal_uInt32 nLen = nCount; in AStringToUStringCopy()
544 if ( nCount > 0 ) in AStringToUStringCopy()
546 nCount--; in AStringToUStringCopy()
554 if ( nCount == 0 ) in AStringToUStringCopy()
571 sal_uInt32 nCount = nSrcLen; in AStringToUStringNCopy() local
590 if ( nCount > 0 ) in AStringToUStringNCopy()
592 nCount--; in AStringToUStringNCopy()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx57 if(nCount) in create2DDecomposition()
59 Primitive2DSequence aRetval(nCount); in create2DDecomposition()
61 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition()
117 if(nCount) in create2DDecomposition()
119 Primitive2DSequence aRetval(nCount); in create2DDecomposition()
121 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition()
190 if(nCount) in create2DDecomposition()
192 Primitive2DSequence aRetval(nCount); in create2DDecomposition()
194 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition()
275 if(nCount) in create2DDecomposition()
[all …]
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx143 nLRUFuncCount = nCount; in SetLRUFuncList()
165 long nCount = aSeq.getLength(); in lcl_SetLastFunctions() local
166 if ( nCount < USHRT_MAX ) in lcl_SetLastFunctions()
170 for (long i=0; i<nCount; i++) in lcl_SetLastFunctions()
184 if ( nCount && pUShorts ) in lcl_GetLastFunctions()
186 Sequence<sal_Int32> aSeq( nCount ); in lcl_GetLastFunctions()
188 for (long i=0; i<nCount; i++) in lcl_GetLastFunctions()
201 long nCount = aSeq.getLength(); in lcl_SetSortList() local
214 for (long i=0; i<nCount; i++) in lcl_SetSortList()
232 Sequence<OUString> aSeq( nCount ); in lcl_GetSortList()
[all …]
/trunk/main/linguistic/source/
H A Ddicimp.cxx207 nCount = 0; in DictionaryNeo()
224 nCount = 0; in DictionaryNeo()
310 nCount = 0; in loadEntries()
678 aEntries.realloc( Max(2 * nCount, nCount + 32) ); in addEntry_Impl()
689 nCount++; in addEntry_Impl()
761 nCount = 0; in setActive()
786 return nCount; in getCount()
912 nCount--; in remove()
932 return nCount >= DIC_MAX_ENTRIES; in isFull()
955 if (!bIsReadonly && nCount) in clear()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx345 sal_uInt16 nCount = 0; in getTitles() local
348 nCount = pGlosGroup->GetCount(); in getTitles()
598 int nCount = 0; in getCount() local
601 nCount = pGlosGroup->GetCount(); in getCount()
605 return nCount; in getCount()
615 sal_uInt16 nCount = 0; in getByIndex() local
618 nCount = pGlosGroup->GetCount(); in getByIndex()
643 sal_uInt16 nCount = 0; in hasElements() local
649 return nCount > 0; in hasElements()
671 sal_uInt16 nCount = 0; in getElementNames() local
[all …]
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx463 long nCount(nHeight); in ImplReadDIBBits() local
854 sal_uLong nCount; in ImplWriteRLE() local
869 nCount = 1L; in ImplWriteRLE()
876 nCount++; in ImplWriteRLE()
879 if ( nCount > 1 ) in ImplWriteRLE()
894 nX++; nCount++; in ImplWriteRLE()
902 if ( nCount > 3 ) in ImplWriteRLE()
913 if ( ++i < nCount ) in ImplWriteRLE()
917 nCount = ( nCount + 1 ) >> 1; in ImplWriteRLE()
925 if ( nCount & 1 ) in ImplWriteRLE()
[all …]
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx817 sal_uInt16 nCount = 0; in FillEListWithSysCurrencys() local
860 nCount = 0; in FillEListWithSysCurrencys()
865 nCount++; in FillEListWithSysCurrencys()
970 nCount++; in FillEListWithUserCurrencys()
1128 nCount++; in FillEListWithUsD_Impl()
1594 for(i=1;i<nCount;i++) in GetCurrencySymbols()
1621 for(i=1;i<nCount;i++) in GetCurrencySymbols()
1666 return (nPos>nCount); in IsBankingSymbol()
1736 nStart=nCount; in FindCurrencyFormat()
1821 nStart=nCount; in FindCurrencyFormat()
[all …]
/trunk/main/tools/source/debug/
H A Ddebug.cxx93 sal_uInt16 nCount; member
103 sal_uIntPtr nCount; member in PointerList
562 pBlock->nCount++; in Add()
563 nCount++; in Add()
583 nCount--; in Remove()
613 if ( nCount <= nPos ) in Get()
1007 for( i = 0, nCount = pData->pXtorList->Count(); i < nCount; i++ ) in DebugDeInit()
1029 for( i = 0, nCount = pData->pXtorList->Count(); i < nCount; i++ ) in DebugDeInit()
1074 for( i = 0, nCount = pData->pProfList->Count(); i < nCount; i++ ) in DebugGlobalDeInit()
1089 for( i = 0, nCount = pData->pProfList->Count(); i < nCount; i++ ) in DebugGlobalDeInit()
[all …]

Completed in 600 milliseconds

12345678910>>...74