summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SettingsTable.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-04-14 23:31:19 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-14 23:36:20 +0200
commit8adbd3df42ee18fe58455ac92a44bca4f76444c9 (patch)
tree06a4251962e1d38ee236fe147d80aad7efacda77 /writerfilter/source/dmapper/SettingsTable.hxx
parent9a8c2db542618b7a6d242b9d3257f23f54007682 (diff)
dmapper: parse NS_ooxml::LN_CT_Zoom_percent token
The VisibleBottom and ZoomType properties are just set as it seems without that, SwView::ReadUserDataSequence() ignores the ZoomFactor as well.
Diffstat (limited to 'writerfilter/source/dmapper/SettingsTable.hxx')
-rw-r--r--writerfilter/source/dmapper/SettingsTable.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/SettingsTable.hxx b/writerfilter/source/dmapper/SettingsTable.hxx
index 79e095a12b3c..3d9a5603f321 100644
--- a/writerfilter/source/dmapper/SettingsTable.hxx
+++ b/writerfilter/source/dmapper/SettingsTable.hxx
@@ -67,6 +67,9 @@ class WRITERFILTER_DLLPRIVATE SettingsTable : public LoggedProperties, public Lo
/// Automatically update styles from document template?
bool GetLinkStyles() const;
+ /// What's the zoom factor set in percents?
+ sal_Int16 GetZoomFactor() const;
+
void ApplyProperties( uno::Reference< text::XTextDocument > xDoc );
private: