Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/app/
H A Dgtksys.cxx68 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 Devent.hxx133 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 Dzoomsliderctrl.cxx408 const short nButtons = rEvt.GetButtons(); in MouseMove() local
411 if ( 1 == nButtons ) in MouseMove()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx347 const short nButtons = rMEvt.GetButtons(); in MouseMove() local
350 if ( 1 == nButtons ) in MouseMove()
/trunk/main/offapi/com/sun/star/awt/
H A DXMessageBoxFactory.idl67 [in] long nButtons,
/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx216 void UpdatePointer(const Point &, sal_uInt16 nButtons = 0);
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx138 …er >& aParent, ::com::sun::star::awt::MessageBoxType eType, ::sal_Int32 nButtons, const ::rtl::OUS…

Completed in 38 milliseconds