| /AOO41X/main/sc/source/core/tool/ |
| H A D | rangelst.cxx | 274 sal_uLong nListCount = Count(); in Find() local 275 for ( sal_uLong j = 0; j < nListCount; j++ ) in Find() 289 sal_uLong nListCount = rList.Count(); in ScRangeList() local 290 for ( sal_uLong j = 0; j < nListCount; j++ ) in ScRangeList() 299 sal_uLong nListCount = rList.Count(); in operator =() local 300 for ( sal_uLong j = 0; j < nListCount; j++ ) in operator =() 309 sal_uLong nListCount = Count(); in Intersects() local 310 for ( sal_uLong j = 0; j < nListCount; j++ ) in Intersects() 320 sal_uLong nListCount = Count(); in In() local 321 for ( sal_uLong j = 0; j < nListCount; j++ ) in In() [all …]
|
| /AOO41X/test/testgui/source/fvt/gui/formula/catalog/ |
| H A D | SymbolsFromCatalog.java | 73 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()
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | sstring.cxx | 164 sal_uInt32 nListCount; in operator <<() local 165 rStream >> nListCount; in operator <<() 166 for ( sal_uInt16 i = 0; i < nListCount; i++ ) { in operator <<() 176 sal_uInt32 nListCount = Count(); in operator >>() local 177 rStream << nListCount; in operator >>()
|
| /AOO41X/main/soldep/source/ |
| H A D | depwin.cxx | 100 sal_uIntPtr nListCount = ConList.Count(); in Paint() local 102 for ( i=0 ; i < nListCount ; i++ ) in Paint() 115 sal_uIntPtr nListCount = ConList.Count(); in DrawOutput() local 117 for ( i=0 ; i < nListCount ; i++ ) in DrawOutput()
|
| /AOO41X/main/idl/source/objects/ |
| H A D | slot.cxx | 1046 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()
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | dbdocimp.cxx | 188 sal_Int32 nListCount = 0; in DoImport() local 194 nListCount = aSelection.getLength(); in DoImport() 195 if ( nListCount > 0 ) in DoImport() 348 if (nListPos < nListCount) in DoImport()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | table4.cxx | 706 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()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | drawview.cxx | 488 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()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par3.cxx | 1198 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()
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | inputwin.cxx | 1522 sal_uLong nListCount = pFuncList->GetCount(); in FillFunctions() local 1526 for (sal_uLong j=0; j<nListCount; j++) in FillFunctions()
|
| H A D | inputhdl.cxx | 659 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()
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TEditControl.cxx | 1364 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()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | menu.cxx | 334 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()
|