Searched refs:nButtons (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/unx/gtk/app/ |
H A D | gtksys.cxx | 68 gint nButtons = 0, nResponse; in ShowNativeDialog() local 77 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog() 78 gtk_dialog_set_default_response( GTK_DIALOG( mainwin ), nButtons ); in ShowNativeDialog() 81 gtk_dialog_add_button( GTK_DIALOG( mainwin ), aLabel.GetBuffer(), nButtons ); in ShowNativeDialog() 82 nButtons++; in ShowNativeDialog()
|
/trunk/main/vcl/inc/vcl/ |
H A D | event.hxx | 133 sal_uInt16 nMode = 0, sal_uInt16 nButtons = 0, 185 sal_uInt16 nButtons, sal_uInt16 nModifier ) : in MouseEvent() argument 190 mnCode = nButtons | nModifier; in MouseEvent()
|
/trunk/main/svx/source/stbctrls/ |
H A D | zoomsliderctrl.cxx | 408 const short nButtons = rEvt.GetButtons(); in MouseMove() local 411 if ( 1 == nButtons ) in MouseMove()
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | tbzoomsliderctrl.cxx | 347 const short nButtons = rMEvt.GetButtons(); in MouseMove() local 350 if ( 1 == nButtons ) in MouseMove()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XMessageBoxFactory.idl | 67 [in] long nButtons,
|
/trunk/main/sw/source/ui/inc/ |
H A D | edtwin.hxx | 216 void UpdatePointer(const Point &, sal_uInt16 nButtons = 0);
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxtoolkit.hxx | 138 …er >& aParent, ::com::sun::star::awt::MessageBoxType eType, ::sal_Int32 nButtons, const ::rtl::OUS…
|
Completed in 37 milliseconds