summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 13:17:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 13:17:48 +0000
commita0059b4918414b4c2f669332a60d22bef96094e3 (patch)
tree3a7f966545203bdfc864f56c8f3620fb7dfb4903
parent90a020c59159de3af595985c7c979f7b09e9344e (diff)
INTEGRATION: CWS scriptingf7 (1.2.24); FILE MERGED
2004/07/12 18:50:25 toconnor 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/12 16:10:07 dfoster 1.2.24.1: #i30924#
-rw-r--r--svx/source/dialog/selector.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/svx/source/dialog/selector.hxx b/svx/source/dialog/selector.hxx
index 1962967c1bd4..46c68f0cdc5d 100644
--- a/svx/source/dialog/selector.hxx
+++ b/svx/source/dialog/selector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: selector.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 13:14:47 $
+ * last change: $Author: hr $ $Date: 2004-07-23 14:17:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,7 @@
#ifndef _COM_SUN_STAR_LANG_XSINGLECOMPONENTFACTORY_HPP_
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#endif
+#include <drafts/com/sun/star/script/browse/XBrowseNode.hpp>
#define _SVSTDARR_USHORTS
#define _SVSTDARR_STRINGSDTOR
@@ -173,6 +174,16 @@ class SvxConfigGroupListBox_Impl : public SvTreeListBox
// show Basic scripts?
BOOL bShowBasic;
+ ImageList m_aImagesNormal;
+ ImageList m_aImagesHighContrast;
+ Image m_hdImage;
+ Image m_hdImage_hc;
+ ::rtl::OUString m_sMyMacros;
+ ::rtl::OUString m_sProdMacros;
+ Image GetImage( ::com::sun::star::uno::Reference< ::drafts::com::sun::star::script::browse::XBrowseNode > node, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast );
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getDocumentModel( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName );
+ ::rtl::OUString xModelToDocTitle( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
+ ::rtl::OUString parseLocationName( const ::rtl::OUString& location );
protected:
virtual void RequestingChilds( SvLBoxEntry *pEntry);
virtual BOOL Expand( SvLBoxEntry* pParent );