Home
last modified time | relevance | path

Searched refs:gboolean (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx151 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 Dgtkobject.hxx39 static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer );
40 static gboolean signalFocus( GtkWidget*, GdkEventFocus*, gpointer );
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.h91 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 DNDatabaseMetaData.hxx46 gboolean bIsSplittedValue;
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx526 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 Dgnome-open-url.c30 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 Datkselection.cxx56 static gboolean
75 static gboolean
124 static gboolean
140 static gboolean
159 static gboolean
H A Datktable.cxx525 static gboolean
550 static gboolean
575 static gboolean
601 static gboolean
610 static gboolean
619 static gboolean
628 static gboolean
H A Datkcomponent.cxx78 static gboolean
100 static gboolean
241 static gboolean
250 static gboolean
259 static gboolean
H A Datkwindow.cxx135 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 Datktext.cxx437 static gboolean
790 static gboolean
810 static gboolean
828 static gboolean
H A Datkhypertext.cxx112 static gboolean
139 static gboolean
H A Datkaction.cxx77 static gboolean
254 static gboolean
H A Datkimage.cxx116 static gboolean
H A Datkvalue.cxx110 static gboolean
H A Datkeditabletext.cxx65 static gboolean
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx76 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 Dgstplayer.hxx118 virtual gboolean busCallback( GstBus* pBus,
121 virtual gboolean idle();
H A Dgstframegrabber.hxx66 virtual gboolean busCallback( GstBus* pBus,
H A Dgstframegrabber.cxx129 gboolean FrameGrabber::busCallback( GstBus* pBus, GstMessage* pMsg ) in busCallback()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx679 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 Dgtkobject.cxx176 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 Dsalnativewidgets-gtk.cxx618 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 DSalGtkFilePicker.cxx1545 gboolean have_preview = sal_False; in update_preview_cb()
1855 static gboolean
1858 gboolean bRetval = sal_False; in case_insensitive_filter()
H A DSalGtkPicker.cxx110 gboolean canceldialog(RunDialog *pDialog) in canceldialog()

12