summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 360358c594bf..070a273e17e2 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -333,6 +333,10 @@ public:
*/
virtual sal_Bool IsShadowTransparent() const;
+ //UUUU decide if DrawingLayer FillAttributes are supported. If answering this with yes
+ // the full FillStyle ItemSet will be used to handle/visualize the element
+ virtual bool supportsFullDrawingLayerFillAttributeSet() const;
+
//UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
};