Home
last modified time | relevance | path

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

123

/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx387 SvtModuleOptions_Impl(SvtModuleOptions* pOutsideClass);
399 …sal_Bool IsModuleInstalled ( SvtModuleOptions::EModule eModule ) const;
401 …::rtl::OUString GetFactoryName ( SvtModuleOptions::EFactory eFactory ) const;
402 …::rtl::OUString GetFactoryShortName ( SvtModuleOptions::EFactory eFactory ) const;
403 …::rtl::OUString GetFactoryStandardTemplate( SvtModuleOptions::EFactory eFactory ) const;
404 …::rtl::OUString GetFactoryWindowAttributes( SvtModuleOptions::EFactory eFactory ) const;
405 …::rtl::OUString GetFactoryEmptyDocumentURL( SvtModuleOptions::EFactory eFactory ) const;
406 …::rtl::OUString GetFactoryDefaultFilter ( SvtModuleOptions::EFactory eFactory ) const;
407 …sal_Bool IsDefaultFilterReadonly( SvtModuleOptions::EFactory eFactory ) const;
408 …sal_Int32 GetFactoryIcon ( SvtModuleOptions::EFactory eFactory ) const;
[all …]
/trunk/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()
214 …pImpl->aDefaultReadonlyArr[APP_MATH] = aModuleOpt.IsDefaultFilterReadonly(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()
225 …pImpl->aDefaultReadonlyArr[APP_DRAW] = aModuleOpt.IsDefaultFilterReadonly(SvtModuleOptions::E_DRAW… in SfxSaveTabPage()
228 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in SfxSaveTabPage()
235 … pImpl->aDefaultArr[APP_IMPRESS] = aModuleOpt.GetFactoryDefaultFilter(SvtModuleOptions::E_IMPRESS); in SfxSaveTabPage()
236 …aDefaultReadonlyArr[APP_IMPRESS] = aModuleOpt.IsDefaultFilterReadonly(SvtModuleOptions::E_IMPRESS); in SfxSaveTabPage()
[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()
/trunk/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()
3191 if ( pArgs->IsWriter() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenClients()
3192 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_WRITER ); in OpenClients()
3193 else if ( pArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenClients()
3194 aRequest.aModule = aOpt.GetFactoryName( SvtModuleOptions::E_CALC ); in OpenClients()
3195 … else if ( pArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenClients()
3196 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_IMPRESS ); in OpenClients()
3197 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenClients()
3198 aRequest.aModule= aOpt.GetFactoryName( SvtModuleOptions::E_DRAW ); in OpenClients()
[all …]
/trunk/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()
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()
[all …]
/trunk/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()
/trunk/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.hxx141 SvtModuleOptions& i_rOpt, SvtModuleOptions::EModule i_eMod,
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx81 class UNOTOOLS_DLLPUBLIC SvtModuleOptions: public utl::detail::Options class
132 SvtModuleOptions();
133 virtual ~SvtModuleOptions();
/trunk/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()
/trunk/main/cui/source/dialogs/
H A Dhlmailtp.cxx86 if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in SvxHyperlinkMailTp()
/trunk/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx162 if ( ! SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) in implts_isBackingModePossible()
/trunk/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()
/trunk/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()

123