Searched refs:pRepl (Results 1 – 3 of 3) sorted by relevance
426 const struct KeysymNameReplacement* pRepl = aKeyboards[n].pReplacements; in getKeysymReplacementName() local429 if( nSymbol == pRepl[--m].aSymbol ) in getKeysymReplacementName()430 return String( pRepl[m].pName, RTL_TEXTENCODING_UTF8 ); in getKeysymReplacementName()435 const struct KeysymNameReplacement* pRepl = aImplReplacements_English; in getKeysymReplacementName() local438 if( nSymbol == pRepl[--m].aSymbol ) in getKeysymReplacementName()439 return String( pRepl[m].pName, RTL_TEXTENCODING_UTF8 ); in getKeysymReplacementName()
600 ::std::auto_ptr<String> pRepl( (bRegExp) in Find()603 (pRepl.get()) ? *pRepl : String(rSearchOpt.replaceString), in Find()
1223 ::std::auto_ptr<String> pRepl( (bRegExp) ? in Find()1226 (pRepl.get()) ? *pRepl : String(pSearchOpt->replaceString), in Find()
Completed in 19 milliseconds