Searched refs:nCopyPos (Results 1 – 1 of 1) sorted by relevance
1184 … sal_Int32 nCopyPos = aReplIter->second.getLength(), nLength = aRelPathStr.getLength(); in GetImageFilePath() local1187 …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()