Searched refs:nLastSep (Results 1 – 2 of 2) sorted by relevance
372 const sal_Int32 nLastSep = sRelativeURL.lastIndexOf( '/' ); in getParentURL() local373 sRelativeURL = sRelativeURL.copy( 0, nLastSep != -1 ? nLastSep : 0 ); in getParentURL()
2005 sal_Int32 nLastSep = sColumnServiceName.lastIndexOf('.'); in exportServiceNameAttribute() local2006 OSL_ENSURE(-1 != nLastSep, "OColumnExport::startExportElement: invalid service name!"); in exportServiceNameAttribute()2007 sColumnServiceName = sColumnServiceName.copy(nLastSep + 1); in exportServiceNameAttribute()
Completed in 18 milliseconds