2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* $RCSfile: fuexpand.cxx,v $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2006-12-12 10:17:46 -06:00
|
|
|
* $Revision: 1.16 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2006-12-12 10:17:46 -06:00
|
|
|
* last change: $Author: kz $ $Date: 2006-12-12 17:17:46 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2005-09-08 22:42:52 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 12:50:08 -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 04:02:25 -06:00
|
|
|
#include "fuexpand.hxx"
|
|
|
|
|
2004-10-04 12:31:47 -05:00
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#ifndef _SVDOTEXT_HXX //autogen
|
|
|
|
#include <svx/svdotext.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVX_XLINEIT0_HXX //autogen
|
|
|
|
#include <svx/xlineit0.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDUNDO_HXX //autogen
|
|
|
|
#include <svx/svdundo.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFX_PRINTER_HXX //autogen
|
|
|
|
#include <sfx2/printer.hxx>
|
|
|
|
#endif
|
|
|
|
|
2002-05-07 08:04:19 -05:00
|
|
|
#ifndef _OUTLOBJ_HXX
|
|
|
|
#include <svx/outlobj.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVDETC_HXX
|
|
|
|
#include <svx/svdetc.hxx>
|
|
|
|
#endif
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "app.hrc"
|
|
|
|
#include "strings.hrc"
|
|
|
|
#include "pres.hxx"
|
2004-01-20 04:02:25 -06:00
|
|
|
#ifndef SD_VIEW_HXX
|
|
|
|
#include "View.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdpage.hxx"
|
2004-01-20 04:02:25 -06:00
|
|
|
#ifndef SD_OUTLINER_HXX
|
|
|
|
#include "Outliner.hxx"
|
|
|
|
#endif
|
|
|
|
#ifndef SD_DRAW_VIEW_HXX
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawview.hxx"
|
2004-01-20 04:02:25 -06:00
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "drawdoc.hxx"
|
2004-01-20 04:02:25 -06:00
|
|
|
#ifndef SD_VIEW_SHELL_HXX
|
|
|
|
#include "ViewShell.hxx"
|
|
|
|
#endif
|
|
|
|
#include "DrawDocShell.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
#include "sdresid.hxx"
|
|
|
|
#include "optsitem.hxx"
|
2002-07-26 02:32:44 -05:00
|
|
|
#include "sdmod.hxx"
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _EEITEM_HXX //autogen
|
|
|
|
#include <svx/eeitem.hxx>
|
|
|
|
#endif
|
|
|
|
|
2004-01-20 04:02:25 -06:00
|
|
|
namespace sd {
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
TYPEINIT1( FuExpandPage, FuPoor );
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Konstruktor
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2004-01-20 04:02:25 -06:00
|
|
|
FuExpandPage::FuExpandPage (
|
|
|
|
ViewShell* pViewSh,
|
|
|
|
::sd::Window* pWin,
|
|
|
|
::sd::View* pView,
|
|
|
|
SdDrawDocument* pDoc,
|
|
|
|
SfxRequest& rReq)
|
|
|
|
: FuPoor(pViewSh, pWin, pView, pDoc, rReq)
|
2005-12-14 09:58:28 -06:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
FunctionReference FuExpandPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq )
|
|
|
|
{
|
|
|
|
FunctionReference xFunc( new FuExpandPage( pViewSh, pWin, pView, pDoc, rReq ) );
|
|
|
|
xFunc->DoExecute(rReq);
|
|
|
|
return xFunc;
|
|
|
|
}
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
void FuExpandPage::DoExecute( SfxRequest& )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
// Selektierte Seite finden (nur Standard-Seiten)
|
|
|
|
SdPage* pActualPage = NULL;
|
|
|
|
USHORT i = 0;
|
2006-12-12 10:17:46 -06:00
|
|
|
USHORT nCount = mpDoc->GetSdPageCount(PK_STANDARD);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
while (!pActualPage && i < nCount)
|
|
|
|
{
|
2006-12-12 10:17:46 -06:00
|
|
|
if (mpDoc->GetSdPage(i, PK_STANDARD)->IsSelected())
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
2006-12-12 10:17:46 -06:00
|
|
|
pActualPage = mpDoc->GetSdPage(i, PK_STANDARD);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
i++;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (pActualPage)
|
|
|
|
{
|
2004-01-20 04:02:25 -06:00
|
|
|
::sd::Outliner* pOutl =
|
2006-12-12 10:17:46 -06:00
|
|
|
new ::sd::Outliner( mpDoc, OUTLINERMODE_OUTLINEOBJECT );
|
2000-09-18 11:07:07 -05:00
|
|
|
pOutl->SetUpdateMode(FALSE);
|
|
|
|
pOutl->EnableUndo(FALSE);
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
if (mpDocSh)
|
|
|
|
pOutl->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
pOutl->SetDefTab( mpDoc->GetDefaultTabulator() );
|
|
|
|
pOutl->SetStyleSheetPool((SfxStyleSheetPool*) mpDoc->GetStyleSheetPool());
|
2000-09-18 11:07:07 -05:00
|
|
|
pOutl->SetMinDepth(0);
|
|
|
|
|
2004-07-12 09:02:19 -05:00
|
|
|
SetOfByte aVisibleLayers = pActualPage->TRG_GetMasterPageVisibleLayers();
|
2000-09-18 11:07:07 -05:00
|
|
|
USHORT nActualPageNum = pActualPage->GetPageNum();
|
2006-12-12 10:17:46 -06:00
|
|
|
SdPage* pActualNotesPage = (SdPage*) mpDoc->GetPage(nActualPageNum + 1);
|
2000-09-18 11:07:07 -05:00
|
|
|
SdrTextObj* pActualOutline = (SdrTextObj*) pActualPage->GetPresObj(PRESOBJ_OUTLINE);
|
|
|
|
|
|
|
|
if (pActualOutline)
|
|
|
|
{
|
2006-12-12 10:17:46 -06:00
|
|
|
mpView->BegUndo(String(SdResId(STR_UNDO_EXPAND_PAGE)));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Aktuelles Gliederungsobjekt in Outliner setzen
|
|
|
|
OutlinerParaObject* pParaObj = pActualOutline->GetOutlinerParaObject();
|
|
|
|
pOutl->SetText(*pParaObj);
|
|
|
|
|
|
|
|
// Harte Absatz- und Zeichenattribute entfernen
|
2006-12-12 10:17:46 -06:00
|
|
|
SfxItemSet aEmptyEEAttr(mpDoc->GetPool(), EE_ITEMS_START, EE_ITEMS_END);
|
|
|
|
ULONG nParaCount1 = pOutl->GetParagraphCount();
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
for (USHORT nPara = 0; nPara < nParaCount1; nPara++)
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
pOutl->QuickRemoveCharAttribs(nPara);
|
|
|
|
pOutl->SetParaAttribs(nPara, aEmptyEEAttr);
|
|
|
|
}
|
|
|
|
|
|
|
|
USHORT nPos = 2;
|
|
|
|
Paragraph* pPara = pOutl->GetParagraph( 0 );
|
|
|
|
|
|
|
|
while (pPara)
|
|
|
|
{
|
|
|
|
ULONG nParaPos = pOutl->GetAbsPos( pPara );
|
2001-02-26 03:20:50 -06:00
|
|
|
USHORT nDepth = pOutl->GetDepth( (USHORT) nParaPos );
|
2000-09-18 11:07:07 -05:00
|
|
|
if ( nDepth == 1 )
|
|
|
|
{
|
|
|
|
// Seite mit Titel & Gliederung!
|
2006-12-12 10:17:46 -06:00
|
|
|
SdPage* pPage = (SdPage*) mpDoc->AllocPage(FALSE);
|
2000-09-18 11:07:07 -05:00
|
|
|
pPage->SetSize(pActualPage->GetSize() );
|
|
|
|
pPage->SetBorder(pActualPage->GetLftBorder(),
|
|
|
|
pActualPage->GetUppBorder(),
|
|
|
|
pActualPage->GetRgtBorder(),
|
|
|
|
pActualPage->GetLwrBorder() );
|
|
|
|
pPage->SetName(String());
|
|
|
|
|
|
|
|
// Seite hinter aktueller Seite einfuegen
|
2006-12-12 10:17:46 -06:00
|
|
|
mpDoc->InsertPage(pPage, nActualPageNum + nPos);
|
2000-09-18 11:07:07 -05:00
|
|
|
nPos++;
|
2006-12-12 10:17:46 -06:00
|
|
|
mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pPage));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// MasterPage der aktuellen Seite verwenden
|
2004-07-12 09:02:19 -05:00
|
|
|
pPage->TRG_SetMasterPage(pActualPage->TRG_GetMasterPage());
|
2000-09-18 11:07:07 -05:00
|
|
|
pPage->SetLayoutName(pActualPage->GetLayoutName());
|
|
|
|
pPage->SetAutoLayout(AUTOLAYOUT_ENUM, TRUE);
|
2004-07-12 09:02:19 -05:00
|
|
|
pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Notiz-Seite
|
2006-12-12 10:17:46 -06:00
|
|
|
SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(FALSE);
|
2000-09-18 11:07:07 -05:00
|
|
|
pNotesPage->SetSize(pActualNotesPage->GetSize());
|
|
|
|
pNotesPage->SetBorder(pActualNotesPage->GetLftBorder(),
|
|
|
|
pActualNotesPage->GetUppBorder(),
|
|
|
|
pActualNotesPage->GetRgtBorder(),
|
|
|
|
pActualNotesPage->GetLwrBorder() );
|
|
|
|
pNotesPage->SetPageKind(PK_NOTES);
|
|
|
|
pNotesPage->SetName(String());
|
|
|
|
|
|
|
|
// Seite hinter aktueller Seite einfuegen
|
2006-12-12 10:17:46 -06:00
|
|
|
mpDoc->InsertPage(pNotesPage, nActualPageNum + nPos);
|
2000-09-18 11:07:07 -05:00
|
|
|
nPos++;
|
2006-12-12 10:17:46 -06:00
|
|
|
mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage));
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// MasterPage der aktuellen Seite verwenden
|
2004-07-12 09:02:19 -05:00
|
|
|
pNotesPage->TRG_SetMasterPage(pActualNotesPage->TRG_GetMasterPage());
|
2000-09-18 11:07:07 -05:00
|
|
|
pNotesPage->SetLayoutName(pActualNotesPage->GetLayoutName());
|
|
|
|
pNotesPage->SetAutoLayout(pActualNotesPage->GetAutoLayout(), TRUE);
|
2004-07-12 09:02:19 -05:00
|
|
|
pNotesPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Title-Textobjekt erstellen
|
2001-10-23 07:49:54 -05:00
|
|
|
SdrTextObj* pTextObj = (SdrTextObj*) pPage->GetPresObj(PRESOBJ_TITLE);
|
2002-05-07 08:04:19 -05:00
|
|
|
|
|
|
|
//
|
|
|
|
OutlinerParaObject* pOutlinerParaObject = pOutl->CreateParaObject( (USHORT) nParaPos, 1);
|
|
|
|
pOutlinerParaObject->SetOutlinerMode(OUTLINERMODE_TITLEOBJECT);
|
|
|
|
|
|
|
|
if( pOutlinerParaObject->GetDepth(0) != 0 )
|
|
|
|
{
|
2006-12-12 10:17:46 -06:00
|
|
|
SdrOutliner* pTempOutl = SdrMakeOutliner( OUTLINERMODE_TITLEOBJECT, mpDoc );
|
2002-05-07 08:04:19 -05:00
|
|
|
|
|
|
|
pTempOutl->SetText( *pOutlinerParaObject );
|
|
|
|
pTempOutl->SetMinDepth(0);
|
|
|
|
|
|
|
|
delete pOutlinerParaObject;
|
|
|
|
|
|
|
|
pTempOutl->SetDepth( pTempOutl->GetParagraph( 0 ), 0 );
|
|
|
|
|
|
|
|
pOutlinerParaObject = pTempOutl->CreateParaObject();
|
|
|
|
delete pTempOutl;
|
|
|
|
}
|
|
|
|
|
|
|
|
pTextObj->SetOutlinerParaObject(pOutlinerParaObject);
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
pTextObj->SetEmptyPresObj(FALSE);
|
|
|
|
|
|
|
|
SfxStyleSheet* pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_TITLE);
|
|
|
|
pTextObj->NbcSetStyleSheet(pSheet, FALSE);
|
|
|
|
|
|
|
|
ULONG nChildCount = pOutl->GetChildCount(pPara);
|
|
|
|
|
|
|
|
if (nChildCount > 0)
|
|
|
|
{
|
|
|
|
// Gliederungs-Textobjekt erstellen
|
2006-12-12 10:17:46 -06:00
|
|
|
SdrTextObj* pOutlineObj = (SdrTextObj*) pPage->GetPresObj(PRESOBJ_OUTLINE);
|
2000-09-18 11:07:07 -05:00
|
|
|
pPara = pOutl->GetParagraph( ++nParaPos );
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
OutlinerParaObject* pOPO = pOutl->CreateParaObject( (USHORT) nParaPos, (USHORT) nChildCount);
|
2002-05-07 08:04:19 -05:00
|
|
|
|
|
|
|
// --
|
2006-12-12 10:17:46 -06:00
|
|
|
SdrOutliner* pTempOutl = SdrMakeOutliner( OUTLINERMODE_OUTLINEOBJECT, mpDoc );
|
|
|
|
pTempOutl->SetText( *pOPO );
|
2002-05-07 08:04:19 -05:00
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
ULONG nParaCount2 = pTempOutl->GetParagraphCount();
|
2002-05-07 08:04:19 -05:00
|
|
|
ULONG nPara;
|
2006-12-12 10:17:46 -06:00
|
|
|
for( nPara = 0; nPara < nParaCount2; nPara++ )
|
2002-05-07 08:04:19 -05:00
|
|
|
{
|
2004-01-20 04:02:25 -06:00
|
|
|
pTempOutl->SetDepth (
|
|
|
|
pTempOutl->GetParagraph( nPara ),
|
|
|
|
pTempOutl->GetDepth((USHORT) nPara ) - 1);
|
2002-05-07 08:04:19 -05:00
|
|
|
}
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
delete pOPO;
|
|
|
|
pOPO = pTempOutl->CreateParaObject();
|
2002-05-07 08:04:19 -05:00
|
|
|
delete pTempOutl;
|
|
|
|
|
|
|
|
// --
|
2006-12-12 10:17:46 -06:00
|
|
|
pOutlineObj->SetOutlinerParaObject( pOPO );
|
|
|
|
pOutlineObj->SetEmptyPresObj(FALSE);
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Harte Attribute entfernen (Flag auf TRUE)
|
2006-12-12 10:17:46 -06:00
|
|
|
SfxItemSet aAttr(mpDoc->GetPool());
|
2000-09-18 11:07:07 -05:00
|
|
|
aAttr.Put(XLineStyleItem(XLINE_NONE));
|
|
|
|
aAttr.Put(XFillStyleItem(XFILL_NONE));
|
2006-12-12 10:17:46 -06:00
|
|
|
pOutlineObj->SetMergedItemSet(aAttr);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pPara = pOutl->GetParagraph( ++nParaPos );
|
|
|
|
}
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
mpView->EndUndo();
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
delete pOutl;
|
|
|
|
|
2006-12-12 10:17:46 -06:00
|
|
|
mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_DELETE_PAGE, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD);
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-01-20 04:02:25 -06:00
|
|
|
} // end of namespace sd
|