| /trunk/main/vcl/inc/unx/gtk/ |
| H A D | gtkframe.hxx | 151 static gboolean signalIMDeleteSurrounding( GtkIMContext*, gint, gint, gpointer ); 155 static gboolean signalIMRetrieveSurrounding( GtkIMContext*, gpointer ); 203 static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer ); 205 static gboolean signalExpose( GtkWidget*, GdkEventExpose*, gpointer ); 206 static gboolean signalFocus( GtkWidget*, GdkEventFocus*, gpointer ); 207 static gboolean signalMap( GtkWidget*, GdkEvent*, gpointer ); 208 static gboolean signalUnmap( GtkWidget*, GdkEvent*, gpointer ); 209 static gboolean signalConfigure( GtkWidget*, GdkEventConfigure*, gpointer ); 210 static gboolean signalMotion( GtkWidget*, GdkEventMotion*, gpointer ); 211 static gboolean signalKey( GtkWidget*, GdkEventKey*, gpointer ); [all …]
|
| H A D | gtkobject.hxx | 39 static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer ); 40 static gboolean signalFocus( GtkWidget*, GdkEventFocus*, gpointer );
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | EApi.h | 91 EAPI_EXTERN gboolean (*e_book_open) (EBook *book, 92 gboolean only_if_exists, 98 EAPI_EXTERN gboolean (*e_book_get_addressbooks) (ESourceList **addressbook_sources, 101 EAPI_EXTERN gboolean (*e_book_get_contacts) (EBook *book, 106 EAPI_EXTERN gboolean (*e_book_authenticate_user) (EBook *book, 117 EAPI_EXTERN EBookQuery* (*e_book_query_and) (int nqs, EBookQuery **qs, gboolean unref); 118 EAPI_EXTERN EBookQuery* (*e_book_query_or) (int nqs, EBookQuery **qs, gboolean unref); 119 EAPI_EXTERN EBookQuery* (*e_book_query_not) (EBookQuery *q, gboolean unref);
|
| H A D | NDatabaseMetaData.hxx | 46 gboolean bIsSplittedValue;
|
| /trunk/main/vcl/unx/gtk/app/ |
| H A D | gtkdata.cxx | 526 static gboolean timeoutFn(gpointer data); 527 static gboolean userEventFn(gpointer data); 711 gboolean call_timeoutFn(gpointer data) in call_timeoutFn() 717 gboolean GtkXLib::timeoutFn(gpointer data) in timeoutFn() 776 gboolean call_userEventFn( gpointer data ) in call_userEventFn() 782 gboolean GtkXLib::userEventFn(gpointer data) in userEventFn() 784 gboolean bContinue; in userEventFn() 841 gboolean wasEvent = FALSE; in Yield() 854 gboolean wasOneEvent = TRUE; in Yield() 898 static gboolean [all …]
|
| /trunk/main/shell/source/unix/misc/ |
| H A D | gnome-open-url.c | 30 typedef int gboolean; typedef 71 gboolean gnome_url_show (const char *url, GError **error) in gnome_url_show() 74 gboolean ret = 0; in gnome_url_show() 80 gboolean (* init) (void) = in gnome_url_show() 81 (gboolean (*) (void)) dlsym(handle, "gnome_vfs_init"); in gnome_url_show()
|
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atkselection.cxx | 56 static gboolean 75 static gboolean 124 static gboolean 140 static gboolean 159 static gboolean
|
| H A D | atktable.cxx | 525 static gboolean 550 static gboolean 575 static gboolean 601 static gboolean 610 static gboolean 619 static gboolean 628 static gboolean
|
| H A D | atkcomponent.cxx | 78 static gboolean 100 static gboolean 241 static gboolean 250 static gboolean 259 static gboolean
|
| H A D | atkwindow.cxx | 135 static gboolean 142 static gboolean ooo_tooltip_map( GtkWidget* pToolTip, gpointer ) in ooo_tooltip_map() 150 static gboolean ooo_tooltip_unmap( GtkWidget* pToolTip, gpointer ) in ooo_tooltip_unmap()
|
| H A D | atktext.cxx | 437 static gboolean 790 static gboolean 810 static gboolean 828 static gboolean
|
| H A D | atkhypertext.cxx | 112 static gboolean 139 static gboolean
|
| H A D | atkaction.cxx | 77 static gboolean 254 static gboolean
|
| H A D | atkimage.cxx | 116 static gboolean
|
| H A D | atkvalue.cxx | 110 static gboolean
|
| H A D | atkeditabletext.cxx | 65 static gboolean
|
| /trunk/main/avmedia/source/gstreamer/ |
| H A D | gstplayer.cxx | 76 static gboolean 87 static gboolean 98 static gboolean 104 gboolean bRet = false; in lcl_implBusDispatch() 133 static gboolean 644 gboolean Player::busCallback( GstBus* /*pBus*/, in busCallback() 793 gboolean Player::idle() in idle()
|
| H A D | gstplayer.hxx | 118 virtual gboolean busCallback( GstBus* pBus, 121 virtual gboolean idle();
|
| H A D | gstframegrabber.hxx | 66 virtual gboolean busCallback( GstBus* pBus,
|
| H A D | gstframegrabber.cxx | 129 gboolean FrameGrabber::busCallback( GstBus* pBus, GstMessage* pMsg ) in busCallback()
|
| /trunk/main/vcl/unx/gtk/window/ |
| H A D | gtkframe.cxx | 679 typedef void(*setAcceptFn)( GtkWindow*, gboolean ); 688 static void lcl_set_accept_focus( GtkWindow* pWindow, gboolean bAccept, bool bBeforeRealize ) in lcl_set_accept_focus() 1977 gboolean res; in dbus_inhibit_gsm() 2031 gboolean res; in dbus_uninhibit_gsm() 2693 gboolean GtkSalFrame::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer frame ) in signalButton() 2785 gboolean GtkSalFrame::signalScroll( GtkWidget*, GdkEvent* pEvent, gpointer frame ) in signalScroll() 2821 gboolean GtkSalFrame::signalMotion( GtkWidget*, GdkEventMotion* pEvent, gpointer frame ) in signalMotion() 2866 gboolean GtkSalFrame::signalCrossing( GtkWidget*, GdkEventCrossing* pEvent, gpointer frame ) in signalCrossing() 2883 gboolean GtkSalFrame::signalExpose( GtkWidget*, GdkEventExpose* pEvent, gpointer frame ) in signalExpose() 2895 gboolean GtkSalFrame::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer frame ) in signalFocus() [all …]
|
| H A D | gtkobject.cxx | 176 gboolean GtkSalObject::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer object ) in signalButton() 189 gboolean GtkSalObject::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer object ) in signalFocus()
|
| /trunk/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 618 gboolean has_forward; in hitTestNativeControl() 619 gboolean has_forward2; in hitTestNativeControl() 620 gboolean has_backward; in hitTestNativeControl() 621 gboolean has_backward2; in hitTestNativeControl() 1102 gboolean interiorFocus; in NWPaintGTKButton() 1213 gboolean interiorFocus; in NWGetButtonArea() 1442 gboolean has_forward; in NWPaintGTKScrollbar() 1443 gboolean has_forward2; in NWPaintGTKScrollbar() 1444 gboolean has_backward; in NWPaintGTKScrollbar() 1445 gboolean has_backward2; in NWPaintGTKScrollbar() [all …]
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 1545 gboolean have_preview = sal_False; in update_preview_cb() 1855 static gboolean 1858 gboolean bRetval = sal_False; in case_insensitive_filter()
|
| H A D | SalGtkPicker.cxx | 110 gboolean canceldialog(RunDialog *pDialog) in canceldialog()
|