2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-11 12:09:13 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +00:00
|
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +00:00
|
|
|
* $RCSfile: objserv.cxx,v $
|
2008-05-20 17:59:49 +00:00
|
|
|
* $Revision: 1.106 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +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).
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-11 12:09:13 +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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2004-10-04 19:56:09 +00:00
|
|
|
|
2006-09-17 15:43:20 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_sfx2.hxx"
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
#include <sot/storage.hxx>
|
2004-09-20 09:15:28 +00:00
|
|
|
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
2002-03-26 15:29:12 +00:00
|
|
|
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
|
|
|
|
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
|
2002-08-26 06:40:01 +00:00
|
|
|
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
|
|
|
|
#include <com/sun/star/ui/dialogs/XControlAccess.hpp>
|
2002-04-12 12:51:03 +00:00
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#include <com/sun/star/beans/XPropertyAccess.hpp>
|
2004-09-20 09:15:28 +00:00
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
2002-04-12 12:51:03 +00:00
|
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
|
|
#include <com/sun/star/container/XNameAccess.hpp>
|
2002-04-30 12:35:41 +00:00
|
|
|
#include <com/sun/star/document/XExporter.hpp>
|
2002-08-28 14:21:01 +00:00
|
|
|
#include <com/sun/star/task/XInteractionHandler.hpp>
|
2004-11-17 12:37:17 +00:00
|
|
|
#include <com/sun/star/task/XStatusIndicator.hpp>
|
|
|
|
#include <com/sun/star/task/XStatusIndicatorFactory.hpp>
|
2006-07-13 12:28:42 +00:00
|
|
|
#include <com/sun/star/frame/XDocumentTemplates.hpp>
|
2004-10-04 19:56:09 +00:00
|
|
|
#include <com/sun/star/frame/XStorable.hpp>
|
2002-04-12 07:21:13 +00:00
|
|
|
#include <comphelper/processfactory.hxx>
|
2005-11-11 09:20:30 +00:00
|
|
|
#include <com/sun/star/security/CertificateValidity.hpp>
|
|
|
|
|
|
|
|
#include <com/sun/star/security/DocumentSignatureInformation.hpp>
|
2004-08-31 11:36:00 +00:00
|
|
|
#include <com/sun/star/security/XDocumentDigitalSignatures.hpp>
|
2000-09-18 16:07:07 +00:00
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
#include <svtools/whiter.hxx>
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
#include <svtools/intitem.hxx>
|
|
|
|
#include <svtools/eitem.hxx>
|
|
|
|
#include <vcl/wrkwin.hxx>
|
|
|
|
#include <svtools/sfxecode.hxx>
|
|
|
|
#include <svtools/ehdl.hxx>
|
|
|
|
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
#include <comphelper/string.hxx>
|
2005-04-13 11:40:59 +00:00
|
|
|
#include <basic/sbx.hxx>
|
2000-11-08 13:25:58 +00:00
|
|
|
#include <svtools/pathoptions.hxx>
|
|
|
|
#include <svtools/useroptions.hxx>
|
2001-07-03 11:22:17 +00:00
|
|
|
#include <svtools/asynclink.hxx>
|
2002-03-26 15:29:12 +00:00
|
|
|
#include <svtools/saveopt.hxx>
|
2008-05-14 09:30:29 +00:00
|
|
|
#include <comphelper/documentconstants.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2007-06-27 22:23:45 +00:00
|
|
|
#include <sfx2/app.hxx>
|
2007-11-21 15:47:51 +00:00
|
|
|
#include <sfx2/signaturestate.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#include "sfxresid.hxx"
|
2007-06-27 22:23:45 +00:00
|
|
|
#include <sfx2/event.hxx>
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
#include <sfx2/printer.hxx>
|
|
|
|
#include <sfx2/viewsh.hxx>
|
|
|
|
#include <sfx2/doctdlg.hxx>
|
|
|
|
#include <sfx2/docfilt.hxx>
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#include <sfx2/dinfdlg.hxx>
|
|
|
|
#include <sfx2/objitem.hxx>
|
|
|
|
#include <sfx2/objsh.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#include "objshimp.hxx"
|
|
|
|
#include "sfxtypes.hxx"
|
2004-10-04 19:56:09 +00:00
|
|
|
//#include "interno.hxx"
|
2007-06-27 22:23:45 +00:00
|
|
|
#include <sfx2/module.hxx>
|
|
|
|
#include <sfx2/topfrm.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#include "versdlg.hxx"
|
|
|
|
#include "doc.hrc"
|
2007-06-27 22:23:45 +00:00
|
|
|
#include <sfx2/docfac.hxx>
|
|
|
|
#include <sfx2/fcontnr.hxx>
|
|
|
|
#include <sfx2/filedlghelper.hxx>
|
2002-03-26 15:29:12 +00:00
|
|
|
#include "sfxhelp.hxx"
|
2007-06-27 22:23:45 +00:00
|
|
|
#include <sfx2/msgpool.hxx>
|
|
|
|
#include <sfx2/objface.hxx>
|
2002-03-26 15:29:12 +00:00
|
|
|
|
2004-08-31 11:36:00 +00:00
|
|
|
#include "../appl/app.hrc"
|
|
|
|
#include <com/sun/star/document/XDocumentSubStorageSupplier.hpp>
|
|
|
|
#include <com/sun/star/embed/XTransactedObject.hpp>
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
#include <com/sun/star/util/XCloneable.hpp>
|
|
|
|
#include <com/sun/star/document/XDocumentProperties.hpp>
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2002-03-26 15:29:12 +00:00
|
|
|
#include "helpid.hrc"
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
#include "guisaveas.hxx"
|
|
|
|
|
2004-08-31 11:36:00 +00:00
|
|
|
using namespace ::com::sun::star;
|
2002-03-26 15:29:12 +00:00
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::com::sun::star::ui::dialogs;
|
2002-04-12 07:21:13 +00:00
|
|
|
using namespace ::com::sun::star::awt;
|
|
|
|
using namespace ::com::sun::star::container;
|
|
|
|
using namespace ::com::sun::star::beans;
|
2002-04-30 12:35:41 +00:00
|
|
|
using namespace ::com::sun::star::document;
|
2002-08-28 14:21:01 +00:00
|
|
|
using namespace ::com::sun::star::task;
|
2002-03-26 15:29:12 +00:00
|
|
|
|
|
|
|
//====================================================================
|
|
|
|
|
|
|
|
class SfxSaveAsContext_Impl
|
|
|
|
{
|
|
|
|
String& _rNewNameVar;
|
|
|
|
String _aNewName;
|
|
|
|
|
|
|
|
public:
|
|
|
|
SfxSaveAsContext_Impl( String &rNewNameVar,
|
|
|
|
const String &rNewName )
|
|
|
|
: _rNewNameVar( rNewNameVar ),
|
|
|
|
_aNewName( rNewName )
|
|
|
|
{ rNewNameVar = rNewName; }
|
|
|
|
~SfxSaveAsContext_Impl()
|
|
|
|
{ _rNewNameVar.Erase(); }
|
|
|
|
};
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
//====================================================================
|
|
|
|
|
|
|
|
#define SfxObjectShell
|
|
|
|
#include "sfxslots.hxx"
|
|
|
|
|
2001-07-03 11:22:17 +00:00
|
|
|
svtools::AsynchronLink* pPendingCloser = 0;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
//=========================================================================
|
|
|
|
|
2003-04-04 18:23:35 +00:00
|
|
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
SFX_IMPL_INTERFACE(SfxObjectShell,SfxShell,SfxResId(0))
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
//=========================================================================
|
|
|
|
|
2006-02-09 13:07:43 +00:00
|
|
|
class SfxClosePreventer_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::util::XCloseListener >
|
|
|
|
{
|
|
|
|
sal_Bool m_bGotOwnership;
|
|
|
|
sal_Bool m_bPreventClose;
|
|
|
|
|
|
|
|
public:
|
|
|
|
SfxClosePreventer_Impl();
|
|
|
|
|
|
|
|
sal_Bool HasOwnership() { return m_bGotOwnership; }
|
|
|
|
|
|
|
|
void SetPreventClose( sal_Bool bPrevent ) { m_bPreventClose = bPrevent; }
|
|
|
|
|
|
|
|
virtual void SAL_CALL queryClosing( const lang::EventObject& aEvent, sal_Bool bDeliverOwnership )
|
|
|
|
throw ( uno::RuntimeException, util::CloseVetoException );
|
|
|
|
|
|
|
|
virtual void SAL_CALL notifyClosing( const lang::EventObject& aEvent ) throw ( uno::RuntimeException ) ;
|
|
|
|
|
|
|
|
virtual void SAL_CALL disposing( const lang::EventObject& aEvent ) throw ( uno::RuntimeException ) ;
|
|
|
|
|
|
|
|
} ;
|
|
|
|
|
|
|
|
SfxClosePreventer_Impl::SfxClosePreventer_Impl()
|
|
|
|
: m_bGotOwnership( sal_False )
|
|
|
|
, m_bPreventClose( sal_True )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2006-06-19 21:29:50 +00:00
|
|
|
void SAL_CALL SfxClosePreventer_Impl::queryClosing( const lang::EventObject&, sal_Bool bDeliverOwnership )
|
2006-02-09 13:07:43 +00:00
|
|
|
throw ( uno::RuntimeException, util::CloseVetoException )
|
|
|
|
{
|
|
|
|
if ( m_bPreventClose )
|
|
|
|
{
|
|
|
|
if ( !m_bGotOwnership )
|
|
|
|
m_bGotOwnership = bDeliverOwnership;
|
|
|
|
|
|
|
|
throw util::CloseVetoException();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-06-19 21:29:50 +00:00
|
|
|
void SAL_CALL SfxClosePreventer_Impl::notifyClosing( const lang::EventObject& ) throw ( uno::RuntimeException )
|
2006-02-09 13:07:43 +00:00
|
|
|
{}
|
|
|
|
|
2006-06-19 21:29:50 +00:00
|
|
|
void SAL_CALL SfxClosePreventer_Impl::disposing( const lang::EventObject& ) throw ( uno::RuntimeException )
|
2006-02-09 13:07:43 +00:00
|
|
|
{}
|
|
|
|
|
|
|
|
//=========================================================================
|
|
|
|
class SfxInstanceCloseGuard_Impl
|
|
|
|
{
|
|
|
|
SfxClosePreventer_Impl* m_pPreventer;
|
|
|
|
uno::Reference< util::XCloseListener > m_xPreventer;
|
|
|
|
uno::Reference< util::XCloseable > m_xCloseable;
|
|
|
|
|
|
|
|
public:
|
|
|
|
SfxInstanceCloseGuard_Impl()
|
|
|
|
: m_pPreventer( NULL )
|
|
|
|
{}
|
|
|
|
|
|
|
|
~SfxInstanceCloseGuard_Impl();
|
|
|
|
|
|
|
|
sal_Bool Init_Impl( const uno::Reference< util::XCloseable >& xCloseable );
|
|
|
|
};
|
|
|
|
|
|
|
|
sal_Bool SfxInstanceCloseGuard_Impl::Init_Impl( const uno::Reference< util::XCloseable >& xCloseable )
|
|
|
|
{
|
|
|
|
sal_Bool bResult = sal_False;
|
|
|
|
|
|
|
|
// do not allow reinit after the successful init
|
|
|
|
if ( xCloseable.is() && !m_xCloseable.is() )
|
|
|
|
{
|
|
|
|
try
|
|
|
|
{
|
|
|
|
m_pPreventer = new SfxClosePreventer_Impl();
|
|
|
|
m_xPreventer = uno::Reference< util::XCloseListener >( m_pPreventer );
|
|
|
|
xCloseable->addCloseListener( m_xPreventer );
|
|
|
|
m_xCloseable = xCloseable;
|
|
|
|
bResult = sal_True;
|
|
|
|
}
|
|
|
|
catch( uno::Exception& )
|
|
|
|
{
|
|
|
|
OSL_ENSURE( sal_False, "Could not register close listener!\n" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return bResult;
|
|
|
|
}
|
|
|
|
|
|
|
|
SfxInstanceCloseGuard_Impl::~SfxInstanceCloseGuard_Impl()
|
|
|
|
{
|
|
|
|
if ( m_xCloseable.is() && m_xPreventer.is() )
|
|
|
|
{
|
|
|
|
try
|
|
|
|
{
|
|
|
|
m_xCloseable->removeCloseListener( m_xPreventer );
|
|
|
|
}
|
|
|
|
catch( uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
if ( m_pPreventer )
|
|
|
|
{
|
|
|
|
m_pPreventer->SetPreventClose( sal_False );
|
|
|
|
|
|
|
|
if ( m_pPreventer->HasOwnership() )
|
|
|
|
m_xCloseable->close( sal_True ); // TODO: do it asynchronously
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch( uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//=========================================================================
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
void SfxObjectShell::PrintExec_Impl(SfxRequest &rReq)
|
|
|
|
{
|
|
|
|
SfxViewFrame *pFrame = SfxViewFrame::GetFirst(this);
|
|
|
|
if ( pFrame )
|
|
|
|
{
|
|
|
|
rReq.SetSlot( SID_PRINTDOC );
|
|
|
|
pFrame->GetViewShell()->ExecuteSlot(rReq);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SfxObjectShell::PrintState_Impl(SfxItemSet &rSet)
|
|
|
|
{
|
2006-10-12 14:55:38 +00:00
|
|
|
bool bPrinting = false;
|
2000-09-18 16:07:07 +00:00
|
|
|
SfxViewFrame *pFrame = SfxViewFrame::GetFirst(this, TYPE(SfxTopViewFrame));
|
|
|
|
if ( pFrame )
|
|
|
|
{
|
|
|
|
SfxPrinter *pPrinter = pFrame->GetViewShell()->GetPrinter();
|
|
|
|
bPrinting = pPrinter && pPrinter->IsPrinting();
|
|
|
|
}
|
|
|
|
rSet.Put( SfxBoolItem( SID_PRINTOUT, bPrinting ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
2002-03-26 15:29:12 +00:00
|
|
|
|
|
|
|
sal_Bool SfxObjectShell::APISaveAs_Impl
|
|
|
|
(
|
|
|
|
const String& aFileName,
|
|
|
|
SfxItemSet* aParams
|
|
|
|
)
|
|
|
|
{
|
|
|
|
BOOL bOk = sal_False;
|
|
|
|
|
|
|
|
{DBG_CHKTHIS(SfxObjectShell, 0);}
|
|
|
|
|
|
|
|
if ( GetMedium() )
|
|
|
|
{
|
2002-05-03 12:37:26 +00:00
|
|
|
String aFilterName;
|
|
|
|
SFX_ITEMSET_ARG( aParams, pFilterNameItem, SfxStringItem, SID_FILTER_NAME, sal_False );
|
|
|
|
if( pFilterNameItem )
|
2005-01-21 16:34:09 +00:00
|
|
|
{
|
2002-05-03 12:37:26 +00:00
|
|
|
aFilterName = pFilterNameItem->GetValue();
|
2005-01-21 16:34:09 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
SFX_ITEMSET_ARG( aParams, pContentTypeItem, SfxStringItem, SID_CONTENTTYPE, sal_False );
|
|
|
|
if ( pContentTypeItem )
|
|
|
|
{
|
|
|
|
const SfxFilter* pFilter = SfxFilterMatcher( String::CreateFromAscii(GetFactory().GetShortName()) ).GetFilter4Mime( pContentTypeItem->GetValue(), SFX_FILTER_EXPORT );
|
|
|
|
if ( pFilter )
|
|
|
|
aFilterName = pFilter->GetName();
|
|
|
|
}
|
|
|
|
}
|
2002-05-03 12:37:26 +00:00
|
|
|
|
2002-04-12 07:21:13 +00:00
|
|
|
// in case no filter defined use default one
|
|
|
|
if( !aFilterName.Len() )
|
2002-03-26 15:29:12 +00:00
|
|
|
{
|
2004-04-29 15:42:03 +00:00
|
|
|
const SfxFilter* pFilt = SfxFilter::GetDefaultFilterFromFactory(GetFactory().GetFactoryName());
|
2002-03-26 15:29:12 +00:00
|
|
|
|
2002-04-12 07:21:13 +00:00
|
|
|
DBG_ASSERT( pFilt, "No default filter!\n" );
|
|
|
|
if( pFilt )
|
|
|
|
aFilterName = pFilt->GetFilterName();
|
|
|
|
|
|
|
|
aParams->Put(SfxStringItem( SID_FILTER_NAME, aFilterName));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
SfxObjectShellRef xLock( this ); // ???
|
|
|
|
|
2006-07-13 12:28:42 +00:00
|
|
|
// use the title that is provided in the media descriptor
|
|
|
|
SFX_ITEMSET_ARG( aParams, pDocTitleItem, SfxStringItem, SID_DOCINFO_TITLE, sal_False );
|
|
|
|
if ( pDocTitleItem )
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
getDocProperties()->setTitle( pDocTitleItem->GetValue() );
|
2006-07-13 12:28:42 +00:00
|
|
|
|
2004-12-13 11:53:47 +00:00
|
|
|
bOk = CommonSaveAs_Impl( INetURLObject(aFileName), aFilterName,
|
|
|
|
aParams );
|
2002-03-26 15:29:12 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
// prevent picklist-entry
|
2002-03-26 15:29:12 +00:00
|
|
|
GetMedium()->SetUpdatePickList( FALSE );
|
|
|
|
}
|
|
|
|
|
|
|
|
return bOk;
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
|
|
|
|
{
|
|
|
|
{DBG_CHKTHIS(SfxObjectShell, 0);}
|
|
|
|
|
|
|
|
USHORT nId = rReq.GetSlot();
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2004-11-26 14:08:03 +00:00
|
|
|
if( SID_SIGNATURE == nId || SID_MACRO_SIGNATURE == nId )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
|
|
|
if ( QueryHiddenInformation( WhenSigning, NULL ) == RET_YES )
|
2004-11-26 14:08:03 +00:00
|
|
|
( SID_SIGNATURE == nId ) ? SignDocumentContent() : SignScriptingContent();
|
2004-08-31 11:36:00 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
if ( !GetMedium() && nId != SID_CLOSEDOC )
|
2002-07-10 15:27:51 +00:00
|
|
|
{
|
|
|
|
rReq.Ignore();
|
2000-09-18 16:07:07 +00:00
|
|
|
return;
|
2002-07-10 15:27:51 +00:00
|
|
|
}
|
2002-03-26 15:29:12 +00:00
|
|
|
|
2006-02-09 13:07:43 +00:00
|
|
|
// this guard is created here to have it destruction at the end of the method
|
|
|
|
SfxInstanceCloseGuard_Impl aModelGuard;
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
sal_Bool bIsPDFExport = sal_False;
|
2000-09-18 16:07:07 +00:00
|
|
|
switch(nId)
|
|
|
|
{
|
|
|
|
case SID_VERSION:
|
|
|
|
{
|
|
|
|
SfxViewFrame* pFrame = GetFrame();
|
|
|
|
if ( !pFrame )
|
|
|
|
pFrame = SfxViewFrame::GetFirst( this );
|
|
|
|
if ( !pFrame )
|
|
|
|
return;
|
|
|
|
|
2002-07-10 15:27:51 +00:00
|
|
|
if ( pFrame->GetFrame()->GetParentFrame() )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2002-07-10 15:27:51 +00:00
|
|
|
pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq );
|
|
|
|
return;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if ( !IsOwnStorageFormat_Impl( *GetMedium() ) )
|
|
|
|
return;
|
|
|
|
|
2007-07-17 12:44:02 +00:00
|
|
|
SfxVersionDialog *pDlg = new SfxVersionDialog( pFrame, IsSaveVersionOnClose() );
|
2000-09-18 16:07:07 +00:00
|
|
|
pDlg->Execute();
|
2007-07-17 12:44:02 +00:00
|
|
|
SetSaveVersionOnClose( pDlg->IsSaveVersionOnClose() );
|
2000-09-18 16:07:07 +00:00
|
|
|
delete pDlg;
|
2007-07-17 12:44:02 +00:00
|
|
|
rReq.Done();
|
2002-07-10 15:27:51 +00:00
|
|
|
return;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
case SID_DOCINFO:
|
|
|
|
{
|
|
|
|
SFX_REQUEST_ARG(rReq, pDocInfItem, SfxDocumentInfoItem, SID_DOCINFO, FALSE);
|
2007-07-17 12:44:02 +00:00
|
|
|
if ( pDocInfItem )
|
|
|
|
{
|
|
|
|
// parameter, e.g. from replayed macro
|
2009-01-21 15:28:14 +00:00
|
|
|
pDocInfItem->updateDocumentInfo(getDocProperties());
|
2007-07-17 12:44:02 +00:00
|
|
|
SetUseUserData( pDocInfItem->IsUseUserData() );
|
|
|
|
}
|
|
|
|
else
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2007-07-17 12:44:02 +00:00
|
|
|
// no argument containing DocInfo; check optional arguments
|
|
|
|
BOOL bReadOnly = IsReadOnly();
|
|
|
|
SFX_REQUEST_ARG(rReq, pROItem, SfxBoolItem, SID_DOC_READONLY, FALSE);
|
|
|
|
if ( pROItem )
|
|
|
|
// override readonly attribute of document
|
|
|
|
// e.g. if a readonly document is saved elsewhere and user asks for editing DocInfo before
|
|
|
|
bReadOnly = pROItem->GetValue();
|
|
|
|
|
|
|
|
// collect data for dialog
|
|
|
|
String aURL, aTitle;
|
|
|
|
if ( HasName() && !pImp->aNewName.Len() )
|
|
|
|
{
|
|
|
|
aURL = GetMedium()->GetName();
|
|
|
|
aTitle = GetTitle();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if ( !pImp->aNewName.Len() )
|
|
|
|
{
|
|
|
|
aURL = DEFINE_CONST_UNICODE( "private:factory/" );
|
|
|
|
aURL += String::CreateFromAscii( GetFactory().GetShortName() );
|
|
|
|
// aTitle = String( SfxResId( STR_NONAME ) );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
aURL = DEFINE_CONST_UNICODE( "[private:factory/" );
|
|
|
|
aURL += String::CreateFromAscii( GetFactory().GetShortName() );
|
|
|
|
aURL += DEFINE_CONST_UNICODE( "]" );
|
|
|
|
INetURLObject aURLObj( pImp->aNewName );
|
|
|
|
aURL += String(aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ));
|
|
|
|
// aTitle = aURLObj.GetBase();
|
|
|
|
}
|
|
|
|
|
|
|
|
aTitle = GetTitle();
|
|
|
|
}
|
|
|
|
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
SfxDocumentInfoItem aDocInfoItem( aURL, getDocProperties(),
|
2009-01-21 15:28:14 +00:00
|
|
|
IsUseUserData() );
|
2007-07-17 12:44:02 +00:00
|
|
|
if ( !GetSlotState( SID_DOCTEMPLATE ) )
|
|
|
|
// templates not supported
|
|
|
|
aDocInfoItem.SetTemplate(FALSE);
|
|
|
|
|
|
|
|
SfxItemSet aSet(GetPool(), SID_DOCINFO, SID_DOCINFO, SID_DOC_READONLY, SID_DOC_READONLY,
|
|
|
|
SID_EXPLORER_PROPS_START, SID_EXPLORER_PROPS_START, SID_BASEURL, SID_BASEURL,
|
|
|
|
0L );
|
|
|
|
aSet.Put( aDocInfoItem );
|
|
|
|
aSet.Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) );
|
|
|
|
aSet.Put( SfxStringItem( SID_EXPLORER_PROPS_START, aTitle ) );
|
|
|
|
aSet.Put( SfxStringItem( SID_BASEURL, GetMedium()->GetBaseURL() ) );
|
|
|
|
|
|
|
|
// creating dialog is done via virtual method; application will add its own statistics page
|
|
|
|
SfxDocumentInfoDialog *pDlg = CreateDocumentInfoDialog(0, aSet);
|
|
|
|
if ( RET_OK == pDlg->Execute() )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2007-07-17 12:44:02 +00:00
|
|
|
SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pDocInfoItem, SfxDocumentInfoItem, SID_DOCINFO, FALSE);
|
|
|
|
if ( pDocInfoItem )
|
|
|
|
{
|
|
|
|
// user has done some changes to DocumentInfo
|
2009-01-21 15:28:14 +00:00
|
|
|
pDocInfoItem->updateDocumentInfo(getDocProperties());
|
2007-07-17 12:44:02 +00:00
|
|
|
SetUseUserData( ((const SfxDocumentInfoItem *)pDocInfoItem)->IsUseUserData() );
|
|
|
|
|
|
|
|
// add data from dialog for possible recording purposes
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
rReq.AppendItem( SfxDocumentInfoItem( GetTitle(),
|
2009-01-21 15:28:14 +00:00
|
|
|
getDocProperties(), IsUseUserData() ) );
|
2007-07-17 12:44:02 +00:00
|
|
|
}
|
2002-04-05 10:32:19 +00:00
|
|
|
|
2002-07-10 15:27:51 +00:00
|
|
|
rReq.Done();
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
else
|
2007-07-17 12:44:02 +00:00
|
|
|
// nothing done; no recording
|
2000-09-18 16:07:07 +00:00
|
|
|
rReq.Ignore();
|
|
|
|
|
2007-07-17 12:44:02 +00:00
|
|
|
delete pDlg;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2002-03-26 15:29:12 +00:00
|
|
|
|
2002-08-26 06:40:01 +00:00
|
|
|
case SID_EXPORTDOCASPDF:
|
|
|
|
case SID_DIRECTEXPORTDOCASPDF:
|
2004-10-04 19:56:09 +00:00
|
|
|
bIsPDFExport = sal_True;
|
|
|
|
case SID_EXPORTDOC:
|
2000-09-18 16:07:07 +00:00
|
|
|
case SID_SAVEASDOC:
|
2004-10-04 19:56:09 +00:00
|
|
|
case SID_SAVEDOC:
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
//!! detaillierte Auswertung eines Fehlercodes
|
|
|
|
SfxObjectShellRef xLock( this );
|
|
|
|
|
2006-02-09 13:07:43 +00:00
|
|
|
// the model can not be closed till the end of this method
|
|
|
|
// if somebody tries to close it during this time the model will be closed
|
|
|
|
// at the end of the method
|
|
|
|
aModelGuard.Init_Impl( uno::Reference< util::XCloseable >( GetModel(), uno::UNO_QUERY ) );
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
sal_Bool bDialogUsed = sal_False;
|
|
|
|
sal_uInt32 nErrorCode = ERRCODE_NONE;
|
2005-07-20 11:26:35 +00:00
|
|
|
|
|
|
|
// by default versions should be preserved always except in case of an explicit
|
|
|
|
// SaveAs via GUI, so the flag must be set accordingly
|
|
|
|
pImp->bPreserveVersions = (nId == SID_SAVEDOC);
|
2004-10-04 19:56:09 +00:00
|
|
|
try
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2004-10-04 19:56:09 +00:00
|
|
|
SfxErrorContext aEc( ERRCTX_SFX_SAVEASDOC, GetTitle() ); // ???
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
// xmlsec05, check with SFX team
|
2005-11-11 09:20:30 +00:00
|
|
|
sal_uInt16 nState = GetDocumentSignatureState();
|
|
|
|
if ( SIGNATURESTATE_SIGNATURES_OK == nState
|
|
|
|
|| SIGNATURESTATE_SIGNATURES_INVALID == nState
|
|
|
|
|| SIGNATURESTATE_SIGNATURES_NOTVALIDATED == nState )
|
2004-10-04 19:56:09 +00:00
|
|
|
{
|
2005-11-11 09:20:30 +00:00
|
|
|
if ( QueryBox( NULL, SfxResId( RID_XMLSEC_QUERY_LOSINGSIGNATURE ) ).Execute() != RET_YES )
|
2004-10-04 19:56:09 +00:00
|
|
|
return;
|
|
|
|
}
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2005-02-25 08:36:27 +00:00
|
|
|
if ( nId == SID_SAVEASDOC )
|
|
|
|
{
|
|
|
|
// in case of plugin mode the SaveAs operation means SaveTo
|
|
|
|
SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pViewOnlyItem, SfxBoolItem, SID_VIEWONLY, FALSE );
|
|
|
|
if ( pViewOnlyItem && pViewOnlyItem->GetValue() )
|
|
|
|
rReq.AppendItem( SfxBoolItem( SID_SAVETO, sal_True ) );
|
|
|
|
}
|
|
|
|
|
2004-11-17 12:37:17 +00:00
|
|
|
// TODO/LATER: do the following GUI related actions in standalown method
|
|
|
|
// ========================================================================================================
|
|
|
|
// Introduce a status indicator for GUI operation
|
|
|
|
SFX_REQUEST_ARG( rReq, pStatusIndicatorItem, SfxUnoAnyItem, SID_PROGRESS_STATUSBAR_CONTROL, FALSE );
|
|
|
|
if ( !pStatusIndicatorItem )
|
|
|
|
{
|
|
|
|
// get statusindicator
|
|
|
|
uno::Reference< task::XStatusIndicator > xStatusIndicator;
|
|
|
|
SfxViewFrame *pFrame = GetFrame();
|
|
|
|
if ( pFrame && pFrame->GetFrame() )
|
|
|
|
{
|
|
|
|
uno::Reference< task::XStatusIndicatorFactory > xStatFactory(
|
|
|
|
pFrame->GetFrame()->GetFrameInterface(),
|
|
|
|
uno::UNO_QUERY );
|
|
|
|
if( xStatFactory.is() )
|
|
|
|
xStatusIndicator = xStatFactory->createStatusIndicator();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
OSL_ENSURE( xStatusIndicator.is(), "Can not retrieve default status indicator!\n" );
|
|
|
|
if ( xStatusIndicator.is() )
|
|
|
|
{
|
|
|
|
SfxUnoAnyItem aStatIndItem( SID_PROGRESS_STATUSBAR_CONTROL, uno::makeAny( xStatusIndicator ) );
|
|
|
|
|
|
|
|
if ( nId == SID_SAVEDOC )
|
|
|
|
{
|
|
|
|
// in case of saving it is not possible to transport the parameters from here
|
|
|
|
// but it is not clear here whether the saving will be done or saveAs operation
|
|
|
|
GetMedium()->GetItemSet()->Put( aStatIndItem );
|
|
|
|
}
|
|
|
|
|
|
|
|
rReq.AppendItem( aStatIndItem );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if ( nId == SID_SAVEDOC )
|
|
|
|
{
|
|
|
|
// in case of saving it is not possible to transport the parameters from here
|
|
|
|
// but it is not clear here whether the saving will be done or saveAs operation
|
|
|
|
GetMedium()->GetItemSet()->Put( *pStatusIndicatorItem );
|
|
|
|
}
|
|
|
|
|
|
|
|
// Introduce an interaction handler for GUI operation
|
|
|
|
SFX_REQUEST_ARG( rReq, pInteractionHandlerItem, SfxUnoAnyItem, SID_INTERACTIONHANDLER, FALSE );
|
|
|
|
if ( !pInteractionHandlerItem )
|
|
|
|
{
|
|
|
|
uno::Reference< task::XInteractionHandler > xInteract;
|
|
|
|
uno::Reference< lang::XMultiServiceFactory > xServiceManager = ::comphelper::getProcessServiceFactory();
|
|
|
|
if( xServiceManager.is() )
|
|
|
|
{
|
|
|
|
xInteract = Reference< XInteractionHandler >(
|
|
|
|
xServiceManager->createInstance( DEFINE_CONST_UNICODE("com.sun.star.task.InteractionHandler") ),
|
|
|
|
UNO_QUERY );
|
|
|
|
}
|
|
|
|
|
|
|
|
OSL_ENSURE( xInteract.is(), "Can not retrieve default status indicator!\n" );
|
|
|
|
if ( xInteract.is() )
|
|
|
|
{
|
|
|
|
SfxUnoAnyItem aInteractionItem( SID_INTERACTIONHANDLER, uno::makeAny( xInteract ) );
|
|
|
|
if ( nId == SID_SAVEDOC )
|
|
|
|
{
|
|
|
|
// in case of saving it is not possible to transport the parameters from here
|
|
|
|
// but it is not clear here whether the saving will be done or saveAs operation
|
|
|
|
GetMedium()->GetItemSet()->Put( aInteractionItem );
|
|
|
|
}
|
|
|
|
|
|
|
|
rReq.AppendItem( aInteractionItem );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if ( nId == SID_SAVEDOC )
|
|
|
|
{
|
|
|
|
// in case of saving it is not possible to transport the parameters from here
|
|
|
|
// but it is not clear here whether the saving will be done or saveAs operation
|
|
|
|
GetMedium()->GetItemSet()->Put( *pInteractionHandlerItem );
|
|
|
|
}
|
|
|
|
// ========================================================================================================
|
|
|
|
|
2007-08-02 16:08:44 +00:00
|
|
|
sal_Bool bPreselectPassword = sal_False;
|
2005-01-31 07:45:08 +00:00
|
|
|
SFX_ITEMSET_ARG( GetMedium()->GetItemSet(), pOldPasswordItem, SfxStringItem, SID_PASSWORD, FALSE );
|
2007-08-02 16:08:44 +00:00
|
|
|
if ( pOldPasswordItem )
|
|
|
|
bPreselectPassword = sal_True;
|
2005-01-31 07:45:08 +00:00
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
uno::Sequence< beans::PropertyValue > aDispatchArgs;
|
|
|
|
if ( rReq.GetArgs() )
|
|
|
|
TransformItems( nId,
|
|
|
|
*rReq.GetArgs(),
|
|
|
|
aDispatchArgs,
|
|
|
|
NULL );
|
|
|
|
|
|
|
|
const SfxSlot* pSlot = GetModule()->GetSlotPool()->GetSlot( nId );
|
|
|
|
if ( !pSlot )
|
|
|
|
throw uno::Exception();
|
|
|
|
|
|
|
|
uno::Reference< lang::XMultiServiceFactory > xEmptyFactory;
|
|
|
|
SfxStoringHelper aHelper( xEmptyFactory );
|
|
|
|
|
|
|
|
if ( QueryHiddenInformation( bIsPDFExport ? WhenCreatingPDF : WhenSaving, NULL ) == RET_YES )
|
|
|
|
bDialogUsed = aHelper.GUIStoreModel( GetModel(),
|
|
|
|
::rtl::OUString::createFromAscii( pSlot->GetUnoName() ),
|
2007-08-02 16:08:44 +00:00
|
|
|
aDispatchArgs,
|
2008-04-15 13:19:51 +00:00
|
|
|
bPreselectPassword,
|
|
|
|
GetSharedFileURL() );
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2006-03-24 12:16:10 +00:00
|
|
|
// the scripting signature might be preserved
|
|
|
|
// pImp->nScriptingSignatureState = SIGNATURESTATE_NOSIGNATURES;
|
2004-08-31 11:36:00 +00:00
|
|
|
pImp->nDocumentSignatureState = SIGNATURESTATE_NOSIGNATURES;
|
2005-04-08 15:22:51 +00:00
|
|
|
pImp->bSignatureErrorIsShown = sal_False;
|
2004-10-04 19:56:09 +00:00
|
|
|
|
|
|
|
// merge aDispatchArgs to the request
|
|
|
|
SfxAllItemSet aResultParams( GetPool() );
|
|
|
|
TransformParameters( nId,
|
|
|
|
aDispatchArgs,
|
|
|
|
aResultParams,
|
|
|
|
NULL );
|
|
|
|
rReq.SetArgs( aResultParams );
|
|
|
|
|
|
|
|
SFX_REQUEST_ARG( rReq, pFilterNameItem, SfxStringItem, SID_FILTER_NAME, FALSE );
|
|
|
|
::rtl::OUString aFilterName = pFilterNameItem ? ::rtl::OUString( pFilterNameItem->GetValue() )
|
|
|
|
: ::rtl::OUString();
|
|
|
|
const SfxFilter* pFilt = GetFactory().GetFilterContainer()->GetFilter4FilterName( aFilterName );
|
|
|
|
|
|
|
|
OSL_ENSURE( nId == SID_SAVEDOC || pFilt, "The filter can not be zero since it was used for storing!\n" );
|
|
|
|
if ( bDialogUsed && pFilt
|
|
|
|
&& pFilt->IsOwnFormat()
|
|
|
|
&& pFilt->UsesStorage()
|
|
|
|
&& pFilt->GetVersion() >= SOFFICE_FILEFORMAT_60 )
|
|
|
|
{
|
|
|
|
SfxViewFrame* pDocViewFrame = SfxViewFrame::GetFirst( this );
|
|
|
|
SfxFrame* pDocFrame = pDocViewFrame ? pDocViewFrame->GetFrame() : NULL;
|
|
|
|
if ( pDocFrame )
|
|
|
|
SfxHelp::OpenHelpAgent( pDocFrame, HID_DID_SAVE_PACKED_XML );
|
|
|
|
}
|
|
|
|
|
|
|
|
// the StoreAsURL/StoreToURL method have called this method with false
|
|
|
|
// so it has to be restored to true here since it is a call from GUI
|
|
|
|
GetMedium()->SetUpdatePickList( sal_True );
|
|
|
|
|
|
|
|
// TODO: in future it must be done in followind way
|
|
|
|
// if document is opened from GUI it is immediatelly appeares in the picklist
|
|
|
|
// if the document is a new one then it appeares in the picklist immediatelly
|
|
|
|
// after SaveAs operation triggered from GUI
|
|
|
|
}
|
|
|
|
catch( task::ErrorCodeIOException& aErrorEx )
|
|
|
|
{
|
|
|
|
nErrorCode = (sal_uInt32)aErrorEx.ErrCode;
|
|
|
|
}
|
|
|
|
catch( Exception& )
|
|
|
|
{
|
|
|
|
nErrorCode = ERRCODE_IO_GENERAL;
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
2004-10-04 19:56:09 +00:00
|
|
|
|
2005-07-20 11:26:35 +00:00
|
|
|
// by default versions should be preserved always except in case of an explicit
|
|
|
|
// SaveAs via GUI, so the flag must be reset to guarantee this
|
|
|
|
pImp->bPreserveVersions = sal_True;
|
2000-09-18 16:07:07 +00:00
|
|
|
ULONG lErr=GetErrorCode();
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
if ( !lErr && nErrorCode )
|
|
|
|
lErr = nErrorCode;
|
|
|
|
|
|
|
|
if ( lErr && nErrorCode == ERRCODE_NONE )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
SFX_REQUEST_ARG( rReq, pWarnItem, SfxBoolItem, SID_FAIL_ON_WARNING, FALSE );
|
|
|
|
if ( pWarnItem && pWarnItem->GetValue() )
|
2004-10-04 19:56:09 +00:00
|
|
|
nErrorCode = lErr;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
// may be nErrorCode should be shown in future
|
|
|
|
if ( lErr != ERRCODE_IO_ABORT )
|
2003-04-04 18:23:35 +00:00
|
|
|
{
|
|
|
|
SfxErrorContext aEc(ERRCTX_SFX_SAVEASDOC,GetTitle());
|
2004-10-04 19:56:09 +00:00
|
|
|
ErrorHandler::HandleError( lErr );
|
2003-04-04 18:23:35 +00:00
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2002-08-26 06:40:01 +00:00
|
|
|
if ( nId == SID_EXPORTDOCASPDF )
|
|
|
|
{
|
|
|
|
// This function is used by the SendMail function that needs information if a export
|
|
|
|
// file was written or not. This could be due to cancellation of the export
|
|
|
|
// or due to an error. So IO abort must be handled like an error!
|
2004-10-04 19:56:09 +00:00
|
|
|
nErrorCode = ( lErr != ERRCODE_IO_ABORT ) && ( nErrorCode == ERRCODE_NONE ) ? nErrorCode : lErr;
|
2002-08-26 06:40:01 +00:00
|
|
|
}
|
|
|
|
|
2004-10-04 19:56:09 +00:00
|
|
|
rReq.SetReturnValue( SfxBoolItem(0, nErrorCode == ERRCODE_NONE ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2002-08-26 06:40:01 +00:00
|
|
|
ResetError();
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
Invalidate();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2002-03-26 15:29:12 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
case SID_CLOSEDOC:
|
|
|
|
{
|
2002-10-07 08:56:25 +00:00
|
|
|
SfxViewFrame *pFrame = GetFrame();
|
|
|
|
if ( pFrame && pFrame->GetFrame()->GetParentFrame() )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2002-10-07 08:56:25 +00:00
|
|
|
// Wenn SID_CLOSEDOC "uber Menue etc. ausgef"uhrt wird, das
|
|
|
|
// aktuelle Dokument aber in einem Frame liegt, soll eigentlich
|
|
|
|
// das FrameSetDocument geclosed werden
|
|
|
|
pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq );
|
|
|
|
rReq.Done();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
BOOL bInFrameSet = FALSE;
|
|
|
|
USHORT nFrames=0;
|
|
|
|
pFrame = SfxViewFrame::GetFirst( this );
|
|
|
|
while ( pFrame )
|
|
|
|
{
|
|
|
|
if ( pFrame->GetFrame()->GetParentFrame() )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2002-10-07 08:56:25 +00:00
|
|
|
// Auf dieses Dokument existiert noch eine Sicht, die
|
|
|
|
// in einem FrameSet liegt; diese darf nat"urlich nicht
|
|
|
|
// geclosed werden
|
|
|
|
bInFrameSet = TRUE;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
2002-10-07 08:56:25 +00:00
|
|
|
else
|
|
|
|
nFrames++;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2002-10-07 08:56:25 +00:00
|
|
|
pFrame = SfxViewFrame::GetNext( *pFrame, this );
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( bInFrameSet )
|
|
|
|
{
|
|
|
|
// Alle Sichten, die nicht in einem FrameSet liegen, closen
|
2000-09-18 16:07:07 +00:00
|
|
|
pFrame = SfxViewFrame::GetFirst( this );
|
|
|
|
while ( pFrame )
|
|
|
|
{
|
2002-10-07 08:56:25 +00:00
|
|
|
if ( !pFrame->GetFrame()->GetParentFrame() )
|
|
|
|
pFrame->GetFrame()->DoClose();
|
2000-09-18 16:07:07 +00:00
|
|
|
pFrame = SfxViewFrame::GetNext( *pFrame, this );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Parameter auswerten
|
|
|
|
SFX_REQUEST_ARG(rReq, pSaveItem, SfxBoolItem, SID_CLOSEDOC_SAVE, FALSE);
|
|
|
|
SFX_REQUEST_ARG(rReq, pNameItem, SfxStringItem, SID_CLOSEDOC_FILENAME, FALSE);
|
|
|
|
if ( pSaveItem )
|
|
|
|
{
|
|
|
|
if ( pSaveItem->GetValue() )
|
|
|
|
{
|
|
|
|
if ( !pNameItem )
|
|
|
|
{
|
|
|
|
SbxBase::SetError( SbxERR_WRONG_ARGS );
|
|
|
|
rReq.Ignore();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
SfxAllItemSet aArgs( GetPool() );
|
|
|
|
SfxStringItem aTmpItem( SID_FILE_NAME, pNameItem->GetValue() );
|
|
|
|
aArgs.Put( aTmpItem, aTmpItem.Which() );
|
|
|
|
SfxRequest aSaveAsReq( SID_SAVEASDOC, SFX_CALLMODE_API, aArgs );
|
|
|
|
ExecFile_Impl( aSaveAsReq );
|
|
|
|
if ( !aSaveAsReq.IsDone() )
|
|
|
|
{
|
|
|
|
rReq.Ignore();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
SetModified(FALSE);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Benutzer bricht ab?
|
2001-08-31 14:52:31 +00:00
|
|
|
if ( !PrepareClose( 2 ) )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
rReq.SetReturnValue( SfxBoolItem(0, FALSE) );
|
|
|
|
rReq.Done();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2001-11-01 16:52:06 +00:00
|
|
|
SetModified( FALSE );
|
2000-09-18 16:07:07 +00:00
|
|
|
ULONG lErr = GetErrorCode();
|
|
|
|
ErrorHandler::HandleError(lErr);
|
|
|
|
|
|
|
|
rReq.SetReturnValue( SfxBoolItem(0, TRUE) );
|
|
|
|
rReq.Done();
|
|
|
|
rReq.ReleaseArgs(); // da der Pool in Close zerst"ort wird
|
2006-05-02 15:43:46 +00:00
|
|
|
DoClose();
|
2000-09-18 16:07:07 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
case SID_DOCTEMPLATE:
|
|
|
|
{
|
|
|
|
// speichern als Dokumentvorlagen
|
|
|
|
SfxDocumentTemplateDlg *pDlg = 0;
|
|
|
|
SfxErrorContext aEc(ERRCTX_SFX_DOCTEMPLATE,GetTitle());
|
|
|
|
SfxDocumentTemplates *pTemplates = new SfxDocumentTemplates;
|
|
|
|
|
|
|
|
if ( !rReq.GetArgs() )
|
|
|
|
{
|
|
|
|
pDlg = new SfxDocumentTemplateDlg(0, pTemplates);
|
|
|
|
if ( RET_OK == pDlg->Execute() && pDlg->GetTemplateName().Len())
|
|
|
|
{
|
|
|
|
rReq.AppendItem(SfxStringItem(
|
|
|
|
SID_TEMPLATE_NAME, pDlg->GetTemplateName()));
|
2006-07-13 12:28:42 +00:00
|
|
|
rReq.AppendItem(SfxStringItem(
|
|
|
|
SID_TEMPLATE_REGIONNAME, pDlg->GetRegionName()));
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
delete pDlg;
|
|
|
|
rReq.Ignore();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
SFX_REQUEST_ARG(rReq, pRegionItem, SfxStringItem, SID_TEMPLATE_REGIONNAME, FALSE);
|
|
|
|
SFX_REQUEST_ARG(rReq, pNameItem, SfxStringItem, SID_TEMPLATE_NAME, FALSE);
|
|
|
|
SFX_REQUEST_ARG(rReq, pRegionNrItem, SfxUInt16Item, SID_TEMPLATE_REGION, FALSE);
|
|
|
|
if ( (!pRegionItem && !pRegionNrItem ) || !pNameItem )
|
|
|
|
{
|
|
|
|
DBG_ASSERT( rReq.IsAPI(), "non-API call without Arguments" );
|
|
|
|
SbxBase::SetError( SbxERR_WRONG_ARGS );
|
|
|
|
rReq.Ignore();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2006-07-13 12:28:42 +00:00
|
|
|
::rtl::OUString aTemplateName = pNameItem->GetValue();
|
|
|
|
::rtl::OUString aTemplateGroup;
|
|
|
|
if ( pRegionItem )
|
|
|
|
aTemplateGroup = pRegionItem->GetValue();
|
|
|
|
else
|
|
|
|
// pRegionNrItem must not be NULL, it was just checked
|
|
|
|
aTemplateGroup = pTemplates->GetFullRegionName( pRegionNrItem->GetValue() );
|
|
|
|
// check Group and Name
|
|
|
|
delete pTemplates;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2006-07-13 12:28:42 +00:00
|
|
|
sal_Bool bOk = sal_False;
|
|
|
|
try
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
2006-07-13 12:28:42 +00:00
|
|
|
uno::Reference< frame::XStorable > xStorable( GetModel(), uno::UNO_QUERY_THROW );
|
|
|
|
::rtl::OUString aService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.DocumentTemplates" ) );
|
|
|
|
uno::Reference< frame::XDocumentTemplates > xTemplates(
|
|
|
|
comphelper::getProcessServiceFactory()->createInstance( aService ),
|
|
|
|
uno::UNO_QUERY_THROW );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2006-07-13 12:28:42 +00:00
|
|
|
bOk = xTemplates->storeTemplate( aTemplateGroup, aTemplateName, xStorable );
|
|
|
|
}
|
|
|
|
catch( uno::Exception& )
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
DELETEX(pDlg);
|
|
|
|
|
2006-07-13 12:28:42 +00:00
|
|
|
rReq.SetReturnValue( SfxBoolItem( 0, bOk ) );
|
|
|
|
if ( bOk )
|
|
|
|
{
|
|
|
|
// update the Organizer runtime cache from the template component if the cache has already been created
|
|
|
|
// TODO/LATER: get rid of this cache duplication
|
|
|
|
SfxDocumentTemplates aTemplates;
|
|
|
|
aTemplates.ReInitFromComponent();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ErrorHandler::HandleError( ERRCODE_IO_GENERAL );
|
2000-09-18 16:07:07 +00:00
|
|
|
return;
|
2006-07-13 12:28:42 +00:00
|
|
|
}
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Picklisten-Eintrag verhindern
|
|
|
|
if ( rReq.IsAPI() )
|
|
|
|
GetMedium()->SetUpdatePickList( FALSE );
|
|
|
|
else if ( rReq.GetArgs() )
|
|
|
|
{
|
|
|
|
SFX_ITEMSET_GET( *rReq.GetArgs(), pPicklistItem, SfxBoolItem, SID_PICKLIST, FALSE );
|
|
|
|
if ( pPicklistItem )
|
|
|
|
GetMedium()->SetUpdatePickList( pPicklistItem->GetValue() );
|
|
|
|
}
|
|
|
|
|
|
|
|
// Ignore()-Zweige haben schon returnt
|
|
|
|
rReq.Done();
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SfxObjectShell::GetState_Impl(SfxItemSet &rSet)
|
|
|
|
{
|
|
|
|
DBG_CHKTHIS(SfxObjectShell, 0);
|
|
|
|
SfxWhichIter aIter( rSet );
|
2004-10-04 19:56:09 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
for ( USHORT nWhich = aIter.FirstWhich(); nWhich; nWhich = aIter.NextWhich() )
|
|
|
|
{
|
|
|
|
switch ( nWhich )
|
|
|
|
{
|
|
|
|
case SID_DOCTEMPLATE :
|
|
|
|
{
|
|
|
|
if ( !GetFactory().GetTemplateFilter() )
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_VERSION:
|
|
|
|
{
|
|
|
|
SfxObjectShell *pDoc = this;
|
|
|
|
SfxViewFrame* pFrame = GetFrame();
|
|
|
|
if ( !pFrame )
|
|
|
|
pFrame = SfxViewFrame::GetFirst( this );
|
|
|
|
if ( pFrame )
|
|
|
|
{
|
|
|
|
if ( pFrame->GetFrame()->GetParentFrame() )
|
|
|
|
{
|
|
|
|
pFrame = pFrame->GetTopViewFrame();
|
|
|
|
pDoc = pFrame->GetObjectShell();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( !pFrame || !pDoc->HasName() ||
|
2004-10-04 19:56:09 +00:00
|
|
|
!IsOwnStorageFormat_Impl( *pDoc->GetMedium() ) )
|
|
|
|
//REMOVE || pDoc->GetMedium()->GetStorage()->GetVersion() < SOFFICE_FILEFORMAT_50 )
|
2000-09-18 16:07:07 +00:00
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case SID_SAVEDOC:
|
|
|
|
{
|
|
|
|
BOOL bMediumRO = IsReadOnlyMedium();
|
|
|
|
if ( !bMediumRO && GetMedium() && IsModified() )
|
|
|
|
rSet.Put(SfxStringItem(
|
|
|
|
nWhich, String(SfxResId(STR_SAVEDOC))));
|
|
|
|
else
|
|
|
|
rSet.DisableItem(nWhich);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_DOCINFO:
|
|
|
|
if ( 0 != ( pImp->eFlags & SFXOBJECTSHELL_NODOCINFO ) )
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_CLOSEDOC:
|
|
|
|
{
|
|
|
|
SfxObjectShell *pDoc = this;
|
|
|
|
SfxViewFrame *pFrame = GetFrame();
|
|
|
|
if ( pFrame && pFrame->GetFrame()->GetParentFrame() )
|
|
|
|
{
|
|
|
|
// Wenn SID_CLOSEDOC "uber Menue etc. ausgef"uhrt wird, das
|
|
|
|
// aktuelle Dokument aber in einem Frame liegt, soll eigentlich
|
|
|
|
// das FrameSetDocument geclosed werden
|
|
|
|
pDoc = pFrame->GetTopViewFrame()->GetObjectShell();
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( pDoc->GetFlags() & SFXOBJECTSHELL_DONTCLOSE )
|
|
|
|
rSet.DisableItem(nWhich);
|
|
|
|
else
|
|
|
|
rSet.Put(SfxStringItem(nWhich, String(SfxResId(STR_CLOSEDOC))));
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_SAVEASDOC:
|
|
|
|
{
|
|
|
|
if( ( pImp->nLoadedFlags & SFX_LOADED_MAINDOCUMENT ) != SFX_LOADED_MAINDOCUMENT )
|
|
|
|
{
|
|
|
|
rSet.DisableItem( nWhich );
|
|
|
|
break;
|
|
|
|
}
|
2004-01-28 18:14:07 +00:00
|
|
|
/*
|
2003-03-27 10:29:38 +00:00
|
|
|
const SfxFilter* pCombinedFilters = NULL;
|
2003-09-19 07:01:31 +00:00
|
|
|
SfxFilterContainer* pFilterContainer = GetFactory().GetFilterContainer();
|
2003-03-27 10:29:38 +00:00
|
|
|
|
|
|
|
if ( pFilterContainer )
|
|
|
|
{
|
|
|
|
SfxFilterFlags nMust = SFX_FILTER_IMPORT | SFX_FILTER_EXPORT;
|
2004-01-28 18:14:07 +00:00
|
|
|
SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED | SFX_FILTER_INTERNAL;
|
2003-03-27 10:29:38 +00:00
|
|
|
|
|
|
|
pCombinedFilters = pFilterContainer->GetAnyFilter( nMust, nDont );
|
|
|
|
}
|
2004-01-28 18:14:07 +00:00
|
|
|
*/
|
|
|
|
if ( /*!pCombinedFilters ||*/ !GetMedium() )
|
2003-03-27 10:29:38 +00:00
|
|
|
rSet.DisableItem( nWhich );
|
2000-09-18 16:07:07 +00:00
|
|
|
else
|
|
|
|
rSet.Put( SfxStringItem( nWhich, String( SfxResId( STR_SAVEASDOC ) ) ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2002-08-26 06:40:01 +00:00
|
|
|
case SID_EXPORTDOCASPDF:
|
|
|
|
case SID_DIRECTEXPORTDOCASPDF:
|
|
|
|
{
|
2005-04-01 15:16:01 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
search for filter cant work correctly ...
|
|
|
|
Because it's not clear, which export filter for which office module
|
|
|
|
must be searched. On the other side it can be very expensive doing so.
|
|
|
|
The best solution would be: on installation time we should know if pdf feature
|
|
|
|
was installed or not!!! (e.g. by writing a bool inside cfg)
|
|
|
|
|
2003-09-19 07:01:31 +00:00
|
|
|
SfxFilterContainer* pFilterContainer = GetFactory().GetFilterContainer();
|
2002-08-26 06:40:01 +00:00
|
|
|
if ( pFilterContainer )
|
|
|
|
{
|
2004-01-28 18:14:07 +00:00
|
|
|
String aPDFExtension = String::CreateFromAscii( "pdf" );
|
2002-08-26 06:40:01 +00:00
|
|
|
const SfxFilter* pFilter = pFilterContainer->GetFilter4Extension( aPDFExtension, SFX_FILTER_EXPORT );
|
|
|
|
if ( pFilter != NULL )
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
rSet.DisableItem( nWhich );
|
2005-04-01 15:16:01 +00:00
|
|
|
*/
|
2002-08-26 06:40:01 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
case SID_DOC_MODIFIED:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxStringItem( SID_DOC_MODIFIED, IsModified() ? '*' : ' ' ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_MODIFIED:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxBoolItem( SID_MODIFIED, IsModified() ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_TITLE:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxStringItem(
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
SID_DOCINFO_TITLE, getDocProperties()->getTitle() ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case SID_FILE_NAME:
|
|
|
|
{
|
|
|
|
if( GetMedium() && HasName() )
|
|
|
|
rSet.Put( SfxStringItem(
|
|
|
|
SID_FILE_NAME, GetMedium()->GetName() ) );
|
|
|
|
break;
|
|
|
|
}
|
2004-08-31 11:36:00 +00:00
|
|
|
case SID_SIGNATURE:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxUInt16Item( SID_SIGNATURE, GetDocumentSignatureState() ) );
|
|
|
|
break;
|
|
|
|
}
|
2004-11-26 14:08:03 +00:00
|
|
|
case SID_MACRO_SIGNATURE:
|
|
|
|
{
|
2005-01-18 13:39:16 +00:00
|
|
|
rSet.Put( SfxUInt16Item( SID_MACRO_SIGNATURE, GetScriptingSignatureState() ) );
|
2004-11-26 14:08:03 +00:00
|
|
|
break;
|
|
|
|
}
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SfxObjectShell::ExecProps_Impl(SfxRequest &rReq)
|
|
|
|
{
|
|
|
|
switch ( rReq.GetSlot() )
|
|
|
|
{
|
|
|
|
case SID_MODIFIED:
|
|
|
|
{
|
|
|
|
SetModified( ( (SfxBoolItem&) rReq.GetArgs()->Get(SID_MODIFIED)).GetValue() );
|
|
|
|
rReq.Done();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCTITLE:
|
|
|
|
SetTitle( ( (SfxStringItem&) rReq.GetArgs()->Get(SID_DOCTITLE)).GetValue() );
|
|
|
|
rReq.Done();
|
|
|
|
break;
|
|
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
case SID_PLAYMACRO:
|
|
|
|
{
|
|
|
|
SFX_APP()->PlayMacro_Impl( rReq, GetBasic() );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_AUTHOR :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue();
|
|
|
|
getDocProperties()->setAuthor( aStr );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_COMMENTS :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue();
|
|
|
|
getDocProperties()->setDescription( aStr );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_KEYWORDS :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
::rtl::OUString aStr = ( (SfxStringItem&)rReq.GetArgs()->Get(rReq.GetSlot())).GetValue();
|
|
|
|
getDocProperties()->setKeywords(
|
|
|
|
::comphelper::string::convertCommaSeparated(aStr) );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SfxObjectShell::StateProps_Impl(SfxItemSet &rSet)
|
|
|
|
{
|
|
|
|
SfxWhichIter aIter(rSet);
|
|
|
|
for ( USHORT nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() )
|
|
|
|
{
|
|
|
|
switch ( nSID )
|
|
|
|
{
|
|
|
|
case SID_DOCINFO_AUTHOR :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
rSet.Put( SfxStringItem( nSID,
|
|
|
|
getDocProperties()->getAuthor() ) );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_COMMENTS :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
rSet.Put( SfxStringItem( nSID,
|
|
|
|
getDocProperties()->getDescription()) );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCINFO_KEYWORDS :
|
|
|
|
{
|
INTEGRATION: CWS custommeta (1.101.20); FILE MERGED
2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
+ remove functions convertCommaSeparated (moved to comphelper/string.hxx)
- sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
+ adapt to convertCommaSeparated change (moved to comphelper)
2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
+ remove SfxDocumentInfo member
+ remove method SfxObjectShell::GetDocInfo
+ add method SfxObjectShell::getDocProperties
+ use XDocumentProperties instead of SfxDocumentInfo
+ adapt to new SfxDocumentInfoItem
- sfx2/source/doc/sfxbasemodel.cxx:
+ move creation of backup of document meta-data in case of
saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
+ adapt to new SfxDocumentInfoItem
2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
+ refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
to delay initialization of the latter
2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo
- sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
+ removed SfxDocumentInfo::operator= and operator==
the assignment operator cannot be implemented reliably anymore
+ changed semantics of copy constructor!
now it creates a clone of the contained XDocumentInfo object
2008-02-26 14:09:58 +00:00
|
|
|
rSet.Put( SfxStringItem( nSID, ::comphelper::string::
|
|
|
|
convertCommaSeparated(getDocProperties()->getKeywords())) );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCPATH:
|
|
|
|
{
|
2000-11-16 14:59:14 +00:00
|
|
|
DBG_ERROR( "Not supported anymore!" );
|
2000-09-18 16:07:07 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCFULLNAME:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxStringItem( SID_DOCFULLNAME, GetTitle(SFX_TITLE_FULLNAME) ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOCTITLE:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxStringItem( SID_DOCTITLE, GetTitle() ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOC_READONLY:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxBoolItem( SID_DOC_READONLY, IsReadOnly() ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOC_SAVED:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxBoolItem( SID_DOC_SAVED, !IsModified() ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_CLOSING:
|
|
|
|
{
|
|
|
|
rSet.Put( SfxBoolItem( SID_CLOSING, Get_Impl()->bInCloseEvent ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SID_DOC_LOADING:
|
|
|
|
rSet.Put( SfxBoolItem( nSID, SFX_LOADED_MAINDOCUMENT !=
|
|
|
|
( pImp->nLoadedFlags & SFX_LOADED_MAINDOCUMENT ) ) );
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SID_IMG_LOADING:
|
|
|
|
rSet.Put( SfxBoolItem( nSID, SFX_LOADED_IMAGES !=
|
|
|
|
( pImp->nLoadedFlags & SFX_LOADED_IMAGES ) ) );
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SfxObjectShell::ExecView_Impl(SfxRequest &rReq)
|
|
|
|
{
|
|
|
|
switch ( rReq.GetSlot() )
|
|
|
|
{
|
|
|
|
case SID_ACTIVATE:
|
|
|
|
{
|
|
|
|
SfxViewFrame *pFrame =
|
|
|
|
SfxViewFrame::GetFirst( this, TYPE(SfxTopViewFrame), TRUE );
|
|
|
|
if ( pFrame )
|
|
|
|
pFrame->GetFrame()->Appear();
|
|
|
|
rReq.SetReturnValue( SfxObjectItem( 0, pFrame ) );
|
|
|
|
rReq.Done();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case SID_NEWWINDOWFOREDIT:
|
|
|
|
{
|
|
|
|
SfxViewFrame* pFrame = SfxViewFrame::Current();
|
|
|
|
if( pFrame->GetObjectShell() == this &&
|
|
|
|
( pFrame->GetFrameType() & SFXFRAME_HASTITLE ) )
|
|
|
|
pFrame->ExecuteSlot( rReq );
|
|
|
|
else
|
|
|
|
{
|
|
|
|
String aFileName( GetObjectShell()->GetMedium()->GetName() );
|
|
|
|
if ( aFileName.Len() )
|
|
|
|
{
|
|
|
|
SfxStringItem aName( SID_FILE_NAME, aFileName );
|
|
|
|
SfxBoolItem aCreateView( SID_OPEN_NEW_VIEW, TRUE );
|
|
|
|
SFX_APP()->GetAppDispatcher_Impl()->Execute(
|
|
|
|
SID_OPENDOC, SFX_CALLMODE_ASYNCHRON, &aName,
|
|
|
|
&aCreateView, 0L);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//--------------------------------------------------------------------
|
|
|
|
|
2006-06-19 21:29:50 +00:00
|
|
|
void SfxObjectShell::StateView_Impl(SfxItemSet& /*rSet*/)
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2006-03-24 12:16:10 +00:00
|
|
|
sal_uInt16 SfxObjectShell::ImplCheckSignaturesInformation( const uno::Sequence< security::DocumentSignatureInformation >& aInfos )
|
|
|
|
{
|
|
|
|
sal_Bool bCertValid = sal_True;
|
|
|
|
sal_uInt16 nResult = SIGNATURESTATE_NOSIGNATURES;
|
|
|
|
int nInfos = aInfos.getLength();
|
|
|
|
if( nInfos )
|
|
|
|
{
|
|
|
|
//These errors of certificates are allowed
|
|
|
|
sal_Int32 nNonErrors = security::CertificateValidity::VALID |
|
|
|
|
security::CertificateValidity::UNKNOWN_REVOKATION;
|
|
|
|
//Build a mask to filter out the allowed errors
|
|
|
|
sal_Int32 nMask = ~nNonErrors;
|
|
|
|
|
|
|
|
nResult = SIGNATURESTATE_SIGNATURES_OK;
|
|
|
|
for ( int n = 0; n < nInfos; n++ )
|
|
|
|
{
|
|
|
|
if ( bCertValid )
|
|
|
|
{
|
|
|
|
sal_Int32 nCertStat = aInfos[n].CertificateStatus;
|
|
|
|
// "subtract" the allowed error flags from the result
|
|
|
|
sal_Int32 nErrors = ( nCertStat & nMask );
|
|
|
|
bCertValid = nErrors > 0 ? sal_False : sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( !aInfos[n].SignatureIsValid )
|
|
|
|
{
|
|
|
|
nResult = SIGNATURESTATE_SIGNATURES_BROKEN;
|
|
|
|
break; // we know enough
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( nResult == SIGNATURESTATE_SIGNATURES_OK && !bCertValid )
|
|
|
|
nResult = SIGNATURESTATE_SIGNATURES_NOTVALIDATED;
|
|
|
|
|
|
|
|
// this code must not check whether the document is modified
|
|
|
|
// it should only check the provided info
|
|
|
|
|
|
|
|
return nResult;
|
|
|
|
}
|
2004-08-31 11:36:00 +00:00
|
|
|
|
|
|
|
sal_uInt16 SfxObjectShell::ImplGetSignatureState( sal_Bool bScriptingContent )
|
|
|
|
{
|
|
|
|
sal_Int16* pState = bScriptingContent ? &pImp->nScriptingSignatureState : &pImp->nDocumentSignatureState;
|
|
|
|
|
|
|
|
if ( *pState == SIGNATURESTATE_UNKNOWN )
|
|
|
|
{
|
|
|
|
*pState = SIGNATURESTATE_NOSIGNATURES;
|
|
|
|
|
2009-02-19 08:26:23 +00:00
|
|
|
if ( GetMedium() && GetMedium()->GetName().Len() && IsOwnStorageFormat_Impl( *GetMedium()) && GetMedium()->GetStorage().is() )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
2004-09-08 07:55:54 +00:00
|
|
|
try
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
2004-09-08 07:55:54 +00:00
|
|
|
uno::Reference< security::XDocumentDigitalSignatures > xD(
|
|
|
|
comphelper::getProcessServiceFactory()->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.security.DocumentDigitalSignatures" ) ) ), uno::UNO_QUERY );
|
|
|
|
|
|
|
|
if ( xD.is() )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
2005-11-11 09:20:30 +00:00
|
|
|
::com::sun::star::uno::Sequence< security::DocumentSignatureInformation > aInfos;
|
2004-11-26 14:08:03 +00:00
|
|
|
if ( bScriptingContent )
|
2005-03-10 17:22:00 +00:00
|
|
|
aInfos = xD->verifyScriptingContentSignatures( GetMedium()->GetLastCommitReadStorage_Impl(),
|
|
|
|
uno::Reference< io::XInputStream >() );
|
2004-11-26 14:08:03 +00:00
|
|
|
else
|
2005-03-10 17:22:00 +00:00
|
|
|
aInfos = xD->verifyDocumentContentSignatures( GetMedium()->GetLastCommitReadStorage_Impl(),
|
|
|
|
uno::Reference< io::XInputStream >() );
|
2004-11-26 14:08:03 +00:00
|
|
|
|
2006-03-24 12:16:10 +00:00
|
|
|
*pState = ImplCheckSignaturesInformation( aInfos );
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
|
|
|
}
|
2004-09-08 07:55:54 +00:00
|
|
|
catch( com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
}
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-03-24 12:16:10 +00:00
|
|
|
if ( *pState == SIGNATURESTATE_SIGNATURES_OK || *pState == SIGNATURESTATE_SIGNATURES_NOTVALIDATED )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
|
|
|
if ( IsModified() )
|
|
|
|
*pState = SIGNATURESTATE_SIGNATURES_INVALID;
|
|
|
|
}
|
|
|
|
|
|
|
|
return (sal_uInt16)*pState;
|
|
|
|
}
|
|
|
|
|
|
|
|
void SfxObjectShell::ImplSign( sal_Bool bScriptingContent )
|
|
|
|
{
|
2008-05-14 09:30:29 +00:00
|
|
|
// Check if it is stored in OASIS format...
|
|
|
|
if ( GetMedium() && GetMedium()->GetFilter()
|
|
|
|
&& ( !GetMedium()->GetFilter()->IsOwnFormat() || !GetMedium()->HasStorage_Impl() ) )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
2008-05-14 09:30:29 +00:00
|
|
|
// Only OASIS and OOo6.x formats will be handled further
|
|
|
|
InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// check whether the document is signed
|
|
|
|
ImplGetSignatureState( sal_False ); // document signature
|
|
|
|
ImplGetSignatureState( sal_True ); // script signature
|
|
|
|
sal_Bool bHasSign = ( pImp->nScriptingSignatureState != SIGNATURESTATE_NOSIGNATURES || pImp->nDocumentSignatureState != SIGNATURESTATE_NOSIGNATURES );
|
|
|
|
|
|
|
|
// the target ODF version on saving
|
|
|
|
SvtSaveOptions aSaveOpt;
|
|
|
|
SvtSaveOptions::ODFDefaultVersion nVersion = aSaveOpt.GetODFDefaultVersion();
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2008-05-14 09:30:29 +00:00
|
|
|
// the document is not new and is not modified
|
|
|
|
::rtl::OUString aODFVersion;
|
|
|
|
try
|
|
|
|
{
|
|
|
|
// check the version of the document
|
|
|
|
uno::Reference < beans::XPropertySet > xPropSet( GetStorage(), uno::UNO_QUERY_THROW );
|
|
|
|
xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aODFVersion;
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
2008-05-14 09:30:29 +00:00
|
|
|
catch( uno::Exception& )
|
|
|
|
{}
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2008-05-14 09:30:29 +00:00
|
|
|
bool bNoSig = false;
|
|
|
|
|
|
|
|
if ( IsModified() || !GetMedium() || !GetMedium()->GetName().Len()
|
|
|
|
|| !aODFVersion.equals( ODFVER_012_TEXT ) && !bHasSign )
|
2004-08-31 11:36:00 +00:00
|
|
|
{
|
2008-05-14 09:30:29 +00:00
|
|
|
// the document might need saving ( new, modified or in ODF1.1 format without signature )
|
|
|
|
|
|
|
|
if ( nVersion == SvtSaveOptions::ODFVER_012 )
|
|
|
|
{
|
|
|
|
|
|
|
|
if ( bHasSign && QueryBox( NULL, SfxResId( MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN ) ).Execute() == RET_YES
|
|
|
|
|| !bHasSign && QueryBox( NULL, SfxResId( RID_XMLSEC_QUERY_SAVEBEFORESIGN ) ).Execute() == RET_YES )
|
|
|
|
{
|
|
|
|
USHORT nId = SID_SAVEDOC;
|
|
|
|
if ( !GetMedium() || !GetMedium()->GetName().Len() )
|
|
|
|
nId = SID_SAVEASDOC;
|
|
|
|
SfxRequest aSaveRequest( nId, 0, GetPool() );
|
|
|
|
//ToDo: Review. We needed to call SetModified, otherwise the document would not be saved.
|
|
|
|
SetModified(sal_True);
|
|
|
|
ExecFile_Impl( aSaveRequest );
|
|
|
|
|
|
|
|
// Check if it is stored in OASIS format...
|
|
|
|
if ( GetMedium() && GetMedium()->GetFilter()
|
|
|
|
&& ( !GetMedium()->GetFilter()->IsOwnFormat() || !GetMedium()->HasStorage_Impl()
|
|
|
|
|| SotStorage::GetVersion( GetMedium()->GetStorage() ) <= SOFFICE_FILEFORMAT_60 ) )
|
|
|
|
{
|
|
|
|
// Only OASIS format will be handled further
|
|
|
|
InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
//When the document is modified then we must not show the digital signatures dialog
|
|
|
|
//If we have come here then the user denied to save.
|
|
|
|
if (!bHasSign)
|
|
|
|
|
|
|
|
bNoSig = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ErrorBox( NULL, WB_OK, SfxResId( STR_XMLSEC_ODF12_EXPECTED ) ).Execute();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( IsModified() || !GetMedium() || !GetMedium()->GetName().Len() )
|
|
|
|
return;
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
|
|
|
|
2005-07-12 11:26:12 +00:00
|
|
|
// the document is not modified currently, so it can not become modified after signing
|
|
|
|
sal_Bool bAllowModifiedBack = sal_False;
|
|
|
|
if ( IsEnableSetModified() )
|
|
|
|
{
|
|
|
|
EnableSetModified( sal_False );
|
|
|
|
bAllowModifiedBack = sal_True;
|
|
|
|
}
|
|
|
|
|
2008-05-14 09:30:29 +00:00
|
|
|
if ( ! bNoSig && GetMedium()->SignContents_Impl( bScriptingContent ) )
|
2005-03-10 17:22:00 +00:00
|
|
|
{
|
|
|
|
if ( bScriptingContent )
|
|
|
|
pImp->nScriptingSignatureState = SIGNATURESTATE_UNKNOWN;// Re-Check
|
|
|
|
else
|
|
|
|
pImp->nDocumentSignatureState = SIGNATURESTATE_UNKNOWN;// Re-Check
|
2004-08-31 11:36:00 +00:00
|
|
|
|
2005-04-08 15:22:51 +00:00
|
|
|
pImp->bSignatureErrorIsShown = sal_False;
|
|
|
|
|
2005-03-10 17:22:00 +00:00
|
|
|
Invalidate( SID_SIGNATURE );
|
|
|
|
Invalidate( SID_MACRO_SIGNATURE );
|
|
|
|
Broadcast( SfxSimpleHint(SFX_HINT_TITLECHANGED) );
|
|
|
|
}
|
2005-07-12 11:26:12 +00:00
|
|
|
|
|
|
|
if ( bAllowModifiedBack )
|
|
|
|
EnableSetModified( sal_True );
|
2004-08-31 11:36:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sal_uInt16 SfxObjectShell::GetDocumentSignatureState()
|
|
|
|
{
|
|
|
|
return ImplGetSignatureState( FALSE );
|
|
|
|
}
|
|
|
|
|
|
|
|
void SfxObjectShell::SignDocumentContent()
|
|
|
|
{
|
|
|
|
ImplSign( FALSE );
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_uInt16 SfxObjectShell::GetScriptingSignatureState()
|
|
|
|
{
|
|
|
|
return ImplGetSignatureState( TRUE );
|
|
|
|
}
|
|
|
|
|
|
|
|
void SfxObjectShell::SignScriptingContent()
|
|
|
|
{
|
|
|
|
ImplSign( TRUE );
|
|
|
|
}
|
2004-11-26 14:08:03 +00:00
|
|
|
|