Home
last modified time | relevance | path

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

12

/aoo4110/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx155 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 );
210 static gboolean signalMotion( GtkWidget*, GdkEventMotion*, gpointer );
211 static gboolean signalKey( GtkWidget*, GdkEventKey*, gpointer );
212 static gboolean signalDelete( GtkWidget*, GdkEvent*, gpointer );
213 static gboolean signalState( GtkWidget*, GdkEvent*, gpointer );
[all …]
H A Dgtkobject.hxx39 static gboolean signalButton( GtkWidget*, GdkEventButton*, gpointer );
40 static gboolean signalFocus( GtkWidget*, GdkEventFocus*, gpointer );
/aoo4110/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);
/aoo4110/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx538 static gboolean timeoutFn(gpointer data);
723 gboolean call_timeoutFn(gpointer data) in call_timeoutFn()
729 gboolean GtkXLib::timeoutFn(gpointer data) in timeoutFn()
788 gboolean call_userEventFn( gpointer data ) in call_userEventFn()
794 gboolean GtkXLib::userEventFn(gpointer data) in userEventFn()
796 gboolean bContinue; in userEventFn()
853 gboolean wasEvent = FALSE; in Yield()
866 gboolean wasOneEvent = TRUE; in Yield()
910 static gboolean
927 static gboolean
[all …]
/aoo4110/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()
/aoo4110/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
H A Datklistener.cxx312 gboolean bState = eNewState != ATK_STATE_INVALID; in notifyEvent()
/aoo4110/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
666 gboolean Player::busCallback( GstBus* /*pBus*/, in busCallback()
815 gboolean Player::idle() in idle()
H A Dgstplayer.hxx140 virtual gboolean busCallback( GstBus* pBus,
143 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()
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx655 typedef void(*setAcceptFn)( GtkWindow*, gboolean );
1933 gboolean res; in dbus_inhibit_gsm()
1987 gboolean res; in dbus_uninhibit_gsm()
2709 gboolean GtkSalFrame::signalScroll( GtkWidget*, GdkEvent* pEvent, gpointer frame ) in signalScroll()
2887 gboolean GtkSalFrame::signalMap( GtkWidget*, GdkEvent*, gpointer frame ) in signalMap()
2927 gboolean GtkSalFrame::signalUnmap( GtkWidget*, GdkEvent*, gpointer frame ) in signalUnmap()
3026 gboolean GtkSalFrame::signalKey( GtkWidget*, GdkEventKey* pEvent, gpointer frame ) in signalKey()
3179 gboolean GtkSalFrame::signalDelete( GtkWidget*, GdkEvent*, gpointer frame ) in signalDelete()
3229 gboolean GtkSalFrame::signalState( GtkWidget*, GdkEvent* pEvent, gpointer frame ) in signalState()
3454 gboolean bResult = gtk_im_context_filter_keypress( m_pIMContext, pEvent ); in handleKeyEvent()
[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()
/aoo4110/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1097 gboolean interiorFocus; in NWPaintGTKButton()
1208 gboolean interiorFocus; in NWGetButtonArea()
1437 gboolean has_forward; in NWPaintGTKScrollbar()
1438 gboolean has_forward2; in NWPaintGTKScrollbar()
1439 gboolean has_backward; in NWPaintGTKScrollbar()
1440 gboolean has_backward2; in NWPaintGTKScrollbar()
1712 gboolean has_forward; in NWGetScrollButtonRect()
1713 gboolean has_forward2; in NWGetScrollButtonRect()
1714 gboolean has_backward; in NWGetScrollButtonRect()
1715 gboolean has_backward2; in NWGetScrollButtonRect()
[all …]
/aoo4110/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1557 gboolean have_preview = sal_False; in update_preview_cb()
1871 static gboolean
1874 gboolean bRetval = sal_False; in case_insensitive_filter()
H A DSalGtkPicker.cxx110 gboolean canceldialog(RunDialog *pDialog) in canceldialog()

Completed in 178 milliseconds

12