2010-10-12 15:57:08 +02:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2004-05-07 15:12:42 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-11 07:45:52 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2008-04-11 07:45:52 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2008-04-11 07:45:52 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2008-04-11 07:45:52 +00: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.
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2008-04-11 07:45:52 +00: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).
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
2008-04-11 07:45:52 +00: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.
|
2004-05-07 15:12:42 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 23:00:21 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_forms.hxx"
|
2004-05-07 15:12:42 +00:00
|
|
|
#include "richtextengine.hxx"
|
2009-10-16 00:05:16 +02:00
|
|
|
#include <svl/itempool.hxx>
|
2010-01-08 18:32:51 +01:00
|
|
|
#include <editeng/eeitem.hxx>
|
|
|
|
#include <editeng/editobj.hxx>
|
2004-05-07 15:12:42 +00:00
|
|
|
#define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT
|
2010-01-08 18:32:51 +01:00
|
|
|
#include <editeng/fhgtitem.hxx>
|
2004-05-07 15:12:42 +00:00
|
|
|
#define ITEMID_FONT EE_CHAR_FONTHEIGHT
|
2010-01-08 18:32:51 +01:00
|
|
|
#include <editeng/fontitem.hxx>
|
2004-05-07 15:12:42 +00:00
|
|
|
#define ITEMID_LANGUAGE EE_CHAR_LANGUAGE
|
2010-01-08 18:32:51 +01:00
|
|
|
#include <editeng/langitem.hxx>
|
2004-05-07 15:12:42 +00:00
|
|
|
#include <vcl/svapp.hxx>
|
|
|
|
#include <vcl/mapunit.hxx>
|
|
|
|
#include <vcl/mapmod.hxx>
|
|
|
|
#include <vcl/outdev.hxx>
|
2009-10-06 07:38:24 +02:00
|
|
|
#include <unotools/lingucfg.hxx>
|
2009-10-16 00:05:16 +02:00
|
|
|
#include <svl/undo.hxx>
|
2010-10-16 03:15:49 -05:00
|
|
|
#include <osl/mutex.hxx>
|
2004-05-07 15:12:42 +00:00
|
|
|
|
|
|
|
#include <algorithm>
|
|
|
|
#include <functional>
|
|
|
|
|
|
|
|
//........................................................................
|
|
|
|
namespace frm
|
|
|
|
{
|
|
|
|
//........................................................................
|
|
|
|
|
|
|
|
//====================================================================
|
|
|
|
//= RichTextEngine
|
|
|
|
//====================================================================
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
RichTextEngine* RichTextEngine::Create()
|
|
|
|
{
|
|
|
|
SfxItemPool* pPool = EditEngine::CreatePool();
|
|
|
|
pPool->FreezeIdRanges();
|
|
|
|
|
|
|
|
RichTextEngine* pReturn = new RichTextEngine( pPool );
|
|
|
|
OutputDevice* pOutputDevice = pReturn->GetRefDevice();
|
|
|
|
MapMode aDeviceMapMode( pOutputDevice->GetMapMode() );
|
|
|
|
|
|
|
|
pReturn->SetStatusEventHdl( LINK( pReturn, RichTextEngine, EditEngineStatusChanged ) );
|
|
|
|
|
2004-05-12 14:44:51 +00:00
|
|
|
pPool->SetDefaultMetric( (SfxMapUnit)( aDeviceMapMode.GetMapUnit() ) );
|
2004-05-07 15:12:42 +00:00
|
|
|
|
|
|
|
// defaults
|
|
|
|
Font aFont = Application::GetSettings().GetStyleSettings().GetAppFont();
|
|
|
|
aFont.SetName( String( RTL_CONSTASCII_USTRINGPARAM( "Times New Roman" ) ) );
|
|
|
|
pPool->SetPoolDefaultItem( SvxFontItem( aFont.GetFamily(), aFont.GetName(), String(), aFont.GetPitch(), aFont.GetCharSet(), EE_CHAR_FONTINFO ) );
|
|
|
|
|
|
|
|
// 12 pt font size
|
|
|
|
MapMode aPointMapMode( MAP_POINT );
|
|
|
|
Size a12PointSize( OutputDevice::LogicToLogic( Size( 12, 0 ), aPointMapMode, aDeviceMapMode ) );
|
|
|
|
pPool->SetPoolDefaultItem( SvxFontHeightItem( a12PointSize.Width(), 100, EE_CHAR_FONTHEIGHT ) );
|
|
|
|
|
|
|
|
// font languages
|
|
|
|
SvtLinguOptions aLinguOpt;
|
|
|
|
pPool->SetPoolDefaultItem( SvxLanguageItem( aLinguOpt.nDefaultLanguage, EE_CHAR_LANGUAGE ) );
|
|
|
|
pPool->SetPoolDefaultItem( SvxLanguageItem( aLinguOpt.nDefaultLanguage_CJK, EE_CHAR_LANGUAGE_CJK ) );
|
|
|
|
pPool->SetPoolDefaultItem( SvxLanguageItem( aLinguOpt.nDefaultLanguage_CTL, EE_CHAR_LANGUAGE_CTL ) );
|
|
|
|
|
|
|
|
return pReturn;
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
RichTextEngine* RichTextEngine::Clone()
|
|
|
|
{
|
2007-11-21 15:35:42 +00:00
|
|
|
RichTextEngine* pClone( NULL );
|
|
|
|
{
|
2010-10-13 04:35:41 -05:00
|
|
|
SolarMutexGuard aGuard;
|
2007-11-21 15:35:42 +00:00
|
|
|
EditTextObject* pMyText = CreateTextObject();
|
|
|
|
OSL_ENSURE( pMyText, "RichTextEngine::Clone: CreateTextObject returned nonsense!" );
|
|
|
|
|
|
|
|
pClone = Create();
|
|
|
|
|
|
|
|
if ( pMyText )
|
|
|
|
pClone->SetText( *pMyText );
|
|
|
|
delete pMyText;
|
|
|
|
}
|
2004-05-07 15:12:42 +00:00
|
|
|
|
|
|
|
return pClone;
|
|
|
|
}
|
|
|
|
|
2007-07-06 08:56:09 +00:00
|
|
|
DBG_NAME(RichTextEngine)
|
2004-05-07 15:12:42 +00:00
|
|
|
//--------------------------------------------------------------------
|
|
|
|
RichTextEngine::RichTextEngine( SfxItemPool* _pPool )
|
|
|
|
:EditEngine( _pPool )
|
|
|
|
,m_pEnginePool( _pPool )
|
|
|
|
{
|
2007-07-06 08:56:09 +00:00
|
|
|
DBG_CTOR(RichTextEngine,NULL);
|
2004-05-07 15:12:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
RichTextEngine::~RichTextEngine( )
|
|
|
|
{
|
2007-07-06 08:56:09 +00:00
|
|
|
DBG_DTOR(RichTextEngine,NULL);
|
2004-05-07 15:12:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
void RichTextEngine::registerEngineStatusListener( IEngineStatusListener* _pListener )
|
|
|
|
{
|
|
|
|
OSL_ENSURE( _pListener, "RichTextEngine::registerEngineStatusListener: invalid listener!" );
|
|
|
|
if ( _pListener )
|
|
|
|
m_aStatusListeners.push_back( _pListener );
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
void RichTextEngine::revokeEngineStatusListener( IEngineStatusListener* _pListener )
|
|
|
|
{
|
|
|
|
::std::vector< IEngineStatusListener* >::iterator aPos = ::std::find_if(
|
|
|
|
m_aStatusListeners.begin(),
|
|
|
|
m_aStatusListeners.end(),
|
|
|
|
::std::bind2nd( ::std::equal_to< IEngineStatusListener* >( ), _pListener )
|
|
|
|
);
|
|
|
|
OSL_ENSURE( aPos != m_aStatusListeners.end(), "RichTextEngine::revokeEngineStatusListener: listener not registered!" );
|
|
|
|
if ( aPos != m_aStatusListeners.end() )
|
|
|
|
m_aStatusListeners.erase( aPos );
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
IMPL_LINK( RichTextEngine, EditEngineStatusChanged, EditStatus*, _pStatus )
|
|
|
|
{
|
|
|
|
for ( ::std::vector< IEngineStatusListener* >::const_iterator aLoop = m_aStatusListeners.begin();
|
|
|
|
aLoop != m_aStatusListeners.end();
|
|
|
|
++aLoop
|
|
|
|
)
|
|
|
|
(*aLoop)->EditEngineStatusChanged( *_pStatus );
|
|
|
|
return 0L;
|
|
|
|
}
|
|
|
|
|
|
|
|
//........................................................................
|
|
|
|
} // namespace frm
|
|
|
|
//........................................................................
|
|
|
|
|
2010-10-12 15:57:08 +02:00
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|