Searched refs:pRepl (Results 1 – 3 of 3) sorted by relevance
425 const struct KeysymNameReplacement* pRepl = aKeyboards[n].pReplacements; in getKeysymReplacementName() local428 if( nSymbol == pRepl[--m].aSymbol ) in getKeysymReplacementName()429 return String( pRepl[m].pName, RTL_TEXTENCODING_UTF8 ); in getKeysymReplacementName()434 const struct KeysymNameReplacement* pRepl = aImplReplacements_English; in getKeysymReplacementName() local437 if( nSymbol == pRepl[--m].aSymbol ) in getKeysymReplacementName()438 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()
1221 ::std::auto_ptr<String> pRepl( (bRegExp) ? in Find()1224 (pRepl.get()) ? *pRepl : String(pSearchOpt->replaceString), in Find()
Completed in 16 milliseconds