Searched refs:nBtnFlags (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/vcl/source/window/ |
| H A D | btndlg.cxx | 108 PushButton* ButtonDialog::ImplCreatePushButton( sal_uInt16 nBtnFlags ) in ImplCreatePushButton() argument 113 if ( nBtnFlags & BUTTONDIALOG_DEFBUTTON ) in ImplCreatePushButton() 115 if ( nBtnFlags & BUTTONDIALOG_CANCELBUTTON ) in ImplCreatePushButton() 117 else if ( nBtnFlags & BUTTONDIALOG_OKBUTTON ) in ImplCreatePushButton() 119 else if ( nBtnFlags & BUTTONDIALOG_HELPBUTTON ) in ImplCreatePushButton() 124 if ( !(nBtnFlags & BUTTONDIALOG_HELPBUTTON) ) in ImplCreatePushButton() 337 sal_uInt16 nBtnFlags, long nSepPixel ) in AddButton() argument 344 pItem->mpPushButton = ImplCreatePushButton( nBtnFlags ); in AddButton() 351 if ( nBtnFlags & BUTTONDIALOG_FOCUSBUTTON ) in AddButton() 360 sal_uInt16 nBtnFlags, long nSepPixel ) in AddButton() argument [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | btndlg.hxx | 64 SAL_DLLPRIVATE PushButton* ImplCreatePushButton( sal_uInt16 nBtnFlags ); 91 …void AddButton( const XubString& rText, sal_uInt16 nId, sal_uInt16 nBtnFlags, long … 92 …void AddButton( StandardButtonType eType, sal_uInt16 nId, sal_uInt16 nBtnFlags, lon… 93 …void AddButton( PushButton* pBtn, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPi…
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | tabvwsh3.cxx | 670 sal_uInt16 nBtnFlags = SVX_ZOOM_ENABLE_50 in Execute() local 679 nBtnFlags = nBtnFlags | SVX_ZOOM_ENABLE_OPTIMAL; in Execute() 681 aZoomItem.SetValueSet( nBtnFlags ); in Execute()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | textsh1.cxx | 287 sal_uInt16 nBtnFlags = BUTTONDIALOG_DEFBUTTON | in lcl_AskRedlineMode() local 291 aQBox.AddButton(String(SW_RES(STR_REDLINE_ACCEPT_ALL)), RET_OK, nBtnFlags); in lcl_AskRedlineMode()
|