Home
last modified time | relevance | path

Searched refs:m_xMgr (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/scripting/source/provider/
H A DProviderCache.cxx49 m_xMgr = m_xContext->getServiceManager(); in ProviderCache()
50 … ENSURE_OR_THROW( m_xMgr.is(), "ProviderCache::ProviderCache() failed to obtain ServiceManager" ); in ProviderCache()
62 m_xMgr = m_xContext->getServiceManager(); in ProviderCache()
63 … ENSURE_OR_THROW( m_xMgr.is(), "ProviderCache::ProviderCache() failed to obtain ServiceManager" ); in ProviderCache()
156 …ccess > xEnumAccess = Reference< container::XContentEnumerationAccess >( m_xMgr, UNO_QUERY_THROW ); in populateCache()
H A DMasterScriptProvider.cxx96 m_xMgr = m_xContext->getServiceManager(); in MasterScriptProvider()
97 …ENSURE_OR_THROW( m_xMgr.is(), "MasterScriptProvider::MasterScriptProvider: No service manager avai… in MasterScriptProvider()
271 m_xMgr->createInstanceWithContext( rtl::OUString::createFromAscii( in getScript()
H A DProviderCache.hxx99 css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr; member in func_provider::ProviderCache
H A DMasterScriptProvider.hxx130 css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr; member in func_provider::MasterScriptProvider
/aoo41x/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx36 : m_xMgr(_xMgr) in FunctionManager()
62 return m_xMgr->getCount(); in getCount()
69 uno::Reference< report::meta::XFunctionCategory> xCategory = m_xMgr->getCategory(_nPos); in getCategory()
81 pDesc = get(m_xMgr->getFunctionByName(_sFunctionName)).get(); in getFunctionByName()
/aoo41x/main/scripting/source/storage/
H A DScriptStorageManager.cxx75 m_xMgr.set( m_xContext->getServiceManager(), UNO_SET_THROW ); in ScriptStorageManager()
114 m_xMgr->createInstanceWithContext( in setupAppStorage()
157 m_xMgr->createInstanceWithArgumentsAndContext( in setupAnyStorage()
H A DScriptStorage.cxx87 m_xMgr.set( m_xContext->getServiceManager(), UNO_SET_THROW ); in ScriptStorage()
96m_xMgr->createInstanceWithContext( OUString::createFromAscii( "com.sun.star.configuration.Configur… in ScriptStorage()
563 m_xMgr->createInstanceWithContext( in save()
H A DScriptStorageManager.hxx200 css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr; member in scripting_impl::ScriptStorageManager
H A DScriptStorage.hxx176 css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr; member in scripting_impl::ScriptStorage
/aoo41x/main/scripting/source/runtimemgr/
H A DScriptRuntimeManager.cxx71 m_xMgr.set( m_xContext->getServiceManager(), UNO_SET_THROW ); in ScriptRuntimeManager()
130 m_xMgr->createInstanceWithContext( in getScriptNameResolver()
H A DScriptRuntimeManager.hxx140 css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr; member in scripting_runtimemgr::ScriptRuntimeManager
/aoo41x/main/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx47 ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionManager> m_xMgr;

Completed in 45 milliseconds