Lines Matching refs:aHelpOptions
178 SvtHelpOptions aHelpOptions; in GetOptions() local
289 aHelpOptions.IsExtendedHelp() ) ) ) in GetOptions()
294 aHelpOptions.IsHelpTips() ) ) ) in GetOptions()
299 aHelpOptions.IsHelpAgentAutoStartMode() ) ) ) in GetOptions()
304 aHelpOptions.GetHelpAgentTimeoutPeriod() ) ) ) in GetOptions()
309 aHelpOptions.IsWelcomeScreen() ) ) ) in GetOptions()
314 aHelpOptions.GetHelpStyleSheet() ) ) ) in GetOptions()
539 SvtHelpOptions aHelpOptions; in SetOptions_Impl() local
653 aHelpOptions.SetExtendedHelp(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
660 aHelpOptions.SetHelpTips(((const SfxBoolItem *)pItem)->GetValue()); in SetOptions_Impl()
667 aHelpOptions.SetHelpAgentAutoStartMode( ((const SfxBoolItem *)pItem)->GetValue() ); in SetOptions_Impl()
674 aHelpOptions.SetHelpAgentTimeoutPeriod( ( (const SfxInt32Item*)pItem )->GetValue() ); in SetOptions_Impl()
681 aHelpOptions.SetWelcomeScreen( ((const SfxBoolItem *)pItem)->GetValue() ); in SetOptions_Impl()
697 aHelpOptions.SetHelpStyleSheet( ((const SfxStringItem *)pItem)->GetValue() ); in SetOptions_Impl()