Home
last modified time | relevance | path

Searched refs:E_SIMPRESS (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/unotools/source/config/
H A Dmoduleoptions.cxx611 …case SvtModuleOptions::E_SIMPRESS : bInstalled = m_lFactories[SvtModuleOptions::E_IMPRESS].get… in IsModuleInstalled()
641 if( m_lFactories[SvtModuleOptions::E_SIMPRESS].getInstalled() ) in GetAllServiceNames()
664 if( m_lFactories[SvtModuleOptions::E_SIMPRESS].getInstalled() ) in GetAllServiceNames()
665 aRet[n++] = m_lFactories[SvtModuleOptions::E_SIMPRESS].getFactory(); in GetAllServiceNames()
1280 return m_pDataContainer->IsModuleInstalled( E_SIMPRESS ); in IsImpress()
1307 if( m_pDataContainer->IsModuleInstalled( E_SIMPRESS ) == sal_True ) in GetFeatures()
1366 … case SvtModuleOptions::E_SIMPRESS : { return ::rtl::OUString::createFromAscii("Impress"); } in GetModuleName()
1574 if (m_pDataContainer->IsModuleInstalled(SvtModuleOptions::E_SIMPRESS)) in GetDefaultModuleName()
/AOO41X/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx93 E_SIMPRESS = 3, enumerator
/AOO41X/main/cui/source/options/
H A Doptfltr.cxx250 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in Reset()
H A Doptsave.cxx228 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in SfxSaveTabPage()
H A Doptcolor.cxx379 _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ); in lcl_isGroupVisible()
H A Dtreeopt.cxx2060 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in Initialize()
/AOO41X/main/sfx2/source/doc/
H A Ddocvor.cxx1585 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in GetPath_Impl()
1681 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in GetPaths_Impl()
/AOO41X/main/desktop/source/app/
H A Dapp.cxx3183 … else if ( pArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenClients()
3245 else if ( pArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
3266 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
H A Dofficeipcthread.cxx882 … else if ( aCmdLineArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in run()
/AOO41X/main/sfx2/source/appl/
H A Dsfxhelp.cxx654 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in getDefaultModule_Impl()
H A Dshutdowniconaqua.mm436 { SvtModuleOptions::E_SIMPRESS, MI_IMPRESS, IMPRESS_WIZARD_URL },
H A Dshutdowniconw32.cxx240 … { SvtModuleOptions::E_SIMPRESS, IDM_IMPRESS,ICON_PRESENTATION_DOCUMENT, IMPRESS_WIZARD_URL }, in createSystrayMenu()
/AOO41X/main/framework/source/services/
H A Dbackingwindow.cxx541 aModuleOptions, SvtModuleOptions::E_SIMPRESS, in initControls()
/AOO41X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1357 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in lcl_getModuleHelpModuleName()
/AOO41X/main/sd/source/ui/view/
H A DDocumentRenderer.cxx432 … aOpt.GetModuleName( mbImpress ? SvtModuleOptions::E_SIMPRESS : SvtModuleOptions::E_SDRAW ) ); in ProcessResource()