LibreOffice Module sw (master)
1
|
Holder for local data for a parallel-executed task to load a chart model. More...
Public Member Functions | |
DeflateData (const uno::Reference< frame::XModel > &rXModel) | |
const drawinglayer::primitive2d::Primitive2DContainer & | getSequence () const |
const basegfx::B2DRange & | getRange () const |
bool | isFinished () const |
void | waitFinished () |
Private Attributes | |
friend | DeflateThread |
uno::Reference< frame::XModel > | maXModel |
drawinglayer::primitive2d::Primitive2DContainer | maPrimitive2DSequence |
basegfx::B2DRange | maRange |
std::atomic< bool > | mbKilled |
std::shared_ptr< comphelper::ThreadTaskTag > | mpTag |
Friends | |
class | SwOLEObj |
Holder for local data for a parallel-executed task to load a chart model.
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 707 of file ndole.cxx.
References maPrimitive2DSequence.
|
inline |
Definition at line 717 of file ndole.cxx.
References comphelper::ThreadPool::isTaskTagDone().
|
inline |
Definition at line 722 of file ndole.cxx.
References comphelper::ThreadPool::getSharedOptimalPool(), and comphelper::ThreadPool::waitUntilDone().
|
private |
Definition at line 687 of file ndole.cxx.
Referenced by getSequence().
|
private |
Definition at line 688 of file ndole.cxx.
Referenced by getRange().
|
private |
|
private |