summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/fontitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/fontitem.hxx')
-rw-r--r--[-rwxr-xr-x]editeng/inc/editeng/fontitem.hxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/editeng/inc/editeng/fontitem.hxx b/editeng/inc/editeng/fontitem.hxx
index c64c8d99d9e4..3aac10a7bd90 100755..100644
--- a/editeng/inc/editeng/fontitem.hxx
+++ b/editeng/inc/editeng/fontitem.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -42,9 +43,9 @@ namespace rtl
// class SvxFontItem -----------------------------------------------------
-/*
- [Beschreibung]
- Dieses Item beschreibt einen Font.
+/* [Description]
+
+ This item describes a Font.
*/
class EDITENG_DLLPUBLIC SvxFontItem : public SfxPoolItem
@@ -67,20 +68,20 @@ public:
const rtl_TextEncoding eFontTextEncoding /*= RTL_TEXTENCODING_DONTKNOW*/,
const sal_uInt16 nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
- virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText, const IntlWrapper * = 0 ) const;
- // ZugriffsMethoden:
+ // Access methods:
void SetFamilyName( const String& rFamilyName ) { aFamilyName = rFamilyName; }
inline const String &GetFamilyName() const { return aFamilyName; }
@@ -109,3 +110,4 @@ EDITENG_DLLPUBLIC void GetDefaultFonts( SvxFontItem& rLatin, SvxFontItem& rAsian
#endif // #ifndef _SVX_FONTITEM_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */