Home
last modified time | relevance | path

Searched refs:Button (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx89 Button::IconSize meIconSize;
1008 case Button::IconSize_Large: in CreateBackground()
1012 case Button::IconSize_Medium: in CreateBackground()
1015 case Button::IconSize_Small: in CreateBackground()
1070 Button::Button ( in Button() function in sd::slidesorter::view::Button
1085 Button::~Button (void) in ~Button()
1106 Button::State Button::GetState (void) const in GetState()
1136 bool Button::IsDown (void) const in IsDown()
1152 bool Button::IsActive (void) const in IsActive()
1168 Button::IconSize Button::GetIconSize (void) const in GetIconSize()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFps.rc102 CONTROL "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
115 CONTROL "Vorschau",105,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
128 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
140 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
154 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
165 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
174 CONTROL "Filtereinstellungen bearbeiten",102,"Button",
178 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
187 CONTROL "Filtereinstellungen bearbeiten",102,"Button",
191 CONTROL "Automatische Dateinamenserweiterung",100,"Button",
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx109 Button::Button( WindowType nType ) : in Button() function in Button
117 Button::Button( Window* pParent, WinBits nStyle ) : in Button() function in Button
126 Button::Button( Window* pParent, const ResId& rResId ) : in Button() function in Button
141 Button::~Button() in ~Button()
148 void Button::Click() in Click()
1338 Button( nType ) in PushButton()
1598 Button::GetFocus(); in GetFocus()
1607 Button::LoseFocus(); in LoseFocus()
2821 Button::GetFocus(); in GetFocus()
2835 Button::LoseFocus(); in LoseFocus()
[all …]
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx132 Button::~Button () in ~Button()
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()
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" );
[all …]
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx43 class Button;
44 typedef ::boost::shared_ptr<Button> SharedButton;
88 ::boost::shared_ptr<Button> GetButton (
160 boost::shared_ptr<Button> mpButtonUnderMouse;
162 boost::shared_ptr<Button> mpDownButton;
202 class Button class
205 Button (
208 virtual ~Button (void);
259 class TextButton : public Button
282 class ImageButton : public Button
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx139 DECL_LINK( Left_Impl, Button* );
140 DECL_LINK( Right_Impl, Button* );
141 DECL_LINK( CutHdl_Impl, Button* );
142 DECL_LINK( ContinueHdl_Impl, Button* );
143 DECL_LINK( DeleteHdl_Impl, Button* );
144 DECL_LINK( HyphenateAllHdl_Impl, Button* );
145 DECL_LINK( CancelHdl_Impl, Button* );
493 IMPL_LINK( SvxHyphenWordDialog_Impl, CutHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
535 IMPL_LINK( SvxHyphenWordDialog_Impl, DeleteHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
572 IMPL_LINK( SvxHyphenWordDialog_Impl, Left_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
[all …]
H A Dthesdlg_impl.hxx63 Button * m_pBtn;
76 void SetButton( Button *pBtn ) { m_pBtn = pBtn; } in SetButton()
86 Button * m_pBtn;
96 void SetButton( Button *pBtn ) { m_pBtn = pBtn; } in SetButton()
196 DECL_LINK( LeftBtnHdl_Impl, Button * );
198 DECL_LINK( LookUpHdl_Impl, Button * );
H A Dpostdlg.cxx199 IMPL_LINK_INLINE_START( SvxPostItDialog, PrevHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
204 IMPL_LINK_INLINE_END( SvxPostItDialog, PrevHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
208 IMPL_LINK_INLINE_START( SvxPostItDialog, NextHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
213 IMPL_LINK_INLINE_END( SvxPostItDialog, NextHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
217 IMPL_LINK( SvxPostItDialog, Stamp, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
246 IMPL_LINK( SvxPostItDialog, OKHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx44 class VCL_DLLPUBLIC Button : public Control class
51 SAL_DLLPRIVATE Button (const Button &);
52 SAL_DLLPRIVATE Button & operator= (const Button &);
69 explicit Button( WindowType nType );
72 explicit Button( Window* pParent, WinBits nStyle = 0 );
73 explicit Button( Window* pParent, const ResId& );
74 virtual ~Button();
115 class VCL_DLLPUBLIC PushButton : public Button
132 using Button::ImplGetTextStyle;
289 class VCL_DLLPUBLIC RadioButton : public Button
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxbutton.cxx54 : VCLXIconButton( p, Button::GetStandardText( BUTTON_OK ), in VCLXOKButton()
60 : VCLXIconButton( p, Button::GetStandardText( BUTTON_CANCEL ), in VCLXCancelButton()
67 : VCLXIconButton( p, Button::GetStandardText( BUTTON_YES ), in VCLXYesButton()
73 : VCLXIconButton( p, Button::GetStandardText( BUTTON_NO ), in VCLXNoButton()
79 : VCLXIconButton( p, Button::GetStandardText( BUTTON_RETRY ), in VCLXRetryButton()
85 : VCLXIconButton( p, Button::GetStandardText( BUTTON_IGNORE ), in VCLXIgnoreButton()
103 : VCLXIconButton( p, Button::GetStandardText( BUTTON_HELP ), in VCLXHelpButton()
109 : VCLXIconButton( p, Button::GetStandardText( BUTTON_MORE ), in VCLXMoreButton()
/trunk/main/sw/source/ui/inc/
H A Dformedt.hxx55 DECL_LINK( EntryHdl, Button * );
56 DECL_LINK( PageHdl, Button * );
57 DECL_LINK( TabHdl, Button * );
58 DECL_LINK( JumpHdl, Button * );
59 DECL_LINK( StdHdl, Button * );
62 DECL_LINK( DoubleClickHdl, Button * );
64 DECL_LINK( AssignHdl, Button * );
H A Dswuiidxmrk.hxx131 DECL_LINK( InsertHdl, Button * );
132 DECL_LINK( CloseHdl, Button * );
133 DECL_LINK( DelHdl, Button * );
134 DECL_LINK( NextHdl, Button * );
135 DECL_LINK( NextSameHdl, Button * );
136 DECL_LINK( PrevHdl, Button * );
137 DECL_LINK( PrevSameHdl, Button * );
140 DECL_LINK( NewUserIdxHdl, Button*);
H A Dinsfnote.hxx66 DECL_LINK( NumberCharHdl, Button * );
68 DECL_LINK( NumberAutoBtnHdl, Button *);
69 DECL_LINK( NumberExtCharHdl, Button *);
70 DECL_LINK( NextPrevHdl, Button * );
/trunk/main/starmath/inc/
H A Ddialog.hxx72 DECL_LINK(SizeButtonClickHdl, Button *);
147 DECL_LINK(DefaultButtonClickHdl, Button *);
184 DECL_LINK(DefaultButtonClickHdl, Button *);
251 DECL_LINK(DefaultButtonClickHdl, Button *);
285 DECL_LINK(DefaultButtonClickHdl, Button *);
368 DECL_LINK(CloseClickHdl, Button *);
369 DECL_LINK(EditClickHdl, Button *);
370 DECL_LINK(GetClickHdl, Button *);
453 DECL_LINK(AddClickHdl, Button *);
454 DECL_LINK(ChangeClickHdl, Button *);
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx178 aButtons.push_back( Button::GetStandardText( BUTTON_OK ) ); in ShowNativeMessageBox()
184 aButtons.push_back( Button::GetStandardText( BUTTON_YES ) ); in ShowNativeMessageBox()
186 aButtons.push_back( Button::GetStandardText( BUTTON_NO ) ); in ShowNativeMessageBox()
197 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()
200 aButtons.push_back( Button::GetStandardText( BUTTON_CANCEL ) ); in ShowNativeMessageBox()
207 aButtons.push_back( Button::GetStandardText( BUTTON_ABORT ) ); in ShowNativeMessageBox()
209 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()
211 aButtons.push_back( Button::GetStandardText( BUTTON_IGNORE ) ); in ShowNativeMessageBox()
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx206 DECL_LINK( ChangeHdl, Button * );
207 DECL_LINK( ChangeAllHdl, Button * );
208 DECL_LINK( IgnoreAllHdl, Button * );
209 DECL_LINK( IgnoreHdl, Button * );
211 DECL_LINK( ExtClickHdl, Button * );
212 DECL_LINK( CancelHdl, Button * );
214 DECL_LINK( UndoHdl, Button * );
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx159 DECL_LINK( SignButtonHdl, Button* );
160 DECL_LINK( VerifyButtonHdl, Button* );
161 DECL_LINK( DigitalSignaturesWithServiceHdl, Button* );
162 DECL_LINK( VerifyDigitalSignaturesHdl, Button* );
163 DECL_LINK( DigitalSignaturesWithTokenHdl, Button* );
364 IMPL_LINK( MyWin, DigitalSignaturesWithServiceHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
379 IMPL_LINK( MyWin, VerifyDigitalSignaturesHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
412 IMPL_LINK( MyWin, DigitalSignaturesWithTokenHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
436 IMPL_LINK( MyWin, SignButtonHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
498 IMPL_LINK( MyWin, VerifyButtonHdl, Button*, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx41 class Button;
252 class TOOLKIT_DLLPUBLIC Button : public Control class
254 DECL_GET_IMPL( Button );
255 DECL_CONSTRUCTORS( Button, Control, 0 );
256 DECL_GET_WINDOW (Button);
259 ~Button ();
272 class TOOLKIT_DLLPUBLIC PushButton : public Button
275 DECL_CONSTRUCTORS( PushButton, Button, 0 );
364 DECL_CONSTRUCTORS( RadioButton, Button, 0 );
377 class TOOLKIT_DLLPUBLIC CheckBox : public Button
[all …]
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx50 DECL_LINK( OkHdl, Button * );
51 DECL_LINK( CancelHdl, Button * );
129 IMPL_LINK_INLINE_START( SvRTLInputBox, OkHdl, Button *, pButton ) in IMPL_LINK_INLINE_START() argument
137 IMPL_LINK_INLINE_END( SvRTLInputBox, OkHdl, Button *, pButton ) in IMPL_LINK_INLINE_END() argument
139 IMPL_LINK_INLINE_START( SvRTLInputBox, CancelHdl, Button *, pButton ) in IMPL_LINK_INLINE_END()
147 IMPL_LINK_INLINE_END( SvRTLInputBox, CancelHdl, Button *, pButton ) in IMPL_LINK_INLINE_END() argument
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx230 class Button : public Element class
236 virtual ~Button (void);
834 pElement = Button::Create(this); in ProcessEntry()
1687 ::rtl::Reference<Button> pElement (new Button(rpToolBar)); in Create()
1695 Button::Button ( in Button() function in sdext::presenter::__anonc0e9a9f80611::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()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dinsfnote.cxx122 IMPL_LINK_INLINE_START( SwInsFootNoteDlg, NumberCharHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
128 IMPL_LINK_INLINE_END( SwInsFootNoteDlg, NumberCharHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
147 IMPL_LINK_INLINE_START( SwInsFootNoteDlg, NumberAutoBtnHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
152 IMPL_LINK_INLINE_END( SwInsFootNoteDlg, NumberAutoBtnHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
158 IMPL_LINK( SwInsFootNoteDlg, NumberExtCharHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
205 IMPL_LINK( SwInsFootNoteDlg, NextPrevHdl, Button *, pBtn ) in IMPL_LINK() argument
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx375 DECL_LINK( OkHdl, Button * );
376 DECL_LINK( CancelHdl, Button * );
377 DECL_LINK( NewHdl, Button * );
378 DECL_LINK( ChangeHdl, Button * );
379 DECL_LINK( DelHdl, Button * );
380 DECL_LINK( OrgHdl, Button * );
/trunk/main/svx/inc/svx/
H A Dsrchdlg.hxx251 DECL_LINK( CommandHdl_Impl, Button* pBtn );
252 DECL_LINK( TemplateHdl_Impl, Button* );
255 DECL_LINK( FormatHdl_Impl, Button* );
256 DECL_LINK( NoFormatHdl_Impl, Button* );
257 DECL_LINK( AttributeHdl_Impl, Button* );
/trunk/main/sw/source/ui/fldui/
H A Djavaedit.cxx148 IMPL_LINK_INLINE_START( SwJavaEditDialog, PrevHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
158 IMPL_LINK_INLINE_END( SwJavaEditDialog, PrevHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
166 IMPL_LINK_INLINE_START( SwJavaEditDialog, NextHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
176 IMPL_LINK_INLINE_END( SwJavaEditDialog, NextHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
184 IMPL_LINK( SwJavaEditDialog, OKHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx109 ::std::vector<Button*> aButtons; in ClearButtons()
111 for (::std::vector<Button*>::iterator iButton(aButtons.begin()),iEnd(aButtons.end()); in ClearButtons()
165 void FocusManager::SetButtons (const ::std::vector<Button*>& rButtons) in SetButtons()
168 for (::std::vector<Button*>::const_iterator iButton(rButtons.begin()),iEnd(rButtons.end()); in SetButtons()
249 for (::std::vector<Button*>::const_iterator iButton(maButtons.begin()),iEnd(maButtons.end()); in IsAnyButtonFocused()
398 …::std::vector<Button*>::iterator iButton (::std::find(maButtons.begin(), maButtons.end(), &rWindow… in RemoveWindow()

Completed in 202 milliseconds

12345678910>>...15