Home
last modified time | relevance | path

Searched refs:SvtHelpOptions (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svtools/source/config/
H A Dhelpopt.cxx543 SvtHelpOptions::SvtHelpOptions() in SvtHelpOptions() function in SvtHelpOptions
614 SvtHelpOptions::~SvtHelpOptions() in ~SvtHelpOptions()
626 void SvtHelpOptions::SetExtendedHelp( sal_Bool b ) in SetExtendedHelp()
631 sal_Bool SvtHelpOptions::IsExtendedHelp() const in IsExtendedHelp()
636 void SvtHelpOptions::SetHelpTips( sal_Bool b ) in SetHelpTips()
641 sal_Bool SvtHelpOptions::IsHelpTips() const in IsHelpTips()
711 void SvtHelpOptions::resetAgentIgnoreURLCounter() in resetAgentIgnoreURLCounter()
723 sal_Bool SvtHelpOptions::IsWelcomeScreen() const in IsWelcomeScreen()
728 IdList* SvtHelpOptions::GetPIStarterList() in GetPIStarterList()
741 String SvtHelpOptions::GetLocale() const in GetLocale()
[all …]
H A Ditemholder2.cxx172 rItem.pItem = new SvtHelpOptions(); in impl_newItem()
/trunk/main/svtools/inc/svtools/
H A Dhelpopt.hxx39 class SVT_DLLPUBLIC SvtHelpOptions: public utl::detail::Options class
44 SvtHelpOptions();
45 virtual ~SvtHelpOptions();
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx89 sal_Int32 nAllowedToIgnore = SvtHelpOptions().getAgentIgnoreURLCounter(aURL.Complete); in dispatch()
222 SvtHelpOptions().resetAgentIgnoreURLCounter(sAcceptedURL); in implts_acceptCurrentURL()
248 SvtHelpOptions().decAgentIgnoreURLCounter(sIgnoredURL); in implts_ignoreCurrentURL()
294 sal_Int32 nTime = SvtHelpOptions().GetHelpAgentTimeoutPeriod(); in implts_startTimer()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx57 class SvtHelpOptions;
120 SvtHelpOptions* pHelpOptions;
/trunk/main/sc/source/ui/vba/
H A Dvbaassistant.cxx61 if( SvtHelpOptions().IsHelpAgentAutoStartMode() ) in getOn()
69 SvtHelpOptions().SetHelpAgentAutoStartMode( bOn ); in setOn()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx317 if ( SvtHelpOptions().IsHelpTips() ) in GetOrCreate()
321 if ( SvtHelpOptions().IsHelpTips() && SvtHelpOptions().IsExtendedHelp() ) in GetOrCreate()
H A Dappserv.cxx374 SvtHelpOptions().SetHelpTips( bOn ); in MiscExec_Impl()
402 SvtHelpOptions().SetExtendedHelp( bOn ); in MiscExec_Impl()
415 SvtHelpOptions aHelpOpt; in MiscExec_Impl()
600 rSet.Put( SfxBoolItem( SID_HELP_PI, SvtHelpOptions().IsHelpAgentAutoStartMode() ) ); in MiscState_Impl()
H A Dsfxhelp.cxx176 rURL += SvtHelpOptions().GetSystem(); in AppendConfigToken_Impl()
1032 if ( SvtHelpOptions().IsHelpAgentAutoStartMode() ) in OpenHelpAgent()
H A Dappcfg.cxx178 SvtHelpOptions aHelpOptions; in GetOptions()
539 SvtHelpOptions aHelpOptions; in SetOptions_Impl()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx338 SvtHelpOptions aHelpOptions; in FillItemSet()
392 SvtHelpOptions aHelpOptions; in Reset()
486 SvtHelpOptions().resetAgentIgnoreURLCounter(); in IMPL_LINK()
H A Dtreeopt.cxx1699 if ( SvtHelpOptions().IsHelpTips() != Help::IsQuickHelpEnabled() ) in ApplyItemSet()
1700 SvtHelpOptions().IsHelpTips() ? Help::EnableQuickHelp() : Help::DisableQuickHelp(); in ApplyItemSet()
1701 if ( SvtHelpOptions().IsExtendedHelp() != Help::IsBalloonHelpEnabled() ) in ApplyItemSet()
1702 SvtHelpOptions().IsExtendedHelp() ? Help::EnableBalloonHelp() : Help::DisableBalloonHelp(); in ApplyItemSet()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1457 _rURL += SvtHelpOptions().GetSystem(); in AppendConfigToken()

Completed in 285 milliseconds