|
LibreOffice Module svx (master) 1
|
#include <galmisc.hxx>
Public Member Functions | |
| GalleryProgress (const GraphicFilter *pFilter=nullptr) | |
| ~GalleryProgress () | |
| void | Update (sal_Int32 nVal, sal_Int32 nMaxVal) |
Private Attributes | |
| css::uno::Reference< css::awt::XProgressBar > | mxProgressBar |
Definition at line 120 of file galmisc.hxx.
| GalleryProgress::GalleryProgress | ( | const GraphicFilter * | pFilter = nullptr | ) |
Definition at line 316 of file galmisc.cxx.
References GALLERY_PROGRESS_RANGE, mxProgressBar, and SvxResId().
| GalleryProgress::~GalleryProgress | ( | ) |
Definition at line 345 of file galmisc.cxx.
| void GalleryProgress::Update | ( | sal_Int32 | nVal, |
| sal_Int32 | nMaxVal | ||
| ) |
Definition at line 349 of file galmisc.cxx.
References GALLERY_PROGRESS_RANGE, and mxProgressBar.
Referenced by GalleryTheme::Actualize().
|
private |
Definition at line 122 of file galmisc.hxx.
Referenced by GalleryProgress(), and Update().