Searched refs:nLastFound (Results 1 – 2 of 2) sorted by relevance
2905 SCROW nLastFound = 0; in GetLastFlaggedRow() local2910 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() local2942 nLastFound = nCol; in GetLastChangedCol()2944 return nLastFound; in GetLastChangedCol()
853 sal_Int32 nLastFound = doclist.lastIndexOf( sal_Unicode(';') ); in checkModuleMatchForExtension() local854 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 42 milliseconds