Kaydet (Commit) a6f73aca authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

writerfilter: put w14:textOutline attributes into a GrabBag

Change-Id: Id2ca1ee04a44c4fe17f057397646f621f8d899f7
üst 029b2e15
......@@ -53,6 +53,12 @@ public:
static OUString getSchemeColorValTypeString(sal_Int32 nType);
static OUString getRectAlignmentString(sal_Int32 nType);
static OUString getLineCapString(sal_Int32 nType);
static OUString getCompoundLineString(sal_Int32 nType);
static OUString getPenAlignmentString(sal_Int32 nType);
static OUString getOnOffString(sal_Int32 nType);
static OUString getPathShadeTypeString(sal_Int32 nType);
static OUString getPresetLineDashValString(sal_Int32 nType);
};
typedef boost::shared_ptr<TextEffectsHandler> TextEffectsHandlerPtr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment