Home
last modified time | relevance | path

Searched refs:nLastInd (Results 1 – 3 of 3) sorted by relevance

/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx154 sal_Int32 nLastInd = aString.lastIndexOf( aPattern[nCurInd], nEndInd - 1 ); in StringGoodForPattern_Impl() local
156 if ( nLastInd == -1 ) in StringGoodForPattern_Impl()
159 if ( nLastInd < nBeginInd ) in StringGoodForPattern_Impl()
162 nEndInd = nLastInd; in StringGoodForPattern_Impl()
/trunk/main/sc/source/filter/inc/
H A Dexcform.hxx44 static const sal_uInt16 nLastInd; // letzter Index fuer Excel->SC- member in ExcelToSc
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx45 const sal_uInt16 ExcelToSc::nLastInd = 399; member in ExcelToSc

Completed in 30 milliseconds