Home
last modified time | relevance | path

Searched refs:nLastDot (Results 1 – 2 of 2) sorted by path

/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx630 sal_Int32 nLastDot = aURL.lastIndexOf( '.' ); in implCollectXhpFiles() local
631 if( nLastDot != -1 ) in implCollectXhpFiles()
633 rtl::OUString aExt = aURL.copy( nLastDot + 1 ); in implCollectXhpFiles()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1192 sal_Int32 nLastDot = dstUnqPath.lastIndexOf( '.' ); in move() local
1194 … 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() local
1424 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 34 milliseconds