diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-02-08 01:49:39 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-02-08 02:59:50 +0100 |
commit | 718203e37025fc1cc1e28f9e52f05bee79684811 (patch) | |
tree | 54fc2cd106c744bfa27c79147ab389daee27045a /include | |
parent | cf9d8194932318d5e8b27ec8188cf32938670abc (diff) |
drawingML export/import: text frames with vertical alignment
Change-Id: I469da0a8234dd2979facfed3d66907aad1a138ab
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/drawingml/drawingmltypes.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx index aa00f2a28d98..20c8c988ea43 100644 --- a/include/oox/drawingml/drawingmltypes.hxx +++ b/include/oox/drawingml/drawingmltypes.hxx @@ -126,6 +126,12 @@ sal_Int16 GetCaseMap( sal_Int32 nToken ); /** converts a paragraph align to a ParaAdjust */ sal_Int16 GetParaAdjust( sal_Int32 nAlign ); +// Convert vertical adjust tokens to a TextVerticalAdjust item +::com::sun::star::drawing::TextVerticalAdjust GetTextVerticalAdjust( sal_Int32 nToken ); + +// Convert a TextVerticalAdjust item to string value appearing in ooxml +SAL_DLLPUBLIC const char* GetTextVerticalAdjust( ::com::sun::star::drawing::TextVerticalAdjust eAdjust ); + // ============================================================================ // CT_IndexRange |