From a0059b4918414b4c2f669332a60d22bef96094e3 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 23 Jul 2004 13:17:48 +0000 Subject: 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# --- svx/source/dialog/selector.hxx | 15 +++++++++++++-- 1 file 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 #endif +#include #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 ); -- cgit v1.2.3