LibreOffice Module cui (master) 1
Functions | Variables
tipofthedaydlg.cxx File Reference
#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>
Include dependency graph for tipofthedaydlg.cxx:

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)
 

Function Documentation

◆ file_exists()

static bool file_exists ( const OUString &  fileName)
static

Definition at line 122 of file tipofthedaydlg.cxx.

Referenced by TipOfTheDayDialog::UpdateTip().

◆ IMPL_LINK() [1/2]

IMPL_LINK ( TipOfTheDayDialog  ,
OnLinkClick  ,
weld::LinkButton ,
rButton  ,
bool   
)

◆ IMPL_LINK() [2/2]

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()

IMPL_LINK_NOARG ( TipOfTheDayDialog  ,
OnNextClick  ,
weld::Button ,
void   
)

Definition at line 260 of file tipofthedaydlg.cxx.

Variable Documentation

◆ ThumbSize

const Size ThumbSize(150, 150) ( 150  ,
150   
)