Searched refs:StandardButtonType (Results 1 – 7 of 7) sorted by relevance
319 typedef sal_uInt16 StandardButtonType; typedef320 #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 …]
81 static XubString GetStandardText( StandardButtonType eButton );82 static XubString GetStandardHelpText( StandardButtonType eButton );
92 …void AddButton( StandardButtonType eType, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel …
359 void ButtonDialog::AddButton( StandardButtonType eType, sal_uInt16 nId, in AddButton()
398 static const StandardButtonType aTestButtons[] = in ImplCheckUIFont()
513 void lcl_addButton( ButtonDialog& _rDialog, StandardButtonType _eType, bool _bDefault ) in lcl_addButton()
155 XubString Button::GetStandardText( StandardButtonType eButton ) in GetStandardText()193 XubString Button::GetStandardHelpText( StandardButtonType /* eButton */ ) in GetStandardHelpText() argument
Completed in 96 milliseconds