Home
last modified time | relevance | path

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

/AOO41X/main/unotools/source/config/
H A Dmoduleoptions.cxx607 …case SvtModuleOptions::E_SCALC : bInstalled = m_lFactories[SvtModuleOptions::E_CALC].getIns… in IsModuleInstalled()
637 if( m_lFactories[SvtModuleOptions::E_SCALC].getInstalled() ) in GetAllServiceNames()
660 if( m_lFactories[SvtModuleOptions::E_SCALC].getInstalled() ) in GetAllServiceNames()
661 aRet[n++] = m_lFactories[SvtModuleOptions::E_SCALC].getFactory(); in GetAllServiceNames()
1259 return m_pDataContainer->IsModuleInstalled( E_SCALC ); in IsCalc()
1303 if( m_pDataContainer->IsModuleInstalled( E_SCALC ) == sal_True ) in GetFeatures()
1364 case SvtModuleOptions::E_SCALC : { return ::rtl::OUString::createFromAscii("Calc"); } in GetModuleName()
1571 if (m_pDataContainer->IsModuleInstalled(SvtModuleOptions::E_SCALC)) in GetDefaultModuleName()
/AOO41X/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx91 E_SCALC = 1, enumerator
/AOO41X/main/cui/source/options/
H A Doptfltr.cxx248 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in Reset()
H A Doptsave.cxx239 if ( !aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in SfxSaveTabPage()
H A Dtreeopt.cxx2032 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in Initialize()
2133 || aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) in Initialize()
H A Doptcolor.cxx372 bRet = _rModOptions.IsModuleInstalled( SvtModuleOptions::E_SCALC ); in lcl_isGroupVisible()
/AOO41X/main/sfx2/source/doc/
H A Ddocvor.cxx1579 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in GetPath_Impl()
1675 if ( aModuleOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in GetPaths_Impl()
/AOO41X/main/desktop/source/app/
H A Dapp.cxx3181 else if ( pArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenClients()
3243 else if ( pArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
3264 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
H A Dofficeipcthread.cxx880 … else if ( aCmdLineArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in run()
/AOO41X/main/sfx2/source/appl/
H A Dsfxhelp.cxx652 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in getDefaultModule_Impl()
H A Dshutdowniconaqua.mm435 { SvtModuleOptions::E_SCALC, MI_CALC, CALC_URL },
H A Dshutdowniconw32.cxx239 { SvtModuleOptions::E_SCALC, IDM_CALC, ICON_SPREADSHEET_DOCUMENT, CALC_URL }, in createSystrayMenu()
/AOO41X/main/framework/source/services/
H A Dbackingwindow.cxx534 aModuleOptions, SvtModuleOptions::E_SCALC, in initControls()
/AOO41X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1355 else if ( aModOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in lcl_getModuleHelpModuleName()
/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx243 aOpt.GetModuleName( SvtModuleOptions::E_SCALC ) ); in ScPrintUIOptions()