Lines Matching refs:rPrefix
154 InternalResMgr* getResMgr( const OUString& rPrefix,
274 InternalResMgr* ResMgrContainer::getResMgr( const OUString& rPrefix, in getResMgr() argument
280 OUStringBuffer aSearch( rPrefix.getLength() + 16 ); in getResMgr()
292 aSearch.append( rPrefix ); in getResMgr()
314 new InternalResMgr( it->second.aFileURL, rPrefix, it->first, aLocale ); in getResMgr()
338 it = m_aResFiles.find( rPrefix ); in getResMgr()
343 if( it->first.matchIgnoreAsciiCase( rPrefix ) ) in getResMgr()
350 rPrefix, in getResMgr()
361 sal_Int32 nIndex = rPrefix.getLength(); in getResMgr()
375 OUStringBuffer sKey = rPrefix; in getResMgr()
392 return getResMgr(rPrefix,rLocale,bForceNewInstance); in getResMgr()
417 pImp = new InternalResMgr( it->second.aFileURL, rPrefix, it->first, aLocale ); in getResMgr()
538 const OUString& rPrefix, in InternalResMgr() argument
547 , aPrefix( rPrefix ) in InternalResMgr()