LibreOffice Module xmloff (master) 1
|
#include <ProgressBarHelper.hxx>
Public Member Functions | |
ProgressBarHelper (css::uno::Reference< css::task::XStatusIndicator > xStatusIndicator, const bool bStrict) | |
~ProgressBarHelper () | |
void | SetRange (sal_Int32 nVal) |
void | SetReference (sal_Int32 nVal) |
void | SetValue (sal_Int32 nValue) |
void | SetRepeat (bool bValue) |
void | Increment (sal_Int32 nInc=1) |
void | End () |
void | ChangeReference (sal_Int32 nNewReference) |
sal_Int32 | GetReference () const |
sal_Int32 | GetValue () const |
bool | GetRepeat () const |
Private Attributes | |
css::uno::Reference< css::task::XStatusIndicator > | m_xStatusIndicator |
sal_Int32 | m_nRange |
sal_Int32 | m_nReference |
sal_Int32 | m_nValue |
double | m_fOldPercent |
bool | m_bStrict |
bool | m_bRepeat |
bool | m_bFailure |
Definition at line 32 of file ProgressBarHelper.hxx.
ProgressBarHelper::ProgressBarHelper | ( | css::uno::Reference< css::task::XStatusIndicator > | xStatusIndicator, |
const bool | bStrict | ||
) |
Definition at line 30 of file ProgressBarHelper.cxx.
ProgressBarHelper::~ProgressBarHelper | ( | ) |
Definition at line 45 of file ProgressBarHelper.cxx.
void ProgressBarHelper::ChangeReference | ( | sal_Int32 | nNewReference | ) |
Definition at line 49 of file ProgressBarHelper.cxx.
References m_nReference, and m_nValue.
|
inline |
Definition at line 56 of file ProgressBarHelper.hxx.
|
inline |
Definition at line 62 of file ProgressBarHelper.hxx.
|
inline |
Definition at line 64 of file ProgressBarHelper.hxx.
|
inline |
Definition at line 63 of file ProgressBarHelper.hxx.
Referenced by XMLTextParagraphExport::exportParagraph(), and XMLTextParagraphExport::exportStyleAttributes().
|
inline |
Definition at line 55 of file ProgressBarHelper.hxx.
References SetValue().
Referenced by XMLShapeExport::exportShape().
|
inline |
Definition at line 51 of file ProgressBarHelper.hxx.
|
inline |
Definition at line 52 of file ProgressBarHelper.hxx.
Referenced by SdXMLExport::setSourceDocument().
|
inline |
Definition at line 54 of file ProgressBarHelper.hxx.
void ProgressBarHelper::SetValue | ( | sal_Int32 | nValue | ) |
Definition at line 68 of file ProgressBarHelper.cxx.
References fProgressStep, m_bFailure, m_bRepeat, m_bStrict, m_fOldPercent, m_nRange, m_nReference, m_nValue, and m_xStatusIndicator.
Referenced by XMLTextParagraphExport::exportParagraph(), and XMLTextParagraphExport::exportStyleAttributes().
|
private |
Definition at line 44 of file ProgressBarHelper.hxx.
Referenced by SetValue().
|
private |
Definition at line 41 of file ProgressBarHelper.hxx.
Referenced by SetValue().
|
private |
Definition at line 39 of file ProgressBarHelper.hxx.
Referenced by SetValue().
|
private |
Definition at line 38 of file ProgressBarHelper.hxx.
Referenced by SetValue().
|
private |
Definition at line 35 of file ProgressBarHelper.hxx.
Referenced by SetValue().
|
private |
Definition at line 36 of file ProgressBarHelper.hxx.
Referenced by ChangeReference(), and SetValue().
|
private |
Definition at line 37 of file ProgressBarHelper.hxx.
Referenced by ChangeReference(), and SetValue().
|
private |
Definition at line 34 of file ProgressBarHelper.hxx.
Referenced by SetValue().