Lines Matching refs:ScalePropertyBox
816 class ScalePropertyBox : public PropertySubControl class
819 …ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, const Link& rModifyH…
820 ~ScalePropertyBox();
842 ScalePropertyBox::ScalePropertyBox( sal_Int32 nControlType, Window* pParent, const Any& rValue, con… in ScalePropertyBox() function in sd::ScalePropertyBox
853 mpControl->SetMenuSelectHdl( LINK( this, ScalePropertyBox, implMenuSelectHdl )); in ScalePropertyBox()
856 Link aLink( LINK( this, ScalePropertyBox, implModifyHdl ) ); in ScalePropertyBox()
865 ScalePropertyBox::~ScalePropertyBox() in ~ScalePropertyBox()
872 void ScalePropertyBox::updateMenu() in updateMenu()
888 IMPL_LINK( ScalePropertyBox, implModifyHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
896 IMPL_LINK( ScalePropertyBox, implMenuSelectHdl, MenuButton*, pPb ) in IMPL_LINK() argument
937 void ScalePropertyBox::setValue( const Any& rValue, const OUString& ) in setValue()
969 Any ScalePropertyBox::getValue() in getValue()
988 Control* ScalePropertyBox::getControl() in getControl()
2618 pSubControl = new ScalePropertyBox( nType, pParent, rValue, rModifyHdl ); in create()