diff options
author | Armin Le Grand <alg@apache.org> | 2014-01-09 15:58:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-09 17:02:43 +0000 |
commit | 01541c21b61fc1f26e452196b79324344c868f8e (patch) | |
tree | 823bfd470e4c60abf7047021062d5d616a1b0e96 /include/drawinglayer/attribute | |
parent | cc0943a5db55811c7cb864c1a38ccabab6ad348f (diff) |
Resolves: #i124002# use own logical size for graphics...
do not adapt PrefSize of these in rendering stack
(cherry picked from commit b57f921795c7249d82ca739884c0116574426194)
Conflicts:
drawinglayer/source/attribute/sdrfillgraphicattribute.cxx
Change-Id: I3eff4438a42209ad4c259dfdbed4869ae046bfc6
Diffstat (limited to 'include/drawinglayer/attribute')
-rw-r--r-- | include/drawinglayer/attribute/sdrfillgraphicattribute.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drawinglayer/attribute/sdrfillgraphicattribute.hxx b/include/drawinglayer/attribute/sdrfillgraphicattribute.hxx index 600db24f7cea..67aacd4b6846 100644 --- a/include/drawinglayer/attribute/sdrfillgraphicattribute.hxx +++ b/include/drawinglayer/attribute/sdrfillgraphicattribute.hxx @@ -55,6 +55,7 @@ namespace drawinglayer /// constructors/assignmentoperator/destructor SdrFillGraphicAttribute( const Graphic& rFillGraphic, + const basegfx::B2DVector& rGraphicLogicSize, const basegfx::B2DVector& rSize, const basegfx::B2DVector& rOffset, const basegfx::B2DVector& rOffsetPosition, @@ -75,6 +76,7 @@ namespace drawinglayer // data read access const Graphic& getFillGraphic() const; + const basegfx::B2DVector& getGraphicLogicSize() const; const basegfx::B2DVector& getSize() const; const basegfx::B2DVector& getOffset() const; const basegfx::B2DVector& getOffsetPosition() const; |