LibreOffice Module sw (master) 1
|
Holder for local data for a parallel-executed task to load a chart model. More...
Public Member Functions | |
DeflateData (uno::Reference< frame::XModel > xXModel) | |
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 776 of file ndole.cxx.
References maPrimitive2DSequence.
|
inline |
Definition at line 786 of file ndole.cxx.
References comphelper::ThreadPool::isTaskTagDone(), and mpTag.
|
inline |
Definition at line 791 of file ndole.cxx.
References comphelper::ThreadPool::getSharedOptimalPool(), mpTag, and comphelper::ThreadPool::waitUntilDone().
|
private |
Definition at line 758 of file ndole.cxx.
Referenced by getSequence().
|
private |
Definition at line 759 of file ndole.cxx.
Referenced by getRange().
|
private |
|
private |
Definition at line 766 of file ndole.cxx.
Referenced by isFinished(), and waitFinished().