From 718203e37025fc1cc1e28f9e52f05bee79684811 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sat, 8 Feb 2014 01:49:39 +0100 Subject: drawingML export/import: text frames with vertical alignment Change-Id: I469da0a8234dd2979facfed3d66907aad1a138ab --- include/oox/drawingml/drawingmltypes.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 -- cgit