Searched refs:nLastDot (Results 1 – 2 of 2) sorted by relevance
630 sal_Int32 nLastDot = aURL.lastIndexOf( '.' ); in implCollectXhpFiles() local631 if( nLastDot != -1 ) in implCollectXhpFiles()633 rtl::OUString aExt = aURL.copy( nLastDot + 1 ); in implCollectXhpFiles()
1192 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move() local1194 … if( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in move()1195 … && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in move()1196 nPos = nLastDot; in move()1422 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in copy() local1424 if ( ( nLastSlash < nLastDot ) // dot is part of last(!) path segment in copy()1425 && ( nLastSlash != ( nLastDot - 1 ) ) ) // file name does not start with a dot in copy()1426 nPos = nLastDot; in copy()
Completed in 46 milliseconds