diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-29 14:36:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-30 07:14:05 +0200 |
commit | 426adcbadc66fd79859e50ddc0064e899fc019e3 (patch) | |
tree | dd5973b553de7a80efb5d63011c9ed91346e4baf /svx/inc/sdr/properties | |
parent | d671bceed0ba7195eae1e063d4a363074f8483a0 (diff) |
tdf#161846 remove one layout operations (iv)
Change-Id: I0c09c7b4636a7ac4c3dc87a8a17efd278109c3c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171213
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'svx/inc/sdr/properties')
-rw-r--r-- | svx/inc/sdr/properties/attributeproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/captionproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/circleproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/connectorproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/customshapeproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/e3dsceneproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/emptyproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/graphicproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/groupproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/measureproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/pageproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/rectangleproperties.hxx | 2 | ||||
-rw-r--r-- | svx/inc/sdr/properties/textproperties.hxx | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/svx/inc/sdr/properties/attributeproperties.hxx b/svx/inc/sdr/properties/attributeproperties.hxx index bdaf48822b0b..d536d8c200dd 100644 --- a/svx/inc/sdr/properties/attributeproperties.hxx +++ b/svx/inc/sdr/properties/attributeproperties.hxx @@ -70,7 +70,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // get the installed StyleSheet virtual SfxStyleSheet* GetStyleSheet() const override; diff --git a/svx/inc/sdr/properties/captionproperties.hxx b/svx/inc/sdr/properties/captionproperties.hxx index 625830c5e8db..c22032f0d146 100644 --- a/svx/inc/sdr/properties/captionproperties.hxx +++ b/svx/inc/sdr/properties/captionproperties.hxx @@ -48,7 +48,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created diff --git a/svx/inc/sdr/properties/circleproperties.hxx b/svx/inc/sdr/properties/circleproperties.hxx index 3283aa65793d..27ceabdea511 100644 --- a/svx/inc/sdr/properties/circleproperties.hxx +++ b/svx/inc/sdr/properties/circleproperties.hxx @@ -48,7 +48,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created diff --git a/svx/inc/sdr/properties/connectorproperties.hxx b/svx/inc/sdr/properties/connectorproperties.hxx index 238b6f2364a2..41ec492fa40b 100644 --- a/svx/inc/sdr/properties/connectorproperties.hxx +++ b/svx/inc/sdr/properties/connectorproperties.hxx @@ -48,7 +48,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; }; } // end of namespace sdr::properties diff --git a/svx/inc/sdr/properties/customshapeproperties.hxx b/svx/inc/sdr/properties/customshapeproperties.hxx index 964c956e3d20..01c0ca3f0963 100644 --- a/svx/inc/sdr/properties/customshapeproperties.hxx +++ b/svx/inc/sdr/properties/customshapeproperties.hxx @@ -57,7 +57,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created diff --git a/svx/inc/sdr/properties/e3dsceneproperties.hxx b/svx/inc/sdr/properties/e3dsceneproperties.hxx index 4ffa1a4f4815..71b8b5972699 100644 --- a/svx/inc/sdr/properties/e3dsceneproperties.hxx +++ b/svx/inc/sdr/properties/e3dsceneproperties.hxx @@ -61,7 +61,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // get the installed StyleSheet virtual SfxStyleSheet* GetStyleSheet() const override; diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx index 9cab719e7307..e01d59bfcee8 100644 --- a/svx/inc/sdr/properties/emptyproperties.hxx +++ b/svx/inc/sdr/properties/emptyproperties.hxx @@ -61,7 +61,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // get the installed StyleSheet virtual SfxStyleSheet* GetStyleSheet() const override; diff --git a/svx/inc/sdr/properties/graphicproperties.hxx b/svx/inc/sdr/properties/graphicproperties.hxx index 415d3681c5cd..d434ec08c4cf 100644 --- a/svx/inc/sdr/properties/graphicproperties.hxx +++ b/svx/inc/sdr/properties/graphicproperties.hxx @@ -51,7 +51,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created diff --git a/svx/inc/sdr/properties/groupproperties.hxx b/svx/inc/sdr/properties/groupproperties.hxx index 49e6107a25dd..8ceb2ee348ae 100644 --- a/svx/inc/sdr/properties/groupproperties.hxx +++ b/svx/inc/sdr/properties/groupproperties.hxx @@ -80,7 +80,7 @@ namespace sdr::properties // set a new StyleSheet virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // get the local StyleSheet virtual SfxStyleSheet* GetStyleSheet() const override; diff --git a/svx/inc/sdr/properties/measureproperties.hxx b/svx/inc/sdr/properties/measureproperties.hxx index 323cfaa6de92..64277239bfd2 100644 --- a/svx/inc/sdr/properties/measureproperties.hxx +++ b/svx/inc/sdr/properties/measureproperties.hxx @@ -48,7 +48,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created diff --git a/svx/inc/sdr/properties/pageproperties.hxx b/svx/inc/sdr/properties/pageproperties.hxx index acd1d919f24e..6045aa038f84 100644 --- a/svx/inc/sdr/properties/pageproperties.hxx +++ b/svx/inc/sdr/properties/pageproperties.hxx @@ -54,7 +54,7 @@ namespace sdr::properties // set the installed StyleSheet virtual void SetStyleSheet(SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // clear single item virtual void ClearObjectItem(const sal_uInt16 nWhich = 0) override; diff --git a/svx/inc/sdr/properties/rectangleproperties.hxx b/svx/inc/sdr/properties/rectangleproperties.hxx index b0d6845f78f7..32ca7c230a97 100644 --- a/svx/inc/sdr/properties/rectangleproperties.hxx +++ b/svx/inc/sdr/properties/rectangleproperties.hxx @@ -46,7 +46,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; }; } // end of namespace sdr::properties diff --git a/svx/inc/sdr/properties/textproperties.hxx b/svx/inc/sdr/properties/textproperties.hxx index bc46ef1b8bba..24b711592ccd 100644 --- a/svx/inc/sdr/properties/textproperties.hxx +++ b/svx/inc/sdr/properties/textproperties.hxx @@ -60,7 +60,7 @@ namespace sdr::properties // set a new StyleSheet and broadcast virtual void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr, - bool bBroadcast) override; + bool bBroadcast, bool bAdjustTextFrameWidthAndHeight = true) override; // force default attributes for a specific object type, called from // DefaultProperties::GetObjectItemSet() if a new ItemSet is created |