Home
last modified time | relevance | path

Searched refs:nCount (Results 401 – 425 of 1975) sorted by relevance

1...<<11121314151617181920>>...79

/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx93 sal_Int32 nCount(pList->Count()); in AddRange() local
95 for (sal_Int32 i = 0; i < nCount; ++i) in AddRange()
117 sal_Int32 nCount(xList->Count()); in AddCurrencyRange() local
119 for (sal_Int32 i = 0; i < nCount; ++i) in AddCurrencyRange()
265 sal_Int32 nCount(pList->Count()); in SetStylesToRanges() local
266 for (sal_Int32 i = 0; i < nCount; ++i) in SetStylesToRanges()
274 sal_Int32 nCount(xList->Count()); in SetStylesToRanges() local
275 for (sal_Int32 i = 0; i < nCount; ++i) in SetStylesToRanges()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx156 sal_uLong nCount = pChilds->Count(); in GetEntryPosByName() local
157 for (sal_uLong i=0; i < nCount; ++i) in GetEntryPosByName()
501 sal_uInt16 nCount = _pPopup->GetItemCount(); in lcl_enableEntries() local
502 for (sal_uInt16 i=0; i < nCount; ++i) in lcl_enableEntries()
533 sal_uInt16 nCount = _rMenu.GetItemCount(); in lcl_adjustMenuItemIDs() local
534 for ( sal_uInt16 pos = 0; pos < nCount; ++pos ) in lcl_adjustMenuItemIDs()
571 sal_uInt16 nCount = _rMenu.GetItemCount(); in lcl_insertMenuItemImages() local
572 for ( sal_uInt16 pos = 0; pos < nCount; ++pos ) in lcl_insertMenuItemImages()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl90 position <em>nPos</em> for <em>nCount</em> code points.
92 string toUpper( [in] string aText, [in] long nPos, [in] long nCount,
97 position <em>nPos</em> for <em>nCount</em> code points.
99 string toLower( [in] string aText, [in] long nPos, [in] long nCount,
104 position <em>nPos</em> for <em>nCount</em> code points.
106 string toTitle( [in] string aText, [in] long nPos, [in] long nCount,
130 at position <em>nPos</em> of length <em>nCount</em> code points.
137 long getStringType( [in] string aText, [in] long nPos, [in] long nCount,
/trunk/main/svx/source/items/
H A Dnuminf.cxx224 const sal_uInt32 nCount ) in SetDelFormatArray() argument
232 nDelCount = nCount; in SetDelFormatArray()
234 if ( nCount > 0 ) in SetDelFormatArray()
236 pDelFormatArr = new sal_uInt32[ nCount ]; in SetDelFormatArray()
240 for ( sal_uInt16 i = 0; i < nCount; ++i ) in SetDelFormatArray()
/trunk/main/sc/source/core/tool/
H A Dinterpr6.cxx105 int nCount=1; in GetGammaSeries() local
111 nCount = nCount+1; in GetGammaSeries()
112 } while ( fSummand/fSum > fHalfMachEps && nCount<=10000); in GetGammaSeries()
115 if (nCount>10000) in GetGammaSeries()
/trunk/main/unotools/source/config/
H A Dworkingsetoptions.cxx235 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() local
236 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify()
256 sal_Int32 nCount = seqNames.getLength(); in Commit() local
257 Sequence< Any > seqValues ( nCount ); in Commit()
258 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx157 sal_uInt16 nCount = aListBox.GetEntryCount(); in CellModified() local
158 for (sal_uInt16 i=0 ; !bDoubleName && i < nCount ; ++i) in CellModified()
403 sal_uInt16 nCount = GetSelectEntryCount(); in IsPrimaryKeyAllowed() local
406 for( j = 0; m_bPKey && j < nCount; ++j ) in IsPrimaryKeyAllowed()
412 return j == nCount; in IsPrimaryKeyAllowed()
461 sal_uInt16 nCount = GetEntryCount(); in PreNotify() local
462 for(sal_uInt16 j = 0 ; j < nCount ; ++j) in PreNotify()
/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx347 sal_uInt16 nCount = 0; in GetCurColNum() local
350 nCount ++; in GetCurColNum()
351 return nPos - nCount; in GetCurColNum()
359 sal_uInt16 nCount = 0; in GetColCount() local
362 nCount ++; in GetColCount()
363 return aCols.Count() - nCount; in GetColCount()
/trunk/main/toolkit/source/awt/
H A Dvclxcontainer.cxx135 sal_uInt32 nCount = Components.getLength(); in setTabOrder() local
136 DBG_ASSERT( nCount == (sal_uInt32)Tabs.getLength(), "setTabOrder: TabCount != ComponentCount" ); in setTabOrder()
141 for ( sal_uInt32 n = 0; n < nCount; n++ ) in setTabOrder()
180 sal_uInt32 nCount = Components.getLength(); in setGroup() local
185 for ( sal_uInt32 n = 0; n < nCount; n++ ) in setGroup()
215 if ( n == ( nCount - 1 ) ) in setGroup()
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx223 DWORD nCount = 0; in GetData() local
226 bool bResult = ReadFile(pInstanceData->hFile,(LPVOID)pData,nSize,&nCount,NULL); in GetData()
233 return (DWORD)nCount; in GetData()
248 DWORD nCount = 0; in PutData() local
251 if(!WriteFile(pInstanceData->hFile,(LPVOID)pData,nSize,&nCount,NULL)) in PutData()
254 return nCount; in PutData()
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx66 … sal_uLong nCount = pImpl->bIsRadioButtonMode ? aRadioLB.GetEntryCount() : aPathLB.GetEntryCount(); in IMPL_LINK() local
70 sal_Bool bEnable = ( pImpl->bEmptyAllowed || nCount > 1 ); in IMPL_LINK()
283 sal_uInt16 nPos, nCount = rPath.GetTokenCount( cDelim ); in SetPath() local
285 for ( sal_uInt16 i = 0; i < nCount; ++i ) in SetPath()
310 if ( pImpl->bIsRadioButtonMode && nCount > 0 ) in SetPath()
312 SvLBoxEntry* pEntry = aRadioLB.GetEntry( nCount - 1 ); in SetPath()
/trunk/main/sfx2/source/appl/
H A Dappmisc.cxx200 sal_uInt16 nCount; in GetDisabledSlotList_Impl() local
201 (*pStream) >> nCount; in GetDisabledSlotList_Impl()
203 new SvUShorts( nCount < 255 ? (sal_Int8) nCount : 255, 255 ); in GetDisabledSlotList_Impl()
206 for ( sal_uInt16 n=0; n<nCount; n++ ) in GetDisabledSlotList_Impl()
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx142 unsigned int nCount = m_aObjects.size(); in ~LazyDeletor() local
144 aRealDelete.reserve( nCount ); in ~LazyDeletor()
145 for( unsigned int i = 0; i < nCount; i++ ) in ~LazyDeletor()
154 nCount = aRealDelete.size(); in ~LazyDeletor()
155 for( unsigned int n = 0; n < nCount; n++ ) in ~LazyDeletor()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx151 const sal_Int32 nCount(rCandidate.getLength()); in getB3DRangeFromPrimitive3DSequence() local
153 for(sal_Int32 a(0L); a < nCount; a++) in getB3DRangeFromPrimitive3DSequence()
207 const sal_Int32 nCount(rA.getLength()); in arePrimitive3DSequencesEqual() local
209 if(nCount != rB.getLength()) in arePrimitive3DSequencesEqual()
214 for(sal_Int32 a(0L); a < nCount; a++) in arePrimitive3DSequencesEqual()
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx108 sal_Int32 nCount = 0; in getRendererCount() local
114 nCount = mpWindow->countPages( pPrinter ); in getRendererCount()
121 if( nSelCount >= 0 && nSelCount < nCount ) in getRendererCount()
122 nCount = nSelCount; in getRendererCount()
129 return nCount; in getRendererCount()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1172 sal_Int32 nCount = mpImpl->mpSortContext->mxShapes->getCount(); in popGroupAndSort() local
1174 nCount -= rZList.size(); in popGroupAndSort()
1175 nCount -= rUnsortedList.size(); in popGroupAndSort()
1178 if( nCount > 0 ) in popGroupAndSort()
1183 (*aIter++).nIs += nCount; in popGroupAndSort()
1187 (*aIter++).nIs += nCount; in popGroupAndSort()
1194 nCount--; in popGroupAndSort()
1196 aNewHint.nIs = nCount; in popGroupAndSort()
1201 while( nCount ); in popGroupAndSort()
1282 const vector<ConnectionHint>::size_type nCount = mpImpl->maConnections.size(); in restoreConnections() local
[all …]
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx194 sal_uInt16 nCount = 0; in MenuManager() local
198 if ( pPopupMenu->GetItemType( nCount-1 ) != MENUITEM_SEPARATOR ) in MenuManager()
707 const sal_uInt32 nCount = aNewPickVector.size(); in UpdateSpecialFileMenu() local
708 for ( sal_uInt32 i = 0; i < nCount; i++ ) in UpdateSpecialFileMenu()
787 sal_Int32 nCount = xList->getCount(); in UpdateSpecialWindowMenu() local
788 aNewWindowListVector.reserve(nCount); in UpdateSpecialWindowMenu()
789 for (sal_Int32 i=0; i<nCount; ++i ) in UpdateSpecialWindowMenu()
830 const sal_uInt32 nCount = aNewWindowListVector.size(); in UpdateSpecialWindowMenu() local
831 for ( sal_uInt32 i = 0; i < nCount; i++ ) in UpdateSpecialWindowMenu()
1033 sal_Int32 nCount = xList->getCount(); in IMPL_LINK() local
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx350 for (sal_Int32 i = 0; i< nCount; ++i) in exportFunctions()
459 for (sal_Int32 i = 0; i < nCount ; ++i) in exportFormatConditions()
547 aColumnPos.reserve(2*(nCount + 1)); in exportSectionAutoStyle()
552 aRowPos.reserve(2*(nCount + 1)); in exportSectionAutoStyle()
557 for (i = 0 ; i< nCount ; ++i) in exportSectionAutoStyle()
613 for (i = 0 ; i< nCount ; ++i) in exportSectionAutoStyle()
691 for (sal_Int32 i = 0 ; i< nCount ; ++i) in exportReportComponentAutoStyles()
1086 sal_Int32 nCount = xGroups->getCount(); in exportGroup() local
1087 if ( _nPos >= 0 && _nPos < nCount ) in exportGroup()
1555 for (sal_Int32 i = 0; i < nCount; ++i) in exportShapes()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx187 nCount( nNewCount ) in ScUndoEnterData()
194 for (sal_uInt16 i=0; i<nCount; i++) in ~ScUndoEnterData()
215 for (sal_uInt16 i=0; i<nCount; i++) in DoChange()
235 for (sal_uInt16 i=0; i<nCount; i++) in SetChangeTrack()
258 for (sal_uInt16 i=0; i<nCount; i++) in Undo()
279 if ( pChangeTrack && nEndChangeAction >= sal::static_int_cast<sal_uLong>(nCount) ) in Undo()
280 pChangeTrack->Undo( nEndChangeAction - nCount + 1, nEndChangeAction ); in Undo()
290 for ( sal_uInt16 i = 0; i < nCount; ++i ) in Undo()
303 for (sal_uInt16 i=0; i<nCount; i++) in Redo()
323 for ( sal_uInt16 i = 0; i < nCount; ++i ) in Redo()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.hxx55 sal_uInt32 nCount; // next index to be inserted at member in ScaList
65 inline sal_uInt32 Count() const { return nCount; } in Count()
68 { return (nIndex < nCount) ? pData[ nIndex ] : NULL; } in GetObject()
70 inline void* First() { return nCount ? pData[ nCurr = 0 ] : NULL; } in First()
71 inline void* Next() { return (nCurr + 1 < nCount) ? pData[ ++nCurr ] : NULL; } in Next()
80 if( nCount >= nSize ) in Grow()
87 pData[ nCount++ ] = pNew; in Append()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx791 sal_uInt16 nCount = mpContexts->Count(); in startElement() local
792 if( nCount > 0 ) in startElement()
839 mpContexts->Insert( pContext, nCount ); in startElement()
849 sal_uInt16 nCount = mpContexts->Count(); in endElement() local
851 if( nCount > 0 ) in endElement()
855 mpContexts->Remove( nCount-1, 1 ); in endElement()
890 sal_uInt16 nCount = mpContexts->Count(); in characters() local
891 if( nCount > 0 ) in characters()
893 (*mpContexts)[nCount - 1]->Characters( rChars ); in characters()
1612 sal_uInt32 nCount(aNames.getLength()); in SetAutoStyles() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx567 const sal_uInt32 nCount(aSdrObjects.size()); in GetMarkedObjBitmapEx() local
569 if(nCount) in GetMarkedObjBitmapEx()
573 drawinglayer::primitive2d::Primitive2DSequence xPrimitives(nCount); in GetMarkedObjBitmapEx()
575 for(sal_uInt32 a(0); a < nCount; a++) in GetMarkedObjBitmapEx()
772 sal_uInt32 n, nCount; in GetMarkedObjects() local
774 for( n = 0, nCount = GetMarkedObjectCount(); n < nCount; n++ ) in GetMarkedObjects()
785 for( n = 0, nCount = aObjVectors.size(); n < nCount; n++ ) in GetMarkedObjects()
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx254 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in GetChartByName() local
255 for (sal_uInt16 nTab=0; nTab<nCount; nTab++) in GetChartByName()
298 sal_Int32 nCount = static_cast<sal_Int32>( rRangesVector.size() ); in SetChartRanges() local
299 uno::Sequence< rtl::OUString > aRangeStrings(nCount); in SetChartRanges()
300 for( sal_Int32 nN=0; nN<nCount; nN++ ) in SetChartRanges()
319 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in GetOldChartParameters() local
320 for (sal_uInt16 nTab=0; nTab<nCount; nTab++) in GetOldChartParameters()
673 sal_uInt16 nCount = pDrawLayer->GetPageCount(); in FindOleObjectByName() local
674 for (sal_uInt16 nTab=0; nTab<nCount; nTab++) in FindOleObjectByName()
H A Dtable1.cxx296 else if ( nCount > 1 ) in SetOptimalHeight()
301 memset( pHeight, 0, sizeof(sal_uInt16) * nCount ); in SetOptimalHeight()
312 sal_uInt16 nMinHeight = pHeight[nCount-1]; in SetOptimalHeight()
313 SCSIZE nPos = nCount-1; in SetOptimalHeight()
341 for (SCSIZE i=0; i<nCount; i++) in SetOptimalHeight()
848 SCSIZE nCount = 0; in GetEmptyLinesInBlock() local
852 nCount = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
854 nCount = Min(nCount, aCol[nCol].GetEmptyLinesInBlock(nStartRow, nEndRow, eDir)); in GetEmptyLinesInBlock()
862 nCount++; in GetEmptyLinesInBlock()
871 nCount++; in GetEmptyLinesInBlock()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx728 sal_uLong nCount; in ImpDetectTIF() local
735 rStm.SeekRel( ( nCount = ( nTemp32 + 2 ) ) - 0x08 ); in ImpDetectTIF()
737 if ( nCount < nMax ) in ImpDetectTIF()
744 bOk = nCount < nMax; in ImpDetectTIF()
751 nCount += 12; in ImpDetectTIF()
770 nCount += 12; in ImpDetectTIF()
787 nCount += 12; in ImpDetectTIF()
797 nCount += 12; in ImpDetectTIF()
810 nCount += 12; in ImpDetectTIF()

Completed in 172 milliseconds

1...<<11121314151617181920>>...79