2004-01-20 10:46:12 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 04:18:38 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2005-09-09 04:18:38 +00:00
|
|
|
* $RCSfile: View.hxx,v $
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2006-11-14 13:33:23 +00:00
|
|
|
* $Revision: 1.16 $
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2006-11-14 13:33:23 +00:00
|
|
|
* last change: $Author: ihi $ $Date: 2006-11-14 14:33:23 $
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2005-09-09 04:18:38 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 04:18:38 +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
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2005-09-09 04:18:38 +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.
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2005-09-09 04:18:38 +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.
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
2005-09-09 04:18:38 +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
|
2004-01-20 10:46:12 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef SD_VIEW_HXX
|
|
|
|
#define SD_VIEW_HXX
|
|
|
|
|
|
|
|
#ifndef _PRESENTATION_HXX
|
|
|
|
#include "pres.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef _GEN_HXX //autogen
|
|
|
|
#include <tools/gen.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _TRANSFER_HXX //autogen
|
|
|
|
#include <svtools/transfer.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVX_FMVIEW_HXX
|
|
|
|
#include <svx/fmview.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDMARK_HXX //autogen
|
|
|
|
#include <svx/svdmark.hxx>
|
|
|
|
#endif
|
2006-11-14 13:33:23 +00:00
|
|
|
//#ifndef _SVDVMARK_HXX //autogen
|
|
|
|
//#include <svx/svdvmark.hxx>
|
|
|
|
//#endif
|
2004-01-20 10:46:12 +00:00
|
|
|
#ifndef _SVDPAGE_HXX //autogen
|
|
|
|
#include <svx/svdpage.hxx>
|
|
|
|
#endif
|
2005-12-14 16:06:52 +00:00
|
|
|
#ifndef SD_FU_POOR_HXX
|
|
|
|
#include "fupoor.hxx"
|
|
|
|
#endif
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
class SdDrawDocument;
|
|
|
|
class SdrOle2Obj;
|
|
|
|
class SdrGrafObj;
|
2004-08-12 08:16:16 +00:00
|
|
|
class SdrMediaObj;
|
2004-01-20 10:46:12 +00:00
|
|
|
class OutputDevice;
|
|
|
|
class VirtualDevice;
|
|
|
|
class ImageMap;
|
|
|
|
class Point;
|
|
|
|
class Graphic;
|
|
|
|
class SdrOutliner;
|
|
|
|
class TransferableDataHelper;
|
|
|
|
struct StyleRequestData;
|
2004-11-26 19:15:00 +00:00
|
|
|
class Outliner;
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
namespace sd {
|
|
|
|
|
|
|
|
class DrawDocShell;
|
|
|
|
struct SdNavigatorDropEvent;
|
|
|
|
class ViewShell;
|
|
|
|
class Window;
|
2004-07-13 13:14:32 +00:00
|
|
|
class ViewClipboard;
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
// -------------------
|
|
|
|
// - SdViewRedrawRec -
|
|
|
|
// -------------------
|
|
|
|
|
|
|
|
struct SdViewRedrawRec
|
|
|
|
{
|
|
|
|
OutputDevice* pOut;
|
|
|
|
Rectangle aRect;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2006-11-01 13:16:39 +00:00
|
|
|
class View : public FmFormView
|
2004-01-20 10:46:12 +00:00
|
|
|
{
|
|
|
|
public:
|
|
|
|
TYPEINFO();
|
|
|
|
|
|
|
|
View (
|
|
|
|
SdDrawDocument* pDrawDoc,
|
|
|
|
OutputDevice* pOutDev,
|
|
|
|
ViewShell* pViewSh=NULL);
|
|
|
|
virtual ~View (void);
|
|
|
|
|
2004-07-12 14:11:03 +00:00
|
|
|
void CompleteRedraw( OutputDevice* pOutDev, const Region& rReg, ::sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
virtual BOOL GetAttributes( SfxItemSet& rTargetSet, BOOL bOnlyHardAttr=FALSE ) const;
|
|
|
|
virtual BOOL SetAttributes(const SfxItemSet& rSet, BOOL bReplaceAll = FALSE);
|
|
|
|
virtual void MarkListHasChanged();
|
|
|
|
virtual void ModelHasChanged();
|
|
|
|
virtual void SelectAll();
|
|
|
|
virtual void DoCut(::Window* pWindow=NULL);
|
|
|
|
virtual void DoCopy(::Window* pWindow=NULL);
|
|
|
|
virtual void DoPaste(::Window* pWindow=NULL);
|
|
|
|
virtual void DoConnect(SdrOle2Obj* pOleObj);
|
|
|
|
virtual BOOL SetStyleSheet(SfxStyleSheet* pStyleSheet, BOOL bDontRemoveHardAttr = FALSE);
|
|
|
|
virtual void StartDrag( const Point& rStartPos, Window* pWindow );
|
|
|
|
virtual void DragFinished( sal_Int8 nDropAction );
|
|
|
|
virtual sal_Int8 AcceptDrop (
|
|
|
|
const AcceptDropEvent& rEvt,
|
|
|
|
DropTargetHelper& rTargetHelper,
|
|
|
|
::sd::Window* pTargetWindow = NULL,
|
|
|
|
USHORT nPage = SDRPAGE_NOTFOUND,
|
|
|
|
USHORT nLayer = SDRPAGE_NOTFOUND);
|
|
|
|
virtual sal_Int8 ExecuteDrop (
|
|
|
|
const ExecuteDropEvent& rEvt,
|
|
|
|
DropTargetHelper& rTargetHelper,
|
|
|
|
::sd::Window* pTargetWindow = NULL,
|
|
|
|
USHORT nPage = SDRPAGE_NOTFOUND,
|
|
|
|
USHORT nLayer = SDRPAGE_NOTFOUND);
|
|
|
|
|
|
|
|
::com::sun::star::uno::Reference<
|
|
|
|
::com::sun::star::datatransfer::XTransferable>
|
|
|
|
CreateClipboardDataObject (::sd::View*, ::Window& rWindow);
|
|
|
|
::com::sun::star::uno::Reference<
|
|
|
|
::com::sun::star::datatransfer::XTransferable>
|
|
|
|
CreateDragDataObject (::sd::View*, ::Window& rWindow,
|
|
|
|
const Point& rDragPos);
|
|
|
|
::com::sun::star::uno::Reference<
|
|
|
|
::com::sun::star::datatransfer::XTransferable>
|
|
|
|
CreateSelectionDataObject (::sd::View*, ::Window& rWindow);
|
|
|
|
|
|
|
|
void UpdateSelectionClipboard( BOOL bForceDeselect );
|
|
|
|
|
2004-07-13 13:14:32 +00:00
|
|
|
inline DrawDocShell* GetDocSh (void) const;
|
|
|
|
inline SdDrawDocument* GetDoc (void) const;
|
|
|
|
inline ViewShell* GetViewShell (void) const;
|
2004-01-20 10:46:12 +00:00
|
|
|
|
2006-11-14 13:33:23 +00:00
|
|
|
sal_Bool SdrBeginTextEdit(
|
|
|
|
SdrObject* pObj, SdrPageView* pPV = 0L, Window* pWin = 0L, sal_Bool bIsNewObj = sal_False,
|
|
|
|
SdrOutliner* pGivenOutliner = 0L, OutlinerView* pGivenOutlinerView = 0L,
|
|
|
|
sal_Bool bDontDeleteOutliner = sal_False, sal_Bool bOnlyOneView = sal_False, sal_Bool bGrabFocus = sal_True);
|
|
|
|
virtual SdrEndTextEditKind SdrEndTextEdit(sal_Bool bDontDeleteReally = sal_False);
|
|
|
|
SdrEndTextEditKind SdrEndTextEdit(sal_Bool bDontDeleteReally, FunctionReference xFunc);
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
BOOL InsertData( const TransferableDataHelper& rDataHelper,
|
|
|
|
const Point& rPos, sal_Int8& rDnDAction, BOOL bDrag,
|
|
|
|
ULONG nFormat = 0, USHORT nPage = SDRPAGE_NOTFOUND, USHORT nLayer = SDRLAYER_NOTFOUND );
|
2005-10-19 11:24:53 +00:00
|
|
|
/** gets the metafile from the given transferable helper and insert it as a graphic shape.
|
|
|
|
@param bOptimize if set to true, the metafile is analyzed and if only one bitmap action is
|
|
|
|
present, then is is inserted as a single graphic.
|
|
|
|
*/
|
|
|
|
bool InsertMetaFile( TransferableDataHelper& rDataHelper,
|
|
|
|
const Point& rInsertPos,
|
|
|
|
ImageMap* pImageMap, bool bOptimize );
|
|
|
|
|
2004-01-20 10:46:12 +00:00
|
|
|
SdrGrafObj* InsertGraphic( const Graphic& rGraphic,
|
|
|
|
sal_Int8& rAction, const Point& rPos,
|
|
|
|
SdrObject* pSelectedObj, ImageMap* pImageMap );
|
2004-08-12 08:16:16 +00:00
|
|
|
SdrMediaObj* InsertMediaURL( const rtl::OUString& rMediaURL, sal_Int8& rAction,
|
|
|
|
const Point& rPos, const Size& rSize );
|
2004-01-20 10:46:12 +00:00
|
|
|
|
2004-03-30 14:51:38 +00:00
|
|
|
BOOL IsPresObjSelected(BOOL bOnPage=TRUE, BOOL bOnMasterPage=TRUE, BOOL bCheckPresObjListOnly=FALSE, BOOL bCheckLayoutOnly=FALSE) const;
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
void SetMarkedOriginalSize();
|
|
|
|
|
|
|
|
VirtualDevice* CreatePageVDev(USHORT nSdPage, PageKind ePageKind, ULONG nWidthPixel);
|
|
|
|
|
|
|
|
void LockRedraw(BOOL bLock);
|
2005-03-30 08:25:32 +00:00
|
|
|
bool IsRedrawLocked (void) const;
|
2004-01-20 10:46:12 +00:00
|
|
|
|
|
|
|
BOOL IsMorphingAllowed() const;
|
|
|
|
BOOL IsVectorizeAllowed() const;
|
|
|
|
|
|
|
|
virtual SfxStyleSheet* GetStyleSheet() const;
|
|
|
|
|
|
|
|
BOOL GetExchangeList( List*& rpExchangeList, List* pBookmarkList, USHORT nType );
|
|
|
|
|
|
|
|
virtual void onAccessibilityOptionsChanged();
|
|
|
|
|
|
|
|
virtual SdrModel* GetMarkedObjModel() const;
|
|
|
|
virtual BOOL Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, UINT32 nOptions=0);
|
|
|
|
|
2006-01-10 13:32:00 +00:00
|
|
|
/** returns true if we have an undo manager and there is an open list undo action */
|
|
|
|
bool isRecordingUndo() const;
|
|
|
|
|
2004-01-20 10:46:12 +00:00
|
|
|
protected:
|
2004-11-26 19:15:00 +00:00
|
|
|
DECL_LINK( ParagraphInsertedHdl, ::Outliner * );
|
|
|
|
DECL_LINK( ParagraphRemovingHdl, ::Outliner * );
|
|
|
|
|
2004-01-20 10:46:12 +00:00
|
|
|
SdDrawDocument* pDoc;
|
|
|
|
DrawDocShell* pDocSh;
|
|
|
|
ViewShell* pViewSh;
|
|
|
|
SdrMarkList* pDragSrcMarkList;
|
|
|
|
SdrObject* pDropMarkerObj;
|
2006-11-14 13:33:23 +00:00
|
|
|
SdrDropMarkerOverlay* pDropMarker;
|
2004-01-20 10:46:12 +00:00
|
|
|
USHORT nDragSrcPgNum;
|
|
|
|
Point aDropPos;
|
|
|
|
::std::vector< String > aDropFileVector;
|
|
|
|
sal_Int8 nAction;
|
|
|
|
Timer aDropErrorTimer;
|
|
|
|
Timer aDropInsertFileTimer;
|
|
|
|
USHORT nLockRedrawSmph;
|
|
|
|
List* pLockedRedraws;
|
|
|
|
bool bIsDropAllowed;
|
|
|
|
|
|
|
|
DECL_LINK( DropErrorHdl, Timer* );
|
|
|
|
DECL_LINK( DropInsertFileHdl, Timer* );
|
|
|
|
DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* pSdNavigatorDropEvent );
|
2004-07-13 13:14:32 +00:00
|
|
|
|
2006-11-14 13:33:23 +00:00
|
|
|
void ImplClearDrawDropMarker();
|
2004-07-13 13:14:32 +00:00
|
|
|
private:
|
|
|
|
::std::auto_ptr<ViewClipboard> mpClipboard;
|
2004-01-20 10:46:12 +00:00
|
|
|
};
|
|
|
|
|
2004-07-13 13:14:32 +00:00
|
|
|
|
|
|
|
DrawDocShell* View::GetDocSh (void) const
|
|
|
|
{
|
|
|
|
return pDocSh;
|
|
|
|
}
|
|
|
|
SdDrawDocument* View::GetDoc (void) const
|
|
|
|
{
|
|
|
|
return pDoc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ViewShell* View::GetViewShell (void) const
|
|
|
|
{
|
|
|
|
return pViewSh;
|
|
|
|
}
|
|
|
|
|
2004-01-20 10:46:12 +00:00
|
|
|
} // end of namespace sd
|
|
|
|
|
|
|
|
#endif
|