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

INTEGRATION: CWS visibility01 (1.4.1032); FILE MERGED

2004/12/06 08:10:34 mnicel 1.4.1032.1: Part of symbol visibility markup - #i35758#
üst f98a5461
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: prntitem.hxx,v $ * $RCSfile: prntitem.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: mib $ $Date: 2001-07-05 09:48:22 $ * last change: $Author: kz $ $Date: 2005-01-21 15:09:12 $
* *
* 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
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
#include <svtools/eitem.hxx> #include <svtools/eitem.hxx>
#endif #endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
// class SvxPrintItem ---------------------------------------------------- // class SvxPrintItem ----------------------------------------------------
...@@ -78,7 +82,7 @@ Dieses Item beschreibt eine logische Variable "Drucken ja oder nein". ...@@ -78,7 +82,7 @@ Dieses Item beschreibt eine logische Variable "Drucken ja oder nein".
*/ */
class SvxPrintItem : public SfxBoolItem class SVX_DLLPUBLIC SvxPrintItem : public SfxBoolItem
{ {
public: public:
TYPEINFO(); TYPEINFO();
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: protitem.hxx,v $ * $RCSfile: protitem.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: mib $ $Date: 2001-07-05 09:48:22 $ * last change: $Author: kz $ $Date: 2005-01-21 15:09:33 $
* *
* 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
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
#include <svtools/poolitem.hxx> #include <svtools/poolitem.hxx>
#endif #endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
class SvXMLUnitConverter; class SvXMLUnitConverter;
#ifdef _USE_NAMESPACE #ifdef _USE_NAMESPACE
namespace rtl namespace rtl
...@@ -87,7 +91,7 @@ Dieses Item beschreibt, ob Inhalt, Groesse oder Position geschuetzt werden ...@@ -87,7 +91,7 @@ Dieses Item beschreibt, ob Inhalt, Groesse oder Position geschuetzt werden
sollen. sollen.
*/ */
class SvxProtectItem : public SfxPoolItem class SVX_DLLPUBLIC SvxProtectItem : public SfxPoolItem
{ {
BOOL bCntnt :1; //Inhalt geschuetzt BOOL bCntnt :1; //Inhalt geschuetzt
BOOL bSize :1; //Groesse geschuetzt BOOL bSize :1; //Groesse geschuetzt
......
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