diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-02 14:35:31 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:30:41 -0500 |
commit | 28bf1a3a1408df042d7e767c3760e47faf2d077e (patch) | |
tree | c4e3534682b14ae33f6e24a3cadd8f9c58fc4644 /include/svx/sdr | |
parent | f281d2d24c2a368c58d32b1b50acf83e0f056d90 (diff) |
Avoid re-constructing chart shapes when it's not in visible range.
The re-construction will be deferred until it becomes visible again.
Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/viewcontact.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx index 4e2d022d17b9..8cdf1ce61de0 100644 --- a/include/svx/sdr/contact/viewcontact.hxx +++ b/include/svx/sdr/contact/viewcontact.hxx @@ -152,6 +152,8 @@ namespace sdr // for 3D scenes virtual drawinglayer::primitive2d::Primitive2DSequence embedToObjectSpecificInformation(const drawinglayer::primitive2d::Primitive2DSequence& rSource) const; + virtual basegfx::B2DRange getRange( const drawinglayer::geometry::ViewInformation2D& rViewInfo2D ) const; + // delete all existing VOCs including DrawHierarchy which will invalidate all // visualisations, too. Used mostly at object removal from DrawHierarchy to // delete all existing VOCs by purpose, but can also be used for other purposes. |