Home
last modified time | relevance | path

Searched refs:nListCount (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1198 sal_uInt16 nListCount; in WW8ListManager() local
1199 rSt >> nListCount; in WW8ListManager()
1200 bool bOk = 0 < nListCount; in WW8ListManager()
1207 for (sal_uInt16 nList=0; nList < nListCount; ++nList) in WW8ListManager()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx659 sal_uLong nListCount = pFuncList->GetCount(); in GetFormulaData() local
665 for (sal_uLong j=0; j<nListCount; j++) in GetFormulaData()
680 for(sal_uLong i=0;i<nListCount;i++) in GetFormulaData()
H A Dinputwin.cxx1522 sal_uLong nListCount = pFuncList->GetCount(); in FillFunctions() local
1526 for (sal_uLong j=0; j<nListCount; j++) in FillFunctions()
/trunk/main/vcl/source/window/
H A Dmenu.cxx334 sal_uInt16 nListCount = (sal_uInt16)Count(); in SearchItem() local
340 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
362 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
/trunk/test/testgui/source/fvt/gui/formula/catalog/
H A DSymbolsFromCatalog.java73 int nListCount; in testAddSymbolFromCatalog() local
82 nListCount = mathEditSymbolsDlgSymbol.getItemCount(); in testAddSymbolFromCatalog()
83 for (int i = 0; i < nListCount; i++) { in testAddSymbolFromCatalog()
97 nListCount = mathEditSymbolsDlgSymbol.getItemCount(); in testAddSymbolFromCatalog()
98 for (int i = 0; i < nListCount; i++) { in testAddSymbolFromCatalog()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx488 sal_uLong nListCount = pLst->GetObjCount(); in MarkListHasChanged() local
489 if ( nListCount == 0 ) in MarkListHasChanged()
496 for ( sal_uInt16 j = 0; j < nListCount; ++j ) in MarkListHasChanged()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx178 sal_Int32 nListCount = 0; in DoImport() local
184 nListCount = aSelection.getLength(); in DoImport()
185 if ( nListCount > 0 ) in DoImport()
338 if (nListPos < nListCount) in DoImport()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx274 sal_uLong nListCount = Count(); in Find() local
309 sal_uLong nListCount = Count(); in Intersects() local
320 sal_uLong nListCount = Count(); in In() local
332 sal_uLong nListCount = Count(); in GetCellCount() local
529 while ( nPos < nListCount ) in DeleteOnTab()
537 nListCount = Count(); in DeleteOnTab()
547 sal_uLong nListCount = Count(); in Find() local
560 sal_uLong nListCount = Count(); in Find() local
574 sal_uLong nListCount = Count(); in Clone() local
666 nListCount = Count(); in CreateNameSortedArray()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable4.cxx706 sal_uInt16 nListCount = pListData->GetSubCount(); in FillAuto() local
713 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
724 if (nListIndex >= nListCount) nListIndex = 0; in FillAuto()
728 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
986 sal_uInt16 nListCount = pListData->GetSubCount(); in GetAutoFillPreview() local
987 if ( nListCount ) in GetAutoFillPreview()
991 nIndex += nListCount; in GetAutoFillPreview()
992 sal_uLong nPos = ( nListIndex + nIndex - nSub ) % nListCount; in GetAutoFillPreview()
/trunk/main/idl/source/objects/
H A Dslot.cxx1046 sal_uInt16 nListCount = (sal_uInt16) rList.Count(); in Insert() local
1050 if ( !nListCount ) in Insert()
1052 else if ( nListCount == 1 ) in Insert()
1057 sal_uInt16 nHigh = nListCount - 1; in Insert()
1062 DBG_ASSERT( nMid < nListCount, "bsearch ist buggy" ); in Insert()
1084 DBG_ASSERT( nPos <= nListCount, in Insert()
1086 DBG_ASSERT( nPos == nListCount || nId <= in Insert()
1092 DBG_ASSERT( nPos+1 >= nListCount || nId < in Insert()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1364 std::vector< ::boost::shared_ptr<OTableRow> >::size_type nListCount( in GetFieldDescr() local
1366 if( (nRow<0) || (sal::static_int_cast< unsigned long >(nRow)>=nListCount) ) in GetFieldDescr()

Completed in 113 milliseconds