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
This commit is contained in:
parent
4fa77e1f2e
commit
e5ec9b487e
1 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue