Searched refs:SvxPropSizeItem (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/editeng/inc/editeng/ |
H A D | prszitem.hxx | 38 class EDITENG_DLLPUBLIC SvxPropSizeItem : public SfxUInt16Item class 43 SvxPropSizeItem( const sal_uInt16 nPercent /*= 100*/, 56 inline SvxPropSizeItem& operator=(const SvxPropSizeItem& rPropSize) in operator =()
|
/aoo4110/main/sw/inc/ |
H A D | charatr.hxx | 69 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 D | swatrset.hxx | 47 class SvxPropSizeItem; 236 inline const SvxPropSizeItem &GetPropSize( sal_Bool = sal_True ) const;
|
H A D | format.hxx | 194 inline const SvxPropSizeItem &GetPropSize( sal_Bool = sal_True ) const;
|
/aoo4110/main/editeng/source/items/ |
H A D | textitem.cxx | 143 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()
|
/aoo4110/main/starmath/sdi/ |
H A D | smitems.sdi | 407 item UINT16 SvxPropSizeItem;
|
/aoo4110/main/svx/sdi/ |
H A D | svxitems.sdi | 387 item UINT16 SvxPropSizeItem; // derived from UInt16Item
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | init.cxx | 484 …aAttrTab[ RES_CHRATR_PROPORTIONALFONTSIZE- POOLATTR_BEGIN ] = new SvxPropSizeItem( 100, RES_CHRATR… in _InitCore()
|
Completed in 45 milliseconds