Kaydet (Commit) 062b82cd authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS swautowidth (1.17.264); FILE MERGED

2004/04/07 16:40:15 dvo 1.17.264.1: #i27203# load/save fo:min-width
üst 215be4f3
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XMLTextFrameContext.hxx,v $ * $RCSfile: XMLTextFrameContext.hxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: mib $ $Date: 2002-10-31 10:25:03 $ * last change: $Author: kz $ $Date: 2004-05-18 15:04:50 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -141,6 +141,7 @@ class XMLTextFrameContext : public SvXMLImportContext ...@@ -141,6 +141,7 @@ class XMLTextFrameContext : public SvXMLImportContext
const ::rtl::OUString sGraphicRotation; const ::rtl::OUString sGraphicRotation;
const ::rtl::OUString sTextBoxServiceName; const ::rtl::OUString sTextBoxServiceName;
const ::rtl::OUString sGraphicServiceName; const ::rtl::OUString sGraphicServiceName;
const ::rtl::OUString sWidthType;
::rtl::OUString sName; ::rtl::OUString sName;
::rtl::OUString sStyleName; ::rtl::OUString sStyleName;
...@@ -176,6 +177,7 @@ class XMLTextFrameContext : public SvXMLImportContext ...@@ -176,6 +177,7 @@ class XMLTextFrameContext : public SvXMLImportContext
::com::sun::star::text::TextContentAnchorType eAnchorType; ::com::sun::star::text::TextContentAnchorType eAnchorType;
sal_Bool bMayScript : 1; sal_Bool bMayScript : 1;
sal_Bool bMinWidth : 1;
sal_Bool bMinHeight : 1; sal_Bool bMinHeight : 1;
sal_Bool bSyncWidth : 1; sal_Bool bSyncWidth : 1;
sal_Bool bSyncHeight : 1; sal_Bool bSyncHeight : 1;
......
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