Home
last modified time | relevance | path

Searched refs:nCount (Results 576 – 600 of 1975) sorted by relevance

1...<<21222324252627282930>>...79

/trunk/main/vcl/source/control/
H A Dilstbox.cxx885 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in GetLastVisibleEntry() local
893 if( nPos >= nCount ) in GetLastVisibleEntry()
894 nPos = nCount-1; in GetLastVisibleEntry()
1539 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in ProcessKeyInput() local
1541 sal_uInt16 nTmp = Min( nCurVis, nCount ); in ProcessKeyInput()
1597 if( nCount > nCurVis ) in ProcessKeyInput()
1598 SetTopEntry( nCount - nCurVis ); in ProcessKeyInput()
1963 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in ImplDoPaint() local
2004 sal_uInt16 nCount = mpEntryList->GetEntryCount(); in GetDisplayLineCount() local
2007 if( nEntries > nCount-mnTop ) in GetDisplayLineCount()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx189 sal_uInt16 nCount = (sal_uInt16)aEntries.Count(); in FillFormat() local
190 for (sal_uInt16 i=0; i<nCount; i++) in FillFormat()
424 long nCount = aEntries.Count(); in getByName() local
425 for (long i=0; i<nCount; i++) in getByName()
444 long nCount = aEntries.Count(); in getElementNames() local
445 uno::Sequence<rtl::OUString> aNames(nCount); in getElementNames()
447 for (long i=0; i<nCount; i++) in getElementNames()
458 long nCount = aEntries.Count(); in hasByName() local
459 for (long i=0; i<nCount; i++) in hasByName()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx298 for (sal_uLong i=0; i<nCount; i++) in lcl_FunctionKnown()
947 sal_uLong nCount = aRanges.Count(); in GetSelectionScriptType() local
948 for (sal_uLong i=0; i<nCount; i++) in GetSelectionScriptType()
1377 sal_Int32 nCount = 0; in ApplySelectionPattern() local
1395 ++nCount; in ApplySelectionPattern()
1651 SCCOLROW nCount = 0; in DeleteCells() local
1660 while ( nCount > 0 ) in DeleteCells()
1663 --nCount; in DeleteCells()
2555 for ( SCTAB i=0; i<nCount; i++ ) in ProtectSheet()
2586 for ( SCTAB i=0; i<nCount; i++ ) in Protect()
[all …]
/trunk/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx374 const sal_Int32 nCount(mxSlides->getCount()); in NotifyPreviewCreation() local
375 for (sal_Int32 nIndex=0; nIndex<nCount; ++nIndex) in NotifyPreviewCreation()
452 const sal_Int32 nCount (mxSlides->getCount()); in GetPriority() local
456 return -nCount-1+nIndex; in GetPriority()
458 for (sal_Int32 nIndex=0; nIndex<=nCount; ++nIndex) in GetPriority()
/trunk/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx254 static const size_t nCount = sizeof( nDatePartResIds ) / sizeof( nDatePartResIds[0] ); in ScDPDateGroupDlg() local
255 for( size_t nIdx = 0 ; nIdx < nCount; ++nIdx ) in ScDPDateGroupDlg()
266 for( size_t nIdx = 0; nIdx < nCount; ++nIdx ) in ScDPDateGroupDlg()
331 for( sal_uLong nIdx = 0, nCount = maLbUnits.GetEntryCount(); nIdx < nCount; ++nIdx ) in GetDatePart() local
H A Ddapidata.cxx93 long nCount = aNames.getLength(); in ScDataPilotDatabaseDlg() local
95 for (long nPos = 0; nPos < nCount; nPos++) in ScDataPilotDatabaseDlg()
207 long nCount = aNames.getLength(); in FillObjects() local
209 for( long nPos=0; nPos<nCount; nPos++ ) in FillObjects()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbar.cxx267 sal_Int32 nCount = m_pTabBar->GetAccessibleChildWindowCount(); in getAccessibleChild() local
269 if ( i < nCount ) in getAccessibleChild()
275 else if ( i == nCount ) in getAccessibleChild()
317 for ( sal_uInt16 i = 0, nCount = pParent->GetAccessibleChildWindowCount(); i < nCount; ++i ) in getAccessibleIndexInParent() local
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx61 sal_Int32 nCount = _xSection->getCount(); in lcl_collectElements() local
62 _rControls.reserve(nCount); in lcl_collectElements()
63 while ( nCount ) in lcl_collectElements()
65 uno::Reference< drawing::XShape> xShape(_xSection->getByIndex(nCount-1),uno::UNO_QUERY); in lcl_collectElements()
68 --nCount; in lcl_collectElements()
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx85 const sal_uInt32 nCount(aCandidate.count()); in SetSegmentsKind() local
87 if(nCount && (nPntNum + 1 < nCount || aCandidate.isClosed())) in SetSegmentsKind()
90 const sal_uInt32 nNextIndex((nPntNum + 1) % nCount); in SetSegmentsKind()
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsExport.cxx70 sal_Int32 nCount = aColumns.getLength(); in exportXML() local
73 GetExport().GetMM100UnitConverter().convertNumber( sValue, nCount ? nCount : 1 ); in exportXML()
157 while( nCount-- ) in exportXML()
/trunk/main/offapi/com/sun/star/table/
H A DXTableColumns.idl54 @param nCount
57 void insertByIndex( [in] long nIndex, [in] long nCount );
69 @param nCount
72 void removeByIndex( [in] long nIndex, [in] long nCount );
H A DXTableRows.idl53 @param nCount
56 void insertByIndex( [in] long nIndex, [in] long nCount );
68 @param nCount
71 void removeByIndex( [in] long nIndex, [in] long nCount );
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx716 sal_uInt16 nCount = pSwGlblDocContents->Count(); in Display() local
720 for( sal_uInt16 i = 0; i < nCount; i++) in Display()
743 for( sal_uInt16 i = 0; i < nCount; i++) in Display()
782 else if(nSelPos != USHRT_MAX && nSelPos < nCount) in Display()
786 else if(nCount) in Display()
1449 sal_uInt16 nCount = 0; in InsertRegion() local
1451 while ( nCount < nSectCount ) in InsertRegion()
1453 const SwSectionFmt& rFmt = rSh.GetSectionFmt(nCount); in InsertRegion()
1457 nCount = 0; in InsertRegion()
1464 nCount++; in InsertRegion()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx609 sal_Int32 nCount( m_aPropArray.size() ); in impl_getSequenceFromStruct() local
612 for ( i = 0; i < nCount; i++ ) in impl_getSequenceFromStruct()
667 sal_Int32 nCount( m_aPropArray.size() ); in impl_insertCacheAndReturnSequence() local
673 for ( i = 0; i < nCount; i++ ) in impl_insertCacheAndReturnSequence()
864 sal_Int32 nCount( m_aPropArray.size() ); in impl_insertCacheAndReturnWinState() local
869 for ( i = 0; i < nCount; i++ ) in impl_insertCacheAndReturnWinState()
1068 sal_Int32 nCount( rSeq.getLength() ); in impl_fillStructFromSequence() local
1071 for ( i = 0; i < nCount; i++ ) in impl_fillStructFromSequence()
1223 sal_Int32 nCount( m_aPropArray.size() ); in impl_putPropertiesFromStruct() local
1227 for ( i = 0; i < nCount; i++ ) in impl_putPropertiesFromStruct()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx343 sal_uInt16 nCount = aArr.Count(); in ClearAll() local
344 for ( sal_uInt16 i=0; i<nCount; i++ ) in ClearAll()
367 aArr.Remove( 0, nCount ); in ClearAll()
489 sal_uInt16 nCount = aArr.Count(); in ClearAll() local
490 for ( sal_uInt16 i=0; i<nCount; i++ ) in ClearAll()
505 aArr.Remove( 0, nCount ); in ClearAll()
1293 sal_uInt16 nCount = rMacro.GetTokenCount('.'); in SelectMacro() local
1294 aMethod = rMacro.GetToken( nCount-1, '.' ); in SelectMacro()
1295 if ( nCount > 2 ) in SelectMacro()
1298 aModule = rMacro.GetToken( nCount-2, '.' ); in SelectMacro()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx347 const sal_uInt16 nCount = rFactories.Count(); in CreateControl() local
350 for( nFactory = 0; nFactory < nCount; ++nFactory ) in CreateControl()
354 if( nFactory == nCount ) in CreateControl()
358 for ( nFactory = 0; nFactory < nCount; ++nFactory ) in CreateControl()
363 if( nFactory < nCount ) in CreateControl()
374 const sal_uInt16 nCount = rFactories.Count(); in CreateControl() local
376 for( nFactory = 0; nFactory < nCount; ++nFactory ) in CreateControl()
380 if( nFactory == nCount ) in CreateControl()
384 for( nFactory = 0; nFactory < nCount; ++nFactory ) in CreateControl()
389 if( nFactory < nCount ) in CreateControl()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx397 const sal_Int32 nCount = aFilterNames.getLength(); in createUniqueInterfaceName() local
401 for( nFilter = 0; (nFilter < nCount); nFilter++, pFilterName++ ) in createUniqueInterfaceName()
740 sal_Int32 nCount = aSequence.getLength(); in insertOrEdit() local
742 for( nIndex = 0; nIndex < nCount; nIndex++ ) in insertOrEdit()
843 const sal_Int32 nCount = aFilterNames.getLength(); in onDelete() local
847 for( nFilter = 0; (nFilter < nCount) && !bTypeStillUsed; nFilter++, pFilterName++ ) in onDelete()
1086 const sal_Int32 nCount = aFilterNames.getLength(); in initFilterList() local
1094 for( nFilter = 0; nFilter < nCount; nFilter++, pFilterName++ ) in initFilterList()
1559 const sal_uLong nCount = GetEntryCount(); in changeEntry() local
1561 for( nPos = 0; nPos < nCount; nPos++ ) in changeEntry()
/trunk/main/xmloff/source/style/
H A Dxmlstyle.cxx903 sal_uInt32 nCount = GetStyleCount(); in CopyAutoStylesToDoc() local
905 for( i = 0; i < nCount; i++ ) in CopyAutoStylesToDoc()
920 sal_uInt32 nCount = GetStyleCount(); in CopyStylesToDoc() local
923 for( i = 0; i < nCount; i++ ) in CopyStylesToDoc()
936 for( i=0; i<nCount; i++ ) in CopyStylesToDoc()
953 sal_uInt32 nCount = GetStyleCount(); in FinishStyles() local
954 for( sal_uInt32 i=0; i<nCount; i++ ) in FinishStyles()
/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx188 sal_Int32 nCount = 0; in GetMeanings() local
190 for ( ; i < nMeanings && nCount < nMaxSynonms; ++i) in GetMeanings()
196 for ( ; k < nSynonyms && nCount < nMaxSynonms; ++k) in GetMeanings()
199 ++nCount; in GetMeanings()
/trunk/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx98 sal_uInt32 nCount = getEntryCount(); in dump() local
99 for (sal_uInt32 n = 0; n < nCount; ++n) in dump()
162 sal_uInt32 nCount = getEntryCount(); in dump() local
163 for (sal_uInt32 n = 0; n < nCount; ++n) in dump()
/trunk/main/tools/bootstrp/
H A Drscdep.cxx283 sal_uIntPtr nCount = pLst->Count(); in main() local
284 if ( nCount == 0 ) in main()
294 for ( sal_uIntPtr j=0; j<nCount; j++ ) in main()
298 if ( j != (nCount-1) ) in main()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2140 sal_uInt16 nCount = rMenu.GetItemCount(); in operator =() local
2141 for ( sal_uInt16 i = 0; i < nCount; i++ ) in operator =()
2266 for ( sal_uInt16 i = 0, nCount = pStartedFrom->GetItemCount(); i < nCount; ++i ) in GetAccessible() local
2667 for ( sal_uInt16 n = 0; n < nCount; n++ ) in ImplPaint()
3055 sal_uInt16 nCount = GetItemCount(); in HasValidEntries() local
4046 for(i = 0; i < nCount; i++) in doShutdown()
4052 if( i < nCount ) in doShutdown()
4694 for(i = 0; i < nCount; i++) in ChangeHighlightItem()
4700 if( i < nCount ) in ChangeHighlightItem()
4747 for ( sal_uInt16 n = 0; n < nCount; n++ ) in HighlightItem()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx530 long nCount = maLineEndList->Count(); in FillValueSet() local
536 pEntry = maLineEndList->GetLineEnd( nCount ); in FillValueSet()
537 Bitmap aBmp = maLineEndList->GetUiBitmap( nCount ); in FillValueSet()
550 delete maLineEndList->Remove( nCount ); in FillValueSet()
552 for( long i = 0; i < nCount; i++ ) in FillValueSet()
563 nLines = Min( (sal_uInt16)(nCount + 1), (sal_uInt16) MAX_LINES ); in FillValueSet()
/trunk/main/forms/source/xforms/
H A Dmodel.cxx356 sal_Int32 nCount = mpBindings->countItems(); in rebind() local
357 for( sal_Int32 i = 0; i < nCount; i++ ) in rebind()
370 sal_Int32 nCount = mpBindings->countItems(); in deferNotifications() local
371 for( sal_Int32 i = 0; i < nCount; i++ ) in deferNotifications()
500 sal_Int32 nCount = mpBindings->countItems(); in isValid() local
501 for( sal_Int32 i = 0; bValid && i < nCount; i++ ) in isValid()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx205 sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in nextCharacters() argument
210 for (nDone = 0; nDone < nCount; nDone++) { in nextCharacters()
216 for (nDone = 0; nDone < nCount && nStartPos < Text.getLength(); nDone++) in nextCharacters()
224 sal_Int16 nCharacterIteratorMode, sal_Int32 nCount, sal_Int32& nDone ) in previousCharacters() argument
229 for (nDone = 0; nDone < nCount; nDone++) { in previousCharacters()
235 for (nDone = 0; nDone < nCount && nStartPos > 0; nDone++) in previousCharacters()

Completed in 182 milliseconds

1...<<21222324252627282930>>...79