Searched refs:getInstalled (Results 1 – 3 of 3) sorted by relevance
216 sal_Bool getInstalled () const { return bInstalled; }; in getInstalled() function601 …duleOptions::E_SWRITER : bInstalled = m_lFactories[SvtModuleOptions::E_WRITER].getInstalled(); in IsModuleInstalled()603 …eOptions::E_SWEB : bInstalled = m_lFactories[SvtModuleOptions::E_WRITERWEB].getInstalled(); in IsModuleInstalled()605 …tions::E_SGLOBAL : bInstalled = m_lFactories[SvtModuleOptions::E_WRITERGLOBAL].getInstalled(); in IsModuleInstalled()607 …ModuleOptions::E_SCALC : bInstalled = m_lFactories[SvtModuleOptions::E_CALC].getInstalled(); in IsModuleInstalled()609 …ModuleOptions::E_SDRAW : bInstalled = m_lFactories[SvtModuleOptions::E_DRAW].getInstalled(); in IsModuleInstalled()611 …uleOptions::E_SIMPRESS : bInstalled = m_lFactories[SvtModuleOptions::E_IMPRESS].getInstalled(); in IsModuleInstalled()613 …ModuleOptions::E_SMATH : bInstalled = m_lFactories[SvtModuleOptions::E_MATH].getInstalled(); in IsModuleInstalled()615 …oduleOptions::E_SCHART : bInstalled = m_lFactories[SvtModuleOptions::E_CHART].getInstalled(); in IsModuleInstalled()617 …ions::E_SSTARTMODULE : bInstalled = m_lFactories[SvtModuleOptions::E_STARTMODULE].getInstalled(); in IsModuleInstalled()[all …]
48 virtual ::sal_Bool SAL_CALL getInstalled() throw (css::uno::RuntimeException);
68 ::sal_Bool SAL_CALL SwVbaAddin::getInstalled() throw (uno::RuntimeException) in getInstalled() function in SwVbaAddin