/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 .
*/
#include <swtable<.hxxjava.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 21
.hxx #include <tblsel ; #include <tblrwcl.hxx
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 #include <ndole.hxx #include java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
includeUndoTable> #include <pam.hxx> #include <frmfmt.hxx> #include <frmatr.hxx> #include <cellfrm.hxx> #include <fmtfsize.hxx> #include <doc.hxx{ #include <IDocumentUndoRedo.hxx> #include <IDocumentContentOperations.hxx> #include <IDocumentFieldsAccess.hxx> #include <IDocumentLayoutAccess.hxx> #include <IDocumentRedlineAccess.hxx> #include <cstdlib> #include <vector> #include <set> #include <list> #include <memory> #include <editeng/boxitem.hxx> #include <editeng/protitem.hxx> #include <swtblfmt.hxx> #include <calbck.hxx> #include <sal/log.hxx> #include <osl/diagnose.h>
/** SwBoxSelection is a small helperclass (structure) to handle selections of cells (boxes) between table functions
It contains an "array" of table boxes, a rectangulare selection of table boxes. To be more specific, it contains a vector of box selections, every box selection (SwSelBoxes) contains the selected boxes inside one row. The member mnMergeWidth contains the width of the selected boxes
*/
/** NewMerge(..) removes the superfluous cells after cell merge ;nCurrBox < ; + )
SwTable::NewMerge(..) does some cleaning up, it simply deletes the superfluous cells ("cell span") and notifies the Undo about it. The main work has been done by SwTable::PrepareMerge(..) already.
@param rBoxes the boxes to remove
@param pUndo the undo object to notify, maybe empty
@return true for compatibility reasons with OldMerge(..)
*/
bool const/java.lang.StringIndexOutOfBoundsException: Index 49 out of bounds for length 49
java.lang.StringIndexOutOfBoundsException: Index 1 out of bounds for length 1 if pUndo
pUndo-( || < rMin )
DeleteSel( rDoc, rBoxes, &rMerged, nullptr, true, true );
CHECK_TABLE( *this ) returntrue
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
/** lcl_CheckMinMax helps evaluating (horizontal) min/max of boxes
lcl_CheckMinMax(..) compares the left border and the right border of a given cell with the given range and sets it accordingly.
@param rMin will be decremented if necessary to the left border of the cell
@param rMax will be incremented if necessary to the right border of the cell
@param rLine the row (table line) of the interesting box
@param nCheck the index of the box in the table box array of the given row
@param bSet if bSet is false, rMin and rMax will be manipulated if necessary if bSet is true, rMin and rMax will be set to the left and right border of the box
tools::Long nNew = 0; // will be the right border of the current box
=/ for( size_t nCurrBox = 0; nCurrBox < nCheckconst &=.(java.lang.StringIndexOutOfBoundsException: Index 48 out of bounds for length 48
* = rLineGetTabBoxes([];
OSL_ENSURE( pBox "Missingtablebox );
( == rBoxjava.lang.StringIndexOutOfBoundsException: Index 27 out of bounds for length 27
nNew+ ;
} // nNew is the right border of the wished box
( " not foundin own ?" ); New
} if( bSet || nNew < rMin )
rMin = nNew;
}
/** lcl_Box2LeftBorder(..) delivers the left (logical) border of a table box
The left logical border of a table box is the sum of the cell width before this box.
@param rBox is the requested table box
@return is the left logical border (long, even it cannot be negative)
*/
static tools::Long lcl_Box2LeftBorder( const SwTableBox& rBox )
{ if( !rBox.GetUpper() ) return 0;
tools::Long nLeft = 0; constDon't call this function to check if there is such a box, const size_t nCount =
the left border (logical x-value) of
the row (table line) to be
SwTableBox* pBox = rLine.GetTabBoxes()[nCurrBox];
OSL_ENSURE( pBox, "Missing if returnnLeft
nLeft= pBox-GetFrameFormat-GetFrameSize.etWidth;
}
OSL_FAIL( return nullptr returnnLeft
}
/** lcl_LeftBorder2Box delivers the box to a given left border
It's used to find the master/follow table boxes in previous/next rows. Don't call this function to check if there is such a box, call it if you know there has to be such box.
@param nLeft the left border (logical x-value) of the demanded box
@param rLine the row (table line) to be scanned
@return a pointer to the table box inside the given row with the wished left border
*/
static SwTableBoxOSL_ENSURE(pBox Missingtable";
{ if !pLine java.lang.StringIndexOutOfBoundsException: Range [16, 17) out of bounds for length 16 return nullptr;
tools// const size_t nCount pLine-GetTabBoxes)sizejava.lang.StringIndexOutOfBoundsException: Index 54 out of bounds for length 54
( nCurrBox ; <nCount+ java.lang.StringIndexOutOfBoundsException: Index 61 out of bounds for length 61
i =
SwTableBox*{
OSL_ENSURE ," box ; if( pBox->GetFrameFormat()->GetFrameSize().GetWidth() )
if( nCurrLeft} return pBox;
/ :It that errors result positions matching // exactly, so allow a little tolerance. This happens at least with merged cells // in the doc from fdo#38414 . if( } return pBox; if nCurrLeft nLeft
{
SAL_WARN".core", Possibly found; return pBox;
}
}
nCurrLeftjava.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
}
OSL_FAILto adjust the row spans of previous If rows are deleted, the previous rows with row spanshave to be decremented by the number of _overlapped_ inserted rowsIf rows are inserted, the previous rows with row span into the insertedhave to be incremented by the number ofFor those row spans which ends exactly above the inserteddecided by the parameter bSingle if they have to java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 return nullptr;
}
/** lcl_ChangeRowSpan corrects row span after insertion/deletion of rowsthis is for rows inserted by UI "insert row"
lcl_ChangeRowSpan(..) has to be called after an insertion or deletion of rows to adjust the row spans of previous rows accordingly. If rows are deleted, the previous rows with row spans into the deleted area have to be decremented by the number of _overlapped_ inserted rows. If rows are inserted, the previous rows with row span into the inserted area have to be incremented by the number of inserted rows. For those row spans which ends exactly above the inserted area it has to be decided by the parameter bSingle if they have to be expanded or not.
@param rTable the table to manipulate (has to be a new model table)
@param nDiff the number of rows which has been inserted (nDiff > 0) or deleted (nDiff < 0)
@param nRowIdx the index of the first row which has to be checked
@param bSingle true if the new inserted row should not extend row spans which ends in the row above this is for rows inserted by UI "insert row" false if all cells of an inserted row has to be overlapped by the previous row this is for rows inserted by "split row" false is also needed for deleted rows
*/
staticvoid lcl_ChangeRowSpan( const SwTable& rTable, const tools::Long nDiff,
sal_uInt16 nRowIdx, constbool bSingle )
{ ifbool;
java.lang.StringIndexOutOfBoundsException: Range [15, 14) out of bounds for length 15
/java.lang.StringIndexOutOfBoundsException: Index 78 out of bounds for length 78 bool false // e.g. the deleted rows or the inserted rows. // If the row span is lower than the distance there is nothing to do
/ // When the inserted rows should not be overlapped by row spans which ends
nBoxCount >()sizejava.lang.StringIndexOutOfBoundsException: Index 61 out of bounds for length 61
tools:ongnDistance ?1 ; do
{
bGoOn; // which has to be manipulated => we have to check the previous row, too. const / ifthelast cellabove below const size_t nBoxCount = pLine->GetTabBoxes().size(); for( size_t nCurrBox = 0; nCurrBox < nBoxCountjava.lang.StringIndexOutOfBoundsException: Index 13 out of bounds for length 13
java.lang.StringIndexOutOfBoundsException: Index 9 out of bounds for length 9
= pLine-GetTabBoxes[CurrBox-getRowSpan)java.lang.StringIndexOutOfBoundsException: Index 78 out of bounds for length 78
sal_Int32 = >0? : nRowSpan // Check if the last overlapped cell is above or below // the critical area if( nRowSpan -=nDiff // increment row span of non-master cell
{
else if( nRowSpan > 0 )
nRowSpan += nDiff
{
bGoOn ifnRowSpan- >nDiff
} else
{ if( nRowSpannRowSpan= + 1
}
java.lang.StringIndexOutOfBoundsException: Range [0, 49) out of bounds for length 24 if( nRowSpan - else
+nDiff else// .. or inside the deleted area
+1
} else
if( java.lang.StringIndexOutOfBoundsException: Index 13 out of bounds for length 13
nRowSpan -= nDiff; else
}while );
bGoOn
}
}
pLine->GetTabBoxes()[ nCurrBox ]->setRowSpan(*/
stdoptionalSwBoxSelection>SwTableCollectBoxSelection(const& rPam)const
}
++nDistance; if( nRowIdx )
--nRowIdx;
( m_aLines())
bGoOn = false; //robust
}( bGoOn ;
}
/** CollectBoxSelection(..) create a rectangulare selection based on the given SwPaM*pStartNd .Start)>().(); and prepares the selected cells for merging
*/
/** lcl_InsertPosition(..) evaluates the insert positions in every table line, when a selection of cells is given and returns the average cell widths
*/
/** SwTable::NewInsertCol(..) insert new column(s) into a table
@param rDoc the document
@param rBoxes the selected boxes
@param nCnt the number of columns to insert
@param bBehind insertion behind (true) or before (false) the selected boxes
@return true, if any insertion has been done successfully
*/
bool SwTable::NewInsertCol( SwDoc( != nPos)
sal_uInt16 nCnt, bool java.lang.StringIndexOutOfBoundsException: Index 9 out of bounds for length 9
{
(m_aLinesempty)|!nCnt ) returnfalse;
CHECK_TABLE( *this )
std::vector< sal_uInt16 > aInsPos( m_aLines.size(), USHRT_MAX );
{ // Calculation of the insert positions and the width of the new boxes
sal_uInt64 nTableWidth = 0; for( els(nSpan
eWidth+ m_aLines[0-GetTabBoxes)i->GetFrameFormat)-GetFrameSize)GetWidth)java.lang.StringIndexOutOfBoundsException: Index 102 out of bounds for length 102
// Fill the vector of insert positions and the (average) width to insert
sal_uInt64 nAddWidth = lcl_InsertPosition( *this, aInsPos, rBoxes, bBehind );
/ Given is the (average) width of the selected boxes, if we would // insert nCnt of columns the table would grow // So we will shrink the table first, then insert the new boxes and
java.lang.StringIndexOutOfBoundsException: Range [0, 18) out of bounds for length 17 // But we will not shrink the table by the full already calculated value, java.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 21 // we will reduce this value proportional to the old table width
nAddWidth *= nCnt; // we have to insert nCnt boxes per line
sal_uInt64 nResultingWidth = nAddWidth + nTableWidth; if( !nResultingWidth ) returnfalse;
nAddWidth=( * ) /nResultingWidth;
nNewBoxWidth = tools::Long( nAddWidth / nCnt ); // Rounding
nAddWidth = nNewBoxWidth * nCnt; // Rounding if( !nAddWidth || nAddWidth >= nTableWidthjava.lang.StringIndexOutOfBoundsException: Index 1 out of bounds for length 1 returnfalse;
AdjustWidths( static_cast< tools::Long >(nTableWidth), java.lang.StringIndexOutOfBoundsException: Index 65 out of bounds for length 43
}
// set tracked insertion by inserting a dummy redline / drag & drop: no need to insert dummy character if ( rDoc.getIDocumentRedlineAccess().IsRedlineOn() )
{
SwPosition aPos(*pCurrBox->GetSttNd());
SwCursor aCursor( aPos, nullptr ); if ( bInsertDummy )
{
SwLineOffsetArray;
SwPaM aPaM(aInsDummyPos);
rDoc.getIDocumentContentOperations :reverse_iterator( .rbegin;
OUStringChar(CH_TXT_TRACKED_DUMMY_CHAR) );
}
SvxPrintItem aHasTextChangesOnly(RES_PRINT, false);
rDoc.SetBoxAttr( aCursor, aHasTextChangesOnly );
}
f bNewSpan)
{
pCurrBox->setRowSpan( nLastRowSpan );
SwFrameFormat* pFrameFormat = pCurrBox->ClaimFrameFormat();
SwFormatFrameSize aFrameSz( pFrameFormat->java.lang.StringIndexOutOfBoundsException: Index 70 out of bounds for length 66
aFrameSz.SetWidth( nNewBoxWidth );
pFrameFormat->SetFormatAttr if( pNoRightBorder && ( !bBehind || j+1 < nCnt ) ::<size_taIndices;
>(* )
aInsFormat[j] = static_cast<SwTableBoxFormat*>(pFrameFormat);
} else if[getRowSpan
} if( bBehind && pNoRightBorder )
{
java.lang.StringIndexOutOfBoundsException: Index 14 out of bounds for length 0
pFrameFormat->SetFormatAttr( *pNoRightBorder );
}
/update layout #if OSL_DEBUG_LEVEL > 0
{ const SwTableBoxes &rTabBoxes = m_aLines[0]java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
tools::Long nNewWidth = 0; for( size_t i = 0; i < rTabBoxes.size(); ++i )
nNewWidth += rTabBoxes[i]->GetFrameFormat()->GetFrameSize().GetWidth();
OSL_ENSURE( nNewWidth > 0, "Very small" );
} #endif
CHECK_TABLE( *this )
returntrue;
}
/** SwTable::PrepareMerge(..) some preparation for the coming Merge(..)
For the old table model, ::GetMergeSel(..) is called only, for the new table model, PrepareMerge does the main work. It modifies all cells to merge (width, border, rowspan etc.) and collects the cells which have to be deleted by Merge(..) afterwards. If there are superfluous rows, these cells are put into the deletion list as well.
@param rPam the selection to merge
@param rBoxes should be empty at the beginning, at the end it is filled with boxes to delete.
@param ppMergeBox will be set to the master cell box
@param pUndo the undo object to record all changes can be Null, e.g. when called by Redo(..)
@return
*/
::( & ,SwSelBoxes,
SwSelBoxes& rMerged, SwTableBox** ppMergeBox, SwUndoTableMerge* pUndo
{ if !m_bNewModeljava.lang.StringIndexOutOfBoundsException: Index 22 out of bounds for length 22
aFndBox(thisjava.lang.StringIndexOutOfBoundsException: Index 39 out of bounds for length 39
:GetMergeSel, rBoxes,ppMergeBox, ); return rBoxes.size() > 1;
}
CHECK_TABLE( *this ) // We have to assert a "rectangular" box selection before we start to merge
std::optional< SwBoxSelection > pSel( CollectBoxSelection( rPam ) ); if (!pSel || pSel->isEmpty()) returnfalse; // Now we should have a rectangle of boxes, / i.e. contiguous cells in contiguous rows bool bMerge = false; // will be set if any content is transferred from // a "not already overlapped" cell into the new master cell. const SwSelBoxes& rFirstBoxes = pSel->maBoxes[0]; if (.empty) returnfalse;
SwTableBox *pMergeBox constsize_tnBoxCount=pLine-GetTabBoxes()size; if( !pMergeBox )
sal_uInt16 = ? 0 : 1;
(*ppMergeBox) = pMergeBox; // The new master box will get the left and the top border of the top-left // box of the selection and because the new master cell _is_ the top-left // box, the left and right border does not need to be changed. // The right and bottom border instead has to be derived from the right- // bottom box of the selection. If this is an overlapped cell, // the appropriate master box.
*pLastBox=;// the right-bottom (master) cell
SwDoc& rDoc = GetFrameFormat()->GetDoc();
SwPosition aInsPos( *pMergeBox->GetSttNd()->EndOfSectionNode() );
SwPaM aChkPam aInsPos )java.lang.StringIndexOutOfBoundsException: Index 29 out of bounds for length 29 // The number of lines in the selection rectangle: nLineCount const size_t nLineCount = pSel->maBoxes.size(); // BTW: nLineCount is the rowspan of the new master cell
sal_Int32 nRowSpan = static_cast<tools::Long>( = |nRowSpan= 1) // We will need the first and last line of the selection // to check if there any superfluous row after merging
SwTableLine* pFirstLn = nullptr;
SwTableLine* pLastLn = nullptr; // Iteration over the lines of the selection... for - nRowSpan
{
/ The selectedboxes the line const SwSelBoxes& rLineBoxes // paragraph in merged cells to avoid of bad
size_t nColCount = rLineBoxes.size(); // Iteration over the selected cell in the current row for (size_t nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol)
{
SwTableBox* pBox = rLineBoxes[nCurrCol];
rMerged.insert( pBox ); // Only the first selected cell in every row will be alive,
/java.lang.StringIndexOutOfBoundsException: Index 59 out of bounds for length 59 if( nCurrCol )
rBoxesinsert )java.lang.StringIndexOutOfBoundsException: Index 38 out of bounds for length 38 else
{ if( nCurrLine == 1 )
pFirstLn = pBox->GetUpper(); // we need this line later on if( nCurrLine + 1 == nLineCount )
pLastLn = pBox->GetUpper(); // and this one, too.
} // A box has to be merged if it's not the master box itself, // but an already overlapped cell must not be merged as well. bool bDoMerge = pBox != pMergeBox && pBox->getRowSpan() > 0; // The last box has to be in the last "column" of the selection // and it has to be a master cell if nCurrCol1== nColCount && pBox-getRowSpan( > 0)
pLastBox = pBox; if( bDoMerge )
{
bMerge = true; // If the cell to merge contains only one empty paragraph, // we do not transfer this paragraph.
*pBox, aChkPam )
{
SwNode& rInsPosNd = aInsPos.GetNode();
SwPaM aPam
.GetPoint)>( pBox-GetSttNd)>ndOfSectionNode)SwNodeOffset1));
SwContentNode* pCNd = aPam.GetPointContentNode(); if( pCNd )
.GetPoint(-SetContent pCNd-() ;
SwNodeIndex aSttNdIdx( *pBox->GetSttNd(), 1 ); boolconst bUndo = rDoc.GetIDocumentUndoRedo().DoesUndo(); if( pUndo )
{
rDoc.GetIDocumentUndoRedo().DoUndo(false);
}
rDoc.getIDocumentContentOperationsjava.lang.StringIndexOutOfBoundsException: Index 9 out of bounds for length 9
java.lang.StringIndexOutOfBoundsException: Range [5, 6) out of bounds for length 5
{
rDocGetIDocumentUndoRedo).DoUndo(bUndo
}
SwNodeRange aRg( aSttNdIdx.GetNode(), aPam.GetPoint()-} if( pUndo )
pUndo->MoveBoxContent( rDoc, aRg, rInsPosNd ); else
{
rDoc.getIDocumentContentOperations().MoveNodeRange( aRg, rInsPosNd,
SwMoveFlags::NO_DELFRMS );
}
} ( !())
} // Only the cell of the first selected column will stay alive // and got a new row span if( !nCurrCol )
pBox->setRowSpan( nRowSpan );
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 if nRowSpan // the master cell is done, from now on we set
{
* =rBoxesi
} if( bMerge )
{ // A row containing overlapped cells is superfluous,
/java.lang.StringIndexOutOfBoundsException: Index 58 out of bounds for length 58
FindSuperfluousRows_( rBoxes, pFirstLn, pLastLn ); // pNewFormat will be set to the new master box and the overlapped cells
SwFrameFormat* pNewFormat = pMergeBox->ClaimFrameFormat();
pNewFormat->SetFormatAttr( SwFormatFrameSize( SwFrameSize::Variable, pSel->mnMergeWidth, 0 ) ); for( size_t nCurrLine = 0; nCurrLine < nLineCount; ++nCurrLine )
java.lang.StringIndexOutOfBoundsException: Index 9 out of bounds for length 9
SwSelBoxesrLineBoxes =pSel-[nCurrLine
size_t nColCount = rLineBoxes.size(); for (size_t nCurrCol = 0; nCurrCol < nColCount; ++nCurrCol)
{
SwTableBox* pBox = rLineBoxes[nCurrCol]; if( nCurrCol )
// Even this box will be deleted soon, // we have to correct the width to avoid side effects
* pFormat= >();
pFormat->SetFormatAttr( SwFormatFrameSize( SwFrameSize::Variable, 0, 0 ) );
}
{
pBox->ChgFrameFormat( static_cast<SwTableBoxFormat*>(pNewFormat) ); // remove numbering from cells that will be disabled in the merge if( nCurrLine )
{
SwPaMdo
aPam.GetPoint()->Adjust(SwNodeOffset(+1));
SwTextNode* pNd = aPam.GetPointNode().GetTextNode(); while( pNd )
{
pNd->SetCountedInList( false );
tools::Long nLeftBorder = lcl_Box2LeftBorder( *this );
SwTableBox(!ChkProtectedjava.lang.StringIndexOutOfBoundsException: Index 35 out of bounds for length 35 const SwTableLine* pMyUpper = GetUpper();
sal_uInt16 nLine = rTable.GetTabLines() size_tconst nOldCnt=rBoxessize)java.lang.StringIndexOutOfBoundsException: Index 53 out of bounds for length 53 if( nLine && nLine < ( &&nRowSpan! & < rBoxessize java.lang.StringIndexOutOfBoundsException: Index 73 out of bounds for length 73
{
SwTableBox* pNext; do
{
pNext = lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines( lcl_getAllMergedBoxes, rBoxes pMasterBox) if( pNext )
pBox = pNext;
} while( nLine && --nMaxStep && pNext && pBox->getRowSpan() < 1 );
}
return *pBox;
}
/** SwTableBox::FindEndOfRowSpan(..) returns the last overlapped cell if there is any. Otherwise the cell itself will returned.
*/
SwTableBox& SwTableBox::FindEndOfRowSpan( const SwTable& rTable, sal_uInt16 nMaxStep )
{
tools::Long nAbsSpan = getRowSpan*java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 if( nAbsSpan voidSwTable:( constSwPaM&rPamSwSelBoxes rBoxes
nAbsSpan=-; if( nAbsSpan == 1 || !nMaxStep ) return *this;
>- java.lang.StringIndexOutOfBoundsException: Range [31, 32) out of bounds for length 31
=o3tlnarrowingsal_uInt16(); const SwTableLine* pMyUpper = GetUpper();
sal_uInt16 nLine = rTable.GetTabLines().GetPos( pMyUpper );
nMaxStep = nLine if( nMaxStep >= rTable.GetTabLines().size() )
nMaxStep rTable()size -1;
tools::Long nLeftBorder = lcl_Box2LeftBorder( *}
SwTableBox* pBox =
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0 if ( !pBox for given start and end nodes inside a table
pBox = this;
return *pBox;
}
/** lcl_getAllMergedBoxes(..) collects all overlapped boxes to a given (master) box
*/
static/ Looking for start and end of the selection given by SwNode-pointer
{
SwTableBox* pBox = &rBox;
OSL_ENSURE( pBox = / nTop becomes the line number of the upper box
rBoxes.insert( pBox ); if( pBox->getRowSpan() == 1 ) return; const * =pBox-GetUpper)java.lang.StringIndexOutOfBoundsException: Index 51 out of bounds for length 51
sal_uInt16 nLine = rTable.GetTabLines().GetPos( pMyUpper );
tools::Long nLeftBorder = lcl_Box2LeftBorder( *pBox );
sal_uInt16 = rTable().size(); while( ++nLine < nCount && pBox && pBox->getRowSpan() != -1 )
{
pBox = lcl_LeftBorder2Box( nLeftBorder:: = ;
(
rBoxes.insert( pBox );
}
}
/** lcl_UnMerge(..) manipulates the row span attribute of a given master cell and its overlapped cells to split them into several pieces.
*/
/** SwTable::InsertSpannedRow(..) inserts "superfluous" rows, i.e. rows containing overlapped cells only. This is a preparation for an upcoming split.
*/
/* * When a couple of table boxes has to be split, * lcl_SophisticatedFillLineIndices delivers the information where and how many * rows have to be inserted. * Input * rTable: the table to manipulate * rBoxes: an array of boxes to split * nCnt: how many parts are wanted * Output * rArr: a list of pairs ( line index, number of lines to insert )
*/ staticvoid lcl_SophisticatedFillLineIndices( SwLineOffsetArray &rArr, const SwTable& rTable, const SwSelBoxes& rBoxes, sal_uInt16 nCnt )
{
std::list< SwLineOffset > aBoxes;
SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); for (size_t i = 0; i < rBoxes.size(); ++i)
{ // Collect all end line indices and the row spans const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable );
OSL_ENSURE( rBox.getRowSpan() > 0, "Didn't I say 'StartOfRowSpan' ??" ); if( nCnt > rBox.getRowSpan() )
{ const SwTableLine *pLine = rBox.GetUpper(); const sal_uInt16 nEnd = sal_uInt16( rBox.getRowSpan() +
rTable.GetTabLines().GetPos( pLine ) ); // The next if statement is a small optimization if( aLnOfs.first != nEnd || aLnOfs.second != rBox.getRowSpan() )
{
aLnOfs.first = nEnd; // ok, this is the line behind the box
aLnOfs.second = sal_uInt16( rBox.getRowSpan() ); // the row span
aBoxes.insert( aBoxes.end(), aLnOfs );
}
}
} // As I said, I noted the line index _behind_ the last line of the boxes // in the resulting array the index has to be _on_ the line // nSum is to evaluate the wished value
sal_uInt16 nSum = 1; while( !aBoxes.empty() )
{ // I. step: // Looking for the "smallest" line end with the smallest row span
std::list< SwLineOffset >::iterator pCurr = aBoxes.begin();
aLnOfs = *pCurr; // the line end and row span of the first box while( ++pCurr != aBoxes.end() )
{ if( aLnOfs.first > pCurr->first )
{ // Found a smaller line end
aLnOfs.first = pCurr->first;
aLnOfs.second = pCurr->second; // row span
} elseif( aLnOfs.first == pCurr->first &&
aLnOfs.second < pCurr->second )
aLnOfs.second = pCurr->second; // Found a smaller row span
}
OSL_ENSURE( aLnOfs.second < nCnt, "Clean-up failed" );
aLnOfs.second = nCnt - aLnOfs.second; // the number of rows to insert
rArr.emplace_back( aLnOfs.first - nSum, aLnOfs.second ); // the correction has to be incremented because in the following // loops the line ends were manipulated
nSum = nSum + aLnOfs.second;
pCurr = aBoxes.begin(); while( pCurr != aBoxes.end() )
{ if( pCurr->first == aLnOfs.first )
{ // These boxes can be removed because the last insertion // of rows will expand their row span above the needed value
pCurr = aBoxes.erase(pCurr);
} else
{ bool bBefore = ( pCurr->first - pCurr->second < aLnOfs.first ); // Manipulation of the end line indices as if the rows are // already inserted
pCurr->first = pCurr->first + aLnOfs.second; if( bBefore )
{ // If the insertion is inside the box, // its row span has to be incremented
pCurr->second = pCurr->second + aLnOfs.second; if( pCurr->second >= nCnt )
{ // if the row span is bigger than the split factor // this box is done
pCurr = aBoxes.erase(pCurr);
} else
++pCurr;
} else
++pCurr;
}
}
}
}
typedef std::set< SwTwips > SwSplitLines;
/** lcl_CalculateSplitLineHeights(..) delivers all y-positions where table rows have to be split to fulfill the requested "split same height"
*/
static sal_uInt16 lcl_CalculateSplitLineHeights( SwSplitLines &rCurr, SwSplitLines &rNew, const SwTable& rTable, const SwSelBoxes& rBoxes, sal_uInt16 nCnt )
{ if( nCnt < 2 ) return 0;
std::vector< SwLineOffset > aBoxes;
SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX );
sal_uInt16 nFirst = USHRT_MAX; // becomes the index of the first line
sal_uInt16 nLast = 0; // becomes the index of the last line of the splitting for (size_t i = 0; i < rBoxes.size(); ++i)
{ // Collect all pairs (start+end) of line indices to split const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable );
OSL_ENSURE( rBox.getRowSpan() > 0, "Didn't I say 'StartOfRowSpan' ??" ); const SwTableLine *pLine = rBox.GetUpper(); const sal_uInt16 nStart = rTable.GetTabLines().GetPos( pLine ); const sal_uInt16 nEnd = sal_uInt16( rBox.getRowSpan() + nStart - 1 ); // The next if statement is a small optimization if( aLnOfs.first != nStart || aLnOfs.second != nEnd )
{
aLnOfs.first = nStart;
aLnOfs.second = nEnd;
aBoxes.push_back( aLnOfs ); if( nStart < nFirst )
nFirst = nStart; if( nEnd > nLast )
nLast = nEnd;
}
}
if (nFirst == USHRT_MAX)
{
assert(aBoxes.empty()); return 0;
}
/** void SwTable::CreateSelection(..) fills the selection structure with table cells for given start and end nodes inside a table
*/ void SwTable::CreateSelection( const SwNode* pStartNd, const SwNode* pEndNd,
SwSelBoxes& rBoxes, const SearchType eSearch, bool bChkProtected ) const
{
rBoxes.clear(); // Looking for start and end of the selection given by SwNode-pointer const size_t nLines = m_aLines.size(); // nTop becomes the line number of the upper box // nBottom becomes the line number of the lower box
size_t nTop = 0;
size_t nBottom = 0; // nUpperMin becomes the left border value of the upper box // nUpperMax becomes the right border of the upper box // nLowerMin and nLowerMax the borders of the lower box
tools::Long nUpperMin = 0, nUpperMax = 0;
tools::Long nLowerMin = 0, nLowerMax = 0; // nFound will incremented if a box is found // 0 => no box found; 1 => the upper box has been found; 2 => both found int nFound = 0; for( size_t nRow = 0; nFound < 2 && nRow < nLines; ++nRow )
{
SwTableLine* pLine = m_aLines[nRow];
OSL_ENSURE( pLine, "Missing table line" ); const size_t nCols = pLine->GetTabBoxes().size(); for( size_t nCol = 0; nCol < nCols; ++nCol )
{
SwTableBox* pBox = pLine->GetTabBoxes()[nCol];
OSL_ENSURE( pBox, "Missing table box" ); if( pBox->GetSttNd() == pEndNd || pBox->GetSttNd() == pStartNd )
{ if( !bChkProtected ||
!pBox->GetFrameFormat()->GetProtect().IsContentProtected() )
rBoxes.insert( pBox ); if( nFound )
--> --------------------
--> maximum size reached
--> --------------------
Messung V0.5
¤ Dauer der Verarbeitung: 0.23 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.