Lines Matching refs:Button
230 class Button : public Element class
236 virtual ~Button (void);
255 Button (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
834 pElement = Button::Create(this); in ProcessEntry()
1684 ::rtl::Reference<Element> Button::Create ( in Create()
1687 ::rtl::Reference<Button> pElement (new Button(rpToolBar)); in Create()
1695 Button::Button ( in Button() function in sdext::presenter::__anon49efa5210611::Button
1708 Button::~Button (void) in ~Button()
1715 void Button::Initialize (void) in Initialize()
1724 void Button::disposing (void) in disposing()
1742 void Button::Paint ( in Paint()
1772 awt::Size Button::CreateBoundingSize ( in CreateBoundingSize()
1799 void Button::PaintIcon ( in PaintIcon()
1826 PresenterBitmapDescriptor::Mode Button::GetMode (void) const in GetMode()
1843 void SAL_CALL Button::disposing (const css::lang::EventObject& rEvent) in disposing()