Home
last modified time | relevance | path

Searched refs:nLastFound (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dtable2.cxx2905 SCROW nLastFound = 0; in GetLastFlaggedRow() local
2910 nLastFound = nRow; in GetLastFlaggedRow()
2914 nLastFound = ::std::max(nLastFound, *maRowManualBreaks.rbegin()); in GetLastFlaggedRow()
2920 nLastFound = ::std::max(nLastFound, nRow); in GetLastFlaggedRow()
2927 nLastFound = ::std::max(nLastFound, nRow); in GetLastFlaggedRow()
2930 return nLastFound; in GetLastFlaggedRow()
2939 SCCOL nLastFound = 0; in GetLastChangedCol() local
2942 nLastFound = nCol; in GetLastChangedCol()
2944 return nLastFound; in GetLastChangedCol()
/aoo4110/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx853 sal_Int32 nLastFound = doclist.lastIndexOf( sal_Unicode(';') ); in checkModuleMatchForExtension() local
854 if( nLastFound == -1 ) in checkModuleMatchForExtension()
855 nLastFound = nLen; in checkModuleMatchForExtension()
868 rtl::OUString aModule = doclist.copy( nFound + 1, nLastFound - nFound - 1 ); in checkModuleMatchForExtension()
880 nLastFound = nFound; in checkModuleMatchForExtension()
881 if( nLastFound == 0 ) in checkModuleMatchForExtension()
883 nFound = doclist.lastIndexOf( sal_Unicode('_'), nLastFound - 1 ); in checkModuleMatchForExtension()

Completed in 35 milliseconds