Home
last modified time | relevance | path

Searched refs:SvtModuleOptions (Results 1 – 25 of 74) sorted by relevance

123

/aoo42x/main/unotools/source/config/
H A Dmoduleoptions.cxx607 …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 …]
/aoo42x/main/cui/source/options/
H A Doptsave.cxx205 SvtModuleOptions aModuleOpt; in SfxSaveTabPage()
206 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in SfxSaveTabPage()
213 pImpl->aDefaultArr[APP_MATH] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_MATH); in SfxSaveTabPage()
217 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in SfxSaveTabPage()
224 pImpl->aDefaultArr[APP_DRAW] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_DRAW); in SfxSaveTabPage()
228 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in SfxSaveTabPage()
239 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in SfxSaveTabPage()
246 pImpl->aDefaultArr[APP_CALC] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_CALC); in SfxSaveTabPage()
250 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in SfxSaveTabPage()
434 SvtModuleOptions aModuleOpt; in FillItemSet()
[all …]
H A Doptfltr.cxx241 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 Doptcolor.cxx343 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 Dtreeopt.cxx1980 SvtModuleOptions aModuleOpt; in Initialize()
1981 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in Initialize()
2032 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in Initialize()
2060 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in Initialize()
2085 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in Initialize()
2109 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in Initialize()
2131 ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) in Initialize()
2132 || aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) in Initialize()
2133 || aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) in Initialize()
/aoo42x/main/desktop/source/app/
H A Dofficeipcthread.cxx797 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 Dapp.cxx2098 (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) && in Main()
3188 SvtModuleOptions aOpt; in OpenClients()
3246 SvtModuleOptions aOpt; in OpenDefault()
3256 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault()
3262 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DRAW ); in OpenDefault()
3264 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_MATH ); in OpenDefault()
3274 if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3276 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
3278 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
3280 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in OpenDefault()
[all …]
/aoo42x/main/sfx2/source/doc/
H A Ddocfac.cxx324 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 Ddocvor.cxx288 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 …]
/aoo42x/main/sfx2/source/appl/
H A Dsfxhelp.cxx649 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 Dshutdowniconaqua.mm410 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 Dshutdowniconw32.cxx201 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 Dappserv.cxx570 if ( !SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SDATABASE) ) in MiscState_Impl()
1115 SvtModuleOptions aModuleOpt; in OfaExec_Impl()
1211 SvtModuleOptions aModuleOpt; in OfaState_Impl()
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx488 SvtModuleOptions aModuleOptions; in initControls()
527 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls()
530 aModuleOptions, SvtModuleOptions::E_SDRAW, in initControls()
534 aModuleOptions, SvtModuleOptions::E_SCALC, in initControls()
537 aModuleOptions, SvtModuleOptions::E_SDATABASE, in initControls()
541 aModuleOptions, SvtModuleOptions::E_SIMPRESS, in initControls()
544 aModuleOptions, SvtModuleOptions::E_SMATH, in initControls()
550 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls()
553 aModuleOptions, SvtModuleOptions::E_SWRITER, in initControls()
620 SvtModuleOptions& i_rOpt, SvtModuleOptions::EModule i_eMod, in layoutButton()
H A Dbackingwindow.hxx143 SvtModuleOptions& i_rOpt, SvtModuleOptions::EModule i_eMod,
/aoo42x/main/sd/source/ui/app/
H A Dsddll.cxx69 if (SvtModuleOptions().IsImpress()) in Init()
72 if (SvtModuleOptions().IsDraw()) in Init()
90 if (SvtModuleOptions().IsImpress()) in Init()
97 if (SvtModuleOptions().IsDraw()) in Init()
H A Dsddll1.cxx64 if (SvtModuleOptions().IsImpress()) in RegisterFactorys()
75 if (SvtModuleOptions().IsDraw()) in RegisterFactorys()
/aoo42x/main/sd/source/filter/
H A Dsddetect.cxx203 if( SvtModuleOptions().IsImpress() ) in detect()
211 if( !pFilter && SvtModuleOptions().IsDraw() ) in detect()
339 if ( SvtModuleOptions().IsImpress() ) in detect()
341 else if ( SvtModuleOptions().IsDraw() ) in detect()
359 if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
381 if( SvtModuleOptions().IsImpress() ) in detect()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1350 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()
/aoo42x/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx81 class UNOTOOLS_DLLPUBLIC SvtModuleOptions: public utl::detail::Options class
132 SvtModuleOptions();
133 virtual ~SvtModuleOptions();
/aoo42x/main/sc/source/ui/view/
H A Dtabvwshb.cxx194 if ( SvtModuleOptions().IsChart() ) in ActivateObject()
460 if ( bOle || bTabProt || !SvtModuleOptions().IsChart() || bShared ) in GetDrawInsState()
465 if ( bOle || bTabProt || !SvtModuleOptions().IsMath() || bShared ) in GetDrawInsState()
/aoo42x/main/cui/source/dialogs/
H A Dhlmailtp.cxx86 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in SvxHyperlinkMailTp()
/aoo42x/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx162 if ( ! SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) in implts_isBackingModePossible()
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport.cxx550 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()
/aoo42x/main/svx/source/form/
H A Dfmshell.cxx898 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in GetState()
920 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in GetState()

Completed in 170 milliseconds

123