Home
last modified time | relevance | path

Searched refs:IsExtendedHelp (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svtools/source/config/
H A Dhelpopt.cxx84 sal_Bool IsExtendedHelp() const { return bExtendedHelp; } in IsExtendedHelp() function in SvtHelpOptions_Impl
267 if ( IsExtendedHelp() != Help::IsBalloonHelpEnabled() ) in Load()
268 IsExtendedHelp() ? Help::EnableBalloonHelp() : Help::DisableBalloonHelp(); in Load()
631 sal_Bool SvtHelpOptions::IsExtendedHelp() const in IsExtendedHelp() function in SvtHelpOptions
633 return pImp->IsExtendedHelp(); in IsExtendedHelp()
/aoo41x/main/svtools/inc/svtools/
H A Dhelpopt.hxx48 sal_Bool IsExtendedHelp() const;
/aoo41x/main/sfx2/source/appl/
H A Dapp.cxx321 if ( SvtHelpOptions().IsHelpTips() && SvtHelpOptions().IsExtendedHelp() ) in GetOrCreate()
H A Dappcfg.cxx279 aHelpOptions.IsExtendedHelp() ) ) ) in GetOptions()
/aoo41x/main/cui/source/options/
H A Dtreeopt.cxx1700 if ( SvtHelpOptions().IsExtendedHelp() != Help::IsBalloonHelpEnabled() ) in ApplyItemSet()
1701 SvtHelpOptions().IsExtendedHelp() ? Help::EnableBalloonHelp() : Help::DisableBalloonHelp(); in ApplyItemSet()
H A Doptgdlg.cxx394 aExtHelpCB.Check( aHelpOptions.IsHelpTips() && aHelpOptions.IsExtendedHelp() ); in Reset()

Completed in 84 milliseconds