Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/rc/
H A Dresmgr.cxx1948 delete m_pResImpl; in ~SimpleResMgr()
1966 return m_pResImpl->IsGlobalAvailable( _resourceType, _resourceId ); in IsAvailable()
1978 if ( !m_pResImpl ) in ReadString()
1982 InternalResMgr* pFallback = m_pResImpl; in ReadString()
1993 if( pOldFallback != m_pResImpl ) in ReadString()
2022 if( m_pResImpl != pFallback ) in ReadString()
2036 return m_pResImpl->aLocale; in GetLocale()
2045 DBG_ASSERT( m_pResImpl, "SimpleResMgr::ReadBlob : have no impl class !" ); in ReadBlob()
2052 InternalResMgr* pFallback = m_pResImpl; in ReadBlob()
2065 if( pOldFallback != m_pResImpl ) in ReadBlob()
[all …]
/aoo4110/main/tools/inc/tools/
H A Dsimplerm.hxx46 InternalResMgr* m_pResImpl; member in SimpleResMgr
79 bool IsValid() const { return m_pResImpl != NULL; } in IsValid()

Completed in 30 milliseconds