Lines Matching refs:SvtModuleOptions
288 if ( !SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SDATABASE) ) in SfxOrganizeDlg_Impl()
1576 SvtModuleOptions aModuleOpt; in GetPath_Impl()
1577 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in GetPath_Impl()
1579 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in GetPath_Impl()
1585 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in GetPath_Impl()
1591 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in GetPath_Impl()
1672 SvtModuleOptions aModuleOpt; in GetPaths_Impl()
1673 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in GetPaths_Impl()
1675 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in GetPaths_Impl()
1681 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in GetPaths_Impl()
1687 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in GetPaths_Impl()
1761 SvtModuleOptions aModOpt; in GetAllFactoryURLs_Impl()
1769 SvtModuleOptions::EFactory eFac = SvtModuleOptions::E_WRITER; in GetAllFactoryURLs_Impl()
1770 SvtModuleOptions::ClassifyFactoryByName( aServiceNames[i], eFac ); in GetAllFactoryURLs_Impl()