summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-08-30 08:06:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-08-30 08:06:55 +0000
commitacc45b39a8512689d531bbd22be3c89bde096297 (patch)
tree9e04941efd64ea065ea30f1e5ed2869fbc75462c
parentef447b55382aff6162e66628a9b968f1049a5752 (diff)
INTEGRATION: CWS cmcfixes16 (1.5.18); FILE MERGED
2005/08/25 12:35:02 cmc 1.5.18.1: #i53064# getCurrentFilter shouldn't update from UI until UI is executed
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx
index 2fa608bfd4..9509e8af1e 100644
--- a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx
+++ b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SalGtkFilePicker.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-07-12 11:59:09 $
+ * last change: $Author: rt $ $Date: 2005-08-30 09:06:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -357,6 +357,8 @@ class SalGtkFilePicker :
GtkWidget *m_pLists[ LIST_LAST ];
GtkWidget *m_pListLabels[ LIST_LAST ];
bool mbListVisibility[ LIST_LAST ];
+ gulong mnHID_FolderChange;
+ gulong mnHID_SelectionChange;
::rtl::OUString m_aCurrentFilter;
@@ -364,6 +366,7 @@ class SalGtkFilePicker :
void SetCurFilter( const OUString& rFilter );
void SetFilters();
+ void UpdateFilterfromUI();
void implChangeType( GtkTreeSelection *selection );
int implAddFilter( const OUString& rFilter, const OUString& rType);