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 110 of file svdetc.hxx.
SvdProgressInfo::SvdProgressInfo | ( | const Link< void *, bool > & | _pLink | ) |
Definition at line 405 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 143 of file svdetc.hxx.
|
inline |
Definition at line 144 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 146 of file svdetc.hxx.
|
inline |
Definition at line 140 of file svdetc.hxx.
|
inline |
Definition at line 139 of file svdetc.hxx.
void SvdProgressInfo::Init | ( | size_t | _nObjCount | ) |
Definition at line 420 of file svdetc.cxx.
References m_nObjCount.
bool SvdProgressInfo::ReportActions | ( | size_t | nActionCount | ) |
Definition at line 425 of file svdetc.cxx.
References Link< typename Arg, typename Ret >::Call(), m_nActionCount, m_nCurAction, m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), ImpSdrPdfImport::DoImport(), SdrEditView::DoImportMarkedMtf(), ImpSdrGDIMetaFileImport::DoLoopActions(), ImpSdrPdfImport::DoObjects(), and SetNextObject().
void SvdProgressInfo::ReportInserts | ( | size_t | nInsertCount | ) |
Definition at line 435 of file svdetc.cxx.
References Link< typename Arg, typename Ret >::Call(), m_nCurInsert, m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), and ImpSdrPdfImport::DoImport().
void SvdProgressInfo::ReportRescales | ( | size_t | nRescaleCount | ) |
Definition at line 443 of file svdetc.cxx.
References Link< typename Arg, typename Ret >::Call(), m_nSumCurAction, and maLink.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), and ImpSdrPdfImport::DoImport().
void SvdProgressInfo::SetActionCount | ( | size_t | _nActionCount | ) |
Definition at line 449 of file svdetc.cxx.
References m_nActionCount.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), and ImpSdrPdfImport::DoObjects().
void SvdProgressInfo::SetInsertCount | ( | size_t | _nInsertCount | ) |
Definition at line 454 of file svdetc.cxx.
References m_nInsertCount.
Referenced by ImpSdrGDIMetaFileImport::DoImport(), and ImpSdrPdfImport::DoImport().
void SvdProgressInfo::SetNextObject | ( | ) |
Definition at line 459 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 115 of file svdetc.hxx.
Referenced by ReportActions(), SetActionCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 116 of file svdetc.hxx.
Referenced by ReportActions(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 119 of file svdetc.hxx.
Referenced by ReportInserts(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 122 of file svdetc.hxx.
Referenced by SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 118 of file svdetc.hxx.
Referenced by SetInsertCount(), SetNextObject(), and SvdProgressInfo().
|
private |
Definition at line 121 of file svdetc.hxx.
Referenced by Init(), and SvdProgressInfo().
|
private |
Definition at line 113 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().
|
private |
Definition at line 124 of file svdetc.hxx.
Referenced by ReportActions(), ReportInserts(), ReportRescales(), and SvdProgressInfo().