Home
last modified time | relevance | path

Searched refs:pobjFP (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx109 void SalGtkFilePicker::dialog_mapped_cb(GtkWidget *, SalGtkFilePicker *pobjFP) in dialog_mapped_cb() argument
111 pobjFP->InitialMapping(); in dialog_mapped_cb()
1499 void SalGtkFilePicker::type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP ) in type_changed_cb() argument
1501 pobjFP->implChangeType(selection); in type_changed_cb()
1511 void SalGtkFilePicker::expander_changed_cb( GtkExpander *expander, SalGtkFilePicker *pobjFP ) in expander_changed_cb() argument
1514 pobjFP->unselect_type(); in expander_changed_cb()
1518 SalGtkFilePicker *pobjFP ) in filter_changed_cb() argument
1522 OSL_TRACE( "filter_changed, isn't it great %x\n", pobjFP ); in filter_changed_cb()
1523 pobjFP->controlStateChanged( evt ); in filter_changed_cb()
1526 void SalGtkFilePicker::folder_changed_cb( GtkFileChooser *, SalGtkFilePicker *pobjFP ) in folder_changed_cb() argument
[all …]
H A DSalGtkFilePicker.hxx308 static void expander_changed_cb( GtkExpander *expander, SalGtkFilePicker *pobjFP );
309 static void preview_toggled_cb (GtkObject *cb, SalGtkFilePicker *pobjFP);
310 …void filter_changed_cb (GtkFileChooser *file_chooser, GParamSpec *pspec, SalGtkFilePicker *pobjFP);
311 static void type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP );
312 static void folder_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
313 static void selection_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
314 static void update_preview_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP);
315 static void dialog_mapped_cb(GtkWidget *widget, SalGtkFilePicker *pobjFP);