2010-10-12 15:51:52 +02:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2012-11-27 16:10:40 +00:00
/*
* This file is part of the LibreOffice project .
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License , v . 2.0 . If a copy of the MPL was not distributed with this
* file , You can obtain one at http : //mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice :
*
* Licensed to the Apache Software Foundation ( ASF ) under one or more
* contributor license agreements . See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership . The ASF licenses this file to you under the Apache
* License , Version 2.0 ( the " License " ) ; you may not use this file
* except in compliance with the License . You may obtain a copy of
* the License at http : //www.apache.org/licenses/LICENSE-2.0 .
*/
2000-09-18 23:16:46 +00:00
2004-01-20 09:25:48 +00:00
# include "PageListWatcher.hxx"
2003-03-27 09:58:12 +00:00
# include <com/sun/star/text/WritingMode.hpp>
2003-04-24 13:35:54 +00:00
# include <com/sun/star/document/PrinterIndependentLayout.hpp>
2009-09-17 11:26:03 +00:00
# include <com/sun/star/i18n/ScriptType.hpp>
2010-01-08 18:32:51 +01:00
# include <editeng/forbiddencharacterstable.hxx>
2001-04-06 13:17:19 +00:00
2000-09-18 23:16:46 +00:00
# include <svx/svxids.hrc>
2009-12-10 23:06:35 +01:00
# include <svl/srchitem.hxx>
2010-01-08 18:32:51 +01:00
# include <editeng/eeitem.hxx>
# include <editeng/scriptspaceitem.hxx>
2000-09-18 23:16:46 +00:00
2009-10-06 07:38:24 +02:00
# include <unotools/useroptions.hxx>
2013-08-24 01:23:36 +02:00
# include <officecfg/Office/Impress.hxx>
2009-09-16 13:55:36 +00:00
2000-09-18 23:16:46 +00:00
# include <sfx2/printer.hxx>
# include <sfx2/app.hxx>
2010-01-13 22:25:07 +01:00
# include <sfx2/linkmgr.hxx>
2000-09-18 23:16:46 +00:00
# include <svx/dialogs.hrc>
2004-01-20 09:25:48 +00:00
# include "Outliner.hxx"
2013-04-19 15:49:58 -04:00
# include "sdmod.hxx"
2010-01-08 18:32:51 +01:00
# include <editeng/editstat.hxx>
# include <editeng/fontitem.hxx>
2009-10-16 00:05:16 +02:00
# include <svl/flagitem.hxx>
2000-09-18 23:16:46 +00:00
# include <svx/svdoattr.hxx>
# include <svx/svdotext.hxx>
2013-02-12 13:41:53 -05:00
# include <editeng/bulletitem.hxx>
2010-01-08 18:32:51 +01:00
# include <editeng/numitem.hxx>
2000-09-18 23:16:46 +00:00
# include <svx/svditer.hxx>
2010-01-08 18:32:51 +01:00
# include <editeng/unolingu.hxx>
2009-10-16 00:05:16 +02:00
# include <svl/itempool.hxx>
2000-10-25 09:34:04 +00:00
# include <com/sun/star/lang/XMultiServiceFactory.hpp>
2000-09-18 23:16:46 +00:00
# include <svx/xtable.hxx>
2000-10-25 09:34:04 +00:00
# include <com/sun/star/linguistic2/XHyphenator.hpp>
# include <com/sun/star/linguistic2/XSpellChecker1.hpp>
2000-09-18 23:16:46 +00:00
# include <com/sun/star/beans/XPropertySet.hpp>
2010-01-08 18:32:51 +01:00
# include <editeng/outlobj.hxx>
2009-10-06 07:38:24 +02:00
# include <unotools/saveopt.hxx>
2001-03-19 08:53:25 +00:00
# include <comphelper/extract.hxx>
2013-04-05 18:40:39 +02:00
# include <i18nlangtag/mslangid.hxx>
# include <i18nlangtag/languagetag.hxx>
2000-09-18 23:16:46 +00:00
# include <unotools/charclass.hxx>
2000-11-17 09:56:37 +00:00
# include <comphelper/processfactory.hxx>
2009-10-06 07:38:24 +02:00
# include <unotools/pathoptions.hxx>
# include <unotools/lingucfg.hxx>
# include <unotools/linguprops.hxx>
2013-07-31 01:58:58 +05:30
# include <com/sun/star/uno/Reference.hxx>
# include <com/sun/star/xml/dom/XDocumentBuilder.hpp>
# include <com/sun/star/xml/dom/XDocument.hpp>
# include <com/sun/star/xml/dom/XNode.hpp>
# include <com/sun/star/xml/dom/XNodeList.hpp>
# include <com/sun/star/xml/dom/XNamedNodeMap.hpp>
# include <com/sun/star/xml/dom/DocumentBuilder.hpp>
# include <com/sun/star/uno/XComponentContext.hpp>
# include <rtl/ustring.hxx>
# include <rtl/uri.hxx>
2013-08-28 01:52:17 +05:30
# include <comphelper/expandmacro.hxx>
2000-10-25 09:34:04 +00:00
2013-04-19 15:49:58 -04:00
# include <editeng/outliner.hxx>
2000-09-18 23:16:46 +00:00
# include "drawdoc.hxx"
# include "sdpage.hxx"
# include "pglink.hxx"
# include "sdattr.hxx"
# include "glob.hrc"
# include "glob.hxx"
# include "stlpool.hxx"
# include "sdiocmpt.hxx"
# include "sdresid.hxx"
# include "cusshow.hxx"
2012-08-08 12:29:34 +02:00
# include "customshowlist.hxx"
2004-01-20 09:25:48 +00:00
# include "../ui/inc/DrawDocShell.hxx"
# include "../ui/inc/GraphicDocShell.hxx"
2001-01-19 18:15:28 +00:00
# include "../ui/inc/sdxfer.hxx"
2004-01-20 09:25:48 +00:00
# include "../ui/inc/ViewShell.hxx"
2000-10-09 08:26:51 +00:00
# include "../ui/inc/optsitem.hxx"
2004-01-20 09:25:48 +00:00
# include "../ui/inc/FrameView.hxx"
2000-09-18 23:16:46 +00:00
2001-08-06 07:34:08 +00:00
# include <tools/tenccvt.hxx>
2004-03-30 14:43:59 +00:00
using namespace : : sd ;
2000-09-18 23:16:46 +00:00
using namespace : : com : : sun : : star ;
2000-10-25 09:34:04 +00:00
using namespace : : com : : sun : : star : : uno ;
using namespace : : com : : sun : : star : : lang ;
using namespace : : com : : sun : : star : : linguistic2 ;
2000-09-18 23:16:46 +00:00
2013-07-31 01:58:58 +05:30
using namespace com : : sun : : star : : xml : : dom ;
using : : com : : sun : : star : : uno : : Reference ;
using : : com : : sun : : star : : lang : : XMultiServiceFactory ;
using : : com : : sun : : star : : beans : : PropertyValue ;
2000-09-18 23:16:46 +00:00
TYPEINIT1 ( SdDrawDocument , FmFormModel ) ;
SdDrawDocument * SdDrawDocument : : pDocLockedInsertingLinks = NULL ;
2004-11-26 18:46:34 +00:00
PresentationSettings : : PresentationSettings ( )
: mbAll ( true ) ,
mbEndless ( false ) ,
2006-12-12 15:31:02 +00:00
mbCustomShow ( false ) ,
2004-11-26 18:46:34 +00:00
mbManual ( false ) ,
2006-07-10 10:21:11 +00:00
mbMouseVisible ( false ) ,
2004-11-26 18:46:34 +00:00
mbMouseAsPen ( false ) ,
mbLockedPages ( false ) ,
mbAlwaysOnTop ( false ) ,
mbFullScreen ( true ) ,
mbAnimationAllowed ( true ) ,
mnPauseTimeout ( 10 ) ,
mbShowPauseLogo ( false ) ,
mbStartWithNavigator ( false )
{
}
PresentationSettings : : PresentationSettings ( const PresentationSettings & r )
: maPresPage ( r . maPresPage ) ,
mbAll ( r . mbAll ) ,
mbEndless ( r . mbEndless ) ,
2006-12-12 15:31:02 +00:00
mbCustomShow ( r . mbCustomShow ) ,
2004-11-26 18:46:34 +00:00
mbManual ( r . mbManual ) ,
mbMouseVisible ( r . mbMouseVisible ) ,
mbMouseAsPen ( r . mbMouseAsPen ) ,
mbLockedPages ( r . mbLockedPages ) ,
mbAlwaysOnTop ( r . mbAlwaysOnTop ) ,
mbFullScreen ( r . mbFullScreen ) ,
mbAnimationAllowed ( r . mbAnimationAllowed ) ,
mnPauseTimeout ( r . mnPauseTimeout ) ,
mbShowPauseLogo ( r . mbShowPauseLogo ) ,
mbStartWithNavigator ( r . mbStartWithNavigator )
{
}
2006-12-12 15:31:02 +00:00
SdDrawDocument : : SdDrawDocument ( DocumentType eType , SfxObjectShell * pDrDocSh )
: FmFormModel ( SvtPathOptions ( ) . GetPalettePath ( ) , NULL , pDrDocSh )
2013-11-28 12:09:19 +00:00
, bReadOnly ( sal_False )
2006-12-12 15:31:02 +00:00
, mpOutliner ( NULL )
, mpInternalOutliner ( NULL )
, mpWorkStartupTimer ( NULL )
, mpOnlineSpellingTimer ( NULL )
, mpOnlineSpellingList ( NULL )
, mpOnlineSearchItem ( NULL )
, mpCustomShowList ( NULL )
, mpDocSh ( static_cast < : : sd : : DrawDocShell * > ( pDrDocSh ) )
, mpCreatingTransferable ( NULL )
2013-10-25 10:54:51 +09:00
, mbHasOnlineSpellErrors ( false )
, mbInitialOnlineSpellingEnabled ( true )
, mbNewOrLoadCompleted ( false )
2006-12-12 15:31:02 +00:00
, mbStartWithPresentation ( false )
2013-07-29 15:56:22 +02:00
, mbExitAfterPresenting ( false )
2006-12-12 15:31:02 +00:00
, meLanguage ( LANGUAGE_SYSTEM )
, meLanguageCJK ( LANGUAGE_SYSTEM )
, meLanguageCTL ( LANGUAGE_SYSTEM )
, mePageNumType ( SVX_ARABIC )
2013-10-25 10:54:51 +09:00
, mbAllocDocSh ( false )
2006-12-12 15:31:02 +00:00
, meDocType ( eType )
, mpCharClass ( NULL )
, mpLocale ( NULL )
, mpDrawPageListWatcher ( 0 )
, mpMasterPageListWatcher ( 0 )
2013-02-22 12:03:54 +01:00
, mbUseEmbedFonts ( false )
2000-09-18 23:16:46 +00:00
{
2013-10-02 16:41:03 +02:00
mpDrawPageListWatcher . reset ( new ImpDrawPageListWatcher ( * this ) ) ;
mpMasterPageListWatcher . reset ( new ImpMasterPageListWatcher ( * this ) ) ;
2003-10-27 12:29:26 +00:00
2013-08-24 01:23:36 +02:00
InitLayoutVector ( ) ;
2013-08-28 01:52:17 +05:30
InitObjectVector ( ) ;
2013-02-18 23:33:27 +01:00
SetObjectShell ( pDrDocSh ) ; // for VCDrawModel
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
2000-09-18 23:16:46 +00:00
{
2014-01-28 20:00:21 +01:00
SetSwapGraphics ( true ) ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// Set measuring unit (of the application) and scale (of SdMod)
2011-01-17 11:41:00 +01:00
sal_Int32 nX , nY ;
2006-12-12 15:31:02 +00:00
SdOptions * pOptions = SD_MOD ( ) - > GetSdOptions ( meDocType ) ;
2000-09-18 23:16:46 +00:00
pOptions - > GetScale ( nX , nY ) ;
2001-09-25 11:09:02 +00:00
2011-02-07 22:11:09 +01:00
// Allow UI scale only for draw documents.
2001-09-25 11:09:02 +00:00
if ( eType = = DOCUMENT_TYPE_DRAW )
SetUIUnit ( ( FieldUnit ) pOptions - > GetMetric ( ) , Fraction ( nX , nY ) ) ; // user-defined
else
SetUIUnit ( ( FieldUnit ) pOptions - > GetMetric ( ) , Fraction ( 1 , 1 ) ) ; // default
2000-09-18 23:16:46 +00:00
SetScaleUnit ( MAP_100TH_MM ) ;
SetScaleFraction ( Fraction ( 1 , 1 ) ) ;
SetDefaultFontHeight ( 847 ) ; // 24p
pItemPool - > SetDefaultMetric ( SFX_MAPUNIT_100TH_MM ) ;
pItemPool - > FreezeIdRanges ( ) ;
SetTextDefaults ( ) ;
2013-02-18 23:33:27 +01:00
// DrawingEngine has to know where it is...
2000-09-18 23:16:46 +00:00
FmFormModel : : SetStyleSheetPool ( new SdStyleSheetPool ( GetPool ( ) , this ) ) ;
2013-02-18 23:33:27 +01:00
// Set StyleSheetPool for DrawOutliner, so text objects can be read correctly.
// The link to the StyleRequest handler of the document is set later, in
// NewOrLoadCompleted, because only then do all the templates exist.
2001-02-09 12:01:31 +00:00
SdrOutliner & rOutliner = GetDrawOutliner ( ) ;
rOutliner . SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2009-09-16 13:55:36 +00:00
SetCalcFieldValueHdl ( & rOutliner ) ;
2000-09-18 23:16:46 +00:00
2002-07-26 11:42:05 +00:00
// set linguistic options
2000-09-18 23:16:46 +00:00
{
2002-02-20 10:05:16 +00:00
const SvtLinguConfig aLinguConfig ;
2002-07-26 11:42:05 +00:00
SvtLinguOptions aOptions ;
aLinguConfig . GetOptions ( aOptions ) ;
2002-02-20 10:05:16 +00:00
2009-09-17 11:26:03 +00:00
SetLanguage ( MsLangId : : resolveSystemLanguageByScriptType ( aOptions . nDefaultLanguage ,
: : com : : sun : : star : : i18n : : ScriptType : : LATIN ) , EE_CHAR_LANGUAGE ) ;
SetLanguage ( MsLangId : : resolveSystemLanguageByScriptType ( aOptions . nDefaultLanguage_CJK ,
: : com : : sun : : star : : i18n : : ScriptType : : ASIAN ) , EE_CHAR_LANGUAGE_CJK ) ;
SetLanguage ( MsLangId : : resolveSystemLanguageByScriptType ( aOptions . nDefaultLanguage_CTL ,
: : com : : sun : : star : : i18n : : ScriptType : : COMPLEX ) , EE_CHAR_LANGUAGE_CTL ) ;
2002-02-20 10:05:16 +00:00
2006-12-12 15:31:02 +00:00
mbOnlineSpell = aOptions . bIsSpellAuto ;
2000-09-18 23:16:46 +00:00
}
2006-12-12 15:31:02 +00:00
LanguageType eRealLanguage = MsLangId : : getRealLanguage ( meLanguage ) ;
2012-11-23 23:06:10 +01:00
LanguageTag aLanguageTag ( eRealLanguage ) ;
mpLocale = new : : com : : sun : : star : : lang : : Locale ( aLanguageTag . getLocale ( ) ) ;
mpCharClass = new CharClass ( aLanguageTag ) ;
2000-09-18 23:16:46 +00:00
2003-04-24 13:35:54 +00:00
// If the current application language is a language that uses right-to-left text...
2012-11-22 12:26:52 +01:00
LanguageType eRealCTLLanguage = Application : : GetSettings ( ) . GetLanguageTag ( ) . getLanguageType ( ) ;
2006-04-07 14:00:59 +00:00
if ( MsLangId : : isRightToLeft ( eRealCTLLanguage ) )
2003-03-27 09:58:12 +00:00
{
// ... then we have to set this as a default
SetDefaultWritingMode ( : : com : : sun : : star : : text : : WritingMode_RL_TB ) ;
}
2003-12-01 09:07:08 +00:00
// for korean and japanese languages we have a different default for apply spacing between asian, latin and ctl text
2012-06-19 13:48:45 +01:00
if ( MsLangId : : isKorean ( eRealCTLLanguage ) | | ( LANGUAGE_JAPANESE = = eRealCTLLanguage ) )
2003-12-01 09:07:08 +00:00
{
2011-01-17 11:41:00 +01:00
GetPool ( ) . GetSecondaryPool ( ) - > SetPoolDefaultItem ( SvxScriptSpaceItem ( sal_False , EE_PARA_ASIANCJKSPACING ) ) ;
2003-12-01 09:07:08 +00:00
}
2013-02-18 23:33:27 +01:00
// Set DefTab and SpellOptions for the SD module
2011-01-17 11:41:00 +01:00
sal_uInt16 nDefTab = pOptions - > GetDefTab ( ) ;
2000-09-18 23:16:46 +00:00
SetDefaultTabulator ( nDefTab ) ;
2004-02-04 13:19:04 +00:00
try
2000-09-18 23:16:46 +00:00
{
2002-02-20 10:05:16 +00:00
Reference < XSpellChecker1 > xSpellChecker ( LinguMgr : : GetSpellChecker ( ) ) ;
if ( xSpellChecker . is ( ) )
rOutliner . SetSpeller ( xSpellChecker ) ;
Reference < XHyphenator > xHyphenator ( LinguMgr : : GetHyphenator ( ) ) ;
if ( xHyphenator . is ( ) )
rOutliner . SetHyphenator ( xHyphenator ) ;
2012-11-05 11:28:43 +02:00
SetForbiddenCharsTable ( new SvxForbiddenCharactersTable ( : : comphelper : : getProcessComponentContext ( ) ) ) ;
2000-09-18 23:16:46 +00:00
}
2004-02-04 13:19:04 +00:00
catch ( . . . )
2000-09-18 23:16:46 +00:00
{
2011-03-01 19:06:55 +01:00
OSL_FAIL ( " Can't get SpellChecker " ) ;
2000-09-18 23:16:46 +00:00
}
2012-11-22 12:26:52 +01:00
rOutliner . SetDefaultLanguage ( Application : : GetSettings ( ) . GetLanguageTag ( ) . getLanguageType ( ) ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
2000-09-18 23:16:46 +00:00
{
2010-01-13 22:25:07 +01:00
SetLinkManager ( new sfx2 : : LinkManager ( mpDocSh ) ) ;
2000-09-18 23:16:46 +00:00
}
2001-02-09 12:01:31 +00:00
2011-01-17 11:41:00 +01:00
sal_uLong nCntrl = rOutliner . GetControlWord ( ) ;
2001-02-09 12:01:31 +00:00
nCntrl | = EE_CNTRL_ALLOWBIGOBJS ;
nCntrl | = EE_CNTRL_URLSFXEXECUTE ;
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2001-02-09 12:01:31 +00:00
nCntrl | = EE_CNTRL_ONLINESPELLING ;
else
nCntrl & = ~ EE_CNTRL_ONLINESPELLING ;
2001-04-24 12:06:10 +00:00
nCntrl & = ~ EE_CNTRL_ULSPACESUMMATION ;
2006-12-12 15:31:02 +00:00
if ( meDocType ! = DOCUMENT_TYPE_IMPRESS )
2001-05-07 12:14:17 +00:00
SetSummationOfParagraphs ( sal_False ) ;
else
{
SetSummationOfParagraphs ( pOptions - > IsSummationOfParagraphs ( ) ) ;
if ( pOptions - > IsSummationOfParagraphs ( ) )
nCntrl | = EE_CNTRL_ULSPACESUMMATION ;
}
2001-02-09 12:01:31 +00:00
rOutliner . SetControlWord ( nCntrl ) ;
2013-02-18 23:33:27 +01:00
// Initialize the printer independent layout mode
2003-04-24 13:35:54 +00:00
SetPrinterIndependentLayout ( pOptions - > GetPrinterIndependentLayout ( ) ) ;
2001-02-09 12:01:31 +00:00
2013-02-18 23:33:27 +01:00
// Set the StyleSheetPool for HitTestOutliner.
// The link to the StyleRequest handler of the document is set later, in
// NewOrLoadCompleted, because only then do all the templates exist.
2000-09-18 23:16:46 +00:00
SfxItemSet aSet2 ( pHitTestOutliner - > GetEmptyItemSet ( ) ) ;
pHitTestOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2009-09-16 13:55:36 +00:00
SetCalcFieldValueHdl ( pHitTestOutliner ) ;
2001-06-25 12:08:18 +00:00
2004-02-04 13:19:04 +00:00
try
2000-09-18 23:16:46 +00:00
{
2002-02-20 10:05:16 +00:00
Reference < XSpellChecker1 > xSpellChecker ( LinguMgr : : GetSpellChecker ( ) ) ;
if ( xSpellChecker . is ( ) )
pHitTestOutliner - > SetSpeller ( xSpellChecker ) ;
Reference < XHyphenator > xHyphenator ( LinguMgr : : GetHyphenator ( ) ) ;
if ( xHyphenator . is ( ) )
pHitTestOutliner - > SetHyphenator ( xHyphenator ) ;
2000-09-18 23:16:46 +00:00
}
2004-02-04 13:19:04 +00:00
catch ( . . . )
2000-09-18 23:16:46 +00:00
{
2011-03-01 19:06:55 +01:00
OSL_FAIL ( " Can't get SpellChecker " ) ;
2000-09-18 23:16:46 +00:00
}
2012-11-22 12:26:52 +01:00
pHitTestOutliner - > SetDefaultLanguage ( Application : : GetSettings ( ) . GetLanguageTag ( ) . getLanguageType ( ) ) ;
2000-09-18 23:16:46 +00:00
2011-01-17 11:41:00 +01:00
sal_uLong nCntrl2 = pHitTestOutliner - > GetControlWord ( ) ;
2000-09-18 23:16:46 +00:00
nCntrl2 | = EE_CNTRL_ALLOWBIGOBJS ;
nCntrl2 | = EE_CNTRL_URLSFXEXECUTE ;
nCntrl2 & = ~ EE_CNTRL_ONLINESPELLING ;
2001-04-24 12:06:10 +00:00
nCntrl2 & = ~ EE_CNTRL_ULSPACESUMMATION ;
if ( pOptions - > IsSummationOfParagraphs ( ) )
nCntrl2 | = EE_CNTRL_ULSPACESUMMATION ;
2000-09-18 23:16:46 +00:00
pHitTestOutliner - > SetControlWord ( nCntrl2 ) ;
2013-02-18 23:33:27 +01:00
/** Create layers
*
* We create the following default layers on all pages and master pages :
*
* STR_LAYOUT : default layer for drawing objects
*
* STR_BCKGRND : background of the master page
* ( currently unused within normal pages )
*
* STR_BCKGRNDOBJ : objects on the background of master pages
* ( currently unused within normal pages )
*
* STR_CONTROLS : default layer for controls
*/
2000-09-18 23:16:46 +00:00
{
2013-09-05 14:22:12 +02:00
OUString aControlLayerName ( SD_RESSTR ( STR_LAYER_CONTROLS ) ) ;
2000-09-18 23:16:46 +00:00
SdrLayerAdmin & rLayerAdmin = GetLayerAdmin ( ) ;
2013-08-24 13:15:47 +04:00
rLayerAdmin . NewLayer ( SD_RESSTR ( STR_LAYER_LAYOUT ) ) ;
rLayerAdmin . NewLayer ( SD_RESSTR ( STR_LAYER_BCKGRND ) ) ;
rLayerAdmin . NewLayer ( SD_RESSTR ( STR_LAYER_BCKGRNDOBJ ) ) ;
2000-09-18 23:16:46 +00:00
rLayerAdmin . NewLayer ( aControlLayerName ) ;
2013-08-24 13:15:47 +04:00
rLayerAdmin . NewLayer ( SD_RESSTR ( STR_LAYER_MEASURELINES ) ) ;
2000-09-18 23:16:46 +00:00
rLayerAdmin . SetControlLayerName ( aControlLayerName ) ;
}
2006-12-12 15:31:02 +00:00
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// Destructor
2001-10-22 12:36:57 +00:00
SdDrawDocument : : ~ SdDrawDocument ( )
2000-09-18 23:16:46 +00:00
{
2003-03-27 09:58:12 +00:00
Broadcast ( SdrHint ( HINT_MODELCLEARED ) ) ;
2006-12-12 15:31:02 +00:00
if ( mpWorkStartupTimer )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
if ( mpWorkStartupTimer - > IsActive ( ) )
mpWorkStartupTimer - > Stop ( ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
delete mpWorkStartupTimer ;
mpWorkStartupTimer = NULL ;
2000-09-18 23:16:46 +00:00
}
StopOnlineSpelling ( ) ;
2006-12-12 15:31:02 +00:00
delete mpOnlineSearchItem ;
mpOnlineSearchItem = NULL ;
2000-09-18 23:16:46 +00:00
CloseBookmarkDoc ( ) ;
2013-10-25 10:54:51 +09:00
SetAllocDocSh ( false ) ;
2000-09-18 23:16:46 +00:00
2004-05-10 13:36:46 +00:00
ClearModel ( sal_True ) ;
2000-09-18 23:16:46 +00:00
if ( pLinkManager )
{
2013-02-18 23:33:27 +01:00
// Release BaseLinks
2012-06-12 15:41:27 +02:00
if ( ! pLinkManager - > GetLinks ( ) . empty ( ) )
2000-09-18 23:16:46 +00:00
{
2012-06-12 15:41:27 +02:00
pLinkManager - > Remove ( 0 , pLinkManager - > GetLinks ( ) . size ( ) ) ;
2000-09-18 23:16:46 +00:00
}
delete pLinkManager ;
pLinkManager = NULL ;
}
2011-06-08 15:43:44 -04:30
std : : vector < sd : : FrameView * > : : iterator pIter ;
for ( pIter = maFrameViewList . begin ( ) ; pIter ! = maFrameViewList . end ( ) ; + + pIter )
delete * pIter ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpCustomShowList )
2000-09-18 23:16:46 +00:00
{
2012-08-08 12:29:34 +02:00
for ( sal_uLong j = 0 ; j < mpCustomShowList - > size ( ) ; j + + )
2000-09-18 23:16:46 +00:00
{
2013-02-18 23:33:27 +01:00
// If necessary, delete CustomShows
2012-08-08 12:29:34 +02:00
SdCustomShow * pCustomShow = ( * mpCustomShowList ) [ j ] ;
2000-09-18 23:16:46 +00:00
delete pCustomShow ;
}
2006-12-12 15:31:02 +00:00
delete mpCustomShowList ;
mpCustomShowList = NULL ;
2000-09-18 23:16:46 +00:00
}
2006-12-12 15:31:02 +00:00
delete mpOutliner ;
mpOutliner = NULL ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
delete mpInternalOutliner ;
mpInternalOutliner = NULL ;
2000-09-18 23:16:46 +00:00
delete mpLocale ;
mpLocale = NULL ;
delete mpCharClass ;
mpCharClass = NULL ;
}
2013-02-18 23:33:27 +01:00
// This method creates a new document (SdDrawDocument) and returns a pointer to
// said document. The drawing engine uses this method to put the document (or
// parts of it) into the clipboard/DragServer.
2001-10-22 12:36:57 +00:00
SdrModel * SdDrawDocument : : AllocModel ( ) const
2000-09-18 23:16:46 +00:00
{
SdDrawDocument * pNewModel = NULL ;
2006-12-12 15:31:02 +00:00
if ( mpCreatingTransferable )
2000-09-18 23:16:46 +00:00
{
2013-02-18 23:33:27 +01:00
// Document is created for drag & drop/clipboard. To be able to
// do this, the document has to know a DocShell (SvPersist).
2004-10-04 17:16:14 +00:00
SfxObjectShell * pObj = NULL ;
2004-01-20 09:25:48 +00:00
: : sd : : DrawDocShell * pNewDocSh = NULL ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( meDocType = = DOCUMENT_TYPE_IMPRESS )
mpCreatingTransferable - > SetDocShell ( new : : sd : : DrawDocShell (
2011-01-17 11:41:00 +01:00
SFX_CREATE_MODE_EMBEDDED , sal_True , meDocType ) ) ;
2001-11-23 13:17:09 +00:00
else
2006-12-12 15:31:02 +00:00
mpCreatingTransferable - > SetDocShell ( new : : sd : : GraphicDocShell (
2011-01-17 11:41:00 +01:00
SFX_CREATE_MODE_EMBEDDED , sal_True , meDocType ) ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
pNewDocSh = static_cast < : : sd : : DrawDocShell * > ( pObj = mpCreatingTransferable - > GetDocShell ( ) ) ;
2001-01-19 18:15:28 +00:00
pNewDocSh - > DoInitNew ( NULL ) ;
2000-09-18 23:16:46 +00:00
pNewModel = pNewDocSh - > GetDoc ( ) ;
2013-08-20 18:26:05 +01:00
// Only necessary for clipboard -
2013-02-18 23:33:27 +01:00
// for drag & drop this is handled by DragServer
2000-09-18 23:16:46 +00:00
SdStyleSheetPool * pOldStylePool = ( SdStyleSheetPool * ) GetStyleSheetPool ( ) ;
SdStyleSheetPool * pNewStylePool = ( SdStyleSheetPool * ) pNewModel - > GetStyleSheetPool ( ) ;
pNewStylePool - > CopyGraphicSheets ( * pOldStylePool ) ;
2008-03-12 10:25:59 +00:00
pNewStylePool - > CopyCellSheets ( * pOldStylePool ) ;
pNewStylePool - > CopyTableStyles ( * pOldStylePool ) ;
2000-09-18 23:16:46 +00:00
2011-01-17 11:41:00 +01:00
for ( sal_uInt16 i = 0 ; i < GetMasterSdPageCount ( PK_STANDARD ) ; i + + )
2000-09-18 23:16:46 +00:00
{
2013-02-18 23:33:27 +01:00
// Move with all of the master page's layouts
2013-09-05 14:22:12 +02:00
OUString aOldLayoutName ( ( ( SdDrawDocument * ) this ) - > GetMasterSdPage ( i , PK_STANDARD ) - > GetLayoutName ( ) ) ;
aOldLayoutName = aOldLayoutName . copy ( 0 , aOldLayoutName . indexOf ( SD_LT_SEPARATOR ) ) ;
2008-03-12 10:25:59 +00:00
SdStyleSheetVector aCreatedSheets ;
pNewStylePool - > CopyLayoutSheets ( aOldLayoutName , * pOldStylePool , aCreatedSheets ) ;
2000-09-18 23:16:46 +00:00
}
pNewModel - > NewOrLoadCompleted ( DOC_LOADED ) ; // loaded from source document
}
2006-12-12 15:31:02 +00:00
else if ( mbAllocDocSh )
2000-09-18 23:16:46 +00:00
{
2013-02-18 23:33:27 +01:00
// Create a DocShell which is then returned with GetAllocedDocSh()
2000-09-18 23:16:46 +00:00
SdDrawDocument * pDoc = ( SdDrawDocument * ) this ;
2013-10-25 10:54:51 +09:00
pDoc - > SetAllocDocSh ( false ) ;
2006-12-12 15:31:02 +00:00
pDoc - > mxAllocedDocShRef = new : : sd : : DrawDocShell (
2011-01-17 11:41:00 +01:00
SFX_CREATE_MODE_EMBEDDED , sal_True , meDocType ) ;
2006-12-12 15:31:02 +00:00
pDoc - > mxAllocedDocShRef - > DoInitNew ( NULL ) ;
pNewModel = pDoc - > mxAllocedDocShRef - > GetDoc ( ) ;
2000-09-18 23:16:46 +00:00
}
else
{
2006-12-12 15:31:02 +00:00
pNewModel = new SdDrawDocument ( meDocType , NULL ) ;
2000-09-18 23:16:46 +00:00
}
2001-01-19 18:15:28 +00:00
return pNewModel ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// This method creates a new page (SdPage) and returns a pointer to said page.
// The drawing engine uses this method to create pages (whose types it does
// not know, as they are _derivatives_ of SdrPage) when loading.
2010-10-05 07:57:51 -05:00
SdrPage * SdDrawDocument : : AllocPage ( bool bMasterPage )
2000-09-18 23:16:46 +00:00
{
2013-12-09 13:19:21 +00:00
return new SdPage ( * this , bMasterPage ) ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// When the model has changed
2014-02-11 11:43:35 +02:00
void SdDrawDocument : : SetChanged ( bool bFlag )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
if ( mbNewOrLoadCompleted & & mpDocSh - > IsEnableSetModified ( ) )
2000-09-18 23:16:46 +00:00
{
2013-02-18 23:33:27 +01:00
// Pass on to base class
2000-09-18 23:16:46 +00:00
FmFormModel : : SetChanged ( bFlag ) ;
2013-02-18 23:33:27 +01:00
// Forward to ObjectShell
2006-12-12 15:31:02 +00:00
mpDocSh - > SetModified ( bFlag ) ;
2000-09-18 23:16:46 +00:00
}
}
else
{
2013-02-18 23:33:27 +01:00
// Pass on to base class
2000-09-18 23:16:46 +00:00
FmFormModel : : SetChanged ( bFlag ) ;
}
}
2013-02-18 23:33:27 +01:00
// The model changed, don't call anything else
2003-11-24 16:07:37 +00:00
void SdDrawDocument : : NbcSetChanged ( sal_Bool bFlag )
2002-07-19 11:06:18 +00:00
{
2011-02-07 22:11:09 +01:00
// forward to baseclass
2002-07-19 11:06:18 +00:00
FmFormModel : : SetChanged ( bFlag ) ;
}
2013-02-18 23:33:27 +01:00
// NewOrLoadCompleted is called when the document is loaded, or when it is clear
// it won't load any more.
2000-09-18 23:16:46 +00:00
void SdDrawDocument : : NewOrLoadCompleted ( DocCreationMode eMode )
{
if ( eMode = = NEW_DOC )
{
2013-02-18 23:33:27 +01:00
// New document:
// create slideshow and default templates,
// create pool for virtual controls
2000-09-18 23:16:46 +00:00
CreateLayoutTemplates ( ) ;
2008-03-12 10:25:59 +00:00
CreateDefaultCellStyles ( ) ;
2000-09-18 23:16:46 +00:00
2008-03-12 10:25:59 +00:00
static_cast < SdStyleSheetPool * > ( mxStyleSheetPool . get ( ) ) - > CreatePseudosIfNecessary ( ) ;
2000-09-18 23:16:46 +00:00
}
else if ( eMode = = DOC_LOADED )
{
2013-02-18 23:33:27 +01:00
// Document has finished loading
2000-09-18 23:16:46 +00:00
2002-01-18 14:36:06 +00:00
CheckMasterPages ( ) ;
2000-09-18 23:16:46 +00:00
if ( GetMasterSdPageCount ( PK_STANDARD ) > 1 )
2011-01-17 11:41:00 +01:00
RemoveUnnecessaryMasterPages ( NULL , sal_True , sal_False ) ;
2000-09-18 23:16:46 +00:00
2011-01-17 11:41:00 +01:00
for ( sal_uInt16 i = 0 ; i < GetPageCount ( ) ; i + + )
2000-09-18 23:16:46 +00:00
{
// Check for correct layout names
SdPage * pPage = ( SdPage * ) GetPage ( i ) ;
2004-07-12 13:55:03 +00:00
if ( pPage - > TRG_HasMasterPage ( ) )
2000-09-18 23:16:46 +00:00
{
2004-07-12 13:55:03 +00:00
SdPage & rMaster = ( SdPage & ) pPage - > TRG_GetMasterPage ( ) ;
if ( rMaster . GetLayoutName ( ) ! = pPage - > GetLayoutName ( ) )
{
pPage - > SetLayoutName ( rMaster . GetLayoutName ( ) ) ;
}
2000-09-18 23:16:46 +00:00
}
}
2011-01-17 11:41:00 +01:00
for ( sal_uInt16 nPage = 0 ; nPage < GetMasterPageCount ( ) ; nPage + + )
2000-09-18 23:16:46 +00:00
{
2001-07-03 13:21:16 +00:00
// LayoutName and PageName must be the same
SdPage * pPage = ( SdPage * ) GetMasterPage ( nPage ) ;
2000-09-18 23:16:46 +00:00
2013-09-05 14:22:12 +02:00
OUString aName ( pPage - > GetLayoutName ( ) ) ;
aName = aName . copy ( 0 , aName . indexOf ( SD_LT_SEPARATOR ) ) ;
2001-07-03 13:21:16 +00:00
if ( aName ! = pPage - > GetName ( ) )
pPage - > SetName ( aName ) ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// Create names of the default layers in the user's language
2000-09-18 23:16:46 +00:00
RestoreLayerNames ( ) ;
2013-02-18 23:33:27 +01:00
// Create names of the styles in the user's language
2008-03-12 10:25:59 +00:00
static_cast < SdStyleSheetPool * > ( mxStyleSheetPool . get ( ) ) - > UpdateStdNames ( ) ;
2000-09-18 23:16:46 +00:00
2013-08-20 18:26:05 +01:00
// Create any missing styles - eg. formerly, there was no Subtitle style
2008-03-12 10:25:59 +00:00
static_cast < SdStyleSheetPool * > ( mxStyleSheetPool . get ( ) ) - > CreatePseudosIfNecessary ( ) ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// Set default style of Drawing Engine
2013-09-05 14:22:12 +02:00
OUString aName ( SD_RESSTR ( STR_STANDARD_STYLESHEET_NAME ) ) ;
2008-03-12 10:25:59 +00:00
SetDefaultStyleSheet ( static_cast < SfxStyleSheet * > ( mxStyleSheetPool - > Find ( aName , SD_STYLE_FAMILY_GRAPHICS ) ) ) ;
2000-09-18 23:16:46 +00:00
2012-05-31 13:23:45 +00:00
// #i119287# Set default StyleSheet for SdrGrafObj and SdrOle2Obj
2013-08-24 13:15:47 +04:00
SetDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj ( static_cast < SfxStyleSheet * > ( mxStyleSheetPool - > Find ( SD_RESSTR ( STR_POOLSHEET_OBJNOLINENOFILL ) , SD_STYLE_FAMILY_GRAPHICS ) ) ) ;
2012-05-31 13:23:45 +00:00
2013-02-18 23:33:27 +01:00
// Initialize DrawOutliner and DocumentOutliner, but don't initialize the
// global outliner, as it is not document specific like StyleSheetPool and
// StyleRequestHandler are.
2004-03-30 14:43:59 +00:00
: : Outliner & rDrawOutliner = GetDrawOutliner ( ) ;
2000-09-18 23:16:46 +00:00
rDrawOutliner . SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2011-01-17 11:41:00 +01:00
sal_uLong nCntrl = rDrawOutliner . GetControlWord ( ) ;
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2000-09-18 23:16:46 +00:00
nCntrl | = EE_CNTRL_ONLINESPELLING ;
else
nCntrl & = ~ EE_CNTRL_ONLINESPELLING ;
rDrawOutliner . SetControlWord ( nCntrl ) ;
2013-02-18 23:33:27 +01:00
// Initialize HitTestOutliner and DocumentOutliner, but don't initialize the
// global outliner, as it is not document specific like StyleSheetPool and
// StyleRequestHandler are.
2000-09-18 23:16:46 +00:00
pHitTestOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2006-12-12 15:31:02 +00:00
if ( mpOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
mpOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2000-09-18 23:16:46 +00:00
}
2006-12-12 15:31:02 +00:00
if ( mpInternalOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
mpInternalOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2000-09-18 23:16:46 +00:00
}
if ( eMode = = DOC_LOADED )
{
2013-02-18 23:33:27 +01:00
// Make presentation objects listeners of the appropriate styles
2000-09-18 23:16:46 +00:00
SdStyleSheetPool * pSPool = ( SdStyleSheetPool * ) GetStyleSheetPool ( ) ;
2011-01-17 11:41:00 +01:00
sal_uInt16 nPage , nPageCount ;
2002-01-09 13:40:05 +00:00
2011-02-07 22:11:09 +01:00
// create missing layout style sheets for broken documents
2002-01-09 13:40:05 +00:00
// that where created with the 5.2
nPageCount = GetMasterSdPageCount ( PK_STANDARD ) ;
for ( nPage = 0 ; nPage < nPageCount ; nPage + + )
{
SdPage * pPage = GetMasterSdPage ( nPage , PK_STANDARD ) ;
pSPool - > CreateLayoutStyleSheets ( pPage - > GetName ( ) , sal_True ) ;
}
2000-09-18 23:16:46 +00:00
2013-02-18 23:33:27 +01:00
// Default and notes pages:
2002-01-09 13:40:05 +00:00
for ( nPage = 0 ; nPage < GetPageCount ( ) ; nPage + + )
2000-09-18 23:16:46 +00:00
{
SdPage * pPage = ( SdPage * ) GetPage ( nPage ) ;
2004-03-30 14:43:59 +00:00
NewOrLoadCompleted ( pPage , pSPool ) ;
2000-10-18 11:07:10 +00:00
}
2000-09-18 23:16:46 +00:00
2013-02-18 23:33:27 +01:00
// Master pages:
2000-10-18 11:07:10 +00:00
for ( nPage = 0 ; nPage < GetMasterPageCount ( ) ; nPage + + )
{
SdPage * pPage = ( SdPage * ) GetMasterPage ( nPage ) ;
2000-09-18 23:16:46 +00:00
2004-03-30 14:43:59 +00:00
NewOrLoadCompleted ( pPage , pSPool ) ;
2000-09-18 23:16:46 +00:00
}
}
2013-10-25 10:54:51 +09:00
mbNewOrLoadCompleted = true ;
2000-09-18 23:16:46 +00:00
2013-02-18 23:33:27 +01:00
// Update all linked pages
2000-09-18 23:16:46 +00:00
SdPage * pPage = NULL ;
2011-01-17 11:41:00 +01:00
sal_uInt16 nMaxSdPages = GetSdPageCount ( PK_STANDARD ) ;
2000-09-18 23:16:46 +00:00
2011-01-17 11:41:00 +01:00
for ( sal_uInt16 nSdPage = 0 ; nSdPage < nMaxSdPages ; nSdPage + + )
2000-09-18 23:16:46 +00:00
{
pPage = ( SdPage * ) GetSdPage ( nSdPage , PK_STANDARD ) ;
2013-09-05 14:22:12 +02:00
if ( pPage & & ! pPage - > GetFileName ( ) . isEmpty ( ) & & pPage - > GetBookmarkName ( ) . getLength ( ) )
2000-09-18 23:16:46 +00:00
{
pPage - > SetModel ( this ) ;
}
}
2001-12-18 14:03:13 +00:00
UpdateAllLinks ( ) ;
2014-02-11 11:43:35 +02:00
SetChanged ( false ) ;
2001-12-18 14:03:13 +00:00
}
/** updates all links, only links in this document should by resolved */
void SdDrawDocument : : UpdateAllLinks ( )
{
2012-06-12 15:41:27 +02:00
if ( ! pDocLockedInsertingLinks & & pLinkManager & & ! pLinkManager - > GetLinks ( ) . empty ( ) )
2000-09-18 23:16:46 +00:00
{
pDocLockedInsertingLinks = this ; // lock inserting links. only links in this document should by resolved
pLinkManager - > UpdateAllLinks ( ) ; // query box: update all links?
if ( pDocLockedInsertingLinks = = this )
pDocLockedInsertingLinks = NULL ; // unlock inserting links
}
}
2004-03-30 14:43:59 +00:00
/** this loops over the presentation objectes of a page and repairs some new settings
from old binary files and resets all default strings for empty presentation objects .
*/
void SdDrawDocument : : NewOrLoadCompleted ( SdPage * pPage , SdStyleSheetPool * pSPool )
{
2013-06-25 11:01:52 +01:00
sd : : ShapeList & rPresentationShapes ( pPage - > GetPresentationShapeList ( ) ) ;
2006-01-10 13:25:20 +00:00
if ( ! rPresentationShapes . isEmpty ( ) )
2004-03-30 14:43:59 +00:00
{
2013-02-18 23:33:27 +01:00
// Create lists of title and outline styles
2013-09-05 14:22:12 +02:00
OUString aName = pPage - > GetLayoutName ( ) ;
aName = aName . copy ( 0 , aName . indexOf ( SD_LT_SEPARATOR ) ) ;
2004-03-30 14:43:59 +00:00
2011-03-04 21:49:59 -08:00
std : : vector < SfxStyleSheetBase * > aOutlineList ;
pSPool - > CreateOutlineSheetList ( aName , aOutlineList ) ;
SfxStyleSheet * pTitleSheet = ( SfxStyleSheet * ) pSPool - > GetTitleSheet ( aName ) ;
2004-03-30 14:43:59 +00:00
2013-06-25 11:01:52 +01:00
SdrObject * pObj = 0 ;
rPresentationShapes . seekShape ( 0 ) ;
2013-02-18 23:33:27 +01:00
// Now look for title and outline text objects, then make those objects
// listeners.
2013-06-25 11:01:52 +01:00
while ( ( pObj = rPresentationShapes . getNextShape ( ) ) )
2004-03-30 14:43:59 +00:00
{
if ( pObj - > GetObjInventor ( ) = = SdrInventor )
{
OutlinerParaObject * pOPO = pObj - > GetOutlinerParaObject ( ) ;
2011-01-17 11:41:00 +01:00
sal_uInt16 nId = pObj - > GetObjIdentifier ( ) ;
2004-03-30 14:43:59 +00:00
if ( nId = = OBJ_TITLETEXT )
{
if ( pOPO & & pOPO - > GetOutlinerMode ( ) = = OUTLINERMODE_DONTKNOW )
pOPO - > SetOutlinerMode ( OUTLINERMODE_TITLEOBJECT ) ;
2013-02-18 23:33:27 +01:00
// sal_True: don't delete "hard" attributes when doing this.
2004-03-30 14:43:59 +00:00
if ( pTitleSheet )
2014-01-28 20:00:21 +01:00
pObj - > SetStyleSheet ( pTitleSheet , true ) ;
2004-03-30 14:43:59 +00:00
}
else if ( nId = = OBJ_OUTLINETEXT )
{
if ( pOPO & & pOPO - > GetOutlinerMode ( ) = = OUTLINERMODE_DONTKNOW )
pOPO - > SetOutlinerMode ( OUTLINERMODE_OUTLINEOBJECT ) ;
2011-03-04 21:49:59 -08:00
std : : vector < SfxStyleSheetBase * > : : iterator iter ;
for ( iter = aOutlineList . begin ( ) ; iter ! = aOutlineList . end ( ) ; + + iter )
2004-03-30 14:43:59 +00:00
{
2011-10-10 12:33:06 +03:00
SfxStyleSheet * pSheet = static_cast < SfxStyleSheet * > ( * iter ) ;
2011-03-04 21:49:59 -08:00
2004-03-30 14:43:59 +00:00
if ( pSheet )
{
pObj - > StartListening ( * pSheet ) ;
2011-03-04 21:49:59 -08:00
if ( iter = = aOutlineList . begin ( ) )
2013-02-18 23:33:27 +01:00
// text frame listens to stylesheet of layer 1
2011-01-17 11:41:00 +01:00
pObj - > NbcSetStyleSheet ( pSheet , sal_True ) ;
2004-03-30 14:43:59 +00:00
}
}
}
if ( pObj - > ISA ( SdrTextObj ) & & pObj - > IsEmptyPresObj ( ) & & pPage )
{
2006-01-10 13:25:20 +00:00
PresObjKind ePresObjKind = pPage - > GetPresObjKind ( pObj ) ;
2013-09-05 14:22:12 +02:00
OUString aString ( pPage - > GetPresObjText ( ePresObjKind ) ) ;
2004-03-30 14:43:59 +00:00
2013-09-05 14:22:12 +02:00
if ( ! aString . isEmpty ( ) )
2004-03-30 14:43:59 +00:00
{
2011-01-17 11:41:00 +01:00
sd : : Outliner * pInternalOutl = GetInternalOutliner ( sal_True ) ;
2004-03-30 14:43:59 +00:00
pPage - > SetObjText ( ( SdrTextObj * ) pObj , pInternalOutl , ePresObjKind , aString ) ;
2011-01-17 11:41:00 +01:00
pObj - > NbcSetStyleSheet ( pPage - > GetStyleSheetForPresObj ( ePresObjKind ) , sal_True ) ;
2004-03-30 14:43:59 +00:00
pInternalOutl - > Clear ( ) ;
}
}
}
}
}
}
2000-09-18 23:16:46 +00:00
2013-02-18 23:33:27 +01:00
// Local outliner that is used for outline mode. In this outliner, OutlinerViews
// may be inserted.
2011-01-17 11:41:00 +01:00
: : sd : : Outliner * SdDrawDocument : : GetOutliner ( sal_Bool bCreateOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
if ( ! mpOutliner & & bCreateOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
mpOutliner = new : : sd : : Outliner ( this , OUTLINERMODE_TEXTOBJECT ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
mpOutliner - > SetRefDevice ( SD_MOD ( ) - > GetRefDevice ( * mpDocSh ) ) ;
2002-07-26 07:32:44 +00:00
2006-12-12 15:31:02 +00:00
mpOutliner - > SetDefTab ( nDefaultTabulator ) ;
mpOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2000-09-18 23:16:46 +00:00
}
2006-12-12 15:31:02 +00:00
return ( mpOutliner ) ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// Internal outliner that is used to create text objects. We don't insert any
// OutlinerViews into this outliner!
2011-01-17 11:41:00 +01:00
: : sd : : Outliner * SdDrawDocument : : GetInternalOutliner ( sal_Bool bCreateOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
if ( ! mpInternalOutliner & & bCreateOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
mpInternalOutliner = new : : sd : : Outliner ( this , OUTLINERMODE_TEXTOBJECT ) ;
2013-02-18 23:33:27 +01:00
// This outliner is only used to create special text objects. As no
// information about portions is saved in this outliner, the update mode
// can/should always remain sal_False.
2011-01-17 11:41:00 +01:00
mpInternalOutliner - > SetUpdateMode ( sal_False ) ;
mpInternalOutliner - > EnableUndo ( sal_False ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
mpInternalOutliner - > SetRefDevice ( SD_MOD ( ) - > GetRefDevice ( * mpDocSh ) ) ;
2002-07-26 07:32:44 +00:00
2006-12-12 15:31:02 +00:00
mpInternalOutliner - > SetDefTab ( nDefaultTabulator ) ;
mpInternalOutliner - > SetStyleSheetPool ( ( SfxStyleSheetPool * ) GetStyleSheetPool ( ) ) ;
2000-09-18 23:16:46 +00:00
}
2011-01-17 11:41:00 +01:00
DBG_ASSERT ( ! mpInternalOutliner | | ( mpInternalOutliner - > GetUpdateMode ( ) = = sal_False ) , " InternalOutliner: UpdateMode = sal_True ! " ) ;
DBG_ASSERT ( ! mpInternalOutliner | | ( mpInternalOutliner - > IsUndoEnabled ( ) = = sal_False ) , " InternalOutliner: Undo = sal_True ! " ) ;
2000-09-18 23:16:46 +00:00
2013-02-18 23:33:27 +01:00
// If you add stuff here, always clear it out.
// Advantages:
// a) no unnecessary Clear calls
// b) no wasted memory
2013-08-14 13:44:38 +01:00
DBG_ASSERT ( ! mpInternalOutliner | | ( ( mpInternalOutliner - > GetParagraphCount ( ) = = 1 ) & & ( mpInternalOutliner - > GetText ( mpInternalOutliner - > GetParagraph ( 0 ) ) . isEmpty ( ) ) ) , " InternalOutliner: not empty! " ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
return mpInternalOutliner ;
2000-09-18 23:16:46 +00:00
}
2013-02-18 23:33:27 +01:00
// OnlineSpelling on/off
2011-01-17 11:41:00 +01:00
void SdDrawDocument : : SetOnlineSpell ( sal_Bool bIn )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
mbOnlineSpell = bIn ;
2011-01-17 11:41:00 +01:00
sal_uLong nCntrl = 0 ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mpOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
nCntrl = mpOutliner - > GetControlWord ( ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2000-09-18 23:16:46 +00:00
nCntrl | = EE_CNTRL_ONLINESPELLING ;
else
nCntrl & = ~ EE_CNTRL_ONLINESPELLING ;
2006-12-12 15:31:02 +00:00
mpOutliner - > SetControlWord ( nCntrl ) ;
2000-09-18 23:16:46 +00:00
}
2006-12-12 15:31:02 +00:00
if ( mpInternalOutliner )
2000-09-18 23:16:46 +00:00
{
2006-12-12 15:31:02 +00:00
nCntrl = mpInternalOutliner - > GetControlWord ( ) ;
2000-09-18 23:16:46 +00:00
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2000-09-18 23:16:46 +00:00
nCntrl | = EE_CNTRL_ONLINESPELLING ;
else
nCntrl & = ~ EE_CNTRL_ONLINESPELLING ;
2006-12-12 15:31:02 +00:00
mpInternalOutliner - > SetControlWord ( nCntrl ) ;
2000-09-18 23:16:46 +00:00
}
2004-03-30 14:43:59 +00:00
: : Outliner & rOutliner = GetDrawOutliner ( ) ;
2000-09-18 23:16:46 +00:00
nCntrl = rOutliner . GetControlWord ( ) ;
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2000-09-18 23:16:46 +00:00
nCntrl | = EE_CNTRL_ONLINESPELLING ;
else
nCntrl & = ~ EE_CNTRL_ONLINESPELLING ;
rOutliner . SetControlWord ( nCntrl ) ;
2006-12-12 15:31:02 +00:00
if ( mbOnlineSpell )
2000-09-18 23:16:46 +00:00
{
StartOnlineSpelling ( ) ;
}
else
{
StopOnlineSpelling ( ) ;
}
}
2013-02-18 23:33:27 +01:00
// OnlineSpelling: highlighting on/off
2000-11-26 18:24:16 +00:00
uno : : Reference < uno : : XInterface > SdDrawDocument : : createUnoModel ( )
{
uno : : Reference < uno : : XInterface > xModel ;
try
{
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
xModel = mpDocSh - > GetModel ( ) ;
2000-11-26 18:24:16 +00:00
}
2006-12-12 15:31:02 +00:00
catch ( uno : : RuntimeException & )
2000-11-26 18:24:16 +00:00
{
}
2000-09-18 23:16:46 +00:00
2000-11-26 18:24:16 +00:00
return xModel ;
}
2002-12-11 15:23:04 +00:00
SvxNumType SdDrawDocument : : GetPageNumType ( ) const
{
2006-12-12 15:31:02 +00:00
return mePageNumType ;
2003-04-24 13:35:54 +00:00
}
void SdDrawDocument : : SetPrinterIndependentLayout ( sal_Int32 nMode )
{
switch ( nMode )
{
case : : com : : sun : : star : : document : : PrinterIndependentLayout : : DISABLED :
case : : com : : sun : : star : : document : : PrinterIndependentLayout : : ENABLED :
2013-02-18 23:33:27 +01:00
// Just store supported modes and inform the doc shell
2003-04-24 13:35:54 +00:00
mnPrinterIndependentLayout = nMode ;
// Since it is possible that a SdDrawDocument is constructed without a
2006-12-12 15:31:02 +00:00
// SdDrawDocShell the pointer member mpDocSh needs to be tested
2013-02-18 23:33:27 +01:00
// before the call is executed. This is e. g. used for copy/paste.
2006-12-12 15:31:02 +00:00
if ( mpDocSh )
2003-04-24 13:35:54 +00:00
{
2006-12-12 15:31:02 +00:00
mpDocSh - > UpdateRefDevice ( ) ;
2003-04-24 13:35:54 +00:00
}
break ;
default :
2013-02-18 23:33:27 +01:00
// Ignore unknown values
2003-04-24 13:35:54 +00:00
break ;
}
}
sal_Int32 SdDrawDocument : : GetPrinterIndependentLayout ( void )
{
return mnPrinterIndependentLayout ;
}
2003-05-16 13:16:34 +00:00
bool SdDrawDocument : : IsStartWithPresentation ( ) const
{
return mbStartWithPresentation ;
}
void SdDrawDocument : : SetStartWithPresentation ( bool bStartWithPresentation )
{
mbStartWithPresentation = bStartWithPresentation ;
}
2013-07-17 17:42:15 +02:00
bool SdDrawDocument : : IsExitAfterPresenting ( ) const
{
return mbExitAfterPresenting ;
}
void SdDrawDocument : : SetExitAfterPresenting ( bool bExitAfterPresenting )
{
mbExitAfterPresenting = bExitAfterPresenting ;
}
2003-10-27 12:29:26 +00:00
void SdDrawDocument : : PageListChanged ( )
{
mpDrawPageListWatcher - > Invalidate ( ) ;
}
void SdDrawDocument : : MasterPageListChanged ( )
{
mpMasterPageListWatcher - > Invalidate ( ) ;
}
2009-09-16 13:55:36 +00:00
void SdDrawDocument : : SetCalcFieldValueHdl ( : : Outliner * pOutliner )
{
pOutliner - > SetCalcFieldValueHdl ( LINK ( SD_MOD ( ) , SdModule , CalcFieldValueHdl ) ) ;
}
2013-04-07 12:06:47 +02:00
sal_uInt16 SdDrawDocument : : GetAnnotationAuthorIndex ( const OUString & rAuthor )
2009-09-16 13:55:36 +00:00
{
// force current user to have first color
if ( maAnnotationAuthors . empty ( ) )
{
SvtUserOptions aUserOptions ;
maAnnotationAuthors . push_back ( aUserOptions . GetFullName ( ) ) ;
}
sal_uInt16 idx = 0 ;
2013-04-01 18:53:16 +02:00
const std : : vector < OUString > : : const_iterator aEnd ( maAnnotationAuthors . end ( ) ) ;
for ( std : : vector < OUString > : : const_iterator iter ( maAnnotationAuthors . begin ( ) ) ; iter ! = aEnd ; + + iter )
2009-09-16 13:55:36 +00:00
{
if ( ( * iter ) = = rAuthor )
{
break ;
}
idx + + ;
}
if ( idx = = maAnnotationAuthors . size ( ) )
{
maAnnotationAuthors . push_back ( rAuthor ) ;
}
return idx ;
}
2004-11-26 18:46:34 +00:00
2013-08-24 01:23:36 +02:00
void SdDrawDocument : : InitLayoutVector ( )
2013-07-31 01:58:58 +05:30
{
2013-08-24 01:23:36 +02:00
const Reference < css : : uno : : XComponentContext > xContext (
: : comphelper : : getProcessComponentContext ( ) ) ;
2013-08-05 20:18:29 +05:30
2013-08-24 01:23:36 +02:00
// get file list from configuration
Sequence < rtl : : OUString > aFiles (
officecfg : : Office : : Impress : : Misc : : LayoutListFiles : : get ( xContext ) ) ;
2013-08-28 01:52:17 +05:30
rtl : : OUString sFilename ;
2013-08-05 20:18:29 +05:30
for ( sal_Int32 i = 0 ; i < aFiles . getLength ( ) ; + + i )
2013-07-31 01:58:58 +05:30
{
2013-09-11 00:44:36 +05:30
sFilename = : : comphelper : : getExpandedFilePath ( aFiles [ i ] ) ;
2013-07-31 01:58:58 +05:30
2013-08-24 01:23:36 +02:00
// load layout file into DOM
Reference < XMultiServiceFactory > xServiceFactory (
xContext - > getServiceManager ( ) , UNO_QUERY_THROW ) ;
const Reference < XDocumentBuilder > xDocBuilder (
DocumentBuilder : : create ( comphelper : : getComponentContext ( xServiceFactory ) ) ) ;
// loop over every layout entry in current file
2013-08-28 01:52:17 +05:30
const Reference < XDocument > xDoc = xDocBuilder - > parseURI ( sFilename ) ;
2013-08-24 01:23:36 +02:00
const Reference < XNodeList > layoutlist = xDoc - > getElementsByTagName ( " layout " ) ;
const int nElements = layoutlist - > getLength ( ) ;
for ( int index = 0 ; index < nElements ; index + + )
maLayoutInfo . push_back ( layoutlist - > item ( index ) ) ;
2013-07-31 01:58:58 +05:30
}
}
2013-08-31 17:50:25 +02:00
2013-08-28 01:52:17 +05:30
void SdDrawDocument : : InitObjectVector ( )
{
const Reference < css : : uno : : XComponentContext > xContext (
: : comphelper : : getProcessComponentContext ( ) ) ;
// get file list from configuration
Sequence < rtl : : OUString > aFiles (
officecfg : : Office : : Impress : : Misc : : PresObjListFiles : : get ( xContext ) ) ;
rtl : : OUString sFilename ;
for ( sal_Int32 i = 0 ; i < aFiles . getLength ( ) ; + + i )
{
2013-09-11 00:44:36 +05:30
sFilename = : : comphelper : : getExpandedFilePath ( aFiles [ i ] ) ;
2013-08-28 01:52:17 +05:30
// load presentation object file into DOM
Reference < XMultiServiceFactory > xServiceFactory (
xContext - > getServiceManager ( ) , UNO_QUERY_THROW ) ;
const Reference < XDocumentBuilder > xDocBuilder (
DocumentBuilder : : create ( comphelper : : getComponentContext ( xServiceFactory ) ) ) ;
// loop over every object entry in current file
const Reference < XDocument > xDoc = xDocBuilder - > parseURI ( sFilename ) ;
const Reference < XNodeList > objectlist = xDoc - > getElementsByTagName ( " object " ) ;
const int nElements = objectlist - > getLength ( ) ;
for ( int index = 0 ; index < nElements ; index + + )
maPresObjectInfo . push_back ( objectlist - > item ( index ) ) ;
}
}
2010-10-12 15:51:52 +02:00
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */