LibreOffice Module sd (master) 1
|
dialog to break meta files More...
#include <BreakDlg.hxx>
Public Member Functions | |
BreakDlg (weld::Window *pWindow, DrawView *pDrView, DrawDocShell *pShell, sal_uLong nSumActionCount, sal_uLong nObjCount) | |
dialog to split metafiles More... | |
virtual short | run () override |
open a modal dialog and start a timer which calls the working function after the opening of the dialog More... | |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Member Functions | |
DECL_LINK (CancelButtonHdl, weld::Button &, void) | |
DECL_LINK (UpDate, void *, bool) | |
DECL_LINK (InitialUpdate, Timer *, void) | |
Private Attributes | |
std::unique_ptr< weld::Label > | m_xFiObjInfo |
std::unique_ptr< weld::Label > | m_xFiActInfo |
std::unique_ptr< weld::Label > | m_xFiInsInfo |
std::unique_ptr< weld::Button > | m_xBtnCancel |
DrawView * | m_pDrView |
bool | m_bCancel |
Idle | m_aUpdateIdle |
std::unique_ptr< SvdProgressInfo > | m_xProgrInfo |
std::unique_ptr< SfxProgress > | m_xProgress |
dialog to break meta files
Definition at line 35 of file BreakDlg.hxx.
sd::BreakDlg::BreakDlg | ( | weld::Window * | pWindow, |
DrawView * | pDrView, | ||
DrawDocShell * | pShell, | ||
sal_uLong | nSumActionCount, | ||
sal_uLong | nObjCount | ||
) |
dialog to split metafiles
Definition at line 39 of file brkdlg.cxx.
References LINK, m_aUpdateIdle, m_xBtnCancel, m_xProgress, m_xProgrInfo, SdResId(), Timer::SetInvokeHandler(), and Task::SetPriority().
|
private |
|
private |
|
private |
|
overridevirtual |
open a modal dialog and start a timer which calls the working function after the opening of the dialog
Definition at line 139 of file brkdlg.cxx.
References m_aUpdateIdle, and Idle::Start().
|
private |
Definition at line 53 of file BreakDlg.hxx.
Referenced by BreakDlg(), and run().
|
private |
Definition at line 51 of file BreakDlg.hxx.
|
private |
Definition at line 49 of file BreakDlg.hxx.
|
private |
Definition at line 47 of file BreakDlg.hxx.
Referenced by BreakDlg().
|
private |
Definition at line 45 of file BreakDlg.hxx.
|
private |
Definition at line 46 of file BreakDlg.hxx.
|
private |
Definition at line 44 of file BreakDlg.hxx.
|
private |
Definition at line 55 of file BreakDlg.hxx.
Referenced by BreakDlg().
|
private |
Definition at line 54 of file BreakDlg.hxx.
Referenced by BreakDlg().