2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* OpenOffice.org 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 version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 14:27:32 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 12:57:09 -05:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sd.hxx"
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-01-20 06:41:53 -06:00
|
|
|
#include "futext.hxx"
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/eeitem.hxx>
|
|
|
|
#include <editeng/editerr.hxx>
|
2000-09-18 11:07:07 -05:00
|
|
|
#include <svx/dlgutil.hxx>
|
|
|
|
#include <svx/svxerr.hxx>
|
2003-04-24 08:39:18 -05:00
|
|
|
#include <tools/urlobj.hxx>
|
2000-09-18 11:07:07 -05:00
|
|
|
#include <vcl/help.hxx>
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/editstat.hxx>
|
2009-10-15 17:05:16 -05:00
|
|
|
#include <svl/aeitem.hxx>
|
|
|
|
#include <svl/intitem.hxx>
|
2000-09-18 11:07:07 -05:00
|
|
|
#include <svx/svdotext.hxx>
|
|
|
|
#include <svx/svdogrp.hxx>
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/flditem.hxx>
|
2009-10-15 17:05:16 -05:00
|
|
|
#include <svl/style.hxx>
|
2000-09-18 11:07:07 -05:00
|
|
|
#include <svx/svdpagv.hxx>
|
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#include <sfx2/bindings.hxx>
|
|
|
|
#include <sfx2/request.hxx>
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/editeng.hxx>
|
2000-09-18 11:07:07 -05:00
|
|
|
#include <svx/svdoutl.hxx>
|
|
|
|
#include <svx/svxids.hrc>
|
|
|
|
#include <sfx2/docfile.hxx>
|
2000-11-17 04:13:31 -06:00
|
|
|
#include <comphelper/processfactory.hxx>
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/outlobj.hxx>
|
2009-12-10 11:36:58 -06:00
|
|
|
#include <svtools/langtab.hxx>
|
2002-11-15 07:46:44 -06:00
|
|
|
|
|
|
|
// #104122#
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/frmdiritem.hxx>
|
2002-11-15 07:46:44 -06:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
#include <svx/svdetc.hxx>
|
2010-01-08 11:32:51 -06:00
|
|
|
#include <editeng/editview.hxx>
|
2008-03-12 05:40:54 -05:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdresid.hxx"
|
|
|
|
#include "app.hrc"
|
|
|
|
#include "res_bmp.hrc"
|
2004-01-20 06:41:53 -06:00
|
|
|
#include "ViewShell.hxx"
|
2006-03-21 10:19:05 -06:00
|
|
|
#include "ViewShellBase.hxx"
|
2004-01-20 06:41:53 -06:00
|
|
|
#include "View.hxx"
|
|
|
|
#include "Outliner.hxx"
|
|
|
|
#include "Window.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawdoc.hxx"
|
|
|
|
#include "sdpage.hxx"
|
|
|
|
#include "sdmod.hxx"
|
2004-01-20 06:41:53 -06:00
|
|
|
#include "FrameView.hxx"
|
2006-03-21 10:19:05 -06:00
|
|
|
#include "ToolBarManager.hxx"
|
2004-01-20 06:41:53 -06:00
|
|
|
#include "DrawDocShell.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "glob.hrc"
|
|
|
|
#include "pres.hxx"
|
2001-04-24 05:34:01 -05:00
|
|
|
#include "optsitem.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2005-12-14 10:05:19 -06:00
|
|
|
using ::rtl::OUString;
|
2000-09-18 11:07:07 -05:00
|
|
|
using namespace ::com::sun::star;
|
2000-10-25 04:34:04 -05:00
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::linguistic2;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-01-20 06:41:53 -06:00
|
|
|
namespace sd {
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
static USHORT SidArray[] = {
|
|
|
|
SID_STYLE_FAMILY2, // 5542
|
|
|
|
SID_STYLE_FAMILY5, // 5545
|
|
|
|
SID_CUT, // 5710
|
|
|
|
SID_COPY, // 5711
|
2001-06-29 07:07:04 -05:00
|
|
|
SID_ATTR_TABSTOP, // 10002
|
2000-09-18 11:07:07 -05:00
|
|
|
SID_ATTR_CHAR_FONT, // 10007
|
|
|
|
SID_ATTR_CHAR_POSTURE, // 10008
|
|
|
|
SID_ATTR_CHAR_WEIGHT, // 10009
|
|
|
|
SID_ATTR_CHAR_UNDERLINE, // 10014
|
|
|
|
SID_ATTR_CHAR_FONTHEIGHT, // 10015
|
|
|
|
SID_ATTR_CHAR_COLOR, // 10017
|
|
|
|
SID_ATTR_PARA_ADJUST_LEFT, // 10028
|
|
|
|
SID_ATTR_PARA_ADJUST_RIGHT, // 10029
|
|
|
|
SID_ATTR_PARA_ADJUST_CENTER, // 10030
|
|
|
|
SID_ATTR_PARA_ADJUST_BLOCK, // 10031
|
|
|
|
SID_ATTR_PARA_LINESPACE_10, // 10034
|
|
|
|
SID_ATTR_PARA_LINESPACE_15, // 10035
|
|
|
|
SID_ATTR_PARA_LINESPACE_20, // 10036
|
|
|
|
SID_ATTR_PARA_LRSPACE, // 10043
|
|
|
|
SID_OUTLINE_UP, // 10150
|
|
|
|
SID_OUTLINE_DOWN, // 10151
|
|
|
|
SID_OUTLINE_LEFT, // 10152
|
|
|
|
SID_OUTLINE_RIGHT, // 10153
|
|
|
|
SID_FORMTEXT_STYLE, // 10257
|
|
|
|
SID_SET_SUPER_SCRIPT, // 10294
|
|
|
|
SID_SET_SUB_SCRIPT, // 10295
|
|
|
|
SID_HYPERLINK_GETLINK, // 10361
|
2009-05-06 05:59:57 -05:00
|
|
|
SID_CHARMAP, // 10503
|
2001-02-07 02:08:30 -06:00
|
|
|
SID_TEXTDIRECTION_LEFT_TO_RIGHT, // 10907
|
|
|
|
SID_TEXTDIRECTION_TOP_TO_BOTTOM, // 10908
|
2002-08-01 05:30:12 -05:00
|
|
|
SID_ATTR_PARA_LEFT_TO_RIGHT, // 10950
|
|
|
|
SID_ATTR_PARA_RIGHT_TO_LEFT, // 10951
|
2000-09-18 11:07:07 -05:00
|
|
|
FN_NUM_BULLET_ON, // 20138
|
|
|
|
SID_PARASPACE_INCREASE, // 27346
|
|
|
|
SID_PARASPACE_DECREASE, // 27347
|
|
|
|
0 };
|
|
|
|
|
|
|
|
TYPEINIT1( FuText, FuConstruct );
|
|
|
|
|
|
|
|
|
|
|
|
static BOOL bTestText = 0;
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Basisklasse fuer Textfunktionen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
FuText::FuText( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
|
|
|
|
: FuConstruct(pViewSh, pWin, pView, pDoc, rReq)
|
|
|
|
, bFirstObjCreated(FALSE)
|
|
|
|
, rRequest (rReq)
|
2005-12-14 10:05:19 -06:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
FunctionReference FuText::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
|
|
|
|
{
|
|
|
|
FunctionReference xFunc( new FuText( pViewSh, pWin, pView, pDoc, rReq ) );
|
|
|
|
return xFunc;
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Destruktor
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2005-12-14 10:05:19 -06:00
|
|
|
void FuText::disposing()
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
if(mpView)
|
2005-12-14 10:05:19 -06:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
if(mpView->SdrEndTextEdit(FALSE) == SDRENDTEXTEDIT_DELETED)
|
|
|
|
mxTextObj.reset( 0 );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2005-12-14 10:05:19 -06:00
|
|
|
// die RequestHandler der benutzten Outliner zuruecksetzen auf den
|
|
|
|
// Handler am Dokument
|
2006-12-12 10:25:24 -06:00
|
|
|
::Outliner* pOutliner = mpView->GetTextEditOutliner();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2005-12-14 10:05:19 -06:00
|
|
|
if (pOutliner)
|
2008-06-06 06:07:42 -05:00
|
|
|
pOutliner->SetStyleSheetPool(static_cast<SfxStyleSheetPool*>(mpDoc->GetStyleSheetPool()));
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Execute functionality of this class:
|
|
|
|
|*
|
|
|
|
|* #71422: Start the functionality of this class in this method
|
|
|
|
|* and not in the ctor.
|
|
|
|
|* If you construct an object of this class and you put the
|
|
|
|
|* address of this object to pFuActual you've got a problem,
|
|
|
|
|* because some methods inside DoExecute use the pFuActual-Pointer.
|
|
|
|
|* If the code inside DoExecute is executed inside the ctor,
|
|
|
|
|* the value of pFuActual is not right. And the value will not
|
|
|
|
|* be right until the ctor finished !!!
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
void FuText::DoExecute( SfxRequest& )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2007-06-27 09:43:12 -05:00
|
|
|
mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBarShell(
|
2006-03-21 10:19:05 -06:00
|
|
|
ToolBarManager::TBG_FUNCTION,
|
|
|
|
RID_DRAW_TEXT_TOOLBOX);
|
2004-01-20 06:41:53 -06:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
MouseEvent aMEvt(mpWindow->GetPointerPosPixel());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2001-10-05 00:51:11 -05:00
|
|
|
if (nSlotId == SID_TEXTEDIT)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2001-10-05 00:51:11 -05:00
|
|
|
// Try to select an object
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2001-10-05 00:51:11 -05:00
|
|
|
SdrViewEvent aVEvt;
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->PickAnything(aMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
|
|
|
mpView->MarkObj(aVEvt.pRootObj, pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( dynamic_cast< SdrTextObj* >( aVEvt.pObj ) );
|
2001-10-05 00:51:11 -05:00
|
|
|
}
|
2006-12-12 10:25:24 -06:00
|
|
|
else if (mpView->AreObjectsMarked())
|
2001-10-05 00:51:11 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
|
2001-10-05 00:51:11 -05:00
|
|
|
|
|
|
|
if (rMarkList.GetMarkCount() == 1)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-07-25 05:42:27 -05:00
|
|
|
SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj();
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( dynamic_cast< SdrTextObj* >( pObj ) );
|
|
|
|
}
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
// check for table
|
|
|
|
if (mpView->AreObjectsMarked())
|
|
|
|
{
|
|
|
|
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
|
|
|
|
|
|
|
|
if (rMarkList.GetMarkCount() == 1)
|
|
|
|
{
|
|
|
|
SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj();
|
|
|
|
if( pObj && (pObj->GetObjInventor() == SdrInventor ) && (pObj->GetObjIdentifier() == OBJ_TABLE) )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mpViewShell->GetViewShellBase().GetToolBarManager()->AddToolBarShell( ToolBarManager::TBG_FUNCTION, RID_DRAW_TABLE_TOOLBOX );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
2001-10-05 00:51:11 -05:00
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2001-10-05 00:51:11 -05:00
|
|
|
BOOL bQuickDrag = TRUE;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2001-10-05 00:51:11 -05:00
|
|
|
const SfxItemSet* pArgs = rRequest.GetArgs();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2002-03-18 08:24:48 -06:00
|
|
|
if (pArgs
|
|
|
|
|
|
|
|
// #98198# test for type before using
|
|
|
|
&& SID_TEXTEDIT == nSlotId
|
|
|
|
&& SFX_ITEM_SET == pArgs->GetItemState(SID_TEXTEDIT)
|
|
|
|
|
|
|
|
&& (UINT16)((SfxUInt16Item&)pArgs->Get(SID_TEXTEDIT)).GetValue() == 2)
|
2001-10-05 00:51:11 -05:00
|
|
|
{
|
|
|
|
// Selection by doubleclick -> don't allow QuickDrag
|
|
|
|
bQuickDrag = FALSE;
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
2001-10-05 00:51:11 -05:00
|
|
|
|
|
|
|
SetInEditMode(aMEvt, bQuickDrag);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* MouseButtonDown-event
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::MouseButtonDown(const MouseEvent& rMEvt)
|
|
|
|
{
|
|
|
|
bMBDown = TRUE;
|
|
|
|
|
|
|
|
BOOL bReturn = FuDraw::MouseButtonDown(rMEvt);
|
|
|
|
|
2004-05-17 11:22:07 -05:00
|
|
|
/* af: (de)Select object before showing the context menu.
|
2000-09-18 11:07:07 -05:00
|
|
|
// Fuer PopupMenu (vorher DrawViewShell)
|
|
|
|
if ((rMEvt.GetButtons() == MOUSE_RIGHT) && rMEvt.GetClicks() == 1 &&
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->IsTextEdit())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
return (TRUE);
|
|
|
|
}
|
2004-05-17 11:22:07 -05:00
|
|
|
*/
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetMarkHdlWhenTextEdit(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrViewEvent aVEvt;
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrHitKind eHit = mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (eHit == SDRHIT_TEXTEDIT)
|
|
|
|
{
|
|
|
|
// Text getroffen -> Event von SdrView auswerten lassen
|
2006-12-12 10:25:24 -06:00
|
|
|
if (mpView->MouseButtonDown(rMEvt, mpWindow))
|
2000-09-18 11:07:07 -05:00
|
|
|
return (TRUE);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (rMEvt.GetClicks() == 1)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
if (mpView->IsTextEdit() && eHit != SDRHIT_MARKEDOBJECT && eHit != SDRHIT_HANDLE)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Texteingabe beenden
|
2006-12-12 10:25:24 -06:00
|
|
|
if(mpView->SdrEndTextEdit() == SDRENDTEXTEDIT_DELETED)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Bugfix von MBA: bei Doppelclick auf der Wiese im Modus Text wird
|
|
|
|
// beim zweiten Click eHit = SDRHIT_TEXTEDITOBJ erhalten, weil ja der
|
|
|
|
// zweite Click auf das im ersten Click angelegte TextObject geht.
|
2006-11-14 07:31:36 -06:00
|
|
|
// Dieses wird aber in SdrEndTextEdit entfernt, weil es leer ist. Es
|
2000-09-18 11:07:07 -05:00
|
|
|
// befindet sich aber noch in der Mark-Liste und der Aufruf MarkObj
|
|
|
|
// weiter unten greift dann auf das tote Object zu.
|
2006-11-14 07:31:36 -06:00
|
|
|
// Als einfacher Fix wird nach SdrEndTextEdit noch einmal eHit ermittelt,
|
2000-09-18 11:07:07 -05:00
|
|
|
// was dann SDRHIT_NONE liefert.
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( NULL );
|
2006-12-12 10:25:24 -06:00
|
|
|
eHit = mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2004-05-17 11:22:07 -05:00
|
|
|
if (rMEvt.IsLeft() || rMEvt.IsRight())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpWindow->CaptureMouse();
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrObject* pObj;
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (eHit == SDRHIT_TEXTEDIT)
|
|
|
|
{
|
|
|
|
SetInEditMode(rMEvt, FALSE);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
BOOL bMacro = FALSE;
|
|
|
|
|
CWS-TOOLING: integrate CWS aw065
2009-06-17 13:48:12 +0200 aw r273068 : #99385# corrected small error in SCs selection visualisation
2009-06-16 15:45:28 +0200 wg r273021 : i102838
2009-06-16 12:46:07 +0200 wg r273016 : i102833
2009-06-11 17:40:29 +0200 aw r272895 : #i98870# added implementation for getPageCount helper
2009-06-11 16:39:54 +0200 aw r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected
2009-06-11 16:24:07 +0200 aw r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added
2009-06-11 16:23:52 +0200 aw r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added
2009-06-09 13:50:29 +0200 aw r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect
2009-06-09 13:04:06 +0200 aw r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition
2009-06-08 18:56:05 +0200 aw r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct)
2009-06-08 11:17:57 +0200 aw r272725 : cws aw065: corrections after resync
2009-06-08 11:02:25 +0200 aw r272723 : cws aw065: corrections after resync
2009-06-08 10:36:22 +0200 aw r272722 : cws aw065: corrections after resync
2009-06-05 18:57:06 +0200 aw r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49)
2009-06-05 14:56:34 +0200 aw r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives
2009-06-05 14:50:07 +0200 aw r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged()
2009-06-05 14:47:29 +0200 aw r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition
2009-06-03 17:53:32 +0200 aw r272599 : #i89784# version before stripping
2009-06-03 17:52:18 +0200 aw r272598 : #i89784# version before stripping
2009-05-28 17:15:47 +0200 aw r272420 : #i101872# old stuff removed/stripped
2009-05-28 17:15:32 +0200 aw r272419 : #i101872# old stuff removed/stripped
2009-05-28 17:15:15 +0200 aw r272418 : #i101872# old stuff removed/stripped
2009-05-28 17:14:45 +0200 aw r272417 : #i101872# old stuff removed/stripped
2009-05-28 12:13:56 +0200 aw r272396 : #i101872# stable hybrid state
2009-05-28 12:13:46 +0200 aw r272395 : #i101872# stable hybrid state
2009-05-28 12:13:35 +0200 aw r272394 : #i101872# stable hybrid state
2009-05-28 12:13:20 +0200 aw r272393 : #i101872# stable hybrid state
2009-05-28 12:13:05 +0200 aw r272392 : #i101872# stable hybrid state
2009-05-28 12:12:51 +0200 aw r272391 : #i101872# stable hybrid state
2009-05-15 16:56:02 +0200 aw r271952 : #i101872# HitTest unifications
2009-05-15 16:55:22 +0200 aw r271951 : #i101872# HitTest unifications
2009-05-15 16:55:12 +0200 aw r271950 : #i101872# HitTest unifications
2009-05-15 16:55:01 +0200 aw r271949 : #i101872# HitTest unifications
2009-05-15 16:54:51 +0200 aw r271948 : #i101872# HitTest unifications
2009-05-15 16:54:35 +0200 aw r271947 : #i101872# HitTest unifications
2009-05-15 16:54:22 +0200 aw r271946 : #i101872# HitTest unifications
2009-05-12 19:08:38 +0200 aw r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds
2009-05-12 15:44:49 +0200 aw r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling
2009-05-11 19:40:40 +0200 aw r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 19:40:25 +0200 aw r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 19:40:12 +0200 aw r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 13:01:53 +0200 aw r271765 : #i99385# corrections and optimizations
2009-05-08 14:48:40 +0200 aw r271718 : #i1016180# added optimizations in model operations when model is locked
2009-05-08 14:11:45 +0200 aw r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared
2009-05-07 17:44:03 +0200 aw r271689 : #i99385# last corrections/changes
2009-05-07 17:43:47 +0200 aw r271688 : #i99385# last corrections/changes
2009-05-07 13:20:09 +0200 aw r271654 : #i99385# added changes from WFH
2009-05-07 13:19:38 +0200 aw r271653 : #i99385# added changes from WFH
2009-05-07 13:19:11 +0200 aw r271652 : #i99385# added changes from WFH
2009-05-07 11:33:17 +0200 aw r271643 : #i99385# corrections after resync
2009-05-07 11:17:31 +0200 aw r271642 : #i99385# corrections after resync
2009-05-06 18:46:53 +0200 aw r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47)
2009-05-05 18:24:03 +0200 aw r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed
2009-05-05 17:44:42 +0200 aw r271542 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:32 +0200 aw r271541 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:20 +0200 aw r271540 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:09 +0200 aw r271539 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 15:48:38 +0200 aw r271527 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:48:15 +0200 aw r271526 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:48:03 +0200 aw r271525 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:47:51 +0200 aw r271524 : #i99385# 2nd round, usages checked and corrected
2009-04-27 18:33:10 +0200 aw r271300 : #i99385# state commit after all implementations are done
2009-04-27 15:36:53 +0200 aw r271283 : #i99385# state commit after all implementations are done
2009-04-27 15:27:49 +0200 aw r271280 : #i99385# state commit after all implementations are done
2009-04-27 15:27:33 +0200 aw r271279 : #i99385# state commit after all implementations are done
2009-04-27 15:27:00 +0200 aw r271278 : #i99385# state commit after all implementations are done
2009-04-27 15:26:15 +0200 aw r271277 : #i99385# state commit after all implementations are done
2009-04-27 15:25:40 +0200 aw r271275 : #i99385# state commit after all implementations are done
2009-04-27 15:25:19 +0200 aw r271274 : #i99385# state commit after all implementations are done
2009-04-27 15:24:00 +0200 aw r271272 : #i99385# state commit after all implementations are done
2009-03-19 17:12:00 +0100 aw r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping
2009-02-19 17:09:47 +0100 aw r268298 : #i98917# corrected attributes
2009-02-19 17:09:30 +0100 aw r268297 : #i98917# corrected attributes
2009-02-19 17:08:22 +0100 aw r268296 : #i98917# corrected attributes
2009-02-19 11:56:25 +0100 aw r268268 : #i98870# added extra code to react on PageNumber change
2009-02-18 16:57:24 +0100 aw r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge
2009-07-02 09:28:15 -05:00
|
|
|
if (bMacro && mpView->PickObj(aMDPos,mpView->getHitTolLog(),pObj,pPV,SDRSEARCH_PICKMACRO))
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Makro
|
2006-12-12 10:25:24 -06:00
|
|
|
USHORT nHitLog = USHORT ( mpWindow->PixelToLogic(Size(HITPIX,0)).Width() );
|
|
|
|
mpView->BegMacroObj(aMDPos,nHitLog,pObj,pPV,mpWindow);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (eHit != SDRHIT_HANDLE)
|
|
|
|
{
|
|
|
|
// Selektion aufheben
|
|
|
|
if (!rMEvt.IsShift() && eHit == SDRHIT_TEXTEDITOBJ)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->UnmarkAll();
|
|
|
|
mpView->SetDragMode(SDRDRAG_MOVE);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( aVEvt.eEvent == SDREVENT_EXECUTEURL ||
|
|
|
|
eHit == SDRHIT_HANDLE ||
|
|
|
|
eHit == SDRHIT_MARKEDOBJECT ||
|
|
|
|
eHit == SDRHIT_TEXTEDITOBJ ||
|
|
|
|
( eHit == SDRHIT_UNMARKEDOBJECT && bFirstObjCreated &&
|
|
|
|
!bPermanent ) )
|
|
|
|
{
|
|
|
|
/**********************************************************
|
|
|
|
* Handle, markiertes oder unmarkiertes Objekt getroffen
|
|
|
|
**********************************************************/
|
|
|
|
if (eHit == SDRHIT_TEXTEDITOBJ)
|
|
|
|
{
|
|
|
|
/******************************************************
|
|
|
|
* Text eines unmarkierten Objekts getroffen:
|
|
|
|
* Objekt wird selektiert und in EditMode versetzt
|
|
|
|
******************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->MarkObj(aVEvt.pRootObj, pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (aVEvt.pObj && aVEvt.pObj->ISA(SdrTextObj))
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( static_cast<SdrTextObj*>(aVEvt.pObj) );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
SetInEditMode(rMEvt, TRUE);
|
|
|
|
}
|
|
|
|
else if (aVEvt.eEvent == SDREVENT_EXECUTEURL && !rMEvt.IsMod2())
|
|
|
|
{
|
|
|
|
/******************************************************
|
|
|
|
* URL ausfuehren
|
|
|
|
******************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
mpWindow->ReleaseMouse();
|
2000-09-18 11:07:07 -05:00
|
|
|
SfxStringItem aStrItem(SID_FILE_NAME, aVEvt.pURLField->GetURL());
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxStringItem aReferer(SID_REFERER, mpDocSh->GetMedium()->GetName());
|
2001-06-12 06:46:15 -05:00
|
|
|
SfxBoolItem aBrowseItem( SID_BROWSE, TRUE );
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxViewFrame* pFrame = mpViewShell->GetViewFrame();
|
|
|
|
mpWindow->ReleaseMouse();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (rMEvt.IsMod1())
|
|
|
|
{
|
|
|
|
// Im neuen Frame oeffnen
|
|
|
|
pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
|
|
|
|
&aStrItem, &aBrowseItem, &aReferer, 0L);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// Im aktuellen Frame oeffnen
|
|
|
|
SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame);
|
|
|
|
pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
|
|
|
|
&aStrItem, &aFrameItem, &aBrowseItem, &aReferer, 0L);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/******************************************************
|
|
|
|
* Objekt oder Handle draggen
|
|
|
|
******************************************************/
|
2007-07-18 04:46:11 -05:00
|
|
|
|
|
|
|
// #i78748#
|
|
|
|
// do the EndTextEdit first, it will delete the handles and force a
|
|
|
|
// recreation. This will make aVEvt.pHdl to point to a deleted handle,
|
|
|
|
// thus it is necessary to reset it and to get it again.
|
|
|
|
::Outliner* pOutl = mpView->GetTextEditOutliner();
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (mxTextObj.is() && (mxTextObj->GetOutlinerParaObject() ||
|
2007-07-18 04:46:11 -05:00
|
|
|
(pOutl && pOutl->GetText(pOutl->GetParagraph( 0 )).Len() != 0)))
|
|
|
|
{
|
|
|
|
mpView->SdrEndTextEdit();
|
|
|
|
|
|
|
|
if(aVEvt.pHdl)
|
|
|
|
{
|
|
|
|
// force new handle identification, the pointer will be dead here
|
|
|
|
// since SdrEndTextEdit has resetted (deleted) the handles.
|
|
|
|
aVEvt.pHdl = 0;
|
|
|
|
mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
if (!aVEvt.pHdl)
|
|
|
|
{
|
|
|
|
if( eHit == SDRHIT_UNMARKEDOBJECT )
|
|
|
|
{
|
|
|
|
if ( !rMEvt.IsShift() )
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->UnmarkAll();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->MarkObj(aVEvt.pRootObj, pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Objekt draggen
|
|
|
|
bFirstMouseMove = TRUE;
|
|
|
|
aDragTimer.Start();
|
|
|
|
}
|
|
|
|
|
2008-07-30 08:12:14 -05:00
|
|
|
|
|
|
|
if ( ! rMEvt.IsRight())
|
2008-03-12 05:40:54 -05:00
|
|
|
{
|
2008-07-30 08:12:14 -05:00
|
|
|
// we need to pick again since SdrEndTextEdit can rebuild the handles list
|
|
|
|
eHit = mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
|
|
|
if( (eHit == SDRHIT_HANDLE) || (eHit == SDRHIT_MARKEDOBJECT) )
|
|
|
|
{
|
|
|
|
USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
|
|
|
mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog);
|
|
|
|
}
|
2008-03-12 05:40:54 -05:00
|
|
|
}
|
2008-07-30 08:12:14 -05:00
|
|
|
bReturn = true;
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else if ( nSlotId != SID_TEXTEDIT &&
|
|
|
|
(bPermanent || !bFirstObjCreated) )
|
|
|
|
{
|
|
|
|
/**********************************************************
|
|
|
|
* Objekt erzeugen
|
|
|
|
**********************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_CREATE);
|
|
|
|
USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
|
|
|
mpView->BegCreateObj(aMDPos, (OutputDevice*) NULL, nDrgLog);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/**********************************************************
|
|
|
|
* Selektieren
|
|
|
|
**********************************************************/
|
|
|
|
if( !rMEvt.IsShift() )
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->UnmarkAll();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->BegMarkObj( aMDPos );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2006-12-12 10:25:24 -06:00
|
|
|
else if ( rMEvt.GetClicks() == 2 && !mpView->IsTextEdit() )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
MouseEvent aMEvt( mpWindow->GetPointerPosPixel() );
|
2000-09-18 11:07:07 -05:00
|
|
|
SetInEditMode( aMEvt, FALSE );
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!bIsInDragMode)
|
|
|
|
{
|
|
|
|
ForcePointer(&rMEvt);
|
2006-12-12 10:25:24 -06:00
|
|
|
mpViewShell->GetViewFrame()->GetBindings().Invalidate(SidArray);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
return (bReturn);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* MouseMove-event
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::MouseMove(const MouseEvent& rMEvt)
|
|
|
|
{
|
|
|
|
BOOL bReturn = FuDraw::MouseMove(rMEvt);
|
|
|
|
|
|
|
|
if (aDragTimer.IsActive() )
|
|
|
|
{
|
|
|
|
if( bFirstMouseMove )
|
|
|
|
bFirstMouseMove = FALSE;
|
|
|
|
else
|
|
|
|
aDragTimer.Stop();
|
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if (!bReturn && mpView->IsAction() && !mpDocSh->IsReadOnly())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
Point aPix(rMEvt.GetPosPixel());
|
2006-12-12 10:25:24 -06:00
|
|
|
Point aPnt(mpWindow->PixelToLogic(aPix));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
ForceScroll(aPix);
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->MovAction(aPnt);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
ForcePointer(&rMEvt);
|
|
|
|
|
|
|
|
return (bReturn);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* MouseButtonUp-event
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2002-02-15 09:56:24 -06:00
|
|
|
// #97016#
|
|
|
|
void FuText::ImpSetAttributesForNewTextObject(SdrTextObj* pTxtObj)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
if(mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS)
|
2002-02-15 09:56:24 -06:00
|
|
|
{
|
|
|
|
if( nSlotId == SID_ATTR_CHAR )
|
|
|
|
{
|
|
|
|
// Impress-Textobjekt wird erzeugt (faellt auf Zeilenhoehe zusammen)
|
|
|
|
// Damit das Objekt beim anschliessenden Erzeugen gleich die richtige
|
|
|
|
// Hoehe bekommt (sonst wird zuviel gepainted)
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2002-02-15 09:56:24 -06:00
|
|
|
aSet.Put(SdrTextMinFrameHeightItem(0));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(FALSE));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(TRUE));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
pTxtObj->AdjustTextFrameWidthAndHeight();
|
|
|
|
aSet.Put(SdrTextMaxFrameHeightItem(pTxtObj->GetLogicRect().GetSize().Height()));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
else if( nSlotId == SID_ATTR_CHAR_VERTICAL )
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2002-02-15 09:56:24 -06:00
|
|
|
aSet.Put(SdrTextMinFrameWidthItem(0));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(TRUE));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(FALSE));
|
2002-03-04 09:14:07 -06:00
|
|
|
|
|
|
|
// #91853# Needs to be set since default is SDRTEXTHORZADJUST_BLOCK
|
|
|
|
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
pTxtObj->AdjustTextFrameWidthAndHeight();
|
|
|
|
aSet.Put(SdrTextMaxFrameWidthItem(pTxtObj->GetLogicRect().GetSize().Width()));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if( nSlotId == SID_ATTR_CHAR_VERTICAL )
|
|
|
|
{
|
|
|
|
// draw text object, needs to be initialized when vertical text is used
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2002-02-15 09:56:24 -06:00
|
|
|
|
|
|
|
// #91510#
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(TRUE));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(FALSE));
|
|
|
|
|
|
|
|
// #91508#
|
2003-03-27 03:58:12 -06:00
|
|
|
//aSet.Put(SdrTextVertAdjustItem(SDRTEXTVERTADJUST_TOP));
|
|
|
|
//aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
|
|
|
|
|
|
|
|
// #107235#
|
|
|
|
// Set defaults for vertical klick-n'drag text object, pool defaults are:
|
|
|
|
// SdrTextVertAdjustItem: SDRTEXTVERTADJUST_TOP
|
|
|
|
// SdrTextHorzAdjustItem: SDRTEXTHORZADJUST_BLOCK
|
|
|
|
// Analog to that (thus, #91508# was not completely correct):
|
|
|
|
aSet.Put(SdrTextVertAdjustItem(SDRTEXTVERTADJUST_BLOCK));
|
2002-02-15 09:56:24 -06:00
|
|
|
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
|
|
|
|
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// #97016#
|
|
|
|
void FuText::ImpSetAttributesFitToSize(SdrTextObj* pTxtObj)
|
|
|
|
{
|
|
|
|
// FitToSize (An Rahmen anpassen)
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool(), SDRATTR_TEXT_AUTOGROWHEIGHT, SDRATTR_TEXT_AUTOGROWWIDTH);
|
2002-02-15 09:56:24 -06:00
|
|
|
SdrFitToSizeType eFTS = SDRTEXTFIT_PROPORTIONAL;
|
|
|
|
aSet.Put(SdrTextFitToSizeTypeItem(eFTS));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(FALSE));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(FALSE));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
pTxtObj->AdjustTextFrameWidthAndHeight();
|
|
|
|
}
|
|
|
|
|
|
|
|
// #97016#
|
|
|
|
void FuText::ImpSetAttributesFitToSizeVertical(SdrTextObj* pTxtObj)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool(),
|
2002-02-15 09:56:24 -06:00
|
|
|
SDRATTR_TEXT_AUTOGROWHEIGHT, SDRATTR_TEXT_AUTOGROWWIDTH);
|
|
|
|
SdrFitToSizeType eFTS = SDRTEXTFIT_PROPORTIONAL;
|
|
|
|
aSet.Put(SdrTextFitToSizeTypeItem(eFTS));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(FALSE));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(FALSE));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
pTxtObj->AdjustTextFrameWidthAndHeight();
|
|
|
|
}
|
|
|
|
|
|
|
|
// #97016#
|
|
|
|
void FuText::ImpSetAttributesFitCommon(SdrTextObj* pTxtObj)
|
|
|
|
{
|
|
|
|
// Normales Textobjekt
|
2006-12-12 10:25:24 -06:00
|
|
|
if (mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS)
|
2002-02-15 09:56:24 -06:00
|
|
|
{
|
|
|
|
if( nSlotId == SID_ATTR_CHAR )
|
|
|
|
{
|
|
|
|
// Impress-Textobjekt (faellt auf Zeilenhoehe zusammen)
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2002-02-15 09:56:24 -06:00
|
|
|
aSet.Put(SdrTextMinFrameHeightItem(0));
|
|
|
|
aSet.Put(SdrTextMaxFrameHeightItem(0));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(TRUE));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(FALSE));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
else if( nSlotId == SID_ATTR_CHAR_VERTICAL )
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2002-02-15 09:56:24 -06:00
|
|
|
aSet.Put(SdrTextMinFrameWidthItem(0));
|
|
|
|
aSet.Put(SdrTextMaxFrameWidthItem(0));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(TRUE));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(FALSE));
|
2003-11-24 10:16:00 -06:00
|
|
|
pTxtObj->SetMergedItemSet(aSet);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
pTxtObj->AdjustTextFrameWidthAndHeight();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
BOOL FuText::MouseButtonUp(const MouseEvent& rMEvt)
|
|
|
|
{
|
|
|
|
BOOL bReturn = FALSE;
|
|
|
|
|
|
|
|
if (aDragTimer.IsActive())
|
|
|
|
{
|
|
|
|
aDragTimer.Stop();
|
|
|
|
bIsInDragMode = FALSE;
|
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
CWS-TOOLING: integrate CWS impress172
2009-07-30 15:29:39 +0200 cl r274492 : #i102921# remove reference to inssrc.obj which was moved to svx
2009-07-29 11:40:35 +0200 wg r274445 : i103869
2009-07-22 14:39:13 +0200 sj r274241 : #i102713# fixed cloud shape
2009-07-07 15:28:04 +0200 sj r273800 : fixed build problem
2009-07-07 13:27:13 +0200 cl r273792 : #i102921# moved insert col/rows dialog to svx
2009-07-07 10:36:05 +0200 cl r273782 : fixed compiler warnings
2009-07-02 10:40:21 +0200 sj r273626 : fixed build problem
2009-07-02 10:27:56 +0200 cl r273624 : fixed merge problem
2009-07-02 10:27:19 +0200 cl r273623 : fixed compiler warning
2009-07-01 10:04:58 +0200 cl r273550 : CWS-TOOLING: rebase CWS impress172 to trunk@273468 (milestone: DEV300:m51)
2009-06-30 16:22:02 +0200 cl r273518 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:46 +0200 cl r273517 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:28 +0200 cl r273516 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:49 +0200 cl r273515 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:28 +0200 cl r273514 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:17:38 +0200 cl r273513 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:45:44 +0200 cl r273511 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:37:16 +0200 cl r273510 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:33:47 +0200 cl r273509 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:32:10 +0200 cl r273508 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:30:05 +0200 cl r273507 : #i102921# added insert table row/col dialog for impress tables
2009-06-29 12:32:42 +0200 sj r273465 : #158632# fixed textrange hyperlinks to specific pages, added slide names
2009-06-24 15:17:59 +0200 sj r273349 : #158636# fixed text range hyperlink to first/last slide
2009-06-22 13:18:30 +0200 sj r273224 : #158651# fixed header footer import
2009-06-19 15:18:24 +0200 sj r273160 : #158614# default text of presentation objects now cleared
2009-06-16 15:54:19 +0200 sj r273023 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack
2009-06-15 16:26:26 +0200 sj r272998 : #158635# importing bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-15 16:25:26 +0200 sj r272997 : #158635# added bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-12 13:17:32 +0200 sj r272915 : #i102713# fixed cloud shape
2009-06-10 18:36:58 +0200 sj r272833 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-08 19:52:28 +0200 sj r272746 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-04 15:28:32 +0200 cl r272640 : #i102358# applied patch to remove warnings
2009-06-04 14:39:45 +0200 cl r272630 : #i99423# applied path to change impress wizard create button to open when opening exisitng documents
2009-06-03 18:21:26 +0200 sj r272601 : #158635# now using the correct paragraph bottom spacing. using font independent linespacing for impress text objects
2009-06-03 15:47:27 +0200 cl r272583 : #i101817# added color collection based on scribus
2009-06-03 14:43:59 +0200 cl r272580 : #i102163# use weak ref to SdrObject instead of listening to the model
2009-06-03 12:39:29 +0200 cl r272556 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 12:27:00 +0200 cl r272555 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 11:33:44 +0200 cl r272553 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:59 +0200 cl r272552 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:22 +0200 cl r272551 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-02 18:41:07 +0200 sj r272527 : #i28358# applied patch (better conversion of dotted lines)
2009-06-02 11:52:13 +0200 cl r272491 : #i98668# applied patch to fix possible endless loop if exception occours
2009-05-28 17:02:55 +0200 sj r272416 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:25 +0200 sj r272415 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:10 +0200 sj r272414 : #i102336# retaining graphic file names unchanged
2009-05-25 12:43:58 +0200 sj r272232 : #i102069# added patch from thb (fixed rotated group objects)
2009-08-05 12:01:07 -05:00
|
|
|
if( (mpView && mpView->MouseButtonUp(rMEvt, mpWindow)) || rMEvt.GetClicks() == 2 )
|
2000-09-18 11:07:07 -05:00
|
|
|
return (TRUE); // Event von der SdrView ausgewertet
|
|
|
|
|
|
|
|
BOOL bEmptyTextObj = FALSE;
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (mxTextObj.is())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2002-10-17 09:07:54 -05:00
|
|
|
if (rMarkList.GetMarkCount() == 1
|
2008-03-12 05:40:54 -05:00
|
|
|
&& ( rMarkList.GetMark(0)->GetMarkedSdrObj() == mxTextObj.get()) )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
if( mxTextObj.is() && !GetTextObj()->GetOutlinerParaObject() )
|
2000-09-18 11:07:07 -05:00
|
|
|
bEmptyTextObj = TRUE;
|
|
|
|
else
|
|
|
|
bFirstObjCreated = TRUE;
|
|
|
|
}
|
|
|
|
else
|
2008-03-12 05:40:54 -05:00
|
|
|
{
|
|
|
|
mxTextObj.reset( 0 );
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if( mpView && mpView->IsDragObj())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
/**********************************************************************
|
|
|
|
* Objekt wurde verschoben
|
|
|
|
**********************************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
FrameView* pFrameView = mpViewShell->GetFrameView();
|
2000-09-18 11:07:07 -05:00
|
|
|
BOOL bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy());
|
|
|
|
|
|
|
|
if (bDragWithCopy)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
bDragWithCopy = !mpView->IsPresObjSelected(FALSE, TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetDragWithCopy(bDragWithCopy);
|
|
|
|
mpView->EndDragObj( mpView->IsDragWithCopy() );
|
|
|
|
mpView->ForceMarkedToAnotherPage();
|
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
2006-12-12 10:25:24 -06:00
|
|
|
else if( mpView && mpView->IsCreateObj() && rMEvt.IsLeft())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
/**********************************************************************
|
|
|
|
* Objekt wurde erzeugt
|
|
|
|
**********************************************************************/
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( dynamic_cast< SdrTextObj* >( mpView->GetCreateObj() ) );
|
|
|
|
|
|
|
|
if( mxTextObj.is() )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
//AW outliner needs to be set to vertical when there is no
|
|
|
|
// outliner object up to now; also it needs to be set back to not
|
|
|
|
// vertical when there was a vertical one used last time.
|
|
|
|
OutlinerParaObject* pOPO = GetTextObj()->GetOutlinerParaObject();
|
|
|
|
SdrOutliner& rOutl = mxTextObj->GetModel()->GetDrawOutliner(GetTextObj());
|
|
|
|
BOOL bVertical((pOPO && pOPO->IsVertical())
|
|
|
|
|| nSlotId == SID_ATTR_CHAR_VERTICAL
|
|
|
|
|| nSlotId == SID_TEXT_FITTOSIZE_VERTICAL);
|
|
|
|
rOutl.SetVertical(bVertical);
|
|
|
|
|
2003-03-27 03:58:12 -06:00
|
|
|
// #107235#
|
|
|
|
// Before ImpSetAttributesForNewTextObject the vertical writing mode
|
|
|
|
// needs to be set at the object. This is done here at the OutlinerParaObject
|
|
|
|
// directly to not mirror the layout text items involved. These items will be set
|
|
|
|
// from ImpSetAttributesForNewTextObject and below.
|
2008-03-12 05:40:54 -05:00
|
|
|
OutlinerParaObject* pPara = GetTextObj()->GetOutlinerParaObject();
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
if(!pPara)
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
GetTextObj()->ForceOutlinerParaObject();
|
|
|
|
pPara = GetTextObj()->GetOutlinerParaObject();
|
2003-03-27 03:58:12 -06:00
|
|
|
}
|
|
|
|
|
CWS-TOOLING: integrate CWS aw063
2009-02-12 13:10:24 +0100 aw r267649 : #i99123# when a primitive is invisible, it is not sufficient to produce no output when decomposing, but to add invisible data using HitTestPrimitive2D. This is needed for the slideshow which relies on geometry data in MetaFiles when painting invisible objects
2009-02-12 13:08:39 +0100 aw r267648 : #i99123# do not ignore HitTestPrimitive2D, but draw empty rectangles instead. This is needed since Slideshow is based on getting MetaFile content when painting invisible objects
2009-02-11 16:04:28 +0100 aw r267620 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:04:10 +0100 aw r267619 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:56 +0100 aw r267618 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:39 +0100 aw r267617 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:21 +0100 aw r267615 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:48 +0100 aw r267614 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:24 +0100 aw r267613 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:01 +0100 aw r267612 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:32 +0100 aw r267611 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:05 +0100 aw r267610 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:00:15 +0100 aw r267608 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 11:27:33 +0100 aw r267585 : #i98788# added missing include for STL
2009-02-10 17:46:50 +0100 aw r267570 : #i98788# added reaction on pool destruction
2009-02-10 17:11:58 +0100 aw r267562 : #i98788# added messaging mechanism to register for pool destruction
2009-02-10 13:35:35 +0100 aw r267549 : #i98788# removing changes, too complicated and risky for 3.1
2009-02-10 12:13:48 +0100 aw r267546 : #i98788# 4th round
2009-02-10 12:13:37 +0100 aw r267545 : #i98788# 4th round
2009-02-10 12:13:26 +0100 aw r267544 : #i98788# 4th round
2009-02-10 12:13:14 +0100 aw r267543 : #i98788# 4th round
2009-02-10 12:13:03 +0100 aw r267542 : #i98788# 4th round
2009-02-10 12:12:50 +0100 aw r267541 : #i98788# 4th round
2009-02-10 12:12:37 +0100 aw r267540 : #i98788# 4th round
2009-02-08 14:38:22 +0100 aw r267495 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:38:06 +0100 aw r267494 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:48 +0100 aw r267493 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:17 +0100 aw r267492 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:56 +0100 aw r267491 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:44 +0100 aw r267490 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:29 +0100 aw r267489 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:16 +0100 aw r267488 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:02 +0100 aw r267487 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:35:46 +0100 aw r267486 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-05 12:20:39 +0100 aw r267415 : #i98788# 2nd batch of adaptions for SfxItemPoolHolder addition
2009-02-04 15:12:54 +0100 aw r267385 : #i98788# added newline at EOF
2009-02-04 13:26:04 +0100 aw r267379 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:40 +0100 aw r267378 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:08 +0100 aw r267377 : #i98788# make SfxItemPool holdable
2009-02-04 13:24:42 +0100 aw r267376 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:14 +0100 aw r267375 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:02 +0100 aw r267374 : #i98788# make SfxItemPool holdable
2009-01-29 17:08:31 +0100 aw r267159 : #i97628# completed the fix
2009-01-29 17:08:15 +0100 aw r267158 : #i97628# completed the fix
2009-01-29 14:09:07 +0100 aw r267132 : #i97628# Corrected usage of ParagraphData in headers
2009-01-29 14:06:58 +0100 iha r267131 : #i98344# incorrect font size in charts
2009-01-29 12:13:46 +0100 aw r267115 : #i97628# back to old state; triggers too many errors in other modules
2009-01-29 12:03:51 +0100 aw r267114 : #i97628# enabled exceptions due to STL vector include
2009-01-29 11:21:37 +0100 aw r267107 : #i97628# added needed include
2009-01-28 17:58:29 +0100 aw r267077 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:58:12 +0100 aw r267076 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:51 +0100 aw r267074 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:21 +0100 aw r267073 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-27 17:07:33 +0100 aw r267011 : #i98402# added support for ViewRange when exporting MetaFiles in ObjectContactOfPageView::DoProcessDisplay to avoid to paint too much
2009-01-27 11:45:48 +0100 aw r266973 : #i98404# Added a warning to a place where a conversion to rectangle should not be copied from
2009-01-26 21:44:36 +0100 iha r266949 : #i98497# 3D charts are rendered with wrong size
2009-01-26 20:47:07 +0100 aw r266947 : #i98404# handle BackgroundColorPrimitive2D directly in PixelRenderers and avoid AA under all circumstances
2009-01-26 14:50:36 +0100 aw r266926 : #i98386# secured cloning of SdrObject in IMapUserData by boost::shared_prt usage
2009-01-26 12:51:30 +0100 aw r266916 : #i96581# added separated FontStretching and fallback for small X!=Y scale differences
2009-01-23 16:14:55 +0100 aw r266834 : #i96475# added missing implementation of TextDecoratedPortionPrimitive2D::getB2DRange
2009-01-23 15:24:34 +0100 aw r266826 : #i98405# fixed fallback to DrawAlphaRect to use the correctly sized rectangle
2009-01-23 13:34:43 +0100 aw r266813 : #i96474# fixed impSplitSingleWords for an unexpected case
2009-01-23 10:47:31 +0100 aw r266786 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:20 +0100 aw r266785 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:09 +0100 aw r266783 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:58 +0100 aw r266782 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:48 +0100 aw r266781 : #i98289#,#i96474# tooling and new flags for tasks
2009-03-04 08:16:02 -06:00
|
|
|
if(pPara && (bool)bVertical != pPara->IsVertical())
|
2003-03-27 03:58:12 -06:00
|
|
|
{
|
|
|
|
// set ParaObject orientation accordingly
|
|
|
|
pPara->SetVertical(bVertical);
|
|
|
|
}
|
|
|
|
|
2002-02-15 09:56:24 -06:00
|
|
|
// #97016#
|
2008-03-12 05:40:54 -05:00
|
|
|
ImpSetAttributesForNewTextObject(GetTextObj());
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if (!mpView->EndCreateObj(SDRCREATE_FORCEEND))
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Textobjekt konnte nicht erzeugt werden
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
else if (nSlotId == SID_TEXT_FITTOSIZE)
|
|
|
|
{
|
2002-02-15 09:56:24 -06:00
|
|
|
// #97016#
|
2008-03-12 05:40:54 -05:00
|
|
|
ImpSetAttributesFitToSize(GetTextObj());
|
2002-02-15 09:56:24 -06:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
SetInEditMode(rMEvt, FALSE);
|
|
|
|
}
|
2001-02-07 02:08:30 -06:00
|
|
|
else if ( nSlotId == SID_TEXT_FITTOSIZE_VERTICAL )
|
|
|
|
{
|
2002-02-15 09:56:24 -06:00
|
|
|
// #97016#
|
2008-03-12 05:40:54 -05:00
|
|
|
ImpSetAttributesFitToSizeVertical(GetTextObj());
|
2002-02-15 09:56:24 -06:00
|
|
|
|
2001-02-07 02:08:30 -06:00
|
|
|
SetInEditMode(rMEvt, FALSE);
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
else
|
|
|
|
{
|
2002-02-15 09:56:24 -06:00
|
|
|
// #97016#
|
2008-03-12 05:40:54 -05:00
|
|
|
ImpSetAttributesFitCommon(GetTextObj());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Damit die Handles und der graue Rahmen stimmen
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->AdjustMarkHdl();
|
|
|
|
mpView->PickHandle(aPnt);
|
2000-09-18 11:07:07 -05:00
|
|
|
SetInEditMode(rMEvt, FALSE);
|
|
|
|
}
|
|
|
|
}
|
2006-12-12 10:25:24 -06:00
|
|
|
else if ( mpView && mpView->IsAction())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->EndAction();
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
ForcePointer(&rMEvt);
|
2006-12-12 10:25:24 -06:00
|
|
|
mpWindow->ReleaseMouse();
|
|
|
|
USHORT nDrgLog1 = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if ( mpView && !mpView->AreObjectsMarked() &&
|
|
|
|
Abs(aMDPos.X() - aPnt.X()) < nDrgLog1 &&
|
|
|
|
Abs(aMDPos.Y() - aPnt.Y()) < nDrgLog1 &&
|
2000-09-18 11:07:07 -05:00
|
|
|
!rMEvt.IsShift() && !rMEvt.IsMod2() )
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrViewEvent aVEvt;
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
|
|
|
mpView->MarkObj(aVEvt.pRootObj, pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if ( !mxTextObj.is() && mpView )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if ( ( (!bEmptyTextObj && bPermanent) ||
|
|
|
|
(!bFirstObjCreated && !bPermanent) ) &&
|
2006-12-12 10:25:24 -06:00
|
|
|
!mpDocSh->IsReadOnly() &&
|
2000-09-18 11:07:07 -05:00
|
|
|
nSlotId != SID_TEXTEDIT )
|
|
|
|
{
|
|
|
|
/**********************************************************************
|
|
|
|
* Mengentext (linksbuendiges AutoGrow)
|
|
|
|
**********************************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_CREATE);
|
|
|
|
USHORT nDrgLog = USHORT ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() );
|
|
|
|
mpView->BegCreateObj(aMDPos, (OutputDevice*) NULL, nDrgLog);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
BOOL bSnapEnabled = mpView->IsSnapEnabled();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (bSnapEnabled)
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetSnapEnabled(FALSE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
aPnt.X() += nDrgLog + nDrgLog;
|
|
|
|
aPnt.Y() += nDrgLog + nDrgLog;
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->MovAction(aPnt);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( dynamic_cast< SdrTextObj* >( mpView->GetCreateObj() ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if(mxTextObj.is())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
GetTextObj()->SetDisableAutoWidthOnDragging(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if(!mpView->EndCreateObj(SDRCREATE_FORCEEND))
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if(bSnapEnabled)
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetSnapEnabled(bSnapEnabled);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if(mxTextObj.is())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SfxItemSet aSet(mpViewShell->GetPool());
|
2001-02-20 08:08:44 -06:00
|
|
|
aSet.Put(SdrTextMinFrameHeightItem(0));
|
|
|
|
aSet.Put(SdrTextMinFrameWidthItem(0));
|
|
|
|
aSet.Put(SdrTextAutoGrowHeightItem(TRUE));
|
|
|
|
aSet.Put(SdrTextAutoGrowWidthItem(TRUE));
|
2001-08-24 09:46:48 -05:00
|
|
|
|
|
|
|
// #91508#
|
|
|
|
if(nSlotId == SID_ATTR_CHAR_VERTICAL)
|
|
|
|
{
|
2003-03-27 03:58:12 -06:00
|
|
|
// #107235#
|
|
|
|
//
|
|
|
|
// Here, all items which need to be different from pool default need to be set
|
|
|
|
// again on the newly created text object.
|
|
|
|
// Since this is a simple klick text object, it is first created, then SetVertical()
|
|
|
|
// is used, then ImpSetAttributesForNewTextObject is called and then the object is
|
|
|
|
// deleted again since not the minimum drag distance was travelled. Then, a new
|
|
|
|
// klick text object is created and thus all that stuff needs to be set again here.
|
|
|
|
//
|
|
|
|
// Before using the new object the vertical writing mode
|
|
|
|
// needs to be set. This is done here at the OutlinerParaObject
|
|
|
|
// directly to not mirror the layout text items involved. These items will be set
|
|
|
|
// below.
|
2008-03-12 05:40:54 -05:00
|
|
|
OutlinerParaObject* pPara = GetTextObj()->GetOutlinerParaObject();
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
if(!pPara)
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
GetTextObj()->ForceOutlinerParaObject();
|
|
|
|
pPara = GetTextObj()->GetOutlinerParaObject();
|
2003-03-27 03:58:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
if(pPara && sal_True != pPara->IsVertical())
|
|
|
|
{
|
|
|
|
// set ParaObject orientation accordingly
|
|
|
|
pPara->SetVertical(sal_True);
|
|
|
|
}
|
|
|
|
|
2001-08-24 09:46:48 -05:00
|
|
|
// #91508#
|
2003-03-27 03:58:12 -06:00
|
|
|
// aSet.Put(SdrTextVertAdjustItem(SDRTEXTVERTADJUST_TOP));
|
2001-08-24 09:46:48 -05:00
|
|
|
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
|
2003-03-27 03:58:12 -06:00
|
|
|
|
|
|
|
// #107235#
|
|
|
|
// Analog to the else case below, for vertical simple click texts
|
|
|
|
// one of the defaulted setted items from ImpSetAttributesForNewTextObject
|
|
|
|
// needs to be adapted to non-block mode. This could have been done with the
|
|
|
|
// #104122#, but was obviously overseen.
|
2006-12-12 10:25:24 -06:00
|
|
|
const SfxItemSet& rSet = mpView->GetDefaultAttr();
|
2003-03-27 03:58:12 -06:00
|
|
|
SvxFrameDirection eDirection = (SvxFrameDirection)((SvxFrameDirectionItem&)rSet.Get(EE_PARA_WRITINGDIR)).GetValue();
|
|
|
|
|
|
|
|
if(FRMDIR_HORI_RIGHT_TOP == eDirection || FRMDIR_VERT_TOP_RIGHT == eDirection)
|
|
|
|
{
|
|
|
|
aSet.Put(SdrTextVertAdjustItem(SDRTEXTVERTADJUST_BOTTOM));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
aSet.Put(SdrTextVertAdjustItem(SDRTEXTVERTADJUST_TOP));
|
|
|
|
}
|
2001-08-24 09:46:48 -05:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2002-11-15 07:46:44 -06:00
|
|
|
// #104122# This is for Format/Page settings. Since this also leads
|
|
|
|
// to the object defaults to be changed, i think this code can be
|
|
|
|
// removed. CL. wanted to take a look before adding this.
|
|
|
|
//const SdrTextHorzAdjust eHA = ( ( pDoc && pDoc->GetDefaultWritingMode() == ::com::sun::star::text::WritingMode_RL_TB ) ?
|
|
|
|
// SDRTEXTHORZADJUST_RIGHT : SDRTEXTHORZADJUST_LEFT );
|
|
|
|
//aSet.Put( SdrTextHorzAdjustItem( eHA ) );
|
|
|
|
|
|
|
|
// #104122# Look in the object defaults if left-to-right is wanted. If
|
|
|
|
// yes, set text anchoring to right to let the box grow to left.
|
2006-12-12 10:25:24 -06:00
|
|
|
const SfxItemSet& rSet = mpView->GetDefaultAttr();
|
2002-11-15 07:46:44 -06:00
|
|
|
SvxFrameDirection eDirection = (SvxFrameDirection)((SvxFrameDirectionItem&)rSet.Get(EE_PARA_WRITINGDIR)).GetValue();
|
|
|
|
|
|
|
|
if(FRMDIR_HORI_RIGHT_TOP == eDirection)
|
|
|
|
{
|
|
|
|
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_RIGHT));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
aSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_LEFT));
|
|
|
|
}
|
2001-08-24 09:46:48 -05:00
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
GetTextObj()->SetMergedItemSet(aSet);
|
|
|
|
GetTextObj()->SetDisableAutoWidthOnDragging(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
SetInEditMode(rMEvt, FALSE);
|
|
|
|
}
|
|
|
|
|
|
|
|
bFirstObjCreated = TRUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// In die Fkt. Selektion wechseln
|
2006-12-12 10:25:24 -06:00
|
|
|
if (mpView->SdrEndTextEdit() == SDRENDTEXTEDIT_DELETED)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_OBJECT_SELECT,
|
2000-09-18 11:07:07 -05:00
|
|
|
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bMBDown = FALSE;
|
|
|
|
FuConstruct::MouseButtonUp(rMEvt);
|
|
|
|
return (bReturn);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Tastaturereignisse bearbeiten
|
|
|
|
|*
|
|
|
|
|* Wird ein KeyEvent bearbeitet, so ist der Return-Wert TRUE, andernfalls
|
|
|
|
|* FALSE.
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::KeyInput(const KeyEvent& rKEvt)
|
|
|
|
{
|
|
|
|
BOOL bReturn = FALSE;
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetMarkHdlWhenTextEdit(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
KeyCode nCode = rKEvt.GetKeyCode();
|
|
|
|
BOOL bShift = nCode.IsShift();
|
|
|
|
|
2002-03-14 10:44:36 -06:00
|
|
|
// #97016# IV
|
2008-03-12 05:40:54 -05:00
|
|
|
if(mxTextObj.is())
|
2002-03-14 10:44:36 -06:00
|
|
|
{
|
|
|
|
// maybe object is deleted, test if it's equal to the selected object
|
2006-12-12 10:25:24 -06:00
|
|
|
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
|
2002-03-14 10:44:36 -06:00
|
|
|
SdrObject* pSelectedObj = 0L;
|
|
|
|
|
|
|
|
if(1 == rMarkList.GetMarkCount())
|
|
|
|
{
|
|
|
|
SdrMark* pMark = rMarkList.GetMark(0);
|
2006-07-25 05:42:27 -05:00
|
|
|
pSelectedObj = pMark->GetMarkedSdrObj();
|
2002-03-14 10:44:36 -06:00
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if(mxTextObj.get() != pSelectedObj)
|
2002-03-14 10:44:36 -06:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2002-03-14 10:44:36 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if ( mxTextObj.is() && mxTextObj->GetObjInventor() == SdrInventor && mxTextObj->GetObjIdentifier() == OBJ_TITLETEXT && rKEvt.GetKeyCode().GetCode() == KEY_RETURN )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Titeltext-Objekt: immer "weiche" Umbrueche
|
|
|
|
bShift = TRUE;
|
|
|
|
}
|
|
|
|
|
|
|
|
USHORT nKey = nCode.GetCode();
|
2009-04-11 23:24:43 -05:00
|
|
|
KeyCode aKeyCode (nKey, bShift, nCode.IsMod1(), nCode.IsMod2(), nCode.IsMod3() );
|
2000-09-18 11:07:07 -05:00
|
|
|
KeyEvent aKEvt(rKEvt.GetCharCode(), aKeyCode);
|
|
|
|
|
|
|
|
BOOL bOK = TRUE;
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if (mpDocSh->IsReadOnly())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
bOK = !EditEngine::DoesKeyChangeText(aKEvt);
|
|
|
|
}
|
|
|
|
if( aKeyCode.GetCode() == KEY_PAGEUP || aKeyCode.GetCode() == KEY_PAGEDOWN )
|
|
|
|
{
|
|
|
|
bOK = FALSE; // default handling in base class
|
|
|
|
}
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if (bOK && mpView->KeyInput(aKEvt, mpWindow) )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
bReturn = TRUE;
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2001-03-26 07:37:56 -06:00
|
|
|
// if ( pTextObj )
|
|
|
|
// pTextObj->SetEmptyPresObj(FALSE);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
else if (aKeyCode == KEY_ESCAPE)
|
|
|
|
{
|
2002-11-29 07:23:07 -06:00
|
|
|
bReturn = cancel();
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
if( bPermanent )
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_CREATE);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
if (!bReturn)
|
|
|
|
{
|
|
|
|
bReturn = FuDraw::KeyInput(aKEvt);
|
|
|
|
}
|
|
|
|
|
|
|
|
return (bReturn);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Function aktivieren
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
void FuText::Activate()
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetQuickTextEditMode(mpViewShell->GetFrameView()->IsQuickEdit());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-11-19 08:05:59 -06:00
|
|
|
// #i89661# it's no longer necessary to make it so big here, it's fine tuned
|
CWS-TOOLING: integrate CWS aw065
2009-06-17 13:48:12 +0200 aw r273068 : #99385# corrected small error in SCs selection visualisation
2009-06-16 15:45:28 +0200 wg r273021 : i102838
2009-06-16 12:46:07 +0200 wg r273016 : i102833
2009-06-11 17:40:29 +0200 aw r272895 : #i98870# added implementation for getPageCount helper
2009-06-11 16:39:54 +0200 aw r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected
2009-06-11 16:24:07 +0200 aw r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added
2009-06-11 16:23:52 +0200 aw r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added
2009-06-09 13:50:29 +0200 aw r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect
2009-06-09 13:04:06 +0200 aw r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition
2009-06-08 18:56:05 +0200 aw r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct)
2009-06-08 11:17:57 +0200 aw r272725 : cws aw065: corrections after resync
2009-06-08 11:02:25 +0200 aw r272723 : cws aw065: corrections after resync
2009-06-08 10:36:22 +0200 aw r272722 : cws aw065: corrections after resync
2009-06-05 18:57:06 +0200 aw r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49)
2009-06-05 14:56:34 +0200 aw r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives
2009-06-05 14:50:07 +0200 aw r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged()
2009-06-05 14:47:29 +0200 aw r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition
2009-06-03 17:53:32 +0200 aw r272599 : #i89784# version before stripping
2009-06-03 17:52:18 +0200 aw r272598 : #i89784# version before stripping
2009-05-28 17:15:47 +0200 aw r272420 : #i101872# old stuff removed/stripped
2009-05-28 17:15:32 +0200 aw r272419 : #i101872# old stuff removed/stripped
2009-05-28 17:15:15 +0200 aw r272418 : #i101872# old stuff removed/stripped
2009-05-28 17:14:45 +0200 aw r272417 : #i101872# old stuff removed/stripped
2009-05-28 12:13:56 +0200 aw r272396 : #i101872# stable hybrid state
2009-05-28 12:13:46 +0200 aw r272395 : #i101872# stable hybrid state
2009-05-28 12:13:35 +0200 aw r272394 : #i101872# stable hybrid state
2009-05-28 12:13:20 +0200 aw r272393 : #i101872# stable hybrid state
2009-05-28 12:13:05 +0200 aw r272392 : #i101872# stable hybrid state
2009-05-28 12:12:51 +0200 aw r272391 : #i101872# stable hybrid state
2009-05-15 16:56:02 +0200 aw r271952 : #i101872# HitTest unifications
2009-05-15 16:55:22 +0200 aw r271951 : #i101872# HitTest unifications
2009-05-15 16:55:12 +0200 aw r271950 : #i101872# HitTest unifications
2009-05-15 16:55:01 +0200 aw r271949 : #i101872# HitTest unifications
2009-05-15 16:54:51 +0200 aw r271948 : #i101872# HitTest unifications
2009-05-15 16:54:35 +0200 aw r271947 : #i101872# HitTest unifications
2009-05-15 16:54:22 +0200 aw r271946 : #i101872# HitTest unifications
2009-05-12 19:08:38 +0200 aw r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds
2009-05-12 15:44:49 +0200 aw r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling
2009-05-11 19:40:40 +0200 aw r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 19:40:25 +0200 aw r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 19:40:12 +0200 aw r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications
2009-05-11 13:01:53 +0200 aw r271765 : #i99385# corrections and optimizations
2009-05-08 14:48:40 +0200 aw r271718 : #i1016180# added optimizations in model operations when model is locked
2009-05-08 14:11:45 +0200 aw r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared
2009-05-07 17:44:03 +0200 aw r271689 : #i99385# last corrections/changes
2009-05-07 17:43:47 +0200 aw r271688 : #i99385# last corrections/changes
2009-05-07 13:20:09 +0200 aw r271654 : #i99385# added changes from WFH
2009-05-07 13:19:38 +0200 aw r271653 : #i99385# added changes from WFH
2009-05-07 13:19:11 +0200 aw r271652 : #i99385# added changes from WFH
2009-05-07 11:33:17 +0200 aw r271643 : #i99385# corrections after resync
2009-05-07 11:17:31 +0200 aw r271642 : #i99385# corrections after resync
2009-05-06 18:46:53 +0200 aw r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47)
2009-05-05 18:24:03 +0200 aw r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed
2009-05-05 17:44:42 +0200 aw r271542 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:32 +0200 aw r271541 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:20 +0200 aw r271540 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 17:44:09 +0200 aw r271539 : #i99385# 3rd round, simplifications and corrections done
2009-05-05 15:48:38 +0200 aw r271527 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:48:15 +0200 aw r271526 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:48:03 +0200 aw r271525 : #i99385# 2nd round, usages checked and corrected
2009-05-05 15:47:51 +0200 aw r271524 : #i99385# 2nd round, usages checked and corrected
2009-04-27 18:33:10 +0200 aw r271300 : #i99385# state commit after all implementations are done
2009-04-27 15:36:53 +0200 aw r271283 : #i99385# state commit after all implementations are done
2009-04-27 15:27:49 +0200 aw r271280 : #i99385# state commit after all implementations are done
2009-04-27 15:27:33 +0200 aw r271279 : #i99385# state commit after all implementations are done
2009-04-27 15:27:00 +0200 aw r271278 : #i99385# state commit after all implementations are done
2009-04-27 15:26:15 +0200 aw r271277 : #i99385# state commit after all implementations are done
2009-04-27 15:25:40 +0200 aw r271275 : #i99385# state commit after all implementations are done
2009-04-27 15:25:19 +0200 aw r271274 : #i99385# state commit after all implementations are done
2009-04-27 15:24:00 +0200 aw r271272 : #i99385# state commit after all implementations are done
2009-03-19 17:12:00 +0100 aw r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping
2009-02-19 17:09:47 +0100 aw r268298 : #i98917# corrected attributes
2009-02-19 17:09:30 +0100 aw r268297 : #i98917# corrected attributes
2009-02-19 17:08:22 +0100 aw r268296 : #i98917# corrected attributes
2009-02-19 11:56:25 +0100 aw r268268 : #i98870# added extra code to react on PageNumber change
2009-02-18 16:57:24 +0100 aw r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge
2009-07-02 09:28:15 -05:00
|
|
|
// for text objects in SdrMarkView::CheckSingleSdrObjectHit
|
2008-11-19 08:05:59 -06:00
|
|
|
mpView->SetHitTolerancePixel( 2 * HITPIX );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (pOLV)
|
|
|
|
pOLV->ShowCursor();
|
|
|
|
|
|
|
|
FuConstruct::Activate();
|
|
|
|
|
|
|
|
if( pOLV )
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Function deaktivieren
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
void FuText::Deactivate()
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (pOLV)
|
|
|
|
pOLV->HideCursor();
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetHitTolerancePixel( HITPIX );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
FuConstruct::Deactivate();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Objekt in Edit-Mode setzen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
void FuText::SetInEditMode(const MouseEvent& rMEvt, BOOL bQuickDrag)
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2008-03-12 05:40:54 -05:00
|
|
|
if( mxTextObj.is() && (mxTextObj->GetPage() == pPV->GetPage()) )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if( bPermanent )
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetEditMode(SDREDITMODE_CREATE);
|
2000-09-18 11:07:07 -05:00
|
|
|
else
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
BOOL bEmptyOutliner = FALSE;
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (!GetTextObj()->GetOutlinerParaObject() && mpView->GetTextEditOutliner())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
::Outliner* pOutl = mpView->GetTextEditOutliner();
|
2000-09-18 11:07:07 -05:00
|
|
|
ULONG nParaAnz = pOutl->GetParagraphCount();
|
|
|
|
Paragraph* p1stPara = pOutl->GetParagraph( 0 );
|
|
|
|
|
|
|
|
if (nParaAnz==1 && p1stPara)
|
|
|
|
{
|
|
|
|
// Bei nur einem Pararaph
|
|
|
|
if (pOutl->GetText(p1stPara).Len() == 0)
|
|
|
|
{
|
|
|
|
bEmptyOutliner = TRUE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (GetTextObj() != mpView->GetTextEditObject() || bEmptyOutliner)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
UINT32 nInv = mxTextObj->GetObjInventor();
|
|
|
|
UINT16 nSdrObjKind = mxTextObj->GetObjIdentifier();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (nInv == SdrInventor && GetTextObj()->HasTextEdit() &&
|
2000-09-18 11:07:07 -05:00
|
|
|
(nSdrObjKind == OBJ_TEXT ||
|
|
|
|
nSdrObjKind == OBJ_TITLETEXT ||
|
2008-03-12 05:40:54 -05:00
|
|
|
nSdrObjKind == OBJ_OUTLINETEXT || !mxTextObj->IsEmptyPresObj() ) )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Neuen Outliner machen (gehoert der SdrObjEditView)
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrOutliner* pOutl = SdrMakeOutliner( OUTLINERMODE_OUTLINEOBJECT, mpDoc );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (bEmptyOutliner)
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SdrEndTextEdit(sal_True);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
SdrTextObj* pTextObj = GetTextObj();
|
2004-03-17 04:27:58 -06:00
|
|
|
if( pTextObj )
|
|
|
|
{
|
|
|
|
OutlinerParaObject* pOPO = pTextObj->GetOutlinerParaObject();
|
2008-03-12 05:40:54 -05:00
|
|
|
if( ( pOPO && pOPO->IsVertical() ) || (nSlotId == SID_ATTR_CHAR_VERTICAL) || (nSlotId == SID_TEXT_FITTOSIZE_VERTICAL) )
|
2004-03-17 04:27:58 -06:00
|
|
|
pOutl->SetVertical( TRUE );
|
2001-02-05 04:35:37 -06:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if( pTextObj->getTextCount() > 1 )
|
|
|
|
{
|
|
|
|
Point aPix(rMEvt.GetPosPixel());
|
|
|
|
Point aPnt(mpWindow->PixelToLogic(aPix));
|
|
|
|
pTextObj->setActiveText( pTextObj->CheckTextHit(aPnt ) );
|
|
|
|
}
|
2001-02-05 04:35:37 -06:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (mpView->SdrBeginTextEdit(pTextObj, pPV, mpWindow, sal_True, pOutl) && mxTextObj->GetObjInventor() == SdrInventor)
|
2004-03-17 04:27:58 -06:00
|
|
|
{
|
|
|
|
bFirstObjCreated = TRUE;
|
|
|
|
DeleteDefaultText();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
nSdrObjKind = mxTextObj->GetObjIdentifier();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-03-17 04:27:58 -06:00
|
|
|
SdrViewEvent aVEvt;
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrHitKind eHit = mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-03-17 04:27:58 -06:00
|
|
|
if (eHit == SDRHIT_TEXTEDIT)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-03-17 04:27:58 -06:00
|
|
|
// Text getroffen
|
|
|
|
if (nSdrObjKind == OBJ_TEXT ||
|
|
|
|
nSdrObjKind == OBJ_TITLETEXT ||
|
|
|
|
nSdrObjKind == OBJ_OUTLINETEXT ||
|
2008-03-12 05:40:54 -05:00
|
|
|
nSdrObjKind == OBJ_TABLE ||
|
2004-03-17 04:27:58 -06:00
|
|
|
nSlotId == SID_TEXTEDIT ||
|
|
|
|
!bQuickDrag)
|
|
|
|
{
|
|
|
|
pOLV->MouseButtonDown(rMEvt);
|
|
|
|
pOLV->MouseMove(rMEvt);
|
|
|
|
pOLV->MouseButtonUp(rMEvt);
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (mpViewShell->GetFrameView()->IsQuickEdit() && bQuickDrag && GetTextObj()->GetOutlinerParaObject())
|
2004-03-17 04:27:58 -06:00
|
|
|
{
|
|
|
|
pOLV->MouseButtonDown(rMEvt);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2004-03-17 04:27:58 -06:00
|
|
|
// #98198# Move cursor to end of text
|
|
|
|
ESelection aNewSelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND);
|
|
|
|
pOLV->SetSelection(aNewSelection);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
2002-03-18 08:24:48 -06:00
|
|
|
else
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mpView->RestoreDefaultText(dynamic_cast< SdrTextObj* >( mxTextObj.get() ));
|
2002-03-18 08:24:48 -06:00
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Texteingabe wird gestartet, ggf. Default-Text loeschen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::DeleteDefaultText()
|
|
|
|
{
|
|
|
|
BOOL bDeleted = FALSE;
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if ( mxTextObj.is() && mxTextObj->IsEmptyPresObj() )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
String aString;
|
2008-03-12 05:40:54 -05:00
|
|
|
SdPage* pPage = (SdPage*) mxTextObj->GetPage();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (pPage)
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if ( (ePresObjKind == PRESOBJ_TITLE ||
|
|
|
|
ePresObjKind == PRESOBJ_OUTLINE ||
|
|
|
|
ePresObjKind == PRESOBJ_NOTES ||
|
|
|
|
ePresObjKind == PRESOBJ_TEXT) &&
|
|
|
|
!pPage->IsMasterPage() )
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
::Outliner* pOutliner = mpView->GetTextEditOutliner();
|
2000-09-18 11:07:07 -05:00
|
|
|
SfxStyleSheet* pSheet = pOutliner->GetStyleSheet( 0 );
|
2005-02-17 02:41:49 -06:00
|
|
|
BOOL bIsUndoEnabled = pOutliner->IsUndoEnabled();
|
|
|
|
if( bIsUndoEnabled )
|
|
|
|
pOutliner->EnableUndo(FALSE);
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
pOutliner->SetText( String(), pOutliner->GetParagraph( 0 ) );
|
|
|
|
|
2005-02-17 02:41:49 -06:00
|
|
|
if( bIsUndoEnabled )
|
|
|
|
pOutliner->EnableUndo(TRUE);
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
if (pSheet &&
|
|
|
|
(ePresObjKind == PRESOBJ_NOTES || ePresObjKind == PRESOBJ_TEXT))
|
|
|
|
pOutliner->SetStyleSheet(0, pSheet);
|
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj->SetEmptyPresObj(TRUE);
|
2000-09-18 11:07:07 -05:00
|
|
|
bDeleted = TRUE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return(bDeleted);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Command-event
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::Command(const CommandEvent& rCEvt)
|
|
|
|
{
|
|
|
|
return( FuPoor::Command(rCEvt) );
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Help-event
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
BOOL FuText::RequestHelp(const HelpEvent& rHEvt)
|
|
|
|
{
|
|
|
|
BOOL bReturn = FALSE;
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if ((Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled()) &&
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.is() && pOLV && pOLV->GetFieldUnderMousePointer())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
String aHelpText;
|
|
|
|
const SvxFieldItem* pFieldItem = pOLV->GetFieldUnderMousePointer();
|
|
|
|
const SvxFieldData* pField = pFieldItem->GetField();
|
|
|
|
|
|
|
|
if (pField && pField->ISA(SvxURLField))
|
|
|
|
{
|
|
|
|
/******************************************************************
|
|
|
|
* URL-Field
|
|
|
|
******************************************************************/
|
2003-04-24 08:39:18 -05:00
|
|
|
aHelpText = INetURLObject::decode( ((const SvxURLField*)pField)->GetURL(), '%', INetURLObject::DECODE_WITH_CHARSET );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
if (aHelpText.Len())
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
Rectangle aLogicPix = mpWindow->LogicToPixel(mxTextObj->GetLogicRect());
|
2006-12-12 10:25:24 -06:00
|
|
|
Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()),
|
|
|
|
mpWindow->OutputToScreenPixel(aLogicPix.BottomRight()));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (Help::IsBalloonHelpEnabled())
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
bReturn = Help::ShowBalloon( (Window*)mpWindow, rHEvt.GetMousePosPixel(), aScreenRect, aHelpText);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
else if (Help::IsQuickHelpEnabled())
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
bReturn = Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!bReturn)
|
|
|
|
{
|
|
|
|
bReturn = FuConstruct::RequestHelp(rHEvt);
|
|
|
|
}
|
|
|
|
|
|
|
|
return(bReturn);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Request verarbeiten
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
void FuText::ReceiveRequest(SfxRequest& rReq)
|
|
|
|
{
|
|
|
|
nSlotId = rReq.GetSlot();
|
|
|
|
|
|
|
|
// Dann Basisklasse rufen (dort wird u.a. nSlotId NICHT gesetzt)
|
|
|
|
FuPoor::ReceiveRequest(rReq);
|
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
if (nSlotId == SID_TEXTEDIT || mpViewShell->GetFrameView()->IsQuickEdit() || /*#95971#*/ SID_ATTR_CHAR == nSlotId)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
MouseEvent aMEvt(mpWindow->GetPointerPosPixel());
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (nSlotId == SID_TEXTEDIT)
|
|
|
|
{
|
|
|
|
// Wird gerade editiert?
|
|
|
|
if(!bTestText)
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( dynamic_cast< SdrTextObj* >( mpView->GetTextEditObject() ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2008-03-12 05:40:54 -05:00
|
|
|
if (!mxTextObj.is())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Versuchen, ein Obj zu selektieren
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrViewEvent aVEvt;
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->PickAnything(aMEvt, SDRMOUSEBUTTONDOWN, aVEvt);
|
|
|
|
mpView->MarkObj(aVEvt.pRootObj, pPV);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (aVEvt.pObj && aVEvt.pObj->ISA(SdrTextObj))
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( static_cast< SdrTextObj* >( aVEvt.pObj ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2006-12-12 10:25:24 -06:00
|
|
|
else if (mpView->AreObjectsMarked())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (rMarkList.GetMarkCount() == 1)
|
|
|
|
{
|
2006-07-25 05:42:27 -05:00
|
|
|
SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if (pObj->ISA(SdrTextObj))
|
|
|
|
{
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset( static_cast< SdrTextObj* >( pObj ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
BOOL bQuickDrag = TRUE;
|
|
|
|
|
|
|
|
const SfxItemSet* pArgs = rReq.GetArgs();
|
|
|
|
|
2002-03-18 08:24:48 -06:00
|
|
|
if (pArgs
|
|
|
|
|
|
|
|
// #98198# test for type before using
|
|
|
|
&& SID_TEXTEDIT == nSlotId
|
|
|
|
&& SFX_ITEM_SET == pArgs->GetItemState(SID_TEXTEDIT)
|
|
|
|
|
|
|
|
&& (UINT16) ((SfxUInt16Item&) pArgs->Get(SID_TEXTEDIT)).GetValue() == 2)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Anwahl per Doppelklick -> kein QuickDrag zulassen
|
|
|
|
bQuickDrag = FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
SetInEditMode(aMEvt, bQuickDrag);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* SpellChecker: Error-LinkHdl
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
IMPL_LINK( FuText, SpellError, void *, nLang )
|
|
|
|
{
|
2009-12-10 11:36:58 -06:00
|
|
|
String aError( SvtLanguageTable::GetLanguageString( (LanguageType)(ULONG)nLang ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
ErrorHandler::HandleError(* new StringErrorInfo(
|
|
|
|
ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS, aError) );
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Reaktion auf Doppelklick
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
2006-12-12 10:25:24 -06:00
|
|
|
void FuText::DoubleClick(const MouseEvent& )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Nichts zu tun
|
|
|
|
}
|
|
|
|
|
2002-12-03 07:57:19 -06:00
|
|
|
/** #97016#
|
|
|
|
#105815# Removed the insertion of default text and putting a new text
|
|
|
|
object directly into edit mode.
|
|
|
|
*/
|
2002-02-15 09:56:24 -06:00
|
|
|
SdrObject* FuText::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle)
|
|
|
|
{
|
|
|
|
// case SID_TEXTEDIT: // BASIC ???
|
|
|
|
// case SID_ATTR_CHAR:
|
|
|
|
// case SID_ATTR_CHAR_VERTICAL:
|
|
|
|
// case SID_TEXT_FITTOSIZE:
|
|
|
|
// case SID_TEXT_FITTOSIZE_VERTICAL:
|
|
|
|
|
|
|
|
SdrObject* pObj = SdrObjFactory::MakeNewObject(
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->GetCurrentObjInventor(), mpView->GetCurrentObjIdentifier(),
|
|
|
|
0L, mpDoc);
|
2002-02-15 09:56:24 -06:00
|
|
|
|
|
|
|
if(pObj)
|
|
|
|
{
|
|
|
|
if(pObj->ISA(SdrTextObj))
|
|
|
|
{
|
|
|
|
SdrTextObj* pText = (SdrTextObj*)pObj;
|
|
|
|
pText->SetLogicRect(rRectangle);
|
|
|
|
|
|
|
|
sal_Bool bVertical = (SID_ATTR_CHAR_VERTICAL == nID || SID_TEXT_FITTOSIZE_VERTICAL == nID);
|
|
|
|
pText->SetVerticalWriting(bVertical);
|
|
|
|
|
|
|
|
// #97016#
|
|
|
|
ImpSetAttributesForNewTextObject(pText);
|
|
|
|
|
|
|
|
if (nSlotId == SID_TEXT_FITTOSIZE)
|
|
|
|
{
|
|
|
|
// #97016#
|
|
|
|
ImpSetAttributesFitToSize(pText);
|
|
|
|
}
|
|
|
|
else if ( nSlotId == SID_TEXT_FITTOSIZE_VERTICAL )
|
|
|
|
{
|
|
|
|
// #97016#
|
|
|
|
ImpSetAttributesFitToSizeVertical(pText);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// #97016#
|
|
|
|
ImpSetAttributesFitCommon(pText);
|
|
|
|
}
|
2002-12-03 07:57:19 -06:00
|
|
|
|
|
|
|
// Put text object into edit mode.
|
2006-12-12 10:25:24 -06:00
|
|
|
SdrPageView* pPV = mpView->GetSdrPageView();
|
2008-03-12 05:40:54 -05:00
|
|
|
mpView->SdrBeginTextEdit(pText, pPV);
|
2002-02-15 09:56:24 -06:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
DBG_ERROR("Object is NO text object");
|
|
|
|
}
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2002-02-15 09:56:24 -06:00
|
|
|
return pObj;
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-01-20 06:41:53 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
2002-11-29 07:23:07 -06:00
|
|
|
/** is called when the currenct function should be aborted. <p>
|
|
|
|
This is used when a function gets a KEY_ESCAPE but can also
|
|
|
|
be called directly.
|
|
|
|
|
|
|
|
@returns true if a active function was aborted
|
|
|
|
*/
|
|
|
|
bool FuText::cancel()
|
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
if ( mpView->IsTextEdit() )
|
2002-11-29 07:23:07 -06:00
|
|
|
{
|
2006-12-12 10:25:24 -06:00
|
|
|
if(mpView->SdrEndTextEdit() == SDRENDTEXTEDIT_DELETED)
|
2008-03-12 05:40:54 -05:00
|
|
|
mxTextObj.reset(0);
|
2002-11-29 07:23:07 -06:00
|
|
|
|
2006-12-12 10:25:24 -06:00
|
|
|
mpView->SetCurrentObj(OBJ_TEXT);
|
|
|
|
mpView->SetEditMode(SDREDITMODE_EDIT);
|
2002-11-29 07:23:07 -06:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
2003-12-01 04:51:18 -06:00
|
|
|
|
2008-12-11 09:25:59 -06:00
|
|
|
void FuText::ChangeFontSize( bool bGrow, OutlinerView* pOLV, const FontList* pFontList, ::sd::View* pView )
|
|
|
|
{
|
|
|
|
if( !pFontList || !pView )
|
|
|
|
return;
|
|
|
|
|
|
|
|
if( pOLV )
|
|
|
|
{
|
|
|
|
pOLV->GetEditView().ChangeFontSize( bGrow, pFontList );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// SdDrawDocument* pDoc = pView->GetDoc();
|
|
|
|
|
|
|
|
const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
|
|
|
|
for( sal_uInt32 nMark = 0; nMark < rMarkList.GetMarkCount(); nMark++ )
|
|
|
|
{
|
|
|
|
SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( rMarkList.GetMark(nMark)->GetMarkedSdrObj() );
|
|
|
|
if( pTextObj )
|
|
|
|
{
|
|
|
|
for( sal_Int32 nText = 0; nText < pTextObj->getTextCount(); nText++ )
|
|
|
|
{
|
|
|
|
pTextObj->setActiveText( nText );
|
|
|
|
|
|
|
|
// Put text object into edit mode.
|
|
|
|
SdrPageView* pPV = pView->GetSdrPageView();
|
|
|
|
pView->SdrBeginTextEdit(pTextObj, pPV);
|
|
|
|
|
|
|
|
pOLV = pView->GetTextEditOutlinerView();
|
|
|
|
if( pOLV )
|
|
|
|
{
|
|
|
|
EditEngine* pEditEngine = pOLV->GetEditView().GetEditEngine();
|
|
|
|
if( pEditEngine )
|
|
|
|
{
|
|
|
|
ESelection aSel;
|
|
|
|
aSel.nEndPara = pEditEngine->GetParagraphCount()-1;
|
|
|
|
aSel.nEndPos = pEditEngine->GetTextLen(aSel.nEndPara);
|
|
|
|
pOLV->SetSelection(aSel);
|
|
|
|
}
|
|
|
|
|
|
|
|
ChangeFontSize( bGrow, pOLV, pFontList, pView );
|
|
|
|
}
|
|
|
|
|
|
|
|
pView->SdrEndTextEdit();
|
|
|
|
}
|
|
|
|
|
|
|
|
SfxItemSet aShapeSet( pTextObj->GetMergedItemSet() );
|
|
|
|
if( EditView::ChangeFontSize( bGrow, aShapeSet, pFontList ) )
|
|
|
|
{
|
|
|
|
pTextObj->SetObjectItemNoBroadcast( aShapeSet.Get( EE_CHAR_FONTHEIGHT ) );
|
|
|
|
pTextObj->SetObjectItemNoBroadcast( aShapeSet.Get( EE_CHAR_FONTHEIGHT_CJK ) );
|
|
|
|
pTextObj->SetObjectItemNoBroadcast( aShapeSet.Get( EE_CHAR_FONTHEIGHT_CTL ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-01-20 06:41:53 -06:00
|
|
|
} // end of namespace sd
|
|
|
|
|