Searched refs:getColumnSpan (Results 1 – 13 of 13) sorted by relevance
205 rEnd.mnCol += xCell->getColumnSpan()-1; in GetMergedSelection()230 nOriginCol += xCell->getColumnSpan()-1; in GetMergedSelection()238 …else if( ((nCol + xCell->getColumnSpan() - 1) > rEnd.mnCol) || ((nRow + xCell->getRowSpan() - 1 ) … in GetMergedSelection()301 nNewCols = std::max( nNewCols, nColumns - xCell->getColumnSpan() + 1 - rLeftOvers[nRow] ); in split_column()343 sal_Int32 nColSpan = xCell->getColumnSpan() - 1; in split_column()459 sal_Int32 nColSpan = xCell->getColumnSpan() - 1; in split_row()577 if( xCell.is() && ( (xCell->getRowSpan() > 1) || (xCell->getColumnSpan() > 1) ) ) in isUnmergeable()
661 sal_Int32 nColSpan = xCell->getColumnSpan(); in notifyModification()781 sal_Int32 nColSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getColumnSpan() : 1; in insertColumns()864 sal_Int32 nColSpan = (xCell.is() && !xCell->isMerged()) ? xCell->getColumnSpan() : 1; in removeColumns()959 const sal_Int32 nColSpan = xCell->getColumnSpan(); in insertRows()1042 xTargetCell->merge( xCell->getColumnSpan(), nRowSpan - nRemove ); in removeRows()1053 xCell->merge( xCell->getColumnSpan(), nRowSpan - nRemove ); in removeRows()
106 sal_Int32 nColSpan = std::max( xCell->getColumnSpan(), (sal_Int32)1 ); in getCellSize()332 const sal_Int32 nRight = xCell->getColumnSpan() + nCellX; in checkMergeOrigin()573 sal_Int32 nColSpan = xCell->getColumnSpan(); in LayoutTableWidth()649 … for( sal_Int32 nMCol = nCol - xCell->getColumnSpan() + 1; (nMCol > 0) && (nMCol < nCol); ++nMCol ) in LayoutTableWidth()1059 const sal_Int32 nLastCol = xCell->getColumnSpan() + aPos.mnCol; in UpdateBorderLayout()
1819 …if( ((nCol + xCell->getColumnSpan() - 1) > rLast.mnCol) || (nRow + xCell->getRowSpan() - 1 ) > rLa… in getSelectedCells()1821 rLast.mnCol = std::max( rLast.mnCol, nCol + xCell->getColumnSpan() - 1 ); in getSelectedCells()1842 rLast.mnCol += xCell->getColumnSpan() - 1; in getSelectedCells()2501 nCol += xTargetCell->getColumnSpan() - 1; in PasteObject()
641 const sal_Int32 nXSpan(xCurrentCell->getColumnSpan()); in createViewIndependentPrimitive2DSequence()
131 …SVX_DLLPRIVATE virtual ::sal_Int32 SAL_CALL getColumnSpan() throw (::com::sun::star::uno::RuntimeE…
916 aPos.mnCol += xCell->getColumnSpan(); in getNextCell()922 aPos.mnCol += xCell->getColumnSpan(); in getNextCell()
524 return xCell->getColumnSpan(); in getAccessibleColumnExtentAt()
903 sal_Int32 SAL_CALL Cell::getColumnSpan() throw (RuntimeException) in getColumnSpan() function in sdr::table::Cell
156 sal_Int32 getColumnSpan() const { return mnColSpan; } in getColumnSpan() function in XMLCellImportContext526 const sal_Int32 nColumnSpan = pCellContext->getColumnSpan(); in ImportCell()
444 nColSpan = xMerge->getColumnSpan(); in ExportCell()
58 long getColumnSpan();
5687 for ( sal_Int32 nColumnSpan = 1; nColumnSpan < xCell->getColumnSpan(); nColumnSpan++ ) in GetCellRight()
Completed in 207 milliseconds