LibreOffice Module cui (master)
1
|
#include <sal/config.h>
#include <tipofthedaydlg.hxx>
#include <tipoftheday.hrc>
#include <sfx2/viewfrm.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/help.hxx>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <comphelper/dispatchcommand.hxx>
#include <dialmgr.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <unotools/resmgr.hxx>
#include <unotools/configmgr.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
Go to the source code of this file.
Functions | |
static bool | file_exists (const OUString &fileName) |
IMPL_LINK (TipOfTheDayDialog, OnLinkClick, weld::LinkButton &, rButton, bool) | |
IMPL_LINK_NOARG (TipOfTheDayDialog, OnNextClick, weld::Button &, void) | |
|
static |
Definition at line 76 of file tipofthedaydlg.cxx.
Referenced by TipOfTheDayDialog::UpdateTip().
IMPL_LINK | ( | TipOfTheDayDialog | , |
OnLinkClick | , | ||
weld::LinkButton & | , | ||
rButton | , | ||
bool | |||
) |
Definition at line 182 of file tipofthedaydlg.cxx.
References comphelper::dispatchCommand(), Application::GetHelp(), weld::DialogController::response(), RET_OK, and Help::Start().
IMPL_LINK_NOARG | ( | TipOfTheDayDialog | , |
OnNextClick | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 197 of file tipofthedaydlg.cxx.