Lines Matching refs:SvtModuleOptions

2098                 (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()
3246 SvtModuleOptions aOpt; in OpenDefault()
3253 if ( pArgs->IsWriter() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3254 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_WRITER ); in OpenDefault()
3255 else if ( pArgs->IsCalc() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
3256 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault()
3257 else if ( pArgs->IsImpress() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
3258 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_IMPRESS ); in OpenDefault()
3259 else if ( pArgs->IsBase() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in OpenDefault()
3260 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DATABASE ); in OpenDefault()
3261 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenDefault()
3262 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DRAW ); in OpenDefault()
3263 else if ( pArgs->IsMath() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in OpenDefault()
3264 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_MATH ); in OpenDefault()
3265 else if ( pArgs->IsGlobal() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3266 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_WRITERGLOBAL ); in OpenDefault()
3267 else if ( pArgs->IsWeb() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3268 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_WRITERWEB ); in OpenDefault()
3274 if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SWRITER ) ) in OpenDefault()
3275 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_WRITER ); in OpenDefault()
3276 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SCALC ) ) in OpenDefault()
3277 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_CALC ); in OpenDefault()
3278 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SIMPRESS ) ) in OpenDefault()
3279 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_IMPRESS ); in OpenDefault()
3280 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) in OpenDefault()
3281 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DATABASE ); in OpenDefault()
3282 else if ( aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenDefault()
3283 aName = aOpt.GetFactoryEmptyDocumentURL( SvtModuleOptions::E_DRAW ); in OpenDefault()