LibreOffice Module sfx2 (master) 1
|
#include <objshimp.hxx>
Public Member Functions | |
AutoReloadTimer_Impl (OUString aURL, sal_uInt32 nTime, SfxObjectShell *pSh) | |
virtual void | Invoke () override |
Public Member Functions inherited from Timer | |
Timer (const char *pDebugName) | |
Timer (const Timer &rTimer) | |
virtual | ~Timer () override |
Timer & | operator= (const Timer &rTimer) |
virtual void | Invoke () override |
void | Invoke (Timer *arg) |
void | SetInvokeHandler (const Link< Timer *, void > &rLink) |
void | ClearInvokeHandler () |
void | SetTimeout (sal_uInt64 nTimeoutMs) |
sal_uInt64 | GetTimeout () const |
virtual void | Start (bool bStartTimer=true) override |
Public Member Functions inherited from Task | |
Task (const char *pDebugName) | |
Task (const Task &rTask) | |
virtual | ~Task () COVERITY_NOEXCEPT_FALSE |
Task & | operator= (const Task &rTask) |
void | SetPriority (TaskPriority ePriority) |
TaskPriority | GetPriority () const |
const char * | GetDebugName () const |
virtual void | Invoke ()=0 |
virtual void | Start (bool bStartTimer=true) |
void | Stop () |
bool | IsActive () const |
void | SetStatic () |
bool | IsStatic () const |
Private Attributes | |
OUString | aUrl |
SfxObjectShell * | pObjSh |
Additional Inherited Members | |
Protected Member Functions inherited from Timer | |
virtual void | SetDeletionFlags () override |
virtual sal_uInt64 | UpdateMinPeriod (sal_uInt64 nTimeNow) const override |
Timer (bool bAuto, const char *pDebugName) | |
Protected Member Functions inherited from Task | |
const ImplSchedulerData * | GetSchedulerData () const |
virtual void | SetDeletionFlags () |
virtual sal_uInt64 | UpdateMinPeriod (sal_uInt64 nTimeNow) const=0 |
Static Protected Member Functions inherited from Task | |
static void | StartTimer (sal_uInt64 nMS) |
Definition at line 41 of file objshimp.hxx.
AutoReloadTimer_Impl::AutoReloadTimer_Impl | ( | OUString | aURL, |
sal_uInt32 | nTime, | ||
SfxObjectShell * | pSh | ||
) |
Definition at line 1280 of file objmisc.cxx.
References Timer::SetTimeout().
|
overridevirtual |
Reimplemented from Timer.
Definition at line 1288 of file objmisc.cxx.
References aUrl, SfxObjectShell::CanReload_Impl(), SfxViewFrame::ExecReload_Impl(), SfxObjectShell::Get_Impl(), SfxViewFrame::GetFirst(), SfxObjectShell::GetMedium(), SfxMedium::GetName(), SfxObjectShell::HasName(), SfxObjectShell::IsAutoLoadLocked(), Application::IsUICaptured(), pObjSh, SfxObjectShell_Impl::pReloadTimer, SfxItemSet::Put(), SfxGetpApp(), SLOT, and Timer::Start().
|
private |
Definition at line 43 of file objshimp.hxx.
Referenced by Invoke().
|
private |
Definition at line 44 of file objshimp.hxx.
Referenced by Invoke().