summaryrefslogtreecommitdiff
path: root/svx/inc/flstitem.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-25 15:04:05 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-25 15:04:05 +0000
commit4a2cfb35870f7664d2249a7fd1fd3a90312109c7 (patch)
treef2fdadfbeded9cf4cd381e7288e7700fd7bc0f67 /svx/inc/flstitem.hxx
parent95774f851c97804c5a19c963a79f77eb3d498588 (diff)
INTEGRATION: CWS layoutmanager (1.2.408); FILE MERGED
2003/10/01 15:38:46 cd 1.2.408.1: #111899# Added support for UNO based menu implementation
Diffstat (limited to 'svx/inc/flstitem.hxx')
-rw-r--r--svx/inc/flstitem.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/svx/inc/flstitem.hxx b/svx/inc/flstitem.hxx
index aad472f9b900..616077313787 100644
--- a/svx/inc/flstitem.hxx
+++ b/svx/inc/flstitem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: flstitem.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:27:40 $
+ * last change: $Author: kz $ $Date: 2004-02-25 16:04:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,10 @@
#ifndef ITEMID_FONTLIST
#define ITEMID_FONTLIST 0
#endif
+#include <rtl/ustring.hxx>
+#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_
+#include <com/sun/star/uno/Sequence.h>
+#endif
// class SvxFontListItem -------------------------------------------------
@@ -84,7 +88,8 @@ class FontList;
class SvxFontListItem : public SfxPoolItem
{
private:
- const FontList* pFontList;
+ const FontList* pFontList;
+ com::sun::star::uno::Sequence< rtl::OUString > aFontNameSeq;
public:
TYPEINFO();
@@ -96,6 +101,8 @@ public:
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
+
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,