Lines Matching refs:SvxVerJustifyItem
63 TYPEINIT1_FACTORY( SvxVerJustifyItem, SfxEnumItem, new SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, …
235 SvxVerJustifyItem::SvxVerJustifyItem( const sal_uInt16 nId ) : in SvxVerJustifyItem() function in SvxVerJustifyItem
240 SvxVerJustifyItem::SvxVerJustifyItem( const SvxCellVerJustify eJustify, in SvxVerJustifyItem() function in SvxVerJustifyItem
248 SfxItemPresentation SvxVerJustifyItem::GetPresentation in GetPresentation()
272 sal_Bool SvxVerJustifyItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
308 sal_Bool SvxVerJustifyItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
361 XubString SvxVerJustifyItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()
369 SfxPoolItem* SvxVerJustifyItem::Clone( SfxItemPool* ) const in Clone()
371 return new SvxVerJustifyItem( *this ); in Clone()
376 SfxPoolItem* SvxVerJustifyItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
380 return new SvxVerJustifyItem( (SvxCellVerJustify)nVal, Which() ); in Create()
385 sal_uInt16 SvxVerJustifyItem::GetValueCount() const in GetValueCount()