LibreOffice Module svx (master)
1
|
Helper class for the communication between the dialog In order to break open Metafiles (sd/source/ui/dlg/brkdlg.cxx), SdrEditView::DoImportMarkedMtf() and ImpSdrGDIMetaFileImport::DoImport() More...
#include <svdetc.hxx>
Public Member Functions | |
SvdProgressInfo (const Link< void *, bool > &_pLink) | |
void | Init (size_t _nObjCount) |
void | SetNextObject () |
void | SetActionCount (size_t _nActionCount) |
void | SetInsertCount (size_t _nInsertCount) |
bool | ReportActions (size_t nActionCount) |
void | ReportInserts (size_t nInsertCount) |
size_t | GetSumCurAction () const |
size_t | GetObjCount () const |
size_t | GetCurObj () const |
size_t | GetActionCount () const |
size_t | GetCurAction () const |
size_t | GetInsertCount () const |
size_t | GetCurInsert () const |
void | ReportRescales (size_t nRescaleCount) |
Private Attributes | |
size_t | m_nSumCurAction |
size_t | m_nActionCount |
size_t | m_nCurAction |
size_t | m_nInsertCount |
size_t | m_nCurInsert |
size_t | m_nObjCount |
size_t | m_nCurObj |
Link< void *, bool > | maLink |
Helper class for the communication between the dialog In order to break open Metafiles (sd/source/ui/dlg/brkdlg.cxx), SdrEditView::DoImportMarkedMtf() and ImpSdrGDIMetaFileImport::DoImport()
Definition at line 111 of file svdetc.hxx.
Definition at line 435 of file svdetc.cxx.
References m_nActionCount, m_nCurAction, m_nCurInsert, m_nCurObj, m_nInsertCount, m_nObjCount, m_nSumCurAction, and maLink.
|
inline |
Definition at line 144 of file svdetc.hxx.
|
inline |
Definition at line 145 of file svdetc.hxx.
|
inline |
Definition at line 148 of file svdetc.hxx.
|
inline |
Definition at line 142 of file svdetc.hxx.
|
inline |
Definition at line 147 of file svdetc.hxx.
|
inline |
Definition at line 141 of file svdetc.hxx.
|
inline |
Definition at line 140 of file svdetc.hxx.
void SvdProgressInfo::Init | ( | size_t | _nObjCount | ) |
Definition at line 450 of file svdetc.cxx.
References m_nObjCount.
bool SvdProgressInfo::ReportActions | ( | size_t | nActionCount | ) |
Definition at line 455 of file svdetc.cxx.
References Link< class, class >::Call(), m_nActionCount, m_nCurAction, m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), SdrEditView::DoImportMarkedMtf(), ImpSdrGDIMetaFileImport::DoLoopActions(), and SetNextObject().
void SvdProgressInfo::ReportInserts | ( | size_t | nInsertCount | ) |
Definition at line 465 of file svdetc.cxx.
References Link< class, class >::Call(), m_nCurInsert, m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::ReportRescales | ( | size_t | nRescaleCount | ) |
Definition at line 473 of file svdetc.cxx.
References Link< class, class >::Call(), m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::SetActionCount | ( | size_t | _nActionCount | ) |
Definition at line 479 of file svdetc.cxx.
References m_nActionCount.
Referenced by ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::SetInsertCount | ( | size_t | _nInsertCount | ) |
Definition at line 484 of file svdetc.cxx.
References m_nInsertCount.
Referenced by ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::SetNextObject | ( | ) |
Definition at line 489 of file svdetc.cxx.
References m_nActionCount, m_nCurAction, m_nCurInsert, m_nCurObj, m_nInsertCount, and ReportActions().
Referenced by SdrEditView::DoImportMarkedMtf().
|
private |
Definition at line 116 of file svdetc.hxx.
Referenced by ReportActions(), SetActionCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 117 of file svdetc.hxx.
Referenced by ReportActions(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 120 of file svdetc.hxx.
Referenced by ReportInserts(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 123 of file svdetc.hxx.
Referenced by SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 119 of file svdetc.hxx.
Referenced by SetInsertCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 122 of file svdetc.hxx.
Referenced by Init(), and SvdProgressInfo().
|
private |
Definition at line 114 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().
Definition at line 125 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().