Home
last modified time | relevance | path

Searched refs:SvxPropSizeItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dprszitem.hxx38 class EDITENG_DLLPUBLIC SvxPropSizeItem : public SfxUInt16Item class
43 SvxPropSizeItem( const sal_uInt16 nPercent /*= 100*/,
56 inline SvxPropSizeItem& operator=(const SvxPropSizeItem& rPropSize) in operator =()
/trunk/main/sw/inc/
H A Dcharatr.hxx69 inline const SvxPropSizeItem &SwAttrSet::GetPropSize(sal_Bool bInP) const in GetPropSize()
70 { return (const SvxPropSizeItem&)Get( RES_CHRATR_PROPORTIONALFONTSIZE,bInP); } in GetPropSize()
137 inline const SvxPropSizeItem &SwFmt::GetPropSize(sal_Bool bInP) const in GetPropSize()
H A Dswatrset.hxx47 class SvxPropSizeItem;
244 inline const SvxPropSizeItem &GetPropSize( sal_Bool = sal_True ) const;
H A Dformat.hxx200 inline const SvxPropSizeItem &GetPropSize( sal_Bool = sal_True ) const;
/trunk/main/editeng/source/items/
H A Dtextitem.cxx143 TYPEINIT1_FACTORY(SvxPropSizeItem, SfxUInt16Item, new SvxPropSizeItem(100, 0));
1955 SvxPropSizeItem::SvxPropSizeItem( const sal_uInt16 nPercent, const sal_uInt16 nId ) : in SvxPropSizeItem() function in SvxPropSizeItem
1962 SfxPoolItem* SvxPropSizeItem::Clone( SfxItemPool * ) const in Clone()
1964 return new SvxPropSizeItem( *this ); in Clone()
1969 SvStream& SvxPropSizeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1977 SfxPoolItem* SvxPropSizeItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1981 return new SvxPropSizeItem( nSize, Which() ); in Create()
1986 SfxItemPresentation SvxPropSizeItem::GetPresentation in GetPresentation()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi407 item UINT16 SvxPropSizeItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi387 item UINT16 SvxPropSizeItem; // derived from UInt16Item
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx497 …aAttrTab[ RES_CHRATR_PROPORTIONALFONTSIZE- POOLATTR_BEGIN ] = new SvxPropSizeItem( 100, RES_CHRATR… in _InitCore()

Completed in 54 milliseconds