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 <vcl/window.hxx>
#include <vcl/ImageTree.hxx>
#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 <toolkit/helper/vclunohelper.hxx>
#include <unotools/resmgr.hxx>
#include <unotools/configmgr.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <bitmaps.hlst>
Go to the source code of this file.
Functions | |
IMPL_LINK (TipOfTheDayDialog, Terminated, VclWindowEvent &, rEvent, void) | |
static bool | file_exists (const OUString &fileName) |
IMPL_LINK (TipOfTheDayDialog, OnLinkClick, weld::LinkButton &, rButton, bool) | |
IMPL_LINK_NOARG (TipOfTheDayDialog, OnNextClick, weld::Button &, void) | |
Variables | |
const Size | ThumbSize (150, 150) |
|
static |
Definition at line 122 of file tipofthedaydlg.cxx.
Referenced by TipOfTheDayDialog::UpdateTip().
IMPL_LINK | ( | TipOfTheDayDialog | , |
OnLinkClick | , | ||
weld::LinkButton & | , | ||
rButton | , | ||
bool | |||
) |
Definition at line 245 of file tipofthedaydlg.cxx.
References comphelper::dispatchCommand(), Application::GetHelp(), weld::DialogController::response(), RET_OK, and Help::Start().
IMPL_LINK | ( | TipOfTheDayDialog | , |
Terminated | , | ||
VclWindowEvent & | , | ||
rEvent | , | ||
void | |||
) |
Definition at line 93 of file tipofthedaydlg.cxx.
References weld::DialogController::response(), and RET_OK.
IMPL_LINK_NOARG | ( | TipOfTheDayDialog | , |
OnNextClick | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 260 of file tipofthedaydlg.cxx.
const Size ThumbSize(150, 150) | ( | 150 | , |
150 | |||
) |
Referenced by TipOfTheDayDialog::TipOfTheDayDialog(), and TipOfTheDayDialog::UpdateTip().