Searched refs:SetBoolParam_Impl (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/desktop/source/app/ |
| H A D | cmdlineargs.cxx | 367 void CommandLineArgs::SetBoolParam_Impl( BoolParam eParam, sal_Bool bValue ) in SetBoolParam_Impl() function in desktop::CommandLineArgs 379 SetBoolParam_Impl( CMD_BOOLPARAM_MINIMIZED, sal_True ); in InterpretCommandLineParameter() 384 SetBoolParam_Impl( CMD_BOOLPARAM_INVISIBLE, sal_True ); in InterpretCommandLineParameter() 389 SetBoolParam_Impl( CMD_BOOLPARAM_NORESTORE, sal_True ); in InterpretCommandLineParameter() 394 SetBoolParam_Impl( CMD_BOOLPARAM_NODEFAULT, sal_True ); in InterpretCommandLineParameter() 399 SetBoolParam_Impl( CMD_BOOLPARAM_BEAN, sal_True ); in InterpretCommandLineParameter() 404 SetBoolParam_Impl( CMD_BOOLPARAM_PLUGIN, sal_True ); in InterpretCommandLineParameter() 409 SetBoolParam_Impl( CMD_BOOLPARAM_SERVER, sal_True ); in InterpretCommandLineParameter() 415 SetBoolParam_Impl( CMD_BOOLPARAM_HEADLESS, sal_True ); in InterpretCommandLineParameter() 416 SetBoolParam_Impl( CMD_BOOLPARAM_INVISIBLE, sal_True ); in InterpretCommandLineParameter() [all …]
|
| H A D | cmdlineargs.hxx | 197 void SetBoolParam_Impl( BoolParam eParam, sal_Bool bValue );
|