Lines Matching refs:Button
132 Button::~Button () in ~Button()
136 String Button::GetStandardText (sal_uInt16 button_type) in GetStandardText()
138 return ::Button::GetStandardText (button_type); in GetStandardText()
141 void Button::SetText( OUString const& rStr ) in SetText()
148 void Button::SetClickHdl( const Link& link ) in SetClickHdl()
154 Link& Button::GetClickHdl () in GetClickHdl()
159 bool Button::SetModeImage (Image const& image) in SetModeImage()
164 bool Button::SetModeImage (::Image const& image, BmpColorMode mode) in SetModeImage()
169 void Button::SetImageAlign( ImageAlign eAlign ) in SetImageAlign()
175 void Button::Click() in Click()
179 IMPL_GET_IMPL( Button );
180 IMPL_CONSTRUCTORS( Button, Control, "button" );
181 IMPL_GET_WINDOW (Button);
256 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" );
365 IMPL_CONSTRUCTORS( RadioButton, Button, "radiobutton" );
425 IMPL_CONSTRUCTORS( CheckBox, Button, "checkbox" );
637 mSimpleLabel = Button::GetStandardText( BUTTON_MORE ); in MoreButtonImpl()
638 mAdvancedLabel = Button::GetStandardText( BUTTON_LESS ); in MoreButtonImpl()