Lines Matching refs:aRes
94 String aRes; in GetModulePath() local
100 aRes = aPathOpt.GetModulePath(); in GetModulePath()
105 utl::LocalFileHelper::ConvertURLToPhysicalName( aTmp, aRes ); in GetModulePath()
119 if (bAddAccessDelim && aRes.Len()) in GetModulePath()
122 aRes += '\\'; in GetModulePath()
124 aRes += '/'; in GetModulePath()
128 return aRes; in GetModulePath()
143 rtl::OUString aRes( rTxt.copy( nTxtLen - nTrailing ) ); in StripTrailingChars() local
145 return aRes; in StripTrailingChars()
154 uno::Sequence< rtl::OUString > aRes; in GetMultiPaths_Impl() local
192 aRes.realloc( nMaxEntries ); in GetMultiPaths_Impl()
193 rtl::OUString *pRes = aRes.getArray(); in GetMultiPaths_Impl()
209 aRes.realloc( nCount ); in GetMultiPaths_Impl()
212 return aRes; in GetMultiPaths_Impl()
219 String aRes; in GetDictionaryWriteablePath() local
221 aRes = aPaths[0]; in GetDictionaryWriteablePath()
222 return aRes; in GetDictionaryWriteablePath()
261 String aRes; in SearchFileInPaths() local
286 aObj.GetMainURL( INetURLObject::NO_DECODE ), aRes ); in SearchFileInPaths()
288 aRes = aObj.GetMainURL( INetURLObject::NO_DECODE ); in SearchFileInPaths()
293 return aRes; in SearchFileInPaths()