2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* $RCSfile: docsh2.cxx,v $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2006-07-21 12:37:44 +00:00
|
|
|
* $Revision: 1.19 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2006-07-21 12:37:44 +00:00
|
|
|
* last change: $Author: kz $ $Date: 2006-07-21 13:37:44 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-08 19:45:55 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-07-21 12:37:44 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sc.hxx"
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef _SVDPAGE_HXX //autogen
|
|
|
|
#include <svx/svdpage.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2004-02-03 19:29:55 +00:00
|
|
|
#include <svx/xtable.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
#include "scitems.hxx"
|
|
|
|
#include <tools/gen.hxx>
|
|
|
|
#include <svtools/ctrltool.hxx>
|
|
|
|
#include <svx/flstitem.hxx>
|
|
|
|
#include <svx/drawitem.hxx>
|
|
|
|
#include <sfx2/printer.hxx>
|
|
|
|
#include <svtools/smplhint.hxx>
|
|
|
|
#include <svx/svditer.hxx>
|
|
|
|
#include <svx/svdobj.hxx>
|
|
|
|
#include <svx/svdoole2.hxx>
|
|
|
|
#include <vcl/svapp.hxx>
|
2001-04-06 13:37:54 +00:00
|
|
|
#include <svx/asiancfg.hxx>
|
|
|
|
#include <svx/forbiddencharacterstable.hxx>
|
|
|
|
#include <svx/unolingu.hxx>
|
2001-07-27 18:19:54 +00:00
|
|
|
#include <rtl/logfile.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// INCLUDE ---------------------------------------------------------------
|
|
|
|
/*
|
|
|
|
#include <svdrwetc.hxx>
|
|
|
|
#include <svdrwobx.hxx>
|
|
|
|
#include <sostor.hxx>
|
|
|
|
*/
|
|
|
|
#include "drwlayer.hxx"
|
|
|
|
#include "stlpool.hxx"
|
|
|
|
#include "docsh.hxx"
|
|
|
|
#include "docfunc.hxx"
|
|
|
|
#include "sc.hrc"
|
|
|
|
|
2001-04-06 13:37:54 +00:00
|
|
|
using namespace com::sun::star;
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
2004-10-04 19:14:49 +00:00
|
|
|
BOOL __EXPORT ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2001-08-01 06:32:37 +00:00
|
|
|
RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "sc", "nn93723", "ScDocShell::InitNew" );
|
2001-07-27 18:19:54 +00:00
|
|
|
|
2004-10-04 19:14:49 +00:00
|
|
|
BOOL bRet = SfxObjectShell::InitNew( xStor );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
aDocument.MakeTable(0);
|
|
|
|
// zusaetzliche Tabellen werden von der ersten View angelegt,
|
|
|
|
// wenn bIsEmpty dann noch TRUE ist
|
|
|
|
|
|
|
|
if( bRet )
|
|
|
|
{
|
|
|
|
Size aSize( (long) ( STD_COL_WIDTH * HMM_PER_TWIPS * OLE_STD_CELLS_X ),
|
|
|
|
(long) ( ScGlobal::nStdRowHeight * HMM_PER_TWIPS * OLE_STD_CELLS_Y ) );
|
|
|
|
// hier muss auch der Start angepasst werden
|
|
|
|
SetVisAreaOrSize( Rectangle( Point(), aSize ), TRUE );
|
|
|
|
}
|
|
|
|
|
2001-08-20 07:11:38 +00:00
|
|
|
// InitOptions sets the document languages, must be called before CreateStandardStyles
|
|
|
|
InitOptions();
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
aDocument.GetStyleSheetPool()->CreateStandardStyles();
|
|
|
|
aDocument.UpdStlShtPtrsFrmNms();
|
|
|
|
|
|
|
|
// SetDocumentModified ist in Load/InitNew nicht mehr erlaubt!
|
|
|
|
|
|
|
|
InitItems();
|
|
|
|
CalcOutputFactor();
|
|
|
|
|
|
|
|
return bRet;
|
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
BOOL ScDocShell::IsEmpty() const
|
|
|
|
{
|
|
|
|
return bIsEmpty;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void ScDocShell::ResetEmpty()
|
|
|
|
{
|
|
|
|
bIsEmpty = FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
void ScDocShell::InitItems()
|
|
|
|
{
|
|
|
|
// AllItemSet fuer Controller mit benoetigten Items fuellen:
|
|
|
|
|
2006-05-04 14:03:15 +00:00
|
|
|
// if ( pFontList )
|
|
|
|
// delete pFontList;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// Druck-Optionen werden beim Drucken und evtl. in GetPrinter gesetzt
|
|
|
|
|
2006-05-04 14:03:15 +00:00
|
|
|
// pFontList = new FontList( GetPrinter(), Application::GetDefaultDevice() );
|
|
|
|
//PutItem( SvxFontListItem( pFontList, SID_ATTR_CHAR_FONTLIST ) );
|
|
|
|
UpdateFontList();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
|
|
|
|
if (pDrawLayer)
|
|
|
|
{
|
|
|
|
PutItem( SvxColorTableItem ( pDrawLayer->GetColorTable() ) );
|
|
|
|
PutItem( SvxGradientListItem( pDrawLayer->GetGradientList() ) );
|
|
|
|
PutItem( SvxHatchListItem ( pDrawLayer->GetHatchList() ) );
|
|
|
|
PutItem( SvxBitmapListItem ( pDrawLayer->GetBitmapList() ) );
|
|
|
|
PutItem( SvxDashListItem ( pDrawLayer->GetDashList() ) );
|
|
|
|
PutItem( SvxLineEndListItem ( pDrawLayer->GetLineEndList() ) );
|
|
|
|
|
|
|
|
// andere Anpassungen nach dem Anlegen des DrawLayers
|
|
|
|
|
|
|
|
pDrawLayer->SetNotifyUndoActionHdl( LINK( pDocFunc, ScDocFunc, NotifyDrawUndo ) );
|
|
|
|
|
|
|
|
//if (SfxObjectShell::HasSbxObject())
|
|
|
|
pDrawLayer->UpdateBasic(); // DocShell-Basic in DrawPages setzen
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2001-02-08 14:02:10 +00:00
|
|
|
// always use global color table instead of local copy
|
2004-02-03 19:29:55 +00:00
|
|
|
PutItem( SvxColorTableItem( XColorTable::GetStdColorTable() ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
2001-04-06 13:37:54 +00:00
|
|
|
|
2001-10-19 15:01:00 +00:00
|
|
|
if ( !aDocument.GetForbiddenCharacters().isValid() ||
|
|
|
|
!aDocument.IsValidAsianCompression() || !aDocument.IsValidAsianKerning() )
|
2001-04-06 13:37:54 +00:00
|
|
|
{
|
2001-10-19 15:01:00 +00:00
|
|
|
// get settings from SvxAsianConfig
|
|
|
|
SvxAsianConfig aAsian( sal_False );
|
2001-04-06 13:37:54 +00:00
|
|
|
|
2001-10-19 15:01:00 +00:00
|
|
|
if ( !aDocument.GetForbiddenCharacters().isValid() )
|
|
|
|
{
|
|
|
|
// set forbidden characters if necessary
|
|
|
|
uno::Sequence<lang::Locale> aLocales = aAsian.GetStartEndCharLocales();
|
|
|
|
if (aLocales.getLength())
|
2001-04-06 13:37:54 +00:00
|
|
|
{
|
2001-10-19 15:01:00 +00:00
|
|
|
vos::ORef<SvxForbiddenCharactersTable> xForbiddenTable =
|
|
|
|
new SvxForbiddenCharactersTable( aDocument.GetServiceManager() );
|
|
|
|
|
|
|
|
const lang::Locale* pLocales = aLocales.getConstArray();
|
|
|
|
for (sal_Int32 i = 0; i < aLocales.getLength(); i++)
|
|
|
|
{
|
|
|
|
i18n::ForbiddenCharacters aForbidden;
|
|
|
|
aAsian.GetStartEndChars( pLocales[i], aForbidden.beginLine, aForbidden.endLine );
|
|
|
|
LanguageType eLang = SvxLocaleToLanguage(pLocales[i]);
|
|
|
|
//pDoc->SetForbiddenCharacters( eLang, aForbidden );
|
2001-04-06 13:37:54 +00:00
|
|
|
|
2001-10-19 15:01:00 +00:00
|
|
|
xForbiddenTable->SetForbiddenCharacters( eLang, aForbidden );
|
|
|
|
}
|
|
|
|
|
|
|
|
aDocument.SetForbiddenCharacters( xForbiddenTable );
|
2001-04-06 13:37:54 +00:00
|
|
|
}
|
2001-10-19 15:01:00 +00:00
|
|
|
}
|
2001-04-06 13:37:54 +00:00
|
|
|
|
2001-10-19 15:01:00 +00:00
|
|
|
if ( !aDocument.IsValidAsianCompression() )
|
|
|
|
{
|
|
|
|
// set compression mode from configuration if not already set (e.g. XML import)
|
|
|
|
aDocument.SetAsianCompression( aAsian.GetCharDistanceCompression() );
|
2001-04-06 13:37:54 +00:00
|
|
|
}
|
2001-06-25 19:21:32 +00:00
|
|
|
|
2001-10-19 15:01:00 +00:00
|
|
|
if ( !aDocument.IsValidAsianKerning() )
|
|
|
|
{
|
|
|
|
// set asian punctuation kerning from configuration if not already set (e.g. XML import)
|
|
|
|
aDocument.SetAsianKerning( !aAsian.IsKerningWesternTextOnly() ); // reversed
|
|
|
|
}
|
2001-06-25 19:21:32 +00:00
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
void ScDocShell::ResetDrawObjectShell()
|
|
|
|
{
|
|
|
|
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
|
|
|
|
if (pDrawLayer)
|
|
|
|
pDrawLayer->SetObjectShell( NULL );
|
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
void __EXPORT ScDocShell::Activate()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void __EXPORT ScDocShell::Deactivate()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
ScDrawLayer* ScDocShell::MakeDrawLayer()
|
|
|
|
{
|
|
|
|
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
|
|
|
|
if (!pDrawLayer)
|
|
|
|
{
|
2001-08-01 06:32:37 +00:00
|
|
|
RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "sc", "nn93723", "ScDocShell::MakeDrawLayer" );
|
2001-07-27 18:19:54 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
aDocument.InitDrawLayer(this);
|
|
|
|
pDrawLayer = aDocument.GetDrawLayer();
|
|
|
|
InitItems(); // incl. Undo und Basic
|
|
|
|
Broadcast( SfxSimpleHint( SC_HINT_DRWLAYER_NEW ) );
|
2001-07-23 14:18:23 +00:00
|
|
|
if (nDocumentLock)
|
|
|
|
pDrawLayer->setLock(TRUE);
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
return pDrawLayer;
|
|
|
|
}
|
|
|
|
|
|
|
|
//------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
void ScDocShell::RemoveUnknownObjects()
|
|
|
|
{
|
|
|
|
// OLE-Objekte loeschen, wenn kein Drawing-Objekt dazu existiert
|
|
|
|
// Loeschen wie in SvPersist::CleanUp
|
|
|
|
|
|
|
|
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
|
2004-10-04 19:14:49 +00:00
|
|
|
uno::Sequence < rtl::OUString > aNames = GetEmbeddedObjectContainer().GetObjectNames();
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2004-10-04 19:14:49 +00:00
|
|
|
for( sal_Int32 i=0; i<aNames.getLength(); i++ )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2004-10-04 19:14:49 +00:00
|
|
|
String aObjName = aNames[i];
|
2000-09-18 16:07:07 +00:00
|
|
|
BOOL bFound = FALSE;
|
|
|
|
if ( pDrawLayer )
|
|
|
|
{
|
2004-06-04 10:23:39 +00:00
|
|
|
SCTAB nTabCount = static_cast<sal_Int16>(pDrawLayer->GetPageCount());
|
|
|
|
for (SCTAB nTab=0; nTab<nTabCount && !bFound; nTab++)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2004-06-04 10:23:39 +00:00
|
|
|
SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab));
|
2000-09-18 16:07:07 +00:00
|
|
|
DBG_ASSERT(pPage,"Page ?");
|
|
|
|
if (pPage)
|
|
|
|
{
|
|
|
|
SdrObjListIter aIter( *pPage, IM_DEEPNOGROUPS );
|
|
|
|
SdrObject* pObject = aIter.Next();
|
|
|
|
while (pObject && !bFound)
|
|
|
|
{
|
2001-10-04 19:00:19 +00:00
|
|
|
// name from InfoObject is PersistName
|
|
|
|
if ( pObject->ISA(SdrOle2Obj) &&
|
|
|
|
static_cast<SdrOle2Obj*>(pObject)->GetPersistName() == aObjName )
|
2000-09-18 16:07:07 +00:00
|
|
|
bFound = TRUE;
|
|
|
|
pObject = aIter.Next();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!bFound)
|
|
|
|
{
|
2004-10-04 19:14:49 +00:00
|
|
|
//TODO/LATER: hacks not supported anymore
|
|
|
|
//DBG_ASSERT(pEle->GetRefCount()==2, "Loeschen von referenziertem Storage");
|
|
|
|
GetEmbeddedObjectContainer().RemoveEmbeddedObject( aObjName );
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
i++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|