Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx372 const sal_Int32 nLastSep = sRelativeURL.lastIndexOf( '/' ); in getParentURL() local
373 sRelativeURL = sRelativeURL.copy( 0, nLastSep != -1 ? nLastSep : 0 ); in getParentURL()
/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx2005 sal_Int32 nLastSep = sColumnServiceName.lastIndexOf('.'); in exportServiceNameAttribute() local
2006 OSL_ENSURE(-1 != nLastSep, "OColumnExport::startExportElement: invalid service name!"); in exportServiceNameAttribute()
2007 sColumnServiceName = sColumnServiceName.copy(nLastSep + 1); in exportServiceNameAttribute()

Completed in 28 milliseconds