Kaydet (Commit) db6d362c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS asyncdialogs (1.4.212); FILE MERGED

2006/10/31 15:13:21 pb 1.4.212.4: RESYNC: (1.6-1.7); FILE MERGED
2006/08/30 12:44:51 pb 1.4.212.3: RESYNC: (1.5-1.6); FILE MERGED
2005/12/08 01:57:02 kso 1.4.212.2: RESYNC: (1.4-1.5); FILE MERGED
2005/11/01 14:28:26 kso 1.4.212.1: #i57125# - dialog adaptions for Threading Framework.
üst 38ca6bec
......@@ -4,9 +4,9 @@
*
* $RCSfile: optpath.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: vg $ $Date: 2006-09-26 14:10:03 $
* last change: $Author: vg $ $Date: 2006-11-22 10:36:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -58,6 +58,12 @@ class HeaderBar;
#include "ControlFocusHelper.hxx"
#endif
#ifndef _COM_SUN_STAR_UI_XFOLDERPICKER_HPP_
#include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
#endif
#ifndef _SVTOOLS_DIALOGCLOSEDLISTENER_HXX
#include <svtools/dialogclosedlistener.hxx>
#endif
// forward ---------------------------------------------------------------
......@@ -67,6 +73,7 @@ namespace svx
class OptHeaderTabListBox;
}
struct OptPath_Impl;
class SvxPathTabPage;
// define ----------------------------------------------------------------
......@@ -88,13 +95,20 @@ private:
::svx::OptHeaderTabListBox* pPathBox;
OptPath_Impl* pImpl;
::com::sun::star::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker > xFolderPicker;
#ifdef _SVX_OPTPATH_CXX
DECL_LINK( PathHdl_Impl, PushButton * );
DECL_LINK( StandardHdl_Impl, PushButton * );
void ChangeCurrentEntry( const String& _rFolder );
DECL_LINK( PathSelect_Impl, OptHeaderTabListBox * );
DECL_LINK( HeaderSelect_Impl, HeaderBar * );
DECL_LINK( HeaderEndDrag_Impl, HeaderBar * );
DECL_LINK( PathHdl_Impl, PushButton * );
DECL_LINK( StandardHdl_Impl, PushButton * );
DECL_LINK( PathSelect_Impl, OptHeaderTabListBox * );
DECL_LINK( HeaderSelect_Impl, HeaderBar * );
DECL_LINK( HeaderEndDrag_Impl, HeaderBar * );
DECL_LINK( DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEvent* );
void GetPathList( USHORT _nPathHandle, String& _rInternalPath,
String& _rUserPath, String& _rWritablePath, sal_Bool& _rReadOnly );
......@@ -114,6 +128,5 @@ public:
virtual void FillUserData();
};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment