2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* $RCSfile: content.hxx,v $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* $Revision: 1.10 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* last change: $Author: rt $ $Date: 2005-09-08 21:16:26 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 20:16:26 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef SC_CONTENT_HXX
|
|
|
|
#define SC_CONTENT_HXX
|
|
|
|
|
|
|
|
#ifndef _SVTREEBOX_HXX //autogen
|
|
|
|
#include <svtools/svtreebx.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef SC_SCGLOB_HXX
|
|
|
|
#include "global.hxx"
|
|
|
|
#endif
|
|
|
|
|
2004-06-04 10:31:10 +00:00
|
|
|
#ifndef SC_ADDRESS_HXX
|
|
|
|
#include "address.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef _SOLAR_H
|
|
|
|
#include <tools/solar.h>
|
|
|
|
#endif
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
class ScNavigatorDlg;
|
2001-11-02 13:18:22 +00:00
|
|
|
class ScNavigatorSettings;
|
2000-09-18 16:07:07 +00:00
|
|
|
class ScDocument;
|
|
|
|
class ScDocShell;
|
|
|
|
class ScAreaLink;
|
|
|
|
|
|
|
|
#define SC_CONTENT_ROOT 0
|
|
|
|
#define SC_CONTENT_TABLE 1
|
|
|
|
#define SC_CONTENT_RANGENAME 2
|
|
|
|
#define SC_CONTENT_DBAREA 3
|
|
|
|
#define SC_CONTENT_GRAPHIC 4
|
|
|
|
#define SC_CONTENT_OLEOBJECT 5
|
|
|
|
#define SC_CONTENT_NOTE 6
|
|
|
|
#define SC_CONTENT_AREALINK 7
|
2002-05-16 12:05:14 +00:00
|
|
|
#define SC_CONTENT_DRAWING 8
|
|
|
|
#define SC_CONTENT_COUNT 9
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2002-10-16 11:13:04 +00:00
|
|
|
const ULONG SC_CONTENT_NOCHILD = ~0UL;
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
//
|
|
|
|
// TreeListBox fuer Inhalte
|
|
|
|
//
|
|
|
|
|
|
|
|
class ScContentTree : public SvTreeListBox
|
|
|
|
{
|
|
|
|
ScNavigatorDlg* pParentWindow;
|
|
|
|
ImageList aEntryImages;
|
2002-06-03 08:55:40 +00:00
|
|
|
ImageList aHCEntryImages;
|
2000-09-18 16:07:07 +00:00
|
|
|
SvLBoxEntry* pRootNodes[SC_CONTENT_COUNT];
|
|
|
|
USHORT nRootType; // als Root eingestellt
|
|
|
|
String aManualDoc; // im Navigator umgeschaltet (Title)
|
|
|
|
BOOL bHiddenDoc; // verstecktes aktiv?
|
|
|
|
String aHiddenName; // URL zum Laden
|
|
|
|
String aHiddenTitle; // fuer Anzeige
|
|
|
|
ScDocument* pHiddenDocument; // temporaer
|
|
|
|
|
|
|
|
USHORT pPosList[SC_CONTENT_COUNT]; // fuer die Reihenfolge
|
|
|
|
|
|
|
|
static BOOL bIsInDrag; // static, falls der Navigator im ExecuteDrag geloescht wird
|
|
|
|
|
|
|
|
ScDocShell* GetManualOrCurrent();
|
|
|
|
|
|
|
|
void InitRoot(USHORT nType);
|
|
|
|
void ClearType(USHORT nType);
|
|
|
|
void ClearAll();
|
|
|
|
void InsertContent( USHORT nType, const String& rValue );
|
|
|
|
void GetDrawNames( USHORT nType, USHORT nId );
|
|
|
|
|
|
|
|
void GetTableNames();
|
|
|
|
void GetAreaNames();
|
|
|
|
void GetDbNames();
|
|
|
|
void GetLinkNames();
|
|
|
|
void GetGraphicNames();
|
|
|
|
void GetOleNames();
|
2002-05-16 12:05:14 +00:00
|
|
|
void GetGroupNames();
|
2000-09-18 16:07:07 +00:00
|
|
|
void GetNoteStrings();
|
|
|
|
|
|
|
|
BOOL DrawNamesChanged( USHORT nType, USHORT nId );
|
|
|
|
BOOL NoteStringsChanged();
|
|
|
|
|
|
|
|
ScAddress GetNotePos( ULONG nIndex );
|
|
|
|
const ScAreaLink* GetLink( ULONG nIndex );
|
|
|
|
|
2002-10-16 11:13:04 +00:00
|
|
|
/** Returns the indexes of the specified listbox entry.
|
|
|
|
@param rnRootIndex Root index of specified entry is returned.
|
|
|
|
@param rnChildIndex Index of the entry inside its root is returned (or SC_CONTENT_NOCHILD if entry is root).
|
|
|
|
@param pEntry The entry to examine. */
|
|
|
|
void GetEntryIndexes( USHORT& rnRootIndex, ULONG& rnChildIndex, SvLBoxEntry* pEntry ) const;
|
|
|
|
|
|
|
|
/** Returns the child index of the specified listbox entry.
|
|
|
|
@param pEntry The entry to examine or NULL for the selected entry.
|
|
|
|
@return Index of the entry inside its root or SC_CONTENT_NOCHILD if entry is root. */
|
|
|
|
ULONG GetChildIndex( SvLBoxEntry* pEntry ) const;
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
void DoDrag();
|
|
|
|
void AdjustTitle();
|
|
|
|
|
|
|
|
ScDocument* GetSourceDocument();
|
|
|
|
|
|
|
|
DECL_LINK( DoubleClickHdl, ScContentTree* );
|
|
|
|
DECL_STATIC_LINK( ScContentTree, ExecDragHdl, void* );
|
|
|
|
|
|
|
|
protected:
|
2001-04-03 16:43:21 +00:00
|
|
|
// virtual BOOL Drop( const DropEvent& rEvt );
|
|
|
|
// virtual BOOL QueryDrop( DropEvent& rEvt );
|
|
|
|
|
|
|
|
virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
|
|
|
|
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
|
|
|
|
virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
|
2001-05-11 17:49:21 +00:00
|
|
|
virtual void DragFinished( sal_Int8 nAction );
|
2001-04-03 16:43:21 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
virtual void Command( const CommandEvent& rCEvt );
|
|
|
|
virtual void RequestHelp( const HelpEvent& rHEvt );
|
|
|
|
|
|
|
|
public:
|
|
|
|
ScContentTree( Window* pParent, const ResId& rResId );
|
|
|
|
~ScContentTree();
|
|
|
|
|
2001-11-02 13:18:22 +00:00
|
|
|
virtual void MouseButtonDown( const MouseEvent& rMEvt );
|
|
|
|
virtual void KeyInput( const KeyEvent& rKEvt );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
void InitWindowBits( BOOL bButtons );
|
|
|
|
|
|
|
|
void Refresh( USHORT nType = 0 );
|
|
|
|
|
|
|
|
void ToggleRoot();
|
|
|
|
void SetRootType( USHORT nNew );
|
|
|
|
USHORT GetRootType() const { return nRootType; }
|
|
|
|
|
|
|
|
void ActiveDocChanged();
|
|
|
|
void ResetManualDoc();
|
|
|
|
void SetManualDoc(const String& rName);
|
|
|
|
BOOL LoadFile(const String& rUrl);
|
|
|
|
void SelectDoc(const String& rName);
|
|
|
|
|
|
|
|
const String& GetHiddenTitle() const { return aHiddenTitle; }
|
|
|
|
|
2002-10-16 11:13:04 +00:00
|
|
|
/** Applies the navigator settings to the listbox. */
|
|
|
|
void ApplySettings();
|
|
|
|
/** Stores the current listbox state in the navigator settings. */
|
|
|
|
void StoreSettings() const;
|
2001-11-02 13:18:22 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
static BOOL IsInDrag() { return bIsInDrag; }
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // SC_NAVIPI_HXX
|
|
|
|
|