Home
last modified time | relevance | path

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

/trunk/main/rsc/source/rsc/
H A Drsc.cxx1172 …std::list< std::pair< OString, OString > >::const_iterator aReplIter( rContext.pCmdLine->m_aRepla… in GetImageFilePath() local
1176 while( ( aReplIter != rContext.pCmdLine->m_aReplacements.end() ) && !bFound ) in GetImageFilePath()
1178 ByteString aSearch( aReplIter->second ); in GetImageFilePath()
1184 … sal_Int32 nCopyPos = aReplIter->second.getLength(), nLength = aRelPathStr.getLength(); in GetImageFilePath()
1198 ++aReplIter; in GetImageFilePath()

Completed in 31 milliseconds