Home
last modified time | relevance | path

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

/AOO41X/main/rsc/source/rsc/
H A Drsc.cxx1184 … sal_Int32 nCopyPos = aReplIter->second.getLength(), nLength = aRelPathStr.getLength(); in GetImageFilePath() local
1187 …while( ( nCopyPos < nLength ) && ( pChars[ nCopyPos ] == '/' || pChars[ nCopyPos ] == '\\' || pCha… in GetImageFilePath()
1189 ++nCopyPos; in GetImageFilePath()
1192 if( nCopyPos < nLength ) in GetImageFilePath()
1193 rImagePath = aRelPathStr.copy( nCopyPos ).replace( '\\', '/' ); in GetImageFilePath()