/aoo41x/main/unotools/source/config/ |
H A D | moduleoptions.cxx | 607 …case SvtModuleOptions::E_SCALC : bInstalled = m_lFactories[SvtModuleOptions::E_CALC].getIns… in IsModuleInstalled() 609 …case SvtModuleOptions::E_SDRAW : bInstalled = m_lFactories[SvtModuleOptions::E_DRAW].getIns… in IsModuleInstalled() 621 …case SvtModuleOptions::E_SDATABASE : bInstalled = m_lFactories[SvtModuleOptions::E_DATABASE].ge… in IsModuleInstalled() 1110 SvtModuleOptions::SvtModuleOptions() in SvtModuleOptions() function in SvtModuleOptions 1124 SvtModuleOptions::~SvtModuleOptions() in ~SvtModuleOptions() 1242 sal_Bool SvtModuleOptions::IsMath() const in IsMath() 1256 sal_Bool SvtModuleOptions::IsCalc() const in IsCalc() 1263 sal_Bool SvtModuleOptions::IsDraw() const in IsDraw() 1404 SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByShortName(const ::rtl::OUString& sNam… in ClassifyFactoryByShortName() 1433 SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByServiceName(const ::rtl::OUString& sN… in ClassifyFactoryByServiceName() [all …]
|
/aoo41x/main/cui/source/options/ |
H A D | optsave.cxx | 204 SvtModuleOptions aModuleOpt; in SfxSaveTabPage() 205 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in SfxSaveTabPage() 212 pImpl->aDefaultArr[APP_MATH] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_MATH); in SfxSaveTabPage() 216 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in SfxSaveTabPage() 223 pImpl->aDefaultArr[APP_DRAW] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_DRAW); in SfxSaveTabPage() 227 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in SfxSaveTabPage() 238 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in SfxSaveTabPage() 245 pImpl->aDefaultArr[APP_CALC] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_CALC); in SfxSaveTabPage() 249 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in SfxSaveTabPage() 427 SvtModuleOptions aModuleOpt; in FillItemSet() [all …]
|
H A D | optfltr.cxx | 241 SvtModuleOptions aModuleOpt; in Reset() 244 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in Reset() 246 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in Reset() 248 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in Reset() 250 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in Reset()
|
H A D | optcolor.cxx | 343 SvtModuleOptions m_aModuleOptions; 354 inline const SvtModuleOptions& GetModuleOptions() const { return m_aModuleOptions; } in GetModuleOptions() 357 sal_Bool lcl_isGroupVisible( sal_Int32 _nGroup, const SvtModuleOptions& _rModOptions ) in lcl_isGroupVisible() 366 bRet = _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SWRITER ); in lcl_isGroupVisible() 372 bRet = _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SCALC ); in lcl_isGroupVisible() 378 bRet = ( _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) || in lcl_isGroupVisible() 379 _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ); in lcl_isGroupVisible() 384 bRet = _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ); in lcl_isGroupVisible()
|
H A D | treeopt.cxx | 1979 SvtModuleOptions aModuleOpt; in Initialize() 1980 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in Initialize() 2031 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in Initialize() 2059 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in Initialize() 2084 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in Initialize() 2108 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in Initialize() 2130 ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) in Initialize() 2131 || aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) in Initialize() 2132 || aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) in Initialize()
|
/aoo41x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 797 SvtModuleOptions aOpt; in run() 798 SvtModuleOptions::EFactory eFactory = SvtModuleOptions::E_WRITER; in run() 800 eFactory = SvtModuleOptions::E_WRITER; in run() 802 eFactory = SvtModuleOptions::E_CALC; in run() 804 eFactory = SvtModuleOptions::E_DRAW; in run() 806 eFactory = SvtModuleOptions::E_IMPRESS; in run() 808 eFactory = SvtModuleOptions::E_DATABASE; in run() 810 eFactory = SvtModuleOptions::E_MATH; in run() 812 eFactory = SvtModuleOptions::E_WRITERGLOBAL; in run() 814 eFactory = SvtModuleOptions::E_WRITERWEB; in run() [all …]
|
H A D | app.cxx | 2098 (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) && in Main() 3176 SvtModuleOptions aOpt; in OpenClients() 3234 SvtModuleOptions aOpt; in OpenDefault() 3244 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault() 3250 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DRAW ); in OpenDefault() 3252 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_MATH ); in OpenDefault() 3262 if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault() 3264 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault() 3266 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault() 3268 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in OpenDefault() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfac.cxx | 324 SvtModuleOptions::EFactory eFac = SvtModuleOptions::ClassifyFactoryByServiceName(rServiceName); in SetStandardTemplate() 325 if (eFac == SvtModuleOptions::E_UNKNOWN_FACTORY) in SetStandardTemplate() 326 eFac = SvtModuleOptions::ClassifyFactoryByShortName(rServiceName); in SetStandardTemplate() 327 if (eFac != SvtModuleOptions::E_UNKNOWN_FACTORY) in SetStandardTemplate() 330 SvtModuleOptions().SetFactoryStandardTemplate(eFac, rTemplate); in SetStandardTemplate() 336 SvtModuleOptions::EFactory eFac = SvtModuleOptions::ClassifyFactoryByServiceName(rServiceName); in GetStandardTemplate() 337 if (eFac == SvtModuleOptions::E_UNKNOWN_FACTORY) in GetStandardTemplate() 338 eFac = SvtModuleOptions::ClassifyFactoryByShortName(rServiceName); in GetStandardTemplate() 341 if (eFac != SvtModuleOptions::E_UNKNOWN_FACTORY) in GetStandardTemplate() 342 sTemplate = SvtModuleOptions().GetFactoryStandardTemplate(eFac); in GetStandardTemplate()
|
H A D | docvor.cxx | 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() 1591 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in GetPath_Impl() 1672 SvtModuleOptions aModuleOpt; in GetPaths_Impl() 1675 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) 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() [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 649 SvtModuleOptions aModOpt; in getDefaultModule_Impl() 650 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()
|
H A D | shutdowniconaqua.mm | 410 SvtModuleOptions aModuleOptions; 429 SvtModuleOptions::EModule eModuleIdentifier; 434 { SvtModuleOptions::E_SWRITER, MI_WRITER, WRITER_URL }, 435 { SvtModuleOptions::E_SCALC, MI_CALC, CALC_URL }, 436 { SvtModuleOptions::E_SIMPRESS, MI_IMPRESS, IMPRESS_WIZARD_URL }, 437 { SvtModuleOptions::E_SDRAW, MI_DRAW, DRAW_URL }, 438 { SvtModuleOptions::E_SDATABASE, MI_BASE, BASE_URL }, 439 { SvtModuleOptions::E_SMATH, MI_MATH, MATH_URL } 443 if( aModuleOptions.IsModuleInstalled( SvtModuleOptions::E_SSTARTMODULE ) )
|
H A D | shutdowniconw32.cxx | 201 SvtModuleOptions aModuleOptions; in createSystrayMenu() 232 SvtModuleOptions::EModule eModuleIdentifier; in createSystrayMenu() 238 { SvtModuleOptions::E_SWRITER, IDM_WRITER, ICON_TEXT_DOCUMENT, WRITER_URL }, in createSystrayMenu() 239 { SvtModuleOptions::E_SCALC, IDM_CALC, ICON_SPREADSHEET_DOCUMENT, CALC_URL }, in createSystrayMenu() 240 … { SvtModuleOptions::E_SIMPRESS, IDM_IMPRESS,ICON_PRESENTATION_DOCUMENT, IMPRESS_WIZARD_URL }, in createSystrayMenu() 241 { SvtModuleOptions::E_SDRAW, IDM_DRAW, ICON_DRAWING_DOCUMENT, DRAW_URL }, in createSystrayMenu() 242 { SvtModuleOptions::E_SDATABASE, IDM_BASE, ICON_DATABASE_DOCUMENT, BASE_URL }, in createSystrayMenu() 243 { SvtModuleOptions::E_SMATH, IDM_MATH, ICON_MATH_DOCUMENT, MATH_URL }, in createSystrayMenu()
|
H A D | appserv.cxx | 570 if ( !SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SDATABASE) ) in MiscState_Impl() 1115 SvtModuleOptions aModuleOpt; in OfaExec_Impl() 1211 SvtModuleOptions aModuleOpt; in OfaState_Impl()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sddll.cxx | 71 if (SvtModuleOptions().IsImpress()) in Init() 74 if (SvtModuleOptions().IsDraw()) in Init() 92 if (SvtModuleOptions().IsImpress()) in Init() 99 if (SvtModuleOptions().IsDraw()) in Init()
|
H A D | sddll1.cxx | 66 if (SvtModuleOptions().IsImpress()) in RegisterFactorys() 77 if (SvtModuleOptions().IsDraw()) in RegisterFactorys()
|
/aoo41x/main/framework/source/services/ |
H A D | backingwindow.cxx | 490 SvtModuleOptions aModuleOptions; in initControls() 529 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls() 532 aModuleOptions, SvtModuleOptions::E_SDRAW, in initControls() 536 aModuleOptions, SvtModuleOptions::E_SCALC, in initControls() 539 aModuleOptions, SvtModuleOptions::E_SDATABASE, in initControls() 543 aModuleOptions, SvtModuleOptions::E_SIMPRESS, in initControls() 546 aModuleOptions, SvtModuleOptions::E_SMATH, in initControls() 552 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls() 555 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls() 622 SvtModuleOptions& i_rOpt, SvtModuleOptions::EModule i_eMod, in layoutButton()
|
H A D | backingwindow.hxx | 143 SvtModuleOptions& i_rOpt, SvtModuleOptions::EModule i_eMod,
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 188 if( SvtModuleOptions().IsImpress() ) in detect() 196 if( !pFilter && SvtModuleOptions().IsDraw() ) in detect() 324 if ( SvtModuleOptions().IsImpress() ) in detect() 326 else if ( SvtModuleOptions().IsDraw() ) in detect() 344 … if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect() 366 if( SvtModuleOptions().IsImpress() ) in detect()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 81 class UNOTOOLS_DLLPUBLIC SvtModuleOptions: public utl::detail::Options class 132 SvtModuleOptions(); 133 virtual ~SvtModuleOptions();
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 1350 SvtModuleOptions aModOpt; in lcl_getModuleHelpModuleName() 1351 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 194 if ( SvtModuleOptions().IsChart() ) in ActivateObject() 460 if ( bOle || bTabProt || !SvtModuleOptions().IsChart() || bShared ) in GetDrawInsState() 465 if ( bOle || bTabProt || !SvtModuleOptions().IsMath() || bShared ) in GetDrawInsState()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hlmailtp.cxx | 86 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in SvxHyperlinkMailTp()
|
/aoo41x/main/framework/source/dispatch/ |
H A D | startmoduledispatcher.cxx | 162 if ( ! SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) in implts_isBackingModePossible()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 550 if( xSet.is() && (GetExport().GetModelType() == SvtModuleOptions::E_DRAW) ) try in exportShape() 632 if ( ( GetExport().GetModelType() != SvtModuleOptions::E_WRITER && in exportShape() 633 GetExport().GetModelType() != SvtModuleOptions::E_WRITERWEB && in exportShape() 634 GetExport().GetModelType() != SvtModuleOptions::E_WRITERGLOBAL ) || in exportShape()
|
/aoo41x/main/svx/source/form/ |
H A D | fmshell.cxx | 898 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in GetState() 920 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in GetState()
|