Lines Matching refs:RotationPropertyBox
675 class RotationPropertyBox : public PropertySubControl class
678 …RotationPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModi…
679 ~RotationPropertyBox();
700 RotationPropertyBox::RotationPropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValu… in RotationPropertyBox() function in sd::RotationPropertyBox
712 mpControl->SetMenuSelectHdl( LINK( this, RotationPropertyBox, implMenuSelectHdl )); in RotationPropertyBox()
715 Link aLink( LINK( this, RotationPropertyBox, implModifyHdl ) ); in RotationPropertyBox()
724 RotationPropertyBox::~RotationPropertyBox() in ~RotationPropertyBox()
731 void RotationPropertyBox::updateMenu() in updateMenu()
748 IMPL_LINK( RotationPropertyBox, implModifyHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
756 IMPL_LINK( RotationPropertyBox, implMenuSelectHdl, MenuButton*, pPb ) in IMPL_LINK() argument
788 void RotationPropertyBox::setValue( const Any& rValue, const OUString& ) in setValue()
802 Any RotationPropertyBox::getValue() in getValue()
809 Control* RotationPropertyBox::getControl() in getControl()
2610 pSubControl = new RotationPropertyBox( nType, pParent, rValue, rModifyHdl ); in create()