Home
last modified time | relevance | path

Searched refs:StandardButtonType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dwintypes.hxx319 typedef sal_uInt16 StandardButtonType; typedef
320 #define BUTTON_OK ((StandardButtonType)0)
321 #define BUTTON_CANCEL ((StandardButtonType)1)
322 #define BUTTON_YES ((StandardButtonType)2)
323 #define BUTTON_NO ((StandardButtonType)3)
324 #define BUTTON_RETRY ((StandardButtonType)4)
325 #define BUTTON_HELP ((StandardButtonType)5)
326 #define BUTTON_CLOSE ((StandardButtonType)6)
327 #define BUTTON_MORE ((StandardButtonType)7)
329 #define BUTTON_ABORT ((StandardButtonType)9)
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx81 static XubString GetStandardText( StandardButtonType eButton );
82 static XubString GetStandardHelpText( StandardButtonType eButton );
H A Dbtndlg.hxx92 …void AddButton( StandardButtonType eType, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel …
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx359 void ButtonDialog::AddButton( StandardButtonType eType, sal_uInt16 nId, in AddButton()
H A Dwindow.cxx398 static const StandardButtonType aTestButtons[] = in ImplCheckUIFont()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx513 void lcl_addButton( ButtonDialog& _rDialog, StandardButtonType _eType, bool _bDefault ) in lcl_addButton()
/trunk/main/vcl/source/control/
H A Dbutton.cxx155 XubString Button::GetStandardText( StandardButtonType eButton ) in GetStandardText()
193 XubString Button::GetStandardHelpText( StandardButtonType /* eButton */ ) in GetStandardHelpText() argument

Completed in 75 milliseconds