Lines Matching refs:SvxOrientationItem
64 TYPEINIT1_FACTORY( SvxOrientationItem, SfxEnumItem, new SvxOrientationItem(SVX_ORIENTATION_STANDARD…
392 SvxOrientationItem::SvxOrientationItem( const SvxCellOrientation eOrientation, in SvxOrientationItem() function in SvxOrientationItem
398 SvxOrientationItem::SvxOrientationItem( sal_Int32 nRotation, sal_Bool bStacked, const sal_uInt16 nI… in SvxOrientationItem() function in SvxOrientationItem
406 SfxItemPresentation SvxOrientationItem::GetPresentation in GetPresentation()
429 sal_Bool SvxOrientationItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()
443 sal_Bool SvxOrientationItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()
468 XubString SvxOrientationItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()
476 SfxPoolItem* SvxOrientationItem::Clone( SfxItemPool* ) const in Clone()
478 return new SvxOrientationItem( *this ); in Clone()
483 SfxPoolItem* SvxOrientationItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
487 return new SvxOrientationItem( (SvxCellOrientation)nVal, Which() ); in Create()
492 sal_uInt16 SvxOrientationItem::GetValueCount() const in GetValueCount()
499 sal_Bool SvxOrientationItem::IsStacked() const in IsStacked()
504 sal_Int32 SvxOrientationItem::GetRotation( sal_Int32 nStdAngle ) const in GetRotation()
516 void SvxOrientationItem::SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked ) in SetFromRotation()