Searched refs:pobjFP (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 109 void SalGtkFilePicker::dialog_mapped_cb(GtkWidget *, SalGtkFilePicker *pobjFP) in dialog_mapped_cb() argument 111 pobjFP->InitialMapping(); in dialog_mapped_cb() 1511 void SalGtkFilePicker::type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP ) in type_changed_cb() argument 1513 pobjFP->implChangeType(selection); in type_changed_cb() 1523 void SalGtkFilePicker::expander_changed_cb( GtkExpander *expander, SalGtkFilePicker *pobjFP ) in expander_changed_cb() argument 1526 pobjFP->unselect_type(); in expander_changed_cb() 1530 SalGtkFilePicker *pobjFP ) in filter_changed_cb() argument 1534 OSL_TRACE( "filter_changed, isn't it great %x\n", pobjFP ); in filter_changed_cb() 1535 pobjFP->controlStateChanged( evt ); in filter_changed_cb() 1538 void SalGtkFilePicker::folder_changed_cb( GtkFileChooser *, SalGtkFilePicker *pobjFP ) in folder_changed_cb() argument [all …]
|
| H A D | SalGtkFilePicker.hxx | 341 static void expander_changed_cb( GtkExpander *expander, SalGtkFilePicker *pobjFP ); 342 static void preview_toggled_cb (GtkObject *cb, SalGtkFilePicker *pobjFP); 343 …void filter_changed_cb (GtkFileChooser *file_chooser, GParamSpec *pspec, SalGtkFilePicker *pobjFP); 344 static void type_changed_cb( GtkTreeSelection *selection, SalGtkFilePicker *pobjFP ); 345 static void folder_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP); 346 static void selection_changed_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP); 347 static void update_preview_cb (GtkFileChooser *file_chooser, SalGtkFilePicker *pobjFP); 348 static void dialog_mapped_cb(GtkWidget *widget, SalGtkFilePicker *pobjFP);
|