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 112 of file svdetc.hxx.
Definition at line 413 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 145 of file svdetc.hxx.
|
inline |
Definition at line 146 of file svdetc.hxx.
|
inline |
Definition at line 149 of file svdetc.hxx.
|
inline |
Definition at line 143 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 141 of file svdetc.hxx.
void SvdProgressInfo::Init | ( | size_t | _nObjCount | ) |
Definition at line 428 of file svdetc.cxx.
References m_nObjCount.
bool SvdProgressInfo::ReportActions | ( | size_t | nActionCount | ) |
Definition at line 433 of file svdetc.cxx.
References m_nActionCount, m_nCurAction, m_nSumCurAction, and maLink.
Referenced by ImpSdrPdfImport::DoImport(), ImpSdrGDIMetaFileImport::DoImport(), SdrEditView::DoImportMarkedMtf(), ImpSdrGDIMetaFileImport::DoLoopActions(), ImpSdrPdfImport::DoObjects(), and SetNextObject().
void SvdProgressInfo::ReportInserts | ( | size_t | nInsertCount | ) |
Definition at line 443 of file svdetc.cxx.
References m_nCurInsert, m_nSumCurAction, and maLink.
Referenced by ImpSdrPdfImport::DoImport(), and ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::ReportRescales | ( | size_t | nRescaleCount | ) |
Definition at line 451 of file svdetc.cxx.
References m_nSumCurAction, and maLink.
Referenced by ImpSdrPdfImport::DoImport(), and ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::SetActionCount | ( | size_t | _nActionCount | ) |
Definition at line 457 of file svdetc.cxx.
References m_nActionCount.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), and ImpSdrPdfImport::DoObjects().
void SvdProgressInfo::SetInsertCount | ( | size_t | _nInsertCount | ) |
Definition at line 462 of file svdetc.cxx.
References m_nInsertCount.
Referenced by ImpSdrPdfImport::DoImport(), and ImpSdrGDIMetaFileImport::DoImport().
void SvdProgressInfo::SetNextObject | ( | ) |
Definition at line 467 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 117 of file svdetc.hxx.
Referenced by ReportActions(), SetActionCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 118 of file svdetc.hxx.
Referenced by ReportActions(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 121 of file svdetc.hxx.
Referenced by ReportInserts(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 124 of file svdetc.hxx.
Referenced by SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 120 of file svdetc.hxx.
Referenced by SetInsertCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 123 of file svdetc.hxx.
Referenced by Init(), and SvdProgressInfo().
|
private |
Definition at line 115 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().
Definition at line 126 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().