Files
libreoffice/sc/source/ui/docshell/docsh3.cxx

1359 lines
50 KiB
C++
Raw Normal View History

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
re-base on ALv2 code. Includes: Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-30 12:23:25 +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 16:07:07 +00:00
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
2000-09-18 16:07:07 +00:00
#include "scitems.hxx"
#include "rangelst.hxx"
#include <editeng/flstitem.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/sizeitem.hxx>
2011-11-10 22:11:00 +00:00
#include <rtl/strbuf.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/app.hxx>
#include <sfx2/docfile.hxx>
2000-09-18 16:07:07 +00:00
#include <sfx2/printer.hxx>
2011-11-10 22:11:00 +00:00
#include <svx/postattr.hxx>
#include <unotools/misccfg.hxx>
2000-09-18 16:07:07 +00:00
#include <vcl/virdev.hxx>
#include <vcl/msgbox.hxx>
2000-09-18 16:07:07 +00:00
#include "docsh.hxx"
#include "docshimp.hxx"
2000-09-18 16:07:07 +00:00
#include "scmod.hxx"
#include "tabvwsh.hxx"
#include "viewdata.hxx"
#include "docpool.hxx"
#include "stlpool.hxx"
#include "patattr.hxx"
#include "uiitems.hxx"
#include "hints.hxx"
#include "docoptio.hxx"
#include "viewopti.hxx"
#include "pntlock.hxx"
#include "chgtrack.hxx"
#include "docfunc.hxx"
#include "formulacell.hxx"
2000-09-18 16:07:07 +00:00
#include "chgviset.hxx"
#include "progress.hxx"
#include "redcom.hxx"
#include "sc.hrc"
2001-05-11 16:09:50 +00:00
#include "inputopt.hxx"
#include "drwlayer.hxx"
#include "inputhdl.hxx"
#include "conflictsdlg.hxx"
#include "globstr.hrc"
#include "markdata.hxx"
2000-09-18 16:07:07 +00:00
//------------------------------------------------------------------
//
// Redraw - Benachrichtigungen
//
void ScDocShell::PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos )
{
// Broadcast( ScEditViewHint( pEditEngine, rCursorPos ) );
// Test: nur aktive ViewShell
ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell();
if (pViewSh && pViewSh->GetViewData()->GetDocShell() == this)
{
ScEditViewHint aHint( pEditEngine, rCursorPos );
pViewSh->Notify( *this, aHint );
}
}
void ScDocShell::PostDataChanged()
{
Broadcast( SfxSimpleHint( FID_DATACHANGED ) );
SFX_APP()->Broadcast(SfxSimpleHint( FID_ANYDATACHANGED )); // Navigator
aDocument.CellContentModified();
2000-09-18 16:07:07 +00:00
//! Navigator direkt benachrichtigen!
}
void ScDocShell::PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart,
sal_uInt16 nExtFlags )
2000-09-18 16:07:07 +00:00
{
ScRange aRange(nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab);
PostPaint(aRange, nPart, nExtFlags);
}
2011-09-09 23:02:00 -04:00
void ScDocShell::PostPaint( const ScRangeList& rRanges, sal_uInt16 nPart, sal_uInt16 nExtFlags )
{
2011-09-09 23:02:00 -04:00
ScRangeList aPaintRanges;
for (size_t i = 0, n = rRanges.size(); i < n; ++i)
{
const ScRange& rRange = *rRanges[i];
SCCOL nCol1 = rRange.aStart.Col(), nCol2 = rRange.aEnd.Col();
SCROW nRow1 = rRange.aStart.Row(), nRow2 = rRange.aEnd.Row();
SCTAB nTab1 = rRange.aStart.Tab(), nTab2 = rRange.aEnd.Tab();
2011-09-09 23:02:00 -04:00
if (!ValidCol(nCol1)) nCol1 = MAXCOL;
if (!ValidRow(nRow1)) nRow1 = MAXROW;
if (!ValidCol(nCol2)) nCol2 = MAXCOL;
if (!ValidRow(nRow2)) nRow2 = MAXROW;
2000-09-18 16:07:07 +00:00
2011-09-09 23:02:00 -04:00
if ( pPaintLockData )
{
// #i54081# PAINT_EXTRAS still has to be broadcast because it changes the
2011-09-09 23:02:00 -04:00
// current sheet if it's invalid. All other flags added to pPaintLockData.
sal_uInt16 nLockPart = nPart & ~PAINT_EXTRAS;
if ( nLockPart )
{
//! nExtFlags ???
pPaintLockData->AddRange( ScRange( nCol1, nRow1, nTab1,
nCol2, nRow2, nTab2 ), nLockPart );
}
nPart &= PAINT_EXTRAS; // for broadcasting
if (!nPart)
continue;
}
2000-09-18 16:07:07 +00:00
2011-09-09 23:02:00 -04:00
if (nExtFlags & SC_PF_LINES) // Platz fuer Linien beruecksichtigen
{
//! Abfrage auf versteckte Spalten/Zeilen!
if (nCol1>0) --nCol1;
if (nCol2<MAXCOL) ++nCol2;
if (nRow1>0) --nRow1;
if (nRow2<MAXROW) ++nRow2;
}
2000-09-18 16:07:07 +00:00
2011-09-09 23:02:00 -04:00
// um zusammengefasste erweitern
if (nExtFlags & SC_PF_TESTMERGE)
aDocument.ExtendMerge( nCol1, nRow1, nCol2, nRow2, nTab1 );
2000-09-18 16:07:07 +00:00
2011-09-09 23:02:00 -04:00
if ( nCol1 != 0 || nCol2 != MAXCOL )
2000-09-18 16:07:07 +00:00
{
2011-09-09 23:02:00 -04:00
// Extend to whole rows if SC_PF_WHOLEROWS is set, or rotated or non-left
// aligned cells are contained (see UpdatePaintExt).
// Special handling for RTL text (#i9731#) is unnecessary now with full
// support of right-aligned text.
if ( ( nExtFlags & SC_PF_WHOLEROWS ) ||
aDocument.HasAttrib( nCol1,nRow1,nTab1,
MAXCOL,nRow2,nTab2, HASATTR_ROTATE | HASATTR_RIGHTORCENTER ) )
{
nCol1 = 0;
nCol2 = MAXCOL;
}
2000-09-18 16:07:07 +00:00
}
2011-09-09 23:02:00 -04:00
aPaintRanges.Append(ScRange(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2));
2000-09-18 16:07:07 +00:00
}
2011-09-09 23:23:24 -04:00
Broadcast(ScPaintHint(aPaintRanges.Combine(), nPart));
2000-09-18 16:07:07 +00:00
}
void ScDocShell::PostPaintGridAll()
{
PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_GRID );
}
void ScDocShell::PostPaintCell( SCCOL nCol, SCROW nRow, SCTAB nTab )
2000-09-18 16:07:07 +00:00
{
PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID, SC_PF_TESTMERGE );
}
void ScDocShell::PostPaintCell( const ScAddress& rPos )
{
PostPaintCell( rPos.Col(), rPos.Row(), rPos.Tab() );
}
2000-09-18 16:07:07 +00:00
void ScDocShell::PostPaintExtras()
{
PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_EXTRAS );
}
void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange )
{
if ( ( rExtFlags & SC_PF_LINES ) == 0 && aDocument.HasAttrib( rRange, HASATTR_PAINTEXT ) )
{
// If the range contains lines, shadow or conditional formats,
// set SC_PF_LINES to include one extra cell in all directions.
rExtFlags |= SC_PF_LINES;
}
if ( ( rExtFlags & SC_PF_WHOLEROWS ) == 0 &&
( rRange.aStart.Col() != 0 || rRange.aEnd.Col() != MAXCOL ) &&
aDocument.HasAttrib( rRange, HASATTR_ROTATE | HASATTR_RIGHTORCENTER ) )
{
// If the range contains (logically) right- or center-aligned cells,
// or rotated cells, set SC_PF_WHOLEROWS to paint the whole rows.
// This test isn't needed after the cell changes, because it's also
// tested in PostPaint. UpdatePaintExt may later be changed to do this
// only if called before the changes.
rExtFlags |= SC_PF_WHOLEROWS;
}
}
void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab )
{
UpdatePaintExt( rExtFlags, ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab ) );
}
2000-09-18 16:07:07 +00:00
//------------------------------------------------------------------
void ScDocShell::LockPaint_Impl(sal_Bool bDoc)
2000-09-18 16:07:07 +00:00
{
if ( !pPaintLockData )
pPaintLockData = new ScPaintLockData;
pPaintLockData->IncLevel(bDoc);
2000-09-18 16:07:07 +00:00
}
void ScDocShell::UnlockPaint_Impl(sal_Bool bDoc)
2000-09-18 16:07:07 +00:00
{
if ( pPaintLockData )
{
if ( pPaintLockData->GetLevel(bDoc) )
pPaintLockData->DecLevel(bDoc);
if (!pPaintLockData->GetLevel(!bDoc) && !pPaintLockData->GetLevel(bDoc))
2000-09-18 16:07:07 +00:00
{
// Paint jetzt ausfuehren
ScPaintLockData* pPaint = pPaintLockData;
pPaintLockData = NULL; // nicht weitersammeln
ScRangeListRef xRangeList = pPaint->GetRangeList();
if (xRangeList)
{
sal_uInt16 nParts = pPaint->GetParts();
for ( size_t i = 0, nCount = xRangeList->size(); i < nCount; i++ )
2000-09-18 16:07:07 +00:00
{
//! nExtFlags ???
ScRange aRange = *(*xRangeList)[i];
2000-09-18 16:07:07 +00:00
PostPaint( aRange.aStart.Col(), aRange.aStart.Row(), aRange.aStart.Tab(),
aRange.aEnd.Col(), aRange.aEnd.Row(), aRange.aEnd.Tab(),
nParts );
}
}
if ( pPaint->GetModified() )
SetDocumentModified();
delete pPaint;
}
}
else
{
2011-03-01 19:05:02 +01:00
OSL_FAIL("UnlockPaint ohne LockPaint");
}
2000-09-18 16:07:07 +00:00
}
void ScDocShell::LockDocument_Impl(sal_uInt16 nNew)
{
if (!nDocumentLock)
{
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
if (pDrawLayer)
pDrawLayer->setLock(true);
}
nDocumentLock = nNew;
}
void ScDocShell::UnlockDocument_Impl(sal_uInt16 nNew)
{
nDocumentLock = nNew;
if (!nDocumentLock)
{
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
if (pDrawLayer)
pDrawLayer->setLock(false);
}
}
sal_uInt16 ScDocShell::GetLockCount() const
{
return nDocumentLock;
}
void ScDocShell::SetLockCount(sal_uInt16 nNew)
{
if (nNew) // setzen
{
if ( !pPaintLockData )
pPaintLockData = new ScPaintLockData;
pPaintLockData->SetLevel(nNew-1, sal_True);
LockDocument_Impl(nNew);
}
else if (pPaintLockData) // loeschen
{
pPaintLockData->SetLevel(0, sal_True); // bei Unlock sofort ausfuehren
UnlockPaint_Impl(sal_True); // jetzt
UnlockDocument_Impl(0);
}
}
void ScDocShell::LockPaint()
{
LockPaint_Impl(false);
}
void ScDocShell::UnlockPaint()
{
UnlockPaint_Impl(false);
}
void ScDocShell::LockDocument()
{
LockPaint_Impl(sal_True);
LockDocument_Impl(nDocumentLock + 1);
}
void ScDocShell::UnlockDocument()
{
if (nDocumentLock)
{
UnlockPaint_Impl(sal_True);
UnlockDocument_Impl(nDocumentLock - 1);
}
else
{
2011-03-01 19:05:02 +01:00
OSL_FAIL("UnlockDocument without LockDocument");
}
}
2000-09-18 16:07:07 +00:00
//------------------------------------------------------------------
void ScDocShell::SetInplace( bool bInplace )
2000-09-18 16:07:07 +00:00
{
if (bIsInplace != bInplace)
{
bIsInplace = bInplace;
CalcOutputFactor();
}
}
void ScDocShell::CalcOutputFactor()
{
if (bIsInplace)
{
nPrtToScreenFactor = 1.0; // passt sonst nicht zur inaktiven Darstellung
return;
}
sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg();
2001-05-11 16:09:50 +00:00
if (bTextWysiwyg)
{
nPrtToScreenFactor = 1.0;
return;
}
OUString aTestString(
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890123456789");
2000-09-18 16:07:07 +00:00
long nPrinterWidth = 0;
long nWindowWidth = 0;
const ScPatternAttr* pPattern = (const ScPatternAttr*)&aDocument.GetPool()->
GetDefaultItem(ATTR_PATTERN);
Font aDefFont;
OutputDevice* pRefDev = GetRefDevice();
MapMode aOldMode = pRefDev->GetMapMode();
Font aOldFont = pRefDev->GetFont();
pRefDev->SetMapMode(MAP_PIXEL);
pPattern->GetFont(aDefFont, SC_AUTOCOL_BLACK, pRefDev); // font color doesn't matter here
pRefDev->SetFont(aDefFont);
nPrinterWidth = pRefDev->PixelToLogic( Size( pRefDev->GetTextWidth(aTestString), 0 ), MAP_100TH_MM ).Width();
pRefDev->SetFont(aOldFont);
pRefDev->SetMapMode(aOldMode);
2000-09-18 16:07:07 +00:00
VirtualDevice aVirtWindow( *Application::GetDefaultDevice() );
aVirtWindow.SetMapMode(MAP_PIXEL);
pPattern->GetFont(aDefFont, SC_AUTOCOL_BLACK, &aVirtWindow); // font color doesn't matter here
2000-09-18 16:07:07 +00:00
aVirtWindow.SetFont(aDefFont);
nWindowWidth = aVirtWindow.GetTextWidth(aTestString);
nWindowWidth = (long) ( nWindowWidth / ScGlobal::nScreenPPTX * HMM_PER_TWIPS );
if (nPrinterWidth && nWindowWidth)
nPrtToScreenFactor = nPrinterWidth / (double) nWindowWidth;
else
{
2011-03-01 19:05:02 +01:00
OSL_FAIL("GetTextSize gibt 0 ??");
2000-09-18 16:07:07 +00:00
nPrtToScreenFactor = 1.0;
}
}
double ScDocShell::GetOutputFactor() const
{
return nPrtToScreenFactor;
}
//---------------------------------------------------------------------
void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and Load
2000-09-18 16:07:07 +00:00
{
// Einstellungen aus dem SpellCheckCfg kommen in Doc- und ViewOptions
sal_uInt16 nDefLang, nCjkLang, nCtlLang;
sal_Bool bAutoSpell;
2008-12-15 12:01:46 +00:00
ScModule::GetSpellSettings( nDefLang, nCjkLang, nCtlLang, bAutoSpell );
2000-09-18 16:07:07 +00:00
ScModule* pScMod = SC_MOD();
ScDocOptions aDocOpt = pScMod->GetDocOptions();
2012-04-10 00:09:40 +02:00
ScFormulaOptions aFormulaOpt = pScMod->GetFormulaOptions();
2000-09-18 16:07:07 +00:00
ScViewOptions aViewOpt = pScMod->GetViewOptions();
aDocOpt.SetAutoSpell( bAutoSpell );
// zweistellige Jahreszahleneingabe aus Extras->Optionen->Allgemein->Sonstiges
aDocOpt.SetYear2000( sal::static_int_cast<sal_uInt16>( ::utl::MiscCfg().GetYear2000() ) );
2000-09-18 16:07:07 +00:00
if (bForLoading)
{
// #i112123# No style:decimal-places attribute means automatic decimals, not the configured default,
// so it must not be taken from the global options.
// Calculation settings are handled separately in ScXMLBodyContext::EndElement.
aDocOpt.SetStdPrecision( SvNumberFormatter::UNLIMITED_PRECISION );
}
2000-09-18 16:07:07 +00:00
aDocument.SetDocOptions( aDocOpt );
aDocument.SetViewOptions( aViewOpt );
2012-04-10 00:09:40 +02:00
SetFormulaOptions( aFormulaOpt );
2000-09-18 16:07:07 +00:00
// Druck-Optionen werden jetzt direkt vor dem Drucken gesetzt
2000-11-26 12:56:47 +00:00
aDocument.SetLanguage( (LanguageType) nDefLang, (LanguageType) nCjkLang, (LanguageType) nCtlLang );
2000-09-18 16:07:07 +00:00
}
//---------------------------------------------------------------------
Printer* ScDocShell::GetDocumentPrinter() // fuer OLE
{
return aDocument.GetPrinter();
}
SfxPrinter* ScDocShell::GetPrinter(sal_Bool bCreateIfNotExist)
2000-09-18 16:07:07 +00:00
{
return aDocument.GetPrinter(bCreateIfNotExist);
2000-09-18 16:07:07 +00:00
}
void ScDocShell::UpdateFontList()
{
delete pImpl->pFontList;
// pImpl->pFontList = new FontList( GetPrinter(), Application::GetDefaultDevice() );
pImpl->pFontList = new FontList( GetRefDevice(), NULL, false ); // sal_False or sal_True???
SvxFontListItem aFontListItem( pImpl->pFontList, SID_ATTR_CHAR_FONTLIST );
2000-09-18 16:07:07 +00:00
PutItem( aFontListItem );
CalcOutputFactor();
}
OutputDevice* ScDocShell::GetRefDevice()
{
return aDocument.GetRefDevice();
}
sal_uInt16 ScDocShell::SetPrinter( SfxPrinter* pNewPrinter, sal_uInt16 nDiffFlags )
2000-09-18 16:07:07 +00:00
{
SfxPrinter *pOld = aDocument.GetPrinter( false );
if ( pOld && pOld->IsPrinting() )
return SFX_PRINTERROR_BUSY;
2000-09-18 16:07:07 +00:00
if (nDiffFlags & SFX_PRINTER_PRINTER)
{
if ( aDocument.GetPrinter() != pNewPrinter )
{
aDocument.SetPrinter( pNewPrinter );
aDocument.SetPrintOptions();
// MT: Use UpdateFontList: Will use Printer fonts only if needed!
/*
delete pImpl->pFontList;
pImpl->pFontList = new FontList( pNewPrinter, Application::GetDefaultDevice() );
SvxFontListItem aFontListItem( pImpl->pFontList, SID_ATTR_CHAR_FONTLIST );
2000-09-18 16:07:07 +00:00
PutItem( aFontListItem );
CalcOutputFactor();
*/
if ( SC_MOD()->GetInputOptions().GetTextWysiwyg() )
UpdateFontList();
ScModule* pScMod = SC_MOD();
SfxViewFrame *pFrame = SfxViewFrame::GetFirst( this );
while (pFrame)
{
SfxViewShell* pSh = pFrame->GetViewShell();
if (pSh && pSh->ISA(ScTabViewShell))
{
ScTabViewShell* pViewSh = (ScTabViewShell*)pSh;
ScInputHandler* pInputHdl = pScMod->GetInputHdl(pViewSh);
if (pInputHdl)
pInputHdl->UpdateRefDevice();
}
pFrame = SfxViewFrame::GetNext( *pFrame, this );
}
2000-09-18 16:07:07 +00:00
}
}
else if (nDiffFlags & SFX_PRINTER_JOBSETUP)
{
SfxPrinter* pOldPrinter = aDocument.GetPrinter();
if (pOldPrinter)
{
2000-09-18 16:07:07 +00:00
pOldPrinter->SetJobSetup( pNewPrinter->GetJobSetup() );
// #i6706# Call SetPrinter with the old printer again, so the drawing layer
// RefDevice is set (calling ReformatAllTextObjects and rebuilding charts),
// because the JobSetup (printer device settings) may affect text layout.
aDocument.SetPrinter( pOldPrinter );
CalcOutputFactor(); // also with the new settings
}
2000-09-18 16:07:07 +00:00
}
if (nDiffFlags & SFX_PRINTER_OPTIONS)
{
aDocument.SetPrintOptions(); //! aus neuem Printer ???
}
if (nDiffFlags & (SFX_PRINTER_CHG_ORIENTATION | SFX_PRINTER_CHG_SIZE))
{
OUString aStyle = aDocument.GetPageStyle( GetCurTab() );
2000-09-18 16:07:07 +00:00
ScStyleSheetPool* pStPl = aDocument.GetStyleSheetPool();
SfxStyleSheet* pStyleSheet = (SfxStyleSheet*)pStPl->Find(aStyle, SFX_STYLE_FAMILY_PAGE);
if (pStyleSheet)
{
SfxItemSet& rSet = pStyleSheet->GetItemSet();
if (nDiffFlags & SFX_PRINTER_CHG_ORIENTATION)
{
const SvxPageItem& rOldItem = (const SvxPageItem&)rSet.Get(ATTR_PAGE);
sal_Bool bWasLand = rOldItem.IsLandscape();
sal_Bool bNewLand = ( pNewPrinter->GetOrientation() == ORIENTATION_LANDSCAPE );
2000-09-18 16:07:07 +00:00
if (bNewLand != bWasLand)
{
SvxPageItem aNewItem( rOldItem );
aNewItem.SetLandscape( bNewLand );
rSet.Put( aNewItem );
// Groesse umdrehen
Size aOldSize = ((const SvxSizeItem&)rSet.Get(ATTR_PAGE_SIZE)).GetSize();
Size aNewSize(aOldSize.Height(),aOldSize.Width());
SvxSizeItem aNewSItem(ATTR_PAGE_SIZE,aNewSize);
rSet.Put( aNewSItem );
}
}
if (nDiffFlags & SFX_PRINTER_CHG_SIZE)
{
SvxSizeItem aPaperSizeItem( ATTR_PAGE_SIZE, SvxPaperInfo::GetPaperSize(pNewPrinter) );
rSet.Put( aPaperSizeItem );
}
}
}
PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB,PAINT_ALL);
return 0;
}
//---------------------------------------------------------------------
ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos )
{
ScChangeTrack* pTrack = GetDocument()->GetChangeTrack();
if (!pTrack)
return NULL;
SCTAB nTab = rPos.Tab();
2000-09-18 16:07:07 +00:00
const ScChangeAction* pFound = NULL;
long nModified = 0;
const ScChangeAction* pAction = pTrack->GetFirst();
while (pAction)
{
ScChangeActionType eType = pAction->GetType();
//! ScViewUtil::IsActionShown( *pAction, *pSettings, *pDoc )...
if ( pAction->IsVisible() && eType != SC_CAT_DELETE_TABS )
{
const ScBigRange& rBig = pAction->GetBigRange();
if ( rBig.aStart.Tab() == nTab )
{
ScRange aRange = rBig.MakeRange();
if ( eType == SC_CAT_DELETE_ROWS )
aRange.aEnd.SetRow( aRange.aStart.Row() );
else if ( eType == SC_CAT_DELETE_COLS )
aRange.aEnd.SetCol( aRange.aStart.Col() );
if ( aRange.In( rPos ) )
{
pFound = pAction; // der letzte gewinnt
++nModified;
}
}
if ( pAction->GetType() == SC_CAT_MOVE )
{
ScRange aRange =
((const ScChangeActionMove*)pAction)->
GetFromRange().MakeRange();
if ( aRange.In( rPos ) )
{
pFound = pAction;
++nModified;
}
}
}
pAction = pAction->GetNext();
}
return (ScChangeAction*)pFound;
}
void ScDocShell::SetChangeComment( ScChangeAction* pAction, const OUString& rComment )
2000-09-18 16:07:07 +00:00
{
if (pAction)
{
pAction->SetComment( rComment );
//! Undo ???
SetDocumentModified();
// Dialog-Notify
ScChangeTrack* pTrack = GetDocument()->GetChangeTrack();
if (pTrack)
{
sal_uLong nNumber = pAction->GetActionNumber();
2000-09-18 16:07:07 +00:00
pTrack->NotifyModified( SC_CTM_CHANGE, nNumber, nNumber );
}
}
}
void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pParent,sal_Bool bPrevNext)
2000-09-18 16:07:07 +00:00
{
if (!pAction) return; // ohne Aktion ist nichts..
OUString aComment = pAction->GetComment();
OUString aAuthor = pAction->GetUser();
2000-09-18 16:07:07 +00:00
DateTime aDT = pAction->GetDateTime();
OUString aDate = ScGlobal::pLocaleData->getDate( aDT );
aDate += " ";
aDate += ScGlobal::pLocaleData->getTime( aDT, false, false );
2000-09-18 16:07:07 +00:00
SfxItemSet aSet( GetPool(),
SID_ATTR_POSTIT_AUTHOR, SID_ATTR_POSTIT_AUTHOR,
SID_ATTR_POSTIT_DATE, SID_ATTR_POSTIT_DATE,
SID_ATTR_POSTIT_TEXT, SID_ATTR_POSTIT_TEXT,
0 );
aSet.Put( SvxPostItTextItem ( aComment, SID_ATTR_POSTIT_TEXT ) );
aSet.Put( SvxPostItAuthorItem( aAuthor, SID_ATTR_POSTIT_AUTHOR ) );
aSet.Put( SvxPostItDateItem ( aDate, SID_ATTR_POSTIT_DATE ) );
ScRedComDialog* pDlg = new ScRedComDialog( pParent, aSet,this,pAction,bPrevNext);
pDlg->Execute();
delete pDlg;
}
//---------------------------------------------------------------------
void ScDocShell::CompareDocument( ScDocument& rOtherDoc )
{
ScChangeTrack* pTrack = aDocument.GetChangeTrack();
if ( pTrack && pTrack->GetFirst() )
{
//! Changes vorhanden -> Nachfrage ob geloescht werden soll
}
aDocument.EndChangeTracking();
aDocument.StartChangeTracking();
OUString aOldUser;
pTrack = aDocument.GetChangeTrack();
if ( pTrack )
{
aOldUser = pTrack->GetUser();
// check if comparing to same document
OUString aThisFile;
const SfxMedium* pThisMed = GetMedium();
if (pThisMed)
aThisFile = pThisMed->GetName();
OUString aOtherFile;
SfxObjectShell* pOtherSh = rOtherDoc.GetDocumentShell();
if (pOtherSh)
{
const SfxMedium* pOtherMed = pOtherSh->GetMedium();
if (pOtherMed)
aOtherFile = pOtherMed->GetName();
}
sal_Bool bSameDoc = ( aThisFile == aOtherFile && !aThisFile.isEmpty() );
if ( !bSameDoc )
{
// create change actions from comparing with the name of the user
// who last saved the document
// (only if comparing different documents)
using namespace ::com::sun::star;
uno::Reference<document::XDocumentPropertiesSupplier> xDPS(
GetModel(), uno::UNO_QUERY_THROW);
uno::Reference<document::XDocumentProperties> xDocProps(
xDPS->getDocumentProperties());
OSL_ENSURE(xDocProps.is(), "no DocumentProperties");
OUString aDocUser = xDocProps->getModifiedBy();
if ( !aDocUser.isEmpty() )
pTrack->SetUser( aDocUser );
}
}
2000-09-18 16:07:07 +00:00
aDocument.CompareDocument( rOtherDoc );
pTrack = aDocument.GetChangeTrack();
if ( pTrack )
pTrack->SetUser( aOldUser );
2000-09-18 16:07:07 +00:00
PostPaintGridAll();
SetDocumentModified();
}
//---------------------------------------------------------------------
//
// Merge (Aenderungen zusammenfuehren)
//
//---------------------------------------------------------------------
static inline sal_Bool lcl_Equal( const ScChangeAction* pA, const ScChangeAction* pB, sal_Bool bIgnore100Sec )
2000-09-18 16:07:07 +00:00
{
return pA && pB &&
pA->GetActionNumber() == pB->GetActionNumber() &&
pA->GetType() == pB->GetType() &&
pA->GetUser() == pB->GetUser() &&
(bIgnore100Sec ?
pA->GetDateTimeUTC().IsEqualIgnoreNanoSec( pB->GetDateTimeUTC() ) :
pA->GetDateTimeUTC() == pB->GetDateTimeUTC());
2000-09-18 16:07:07 +00:00
// State nicht vergleichen, falls eine alte Aenderung akzeptiert wurde
}
static bool lcl_FindAction( ScDocument* pDoc, const ScChangeAction* pAction, ScDocument* pSearchDoc, const ScChangeAction* pFirstSearchAction, const ScChangeAction* pLastSearchAction, sal_Bool bIgnore100Sec )
{
if ( !pDoc || !pAction || !pSearchDoc || !pFirstSearchAction || !pLastSearchAction )
{
return false;
}
sal_uLong nLastSearchAction = pLastSearchAction->GetActionNumber();
const ScChangeAction* pA = pFirstSearchAction;
while ( pA && pA->GetActionNumber() <= nLastSearchAction )
{
if ( pAction->GetType() == pA->GetType() &&
pAction->GetUser() == pA->GetUser() &&
(bIgnore100Sec ?
pAction->GetDateTimeUTC().IsEqualIgnoreNanoSec( pA->GetDateTimeUTC() ) :
pAction->GetDateTimeUTC() == pA->GetDateTimeUTC() ) &&
pAction->GetBigRange() == pA->GetBigRange() )
{
OUString aActionDesc;
pAction->GetDescription(aActionDesc, pDoc, true);
OUString aADesc;
pA->GetDescription(aADesc, pSearchDoc, true);
if (aActionDesc.equals(aADesc))
{
2011-03-01 19:05:02 +01:00
OSL_FAIL( "lcl_FindAction(): found equal action!" );
return true;
}
}
pA = pA->GetNext();
}
return false;
}
void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheckDuplicates, sal_uLong nOffset, ScChangeActionMergeMap* pMergeMap, bool bInverseMap )
2000-09-18 16:07:07 +00:00
{
ScTabViewShell* pViewSh = GetBestViewShell( false ); //! Funktionen an die DocShell
2000-09-18 16:07:07 +00:00
if (!pViewSh)
return;
ScChangeTrack* pSourceTrack = rOtherDoc.GetChangeTrack();
if (!pSourceTrack)
return; //! nichts zu tun - Fehlermeldung?
ScChangeTrack* pThisTrack = aDocument.GetChangeTrack();
if ( !pThisTrack )
{ // anschalten
aDocument.StartChangeTracking();
pThisTrack = aDocument.GetChangeTrack();
OSL_ENSURE(pThisTrack,"ChangeTracking nicht angeschaltet?");
if ( !bShared )
{
2011-03-01 14:29:24 +01:00
// visuelles RedLining einschalten
ScChangeViewSettings aChangeViewSet;
aChangeViewSet.SetShowChanges(sal_True);
aDocument.SetChangeViewSettings(aChangeViewSet);
}
2000-09-18 16:07:07 +00:00
}
// include Nano seconds in compare?
sal_Bool bIgnore100Sec = !pSourceTrack->IsTimeNanoSeconds() ||
!pThisTrack->IsTimeNanoSeconds();
2000-09-18 16:07:07 +00:00
// gemeinsame Ausgangsposition suchen
sal_uLong nFirstNewNumber = 0;
2000-09-18 16:07:07 +00:00
const ScChangeAction* pSourceAction = pSourceTrack->GetFirst();
const ScChangeAction* pThisAction = pThisTrack->GetFirst();
// skip identical actions
while ( lcl_Equal( pSourceAction, pThisAction, bIgnore100Sec ) )
2000-09-18 16:07:07 +00:00
{
nFirstNewNumber = pSourceAction->GetActionNumber() + 1;
pSourceAction = pSourceAction->GetNext();
pThisAction = pThisAction->GetNext();
}
// pSourceAction und pThisAction zeigen jetzt auf die ersten "eigenen" Aktionen
// Die gemeinsamen Aktionen davor interessieren ueberhaupt nicht
//! Abfrage, ob die Dokumente vor dem Change-Tracking gleich waren !!!
const ScChangeAction* pFirstMergeAction = pSourceAction;
const ScChangeAction* pFirstSearchAction = pThisAction;
// #i94841# [Collaboration] When deleting rows is rejected, the content is sometimes wrong
const ScChangeAction* pLastSearchAction = pThisTrack->GetLast();
2000-09-18 16:07:07 +00:00
// MergeChangeData aus den folgenden Aktionen erzeugen
sal_uLong nNewActionCount = 0;
2000-09-18 16:07:07 +00:00
const ScChangeAction* pCount = pSourceAction;
while ( pCount )
{
if ( bShared || !ScChangeTrack::MergeIgnore( *pCount, nFirstNewNumber ) )
2000-09-18 16:07:07 +00:00
++nNewActionCount;
pCount = pCount->GetNext();
}
if (!nNewActionCount)
return; //! nichts zu tun - Fehlermeldung?
// ab hier kein return mehr
ScProgress aProgress( this, OUString("..."),
2000-09-18 16:07:07 +00:00
nNewActionCount );
sal_uLong nLastMergeAction = pSourceTrack->GetLast()->GetActionNumber();
2000-09-18 16:07:07 +00:00
// UpdateReference-Undo, gueltige Referenzen fuer den letzten gemeinsamen Zustand
pSourceTrack->MergePrepare( (ScChangeAction*) pFirstMergeAction, bShared );
2000-09-18 16:07:07 +00:00
// MergeChangeData an alle noch folgenden Aktionen in diesem Dokument anpassen
// -> Referenzen gueltig fuer dieses Dokument
while ( pThisAction )
{
// #i87049# [Collaboration] Conflict between delete row and insert content is not merged correctly
if ( !bShared || !ScChangeTrack::MergeIgnore( *pThisAction, nFirstNewNumber ) )
2000-09-18 16:07:07 +00:00
{
ScChangeActionType eType = pThisAction->GetType();
switch ( eType )
2000-09-18 16:07:07 +00:00
{
case SC_CAT_INSERT_COLS :
case SC_CAT_INSERT_ROWS :
case SC_CAT_INSERT_TABS :
pSourceTrack->AppendInsert( pThisAction->GetBigRange().MakeRange() );
break;
case SC_CAT_DELETE_COLS :
case SC_CAT_DELETE_ROWS :
case SC_CAT_DELETE_TABS :
{
const ScChangeActionDel* pDel = (const ScChangeActionDel*) pThisAction;
if ( pDel->IsTopDelete() && !pDel->IsTabDeleteCol() )
{ // deleted Table enthaelt deleted Cols, die nicht
sal_uLong nStart, nEnd;
pSourceTrack->AppendDeleteRange(
pDel->GetOverAllRange().MakeRange(), NULL, nStart, nEnd );
}
}
break;
case SC_CAT_MOVE :
{
const ScChangeActionMove* pMove = (const ScChangeActionMove*) pThisAction;
pSourceTrack->AppendMove( pMove->GetFromRange().MakeRange(),
pMove->GetBigRange().MakeRange(), NULL );
}
break;
default:
{
// added to avoid warnings
2000-09-18 16:07:07 +00:00
}
}
2000-09-18 16:07:07 +00:00
}
pThisAction = pThisAction->GetNext();
}
LockPaint(); // #i73877# no repainting after each action
2000-09-18 16:07:07 +00:00
// MergeChangeData in das aktuelle Dokument uebernehmen
sal_Bool bHasRejected = false;
OUString aOldUser = pThisTrack->GetUser();
pThisTrack->SetUseFixDateTime( sal_True );
2000-09-18 16:07:07 +00:00
ScMarkData& rMarkData = pViewSh->GetViewData()->GetMarkData();
ScMarkData aOldMarkData( rMarkData );
pSourceAction = pFirstMergeAction;
while ( pSourceAction && pSourceAction->GetActionNumber() <= nLastMergeAction )
{
bool bMergeAction = false;
if ( bShared )
{
if ( !bCheckDuplicates || !lcl_FindAction( &rOtherDoc, pSourceAction, &aDocument, pFirstSearchAction, pLastSearchAction, bIgnore100Sec ) )
{
bMergeAction = true;
}
}
else
{
if ( !ScChangeTrack::MergeIgnore( *pSourceAction, nFirstNewNumber ) )
{
bMergeAction = true;
}
}
if ( bMergeAction )
2000-09-18 16:07:07 +00:00
{
ScChangeActionType eSourceType = pSourceAction->GetType();
if ( !bShared && pSourceAction->IsDeletedIn() )
2000-09-18 16:07:07 +00:00
{
//! muss hier noch festgestellt werden, ob wirklich in
//! _diesem_ Dokument geloescht?
// liegt in einem Bereich, der in diesem Dokument geloescht wurde
// -> wird weggelassen
//! ??? Loesch-Aktion rueckgaengig machen ???
//! ??? Aktion irgendwo anders speichern ???
#if OSL_DEBUG_LEVEL > 0
OUString aValue;
2000-09-18 16:07:07 +00:00
if ( eSourceType == SC_CAT_CONTENT )
((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue, &aDocument );
OStringBuffer aError(OUStringToOString(aValue,
2011-11-10 22:11:00 +00:00
osl_getThreadTextEncoding()));
aError.append(" weggelassen");
2011-11-10 22:11:00 +00:00
OSL_FAIL( aError.getStr() );
2000-09-18 16:07:07 +00:00
#endif
}
else
{
//! Datum/Autor/Kommentar der Source-Aktion uebernehmen!
pThisTrack->SetUser( pSourceAction->GetUser() );
pThisTrack->SetFixDateTimeUTC( pSourceAction->GetDateTimeUTC() );
sal_uLong nOldActionMax = pThisTrack->GetActionMax();
2000-09-18 16:07:07 +00:00
bool bExecute = true;
sal_uLong nReject = pSourceAction->GetRejectAction();
if ( nReject )
2000-09-18 16:07:07 +00:00
{
if ( bShared )
2000-09-18 16:07:07 +00:00
{
if ( nReject >= nFirstNewNumber )
{
nReject += nOffset;
}
ScChangeAction* pOldAction = pThisTrack->GetAction( nReject );
if ( pOldAction && pOldAction->IsVirgin() )
{
pThisTrack->Reject( pOldAction );
bHasRejected = sal_True;
bExecute = false;
}
}
else
{
// alte Aktion (aus den gemeinsamen) ablehnen
ScChangeAction* pOldAction = pThisTrack->GetAction( nReject );
if (pOldAction && pOldAction->GetState() == SC_CAS_VIRGIN)
{
//! was passiert bei Aktionen, die in diesem Dokument accepted worden sind???
//! Fehlermeldung oder was???
//! oder Reject-Aenderung normal ausfuehren
2000-09-18 16:07:07 +00:00
pThisTrack->Reject(pOldAction);
bHasRejected = sal_True; // fuer Paint
}
bExecute = false;
2000-09-18 16:07:07 +00:00
}
}
if ( bExecute )
2000-09-18 16:07:07 +00:00
{
// normal ausfuehren
ScRange aSourceRange = pSourceAction->GetBigRange().MakeRange();
rMarkData.SelectOneTable( aSourceRange.aStart.Tab() );
switch ( eSourceType )
{
case SC_CAT_CONTENT:
{
//! Test, ob es ganz unten im Dokument war, dann automatisches
//! Zeilen-Einfuegen ???
OSL_ENSURE( aSourceRange.aStart == aSourceRange.aEnd, "huch?" );
2000-09-18 16:07:07 +00:00
ScAddress aPos = aSourceRange.aStart;
OUString aValue;
((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue, &aDocument );
sal_uInt8 eMatrix = MM_NONE;
const ScCellValue& rCell = ((const ScChangeActionContent*)pSourceAction)->GetNewCell();
if (rCell.meType == CELLTYPE_FORMULA)
eMatrix = rCell.mpFormula->GetMatrixFlag();
2000-09-18 16:07:07 +00:00
switch ( eMatrix )
{
case MM_NONE :
pViewSh->EnterData( aPos.Col(), aPos.Row(), aPos.Tab(), aValue );
break;
case MM_FORMULA :
{
SCCOL nCols;
SCROW nRows;
rCell.mpFormula->GetMatColsRows(nCols, nRows);
2000-09-18 16:07:07 +00:00
aSourceRange.aEnd.SetCol( aPos.Col() + nCols - 1 );
aSourceRange.aEnd.SetRow( aPos.Row() + nRows - 1 );
2012-02-02 21:03:58 -05:00
aValue = aValue.copy(1, aValue.getLength()-2); // remove the 1st and last characters.
GetDocFunc().EnterMatrix( aSourceRange,
NULL, NULL, aValue, false, false,
EMPTY_OUSTRING, formula::FormulaGrammar::GRAM_DEFAULT );
2000-09-18 16:07:07 +00:00
}
break;
case MM_REFERENCE : // do nothing
break;
case MM_FAKE :
OSL_FAIL( "MergeDocument: MatrixFlag MM_FAKE" );
2000-09-18 16:07:07 +00:00
pViewSh->EnterData( aPos.Col(), aPos.Row(), aPos.Tab(), aValue );
break;
default:
2011-03-01 19:05:02 +01:00
OSL_FAIL( "MergeDocument: unknown MatrixFlag" );
2000-09-18 16:07:07 +00:00
}
}
break;
case SC_CAT_INSERT_TABS :
{
OUString aName;
2000-09-18 16:07:07 +00:00
aDocument.CreateValidTabName( aName );
GetDocFunc().InsertTable( aSourceRange.aStart.Tab(), aName, sal_True, false );
2000-09-18 16:07:07 +00:00
}
break;
case SC_CAT_INSERT_ROWS:
GetDocFunc().InsertCells( aSourceRange, NULL, INS_INSROWS, sal_True, false );
2000-09-18 16:07:07 +00:00
break;
case SC_CAT_INSERT_COLS:
GetDocFunc().InsertCells( aSourceRange, NULL, INS_INSCOLS, sal_True, false );
2000-09-18 16:07:07 +00:00
break;
case SC_CAT_DELETE_TABS :
GetDocFunc().DeleteTable( aSourceRange.aStart.Tab(), sal_True, false );
2000-09-18 16:07:07 +00:00
break;
case SC_CAT_DELETE_ROWS:
{
const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction;
if ( pDel->IsTopDelete() )
{
aSourceRange = pDel->GetOverAllRange().MakeRange();
GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELROWS, sal_True, false );
// #i101099# [Collaboration] Changes are not correctly shown
if ( bShared )
{
ScChangeAction* pAct = pThisTrack->GetLast();
if ( pAct && pAct->GetType() == eSourceType && pAct->IsDeletedIn() && !pSourceAction->IsDeletedIn() )
{
pAct->RemoveAllDeletedIn();
}
}
2000-09-18 16:07:07 +00:00
}
}
break;
case SC_CAT_DELETE_COLS:
{
const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction;
if ( pDel->IsTopDelete() && !pDel->IsTabDeleteCol() )
{ // deleted Table enthaelt deleted Cols, die nicht
aSourceRange = pDel->GetOverAllRange().MakeRange();
GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELCOLS, sal_True, false );
2000-09-18 16:07:07 +00:00
}
}
break;
case SC_CAT_MOVE :
{
const ScChangeActionMove* pMove = (const ScChangeActionMove*) pSourceAction;
ScRange aFromRange( pMove->GetFromRange().MakeRange() );
GetDocFunc().MoveBlock( aFromRange,
aSourceRange.aStart, sal_True, sal_True, false, false );
2000-09-18 16:07:07 +00:00
}
break;
default:
{
// added to avoid warnings
}
2000-09-18 16:07:07 +00:00
}
}
const OUString& rComment = pSourceAction->GetComment();
if ( !rComment.isEmpty() )
2000-09-18 16:07:07 +00:00
{
ScChangeAction* pAct = pThisTrack->GetLast();
if ( pAct && pAct->GetActionNumber() > nOldActionMax )
2000-09-18 16:07:07 +00:00
pAct->SetComment( rComment );
else
2011-03-01 19:05:02 +01:00
OSL_FAIL( "MergeDocument: wohin mit dem Kommentar?!?" );
2000-09-18 16:07:07 +00:00
}
// Referenzen anpassen
pSourceTrack->MergeOwn( (ScChangeAction*) pSourceAction, nFirstNewNumber, bShared );
// merge action state
if ( bShared && !pSourceAction->IsRejected() )
{
ScChangeAction* pAct = pThisTrack->GetLast();
if ( pAct && pAct->GetActionNumber() > nOldActionMax )
{
pThisTrack->MergeActionState( pAct, pSourceAction );
}
}
// fill merge map
if ( bShared && pMergeMap )
{
ScChangeAction* pAct = pThisTrack->GetLast();
if ( pAct && pAct->GetActionNumber() > nOldActionMax )
{
sal_uLong nActionMax = pAct->GetActionNumber();
sal_uLong nActionCount = nActionMax - nOldActionMax;
sal_uLong nAction = nActionMax - nActionCount + 1;
sal_uLong nSourceAction = pSourceAction->GetActionNumber() - nActionCount + 1;
while ( nAction <= nActionMax )
{
if ( bInverseMap )
{
(*pMergeMap)[ nAction++ ] = nSourceAction++;
}
else
{
(*pMergeMap)[ nSourceAction++ ] = nAction++;
}
}
}
}
2000-09-18 16:07:07 +00:00
}
aProgress.SetStateCountDown( --nNewActionCount );
}
pSourceAction = pSourceAction->GetNext();
}
2000-09-18 16:07:07 +00:00
rMarkData = aOldMarkData;
pThisTrack->SetUser(aOldUser);
pThisTrack->SetUseFixDateTime( false );
2000-09-18 16:07:07 +00:00
pSourceTrack->Clear(); //! der ist jetzt verhunzt
if (bHasRejected)
PostPaintGridAll(); // Reject() paintet nicht selber
UnlockPaint();
2000-09-18 16:07:07 +00:00
}
bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell )
{
if ( !pSharedDocShell )
{
return false;
}
ScChangeTrack* pThisTrack = aDocument.GetChangeTrack();
if ( !pThisTrack )
{
return false;
}
2000-09-18 16:07:07 +00:00
ScDocument& rSharedDoc = *( pSharedDocShell->GetDocument() );
ScChangeTrack* pSharedTrack = rSharedDoc.GetChangeTrack();
if ( !pSharedTrack )
{
return false;
}
2000-09-18 16:07:07 +00:00
// reset show changes
ScChangeViewSettings aChangeViewSet;
aChangeViewSet.SetShowChanges( false );
aDocument.SetChangeViewSettings( aChangeViewSet );
2000-09-18 16:07:07 +00:00
// find first merge action in this document
sal_Bool bIgnore100Sec = !pThisTrack->IsTimeNanoSeconds() || !pSharedTrack->IsTimeNanoSeconds();
ScChangeAction* pThisAction = pThisTrack->GetFirst();
ScChangeAction* pSharedAction = pSharedTrack->GetFirst();
while ( lcl_Equal( pThisAction, pSharedAction, bIgnore100Sec ) )
{
pThisAction = pThisAction->GetNext();
pSharedAction = pSharedAction->GetNext();
}
if ( pSharedAction )
{
if ( pThisAction )
{
// merge own changes into shared document
sal_uLong nActStartShared = pSharedAction->GetActionNumber();
sal_uLong nActEndShared = pSharedTrack->GetActionMax();
ScDocument* pTmpDoc = new ScDocument;
for ( sal_Int32 nIndex = 0; nIndex < aDocument.GetTableCount(); ++nIndex )
{
OUString sTabName;
pTmpDoc->CreateValidTabName( sTabName );
pTmpDoc->InsertTab( SC_TAB_APPEND, sTabName );
}
aDocument.GetChangeTrack()->Clone( pTmpDoc );
ScChangeActionMergeMap aOwnInverseMergeMap;
pSharedDocShell->MergeDocument( *pTmpDoc, true, true, 0, &aOwnInverseMergeMap, true );
delete pTmpDoc;
sal_uLong nActStartOwn = nActEndShared + 1;
sal_uLong nActEndOwn = pSharedTrack->GetActionMax();
// find conflicts
ScConflictsList aConflictsList;
ScConflictsFinder aFinder( pSharedTrack, nActStartShared, nActEndShared, nActStartOwn, nActEndOwn, aConflictsList );
if ( aFinder.Find() )
{
ScConflictsListHelper::TransformConflictsList( aConflictsList, NULL, &aOwnInverseMergeMap );
bool bLoop = true;
while ( bLoop )
{
bLoop = false;
ScConflictsDlg aDlg( GetActiveDialogParent(), GetViewData(), &rSharedDoc, aConflictsList );
if ( aDlg.Execute() == RET_CANCEL )
{
QueryBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ),
ScGlobal::GetRscString( STR_DOC_WILLNOTBESAVED ) );
if ( aBox.Execute() == RET_YES )
{
return false;
}
else
{
bLoop = true;
}
}
}
}
// undo own changes in shared document
pSharedTrack->Undo( nActStartOwn, nActEndOwn );
// clone change track for merging into own document
pTmpDoc = new ScDocument;
for ( sal_Int32 nIndex = 0; nIndex < aDocument.GetTableCount(); ++nIndex )
{
OUString sTabName;
pTmpDoc->CreateValidTabName( sTabName );
pTmpDoc->InsertTab( SC_TAB_APPEND, sTabName );
}
pThisTrack->Clone( pTmpDoc );
// undo own changes since last save in own document
sal_uLong nStartShared = pThisAction->GetActionNumber();
ScChangeAction* pAction = pThisTrack->GetLast();
while ( pAction && pAction->GetActionNumber() >= nStartShared )
{
pThisTrack->Reject( pAction, true );
pAction = pAction->GetPrev();
}
// #i94841# [Collaboration] When deleting rows is rejected, the content is sometimes wrong
pThisTrack->Undo( nStartShared, pThisTrack->GetActionMax(), true );
// merge shared changes into own document
ScChangeActionMergeMap aSharedMergeMap;
MergeDocument( rSharedDoc, true, true, 0, &aSharedMergeMap );
sal_uLong nEndShared = pThisTrack->GetActionMax();
// resolve conflicts for shared non-content actions
if ( !aConflictsList.empty() )
{
ScConflictsListHelper::TransformConflictsList( aConflictsList, &aSharedMergeMap, NULL );
ScConflictsResolver aResolver( pThisTrack, aConflictsList );
pAction = pThisTrack->GetAction( nEndShared );
while ( pAction && pAction->GetActionNumber() >= nStartShared )
{
aResolver.HandleAction( pAction, true /*bIsSharedAction*/,
false /*bHandleContentAction*/, true /*bHandleNonContentAction*/ );
pAction = pAction->GetPrev();
}
}
nEndShared = pThisTrack->GetActionMax();
// only show changes from shared document
aChangeViewSet.SetShowChanges( sal_True );
aChangeViewSet.SetShowAccepted( sal_True );
aChangeViewSet.SetHasActionRange( true );
aChangeViewSet.SetTheActionRange( nStartShared, nEndShared );
aDocument.SetChangeViewSettings( aChangeViewSet );
// merge own changes back into own document
sal_uLong nStartOwn = nEndShared + 1;
ScChangeActionMergeMap aOwnMergeMap;
MergeDocument( *pTmpDoc, true, true, nEndShared - nStartShared + 1, &aOwnMergeMap );
delete pTmpDoc;
sal_uLong nEndOwn = pThisTrack->GetActionMax();
// resolve conflicts for shared content actions and own actions
if ( !aConflictsList.empty() )
{
ScConflictsListHelper::TransformConflictsList( aConflictsList, NULL, &aOwnMergeMap );
ScConflictsResolver aResolver( pThisTrack, aConflictsList );
pAction = pThisTrack->GetAction( nEndShared );
while ( pAction && pAction->GetActionNumber() >= nStartShared )
{
aResolver.HandleAction( pAction, true /*bIsSharedAction*/,
true /*bHandleContentAction*/, false /*bHandleNonContentAction*/ );
pAction = pAction->GetPrev();
}
pAction = pThisTrack->GetAction( nEndOwn );
while ( pAction && pAction->GetActionNumber() >= nStartOwn )
{
aResolver.HandleAction( pAction, false /*bIsSharedAction*/,
true /*bHandleContentAction*/, true /*bHandleNonContentAction*/ );
pAction = pAction->GetPrev();
}
}
nEndOwn = pThisTrack->GetActionMax();
}
else
{
// merge shared changes into own document
sal_uLong nStartShared = pThisTrack->GetActionMax() + 1;
MergeDocument( rSharedDoc, true, true );
sal_uLong nEndShared = pThisTrack->GetActionMax();
// only show changes from shared document
aChangeViewSet.SetShowChanges( sal_True );
aChangeViewSet.SetShowAccepted( sal_True );
aChangeViewSet.SetHasActionRange( true );
aChangeViewSet.SetTheActionRange( nStartShared, nEndShared );
aDocument.SetChangeViewSettings( aChangeViewSet );
}
// update view
PostPaintExtras();
PostPaintGridAll();
InfoBox aInfoBox( GetActiveDialogParent(), ScGlobal::GetRscString( STR_DOC_UPDATED ) );
aInfoBox.Execute();
}
return ( pThisAction != NULL );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */