Home
last modified time | relevance | path

Searched refs:nCount (Results 426 – 450 of 1975) sorted by relevance

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

/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx136 sal_uLong nCount, nPrime; member in Hash
154 sal_uLong nCount; member in Compare::MovedData
314 : nCount( 1 ) in Hash()
383 i = nCount++; in CalcHashValue()
590 : pIndex( 0 ), pLineNum( 0 ), nCount( 0 ) in MovedData()
599 ++nCount; in MovedData()
601 if( nCount ) in MovedData()
603 pIndex = new sal_uLong[ nCount ]; in MovedData()
604 pLineNum = new sal_uLong[ nCount ]; in MovedData()
606 for( n = 0, nCount = 0; n < nLen; ++n ) in MovedData()
[all …]
H A Ddocbasic.cxx54 sal_uInt16 nCount = rArgs.Count(); in lcl_docbasic_convertArgs() local
55 if( nCount > 1 ) in lcl_docbasic_convertArgs()
57 nCount--; in lcl_docbasic_convertArgs()
58 pRet = new Sequence<Any>( nCount ); in lcl_docbasic_convertArgs()
60 for( sal_uInt16 i=0; i<nCount; i++ ) in lcl_docbasic_convertArgs()
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx172 const sal_Int32 nCount(rCandidate.getLength()); in getB2DRangeFromPrimitive2DSequence() local
174 for(sal_Int32 a(0L); a < nCount; a++) in getB2DRangeFromPrimitive2DSequence()
228 const sal_Int32 nCount(rA.getLength()); in arePrimitive2DSequencesEqual() local
230 if(nCount != rB.getLength()) in arePrimitive2DSequencesEqual()
235 for(sal_Int32 a(0L); a < nCount; a++) in arePrimitive2DSequencesEqual()
/trunk/main/framework/source/fwe/classes/
H A Dframelistanalyzer.cxx120 sal_Int32 nCount = xFrameContainer->getCount(); in impl_analyze() local
122 m_lOtherVisibleFrames.realloc(nCount); in impl_analyze()
123 m_lOtherHiddenFrames.realloc(nCount); in impl_analyze()
124 m_lModelFrames.realloc(nCount); in impl_analyze()
185 for (sal_Int32 i=0; i<nCount; ++i) in impl_analyze()
/trunk/main/unotools/source/config/
H A Dstartoptions.cxx252 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() local
253 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify()
279 sal_Int32 nCount = seqNames.getLength(); in Commit() local
280 Sequence< Any > seqValues ( nCount ); in Commit()
281 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit()
H A Dlocalisationoptions.cxx249 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify() local
250 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Notify()
278 sal_Int32 nCount = seqNames.getLength(); in Commit() local
279 Sequence< Any > seqValues ( nCount ); in Commit()
280 for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty ) in Commit()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx305 sal_uLong nCount = m_aYieldMutex.GetAcquireCount(); in ReleaseYieldMutex() local
306 sal_uLong n = nCount; in ReleaseYieldMutex()
313 return nCount; in ReleaseYieldMutex()
319 void SvpSalInstance::AcquireYieldMutex( sal_uLong nCount ) in AcquireYieldMutex() argument
321 while ( nCount ) in AcquireYieldMutex()
324 nCount--; in AcquireYieldMutex()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx94 const sal_Int32 nCount(rPropSeq.getLength()); in setOrCreatePropertyValue() local
96 for(sal_Int32 a(0); a < nCount; a++) in setOrCreatePropertyValue()
112 rPropSeq.realloc(nCount + 1); in setOrCreatePropertyValue()
113 rPropSeq[nCount] = aNewValue; in setOrCreatePropertyValue()
177 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in pushToPropSet() local
179 for ( i = 0; i < nCount; i++ ) in pushToPropSet()
/trunk/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx118 sal_uInt16 nCount; in Init() local
144 nCount = pFormat->GetCount(); in Init()
146 for ( sal_uInt16 i = 0; i < nCount; i++ ) in Init()
152 if ( nCount == 1 ) in Init()
398 sal_uInt16 nCount = pFormat->GetCount(); in IMPL_LINK() local
402 for ( sal_uInt16 i = 0; i < nCount; i++ ) in IMPL_LINK()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx178 sal_uInt16 nCount = pToolBox->GetItemCount(); in initialize() local
179 for (sal_uInt16 nPos = 0; nPos < nCount; ++nPos) in initialize()
205 sal_uInt16 nCount = pMenu->GetItemCount(); in statusChanged() local
206 for (sal_uInt16 i = 0; i < nCount; ++i) in statusChanged()
244 sal_uInt16 nCount = pMenu->GetItemCount(); in getMenu() local
245 for (sal_uInt16 nPos = 0; nPos < nCount; ++nPos) in getMenu()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletabcontrol.cxx219 for ( sal_Int32 i = 0, nCount = getAccessibleChildCount(); i < nCount; ++i ) in ProcessWindowEvent() local
285 for ( sal_Int32 i = 0, nCount = m_pTabControl->GetPageCount(); i < nCount; ++i ) in ProcessWindowChildEvent() local
487 for ( sal_Int32 i = 0, j = 0, nCount = getAccessibleChildCount(); i < nCount; i++ ) in getSelectedAccessibleChild() local
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx895 const sal_uInt32 nCount(aPolyPolygon.count()); in setClipRegion() local
897 if( nCount ) in setClipRegion()
901 std::vector< INT > aPolyCounts( nCount, 0 ); in setClipRegion()
912 for(sal_uInt32 a(0); a < nCount; a++) in setClipRegion()
958 mpClipRgnData->rdh.nCount = aRectangles.size(); in setClipRegion()
1014 mpClipRgnData->rdh.nCount--; in setClipRegion()
1020 if(0 == mpClipRgnData->rdh.nCount) in setClipRegion()
1026 else if(1 == mpClipRgnData->rdh.nCount) in setClipRegion()
1032 else if(mpClipRgnData->rdh.nCount > 1) in setClipRegion()
1042 if( pHeader->nCount ) in setClipRegion()
[all …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx173 sal_uInt16 nCount = rLB.GetEntryCount(); in lcl_FindEntry() local
176 for(i = 0; i < nCount; i++) in lcl_FindEntry()
1682 for( i = nCount; i; ) in FillItemSet()
1690 for( i = 0; i < nCount; ++i ) in FillItemSet()
1705 for( i = nCount; i; ) in FillItemSet()
1712 for( i = 0; i < nCount; ++i ) in FillItemSet()
1731 for( i = nCount; i; ) in FillItemSet()
1738 for( i = 0; i < nCount; ++i ) in FillItemSet()
1753 for( i = nCount; i; ) in FillItemSet()
1759 nCount = aAbbrevLB.GetEntryCount(); in FillItemSet()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbastyles.cxx211 sal_Int32 nCount = 0; in getElementNames() local
218 pString[nCount++] = sElementNames[j]; in getElementNames()
243 sal_Int32 nCount = 0; in getCount() local
247 nCount += xIndexAccess->getCount(); in getCount()
249 return nCount; in getCount()
261 sal_Int32 nCount = xIndexAccess->getCount(); in getByIndex() local
262 if( Index >= nCount ) in getByIndex()
263 Index -= nCount; in getByIndex()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx339 sal_Int32 nCount = rInfo.Properties.getLength(); in createNewContent() local
340 Sequence< Any > aPropValues( nCount ); in createNewContent()
341 Sequence< OUString > aPropNames( nCount ); in createNewContent()
343 if ( nCount > 0 ) in createNewContent()
349 for ( sal_Int32 n = 0; n < nCount; ++n ) in createNewContent()
665 sal_Int32 nCount = aInfo.getLength(); in Command() local
666 BOOL bCanCreate = ( nCount > 0 ); in Command()
671 for ( sal_Int32 n = 0; n < nCount; ++n ) in Command()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx107 void PropertyChgHelper::AddPropNames( const char *pNewNames[], sal_Int32 nCount ) in AddPropNames() argument
109 if (pNewNames && nCount) in AddPropNames()
112 GetPropNames().realloc( nLen + nCount ); in AddPropNames()
114 for (sal_Int32 i = 0; i < nCount; ++i) in AddPropNames()
320 sal_Int32 nCount = aLngSvcEvtListeners.getLength(); in addLinguServiceEventListener() local
321 bRes = aLngSvcEvtListeners.addInterface( rxListener ) != nCount; in addLinguServiceEventListener()
337 sal_Int32 nCount = aLngSvcEvtListeners.getLength(); in removeLinguServiceEventListener() local
338 bRes = aLngSvcEvtListeners.removeInterface( rxListener ) != nCount; in removeLinguServiceEventListener()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx329 for(sal_uInt32 a(0L); a < nCount; a++) in EmptyList()
423 const sal_uInt32 nCount = maList.size(); in GetExportString() local
424 for(sal_uInt32 a(0L); a < nCount; a++) in GetExportString()
664 const sal_uInt32 nCount = maList.size(); in GetFullTransform() local
665 for(sal_uInt32 a(0L); a < nCount; a++) in GetFullTransform()
784 const sal_uInt32 nCount = maList.size(); in EmptyList() local
785 for(sal_uInt32 a(0L); a < nCount; a++) in EmptyList()
899 const sal_uInt32 nCount = maList.size(); in GetExportString() local
900 for(sal_uInt32 a(0L); a < nCount; a++) in GetExportString()
1234 const sal_uInt32 nCount = maList.size(); in GetFullTransform() local
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx215 sal_uInt32 nHdSize, nType, nCount, nRgnSize, i; in ImplReadRegion() local
218 >> nCount in ImplReadRegion()
221 if ( nCount && ( nType == RDH_RECTANGLES ) && in ImplReadRegion()
222 ( nLen >= ( ( nCount << 4 ) + ( nHdSize - 16 ) ) ) ) in ImplReadRegion()
226 for ( i = 0; i < nCount; i++ ) in ImplReadRegion()
1305 sal_uInt32 nRed = 0, nGreen = 0, nBlue = 0, nCount = 1; in ReadEnhWMF() local
1329 nCount = pBmp->Height() * pBmp->Width(); in ReadEnhWMF()
1330 if ( !nCount ) in ReadEnhWMF()
1331 nCount++; in ReadEnhWMF()
1334 …Color aColor( (sal_Char)( nRed / nCount ), (sal_Char)( nGreen / nCount ), (sal_Char)( nBlue / nCou… in ReadEnhWMF()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx1022 sal_uInt16 nCount = Count(); in QueryValue() local
1023 uno::Sequence< style::TabStop> aSeq(nCount); in QueryValue()
1025 for(sal_uInt16 i = 0; i < nCount; i++) in QueryValue()
1112 const sal_uInt16 nCount = (sal_uInt16)aSeq.getLength(); in PutValue() local
1113 for(sal_uInt16 i = 0; i < nCount ; i++) in PutValue()
1249 sal_uInt16 nCount = 0, nDefDist = 0; in Store() local
1258 nCount = (sal_uInt16)(nPos / nDefDist); in Store()
1259 nNew = (nCount + 1) * nDefDist; in Store()
1265 nCount = (sal_uInt16)(nNew < lA3Width ? ( lA3Width - nNew ) / nDefDist + 1 : 0); in Store()
1268 rStrm << (sal_Int8) ( nTabs + nCount ); in Store()
[all …]
/trunk/main/sal/qa/rtl/process/
H A Dchild_process.cxx39 sal_Int32 nCount = rtl_getAppCommandArgCount(); variable
40 if ( nCount != 4 )
44 sal::static_int_cast< long >(nCount));
49 for( sal_Int32 i = 0 ; i < nCount ; i ++ )
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1962 sal_uInt32 nCount(0); in SetStatistics() local
1968 nCount += val; in SetStatistics()
1976 if (nCount) in SetStatistics()
2083 sal_Int32 nCount(rChangeProps.getLength()); in SetChangeTrackingViewSettings() local
2084 if (nCount) in SetChangeTrackingViewSettings()
2089 for (sal_Int32 i = 0; i < nCount; ++i) in SetChangeTrackingViewSettings()
2169 sal_Int32 nCount(aViewProps.getLength()); in SetViewSettings() local
2174 for (sal_Int32 i = 0; i < nCount; ++i) in SetViewSettings()
2763 sal_Int32 nCount(1); in SetNamedRanges() local
2777 ++nCount; in SetNamedRanges()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dobservablethread.cxx52 oslInterlockedCount nCount( osl_decrementInterlockedCount( &mnRefCount ) ); in release() local
53 if ( nCount == 0 ) in release()
56 return nCount; in release()
59 return nCount; in release()
/trunk/main/xmloff/source/core/
H A Dxmlcnitm.cxx50 sal_uInt16 nCount = rImpl.pLNames->Count(); in SV_IMPL_PTRARR() local
51 for( sal_uInt16 i=0; i<nCount; i++ ) in SV_IMPL_PTRARR()
78 sal_uInt16 nCount = pLNames->Count(); in operator ==() local
80 for( i=0; bRet && i < nCount; i++ ) in operator ==()
85 for( i=0; bRet && i < nCount; i++ ) in operator ==()
/trunk/main/sd/source/ui/func/
H A Dfusumry.cxx82 sal_uInt16 nCount = mpDoc->GetSdPageCount(PK_STANDARD); in DoExecute() local
84 while (i < nCount && nSelectedPages <= 1) in DoExecute()
110 for (i = nFirstPage; i < nCount; i++) in DoExecute()
145 mpDoc->InsertPage(pSummaryPage, nCount * 2 + 1); in DoExecute()
166 mpDoc->InsertPage(pNotesPage, nCount * 2 + 2); in DoExecute()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx384 const sal_Int32 nCount = xKeys->getCount(); in loadTableData() local
385 for(sal_Int32 i = 0 ; i < nCount ; ++i) in loadTableData()
518 const sal_Int32 nCount = aNames.getLength(); in loadData() local
521 const sal_Int32 nMaxElements = (nCount / MAX_THREADS) +1; in loadData()
522 sal_Int32 nStart = 0,nEnd = ::std::min(nMaxElements,nCount); in loadData()
532 nEnd = ::std::min(nEnd,nCount); in loadData()
537 RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,0,nCount); in loadData()

Completed in 162 milliseconds

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