INTEGRATION: CWS swenhancedfields2 (1.9.728); FILE MERGED

2008/08/07 11:51:12 b_michaelsen 1.9.728.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx
2008/08/04 14:17:22 b_michaelsen 1.9.728.2: RESYNC: (1.9-1.10); FILE MERGED
2008/04/23 14:29:18 ama 1.9.728.1: #i33737#: Enhanced fields
This commit is contained in:
Rüdiger Timm 2008-09-04 09:22:12 +00:00
parent 83a4961b52
commit e5d875dbad

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: portxt.hxx,v $
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@ -95,8 +95,26 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwHolePortion)
};
class SwFieldMarkPortion : public SwTxtPortion
{
public:
inline SwFieldMarkPortion() : SwTxtPortion()
{ }
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
};
class SwFieldFormPortion : public SwTxtPortion
{
public:
inline SwFieldFormPortion() : SwTxtPortion()
{ }
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
};
CLASSIO( SwTxtPortion )
CLASSIO( SwHolePortion )
#endif