Searched refs:aModOpt (Results 1 – 4 of 4) sorted by relevance
649 SvtModuleOptions aModOpt; in getDefaultModule_Impl() local650 if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in getDefaultModule_Impl()652 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in getDefaultModule_Impl()654 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in getDefaultModule_Impl()656 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in getDefaultModule_Impl()658 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in getDefaultModule_Impl()660 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCHART ) ) in getDefaultModule_Impl()662 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SBASIC ) ) in getDefaultModule_Impl()664 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in getDefaultModule_Impl()
1350 SvtModuleOptions aModOpt; in lcl_getModuleHelpModuleName() local1351 if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in lcl_getModuleHelpModuleName()1353 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in lcl_getModuleHelpModuleName()1355 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in lcl_getModuleHelpModuleName()1357 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in lcl_getModuleHelpModuleName()1359 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in lcl_getModuleHelpModuleName()1361 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in lcl_getModuleHelpModuleName()1363 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCHART ) ) in lcl_getModuleHelpModuleName()1365 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SBASIC ) ) in lcl_getModuleHelpModuleName()
222 SvtModuleOptions aModOpt; in SwPrintUIOptions() local225 aModOpt.GetModuleName( SvtModuleOptions::E_SWRITER ) ); in SwPrintUIOptions()
1761 SvtModuleOptions aModOpt; in GetAllFactoryURLs_Impl() local1762 …const ::com::sun::star::uno::Sequence < ::rtl::OUString >& aServiceNames = aModOpt.GetAllServiceNa… in GetAllFactoryURLs_Impl()1771 String* pURL = new String( aModOpt.GetFactoryEmptyDocumentURL( eFac ) ); in GetAllFactoryURLs_Impl()
Completed in 46 milliseconds