Home
last modified time | relevance | path

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

/aoo4110/main/scripting/source/provider/
H A DMasterScriptProvider.cxx93 m_bIsPkgMSP( false ), m_pPCache( 0 ) in MasterScriptProvider()
105 if ( m_pPCache ) in ~MasterScriptProvider()
107 delete m_pPCache; in ~MasterScriptProvider()
109 m_pPCache = 0; in ~MasterScriptProvider()
406 if ( !m_pPCache ) in providerCache()
409 if ( !m_pPCache ) in providerCache()
417 m_pPCache = new ProviderCache( m_xContext, m_sAargs ); in providerCache()
421 m_pPCache = new ProviderCache( m_xContext, m_sAargs, blacklist ); in providerCache()
425 return m_pPCache; in providerCache()
H A DMasterScriptProvider.hxx148 ProviderCache* m_pPCache; member in func_provider::MasterScriptProvider

Completed in 36 milliseconds