diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-05 11:51:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-12-07 17:06:22 +0000 |
commit | d36aa2ba3132ce62a370b7260ca620642cbf7dbf (patch) | |
tree | 8b4a3390ec7a280bb58068a09ac0f53eb13f5e43 /include | |
parent | 00afb44987ccd10bce740aef53861ec53c75c95f (diff) |
tdf#104405 Clone Formatting ignores vertical text alignment
Change-Id: I56cce69ddb21f7f9336b8f59e181e91306e92019
Reviewed-on: https://gerrit.libreoffice.org/31623
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sdtaitm.hxx | 1 | ||||
-rw-r--r-- | include/svx/svdotable.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sdtaitm.hxx b/include/svx/sdtaitm.hxx index e25259de9072..9c59352de964 100644 --- a/include/svx/sdtaitm.hxx +++ b/include/svx/sdtaitm.hxx @@ -48,6 +48,7 @@ public: virtual OUString GetValueTextByPos(sal_uInt16 nPos) const override; virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper * = nullptr) const override; + virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override; }; diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index c7fb16cabefe..3de0a341246a 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -141,6 +141,7 @@ public: void getCellBounds( const sdr::table::CellPos& rPos, ::Rectangle& rCellRect ); const SfxItemSet& GetActiveCellItemSet() const; + void SetMergedItemSetAndBroadcastOnActiveCell(const SfxItemSet& rSet, bool bClearAllItems); void setTableStyle( const css::uno::Reference< css::container::XIndexAccess >& xAutoFormatStyle ); const css::uno::Reference< css::container::XIndexAccess >& getTableStyle() const; |