LibreOffice Module sc (master) 1
|
#include <vector>
#include <memory>
#include <rtl/ustring.hxx>
#include <progress.hxx>
#include <unotools/resmgr.hxx>
Go to the source code of this file.
Classes | |
class | ScfProgressBar |
Progress bar for complex progress representation. More... | |
struct | ScfProgressBar::ScfProgressSegment |
Contains all data of a segment of the progress bar. More... | |
class | ScfSimpleProgressBar |
A simplified progress bar with only one segment. More... | |
class | ScfStreamProgressBar |
A simplified progress bar based on the stream position of an existing stream. More... | |
Variables | |
const sal_Int32 | SCF_INV_SEGMENT = -1 |
const sal_Int32 SCF_INV_SEGMENT = -1 |
Definition at line 31 of file fprogressbar.hxx.
Referenced by XclExpProgressBar::ActivateCreateRowsSegment(), ScfProgressBar::AddSegment(), and XclExpProgressBar::Initialize().