Home
last modified time | relevance | path

Searched refs:nRowSpan (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx275 long nAbsSpan = nRowSpan > 0 ? nRowSpan : -nRowSpan; in lcl_ChangeRowSpan()
385 long nRowSpan = 1; in CollectBoxSelection() local
448 if( nRowSpan > 1 && nRow + nRowSpan - 1 > nBottom ) in CollectBoxSelection()
450 if( nRowSpan < -1 && nRow - nRowSpan - 1 > nBottom ) in CollectBoxSelection()
731 if( nRowSpan > 0 ) in NewInsertCol()
922 nRowSpan = -nRowSpan; // negative row spans in PrepareMerge()
1184 nRowSpan = - nRowSpan; in InsertSpannedRow()
1518 if( nRowSpan == 1 || nRowSpan == -1 ) in InsertRow()
1521 nRowSpan = - nRowSpan; in InsertRow()
1956 if( nRowSpan != 1 ) in ExpandSelection()
[all …]
H A Dswtable.cxx311 long nRowSpan = pBox->getRowSpan(); in _InsTblBox() local
312 if( nRowSpan != 1 ) in _InsTblBox()
318 pBox->setRowSpan( nRowSpan ); in _InsTblBox()
1230 const long nRowSpan = pBox->getRowSpan(); in lcl_CalcNewWidths() local
1231 const bool bCurrRowSpan = bTop ? nRowSpan < 0 : in lcl_CalcNewWidths()
1232 ( nRowSpan > 1 || nRowSpan < -1 ); in lcl_CalcNewWidths()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx660 sal_Int32 nRowSpan = xCell->getRowSpan(); in notifyModification() local
666 if( nRowSpan != 1 ) in notifyModification()
667 fprintf( file, " row-span=\"%ld\"", nRowSpan ); in notifyModification()
785 const sal_Int32 nRowSpan = xCell->getRowSpan(); in insertColumns() local
956 if( (nRowSpan > 1) && ((nRowSpan + nRow) > nIndex) ) in insertRows()
960 nRowSpan += nCount; in insertRows()
1026 if( nRowSpan <= 1 ) in removeRows()
1032 if( (nRow + nRowSpan) > (nIndex + nCount) ) in removeRows()
1047 else if( nRowSpan > (nIndex - nRow) ) in removeRows()
1194 const sal_Int32 nLastRow = nRow + nRowSpan; in merge()
[all …]
H A Dcellcursor.cxx342 sal_Int32 nRowSpan = xCell->getRowSpan() - 1; in split_column() local
363 mxTable->merge( nSplitCol, nRow, nSplitSpan + 1, nRowSpan + 1); in split_column()
372 while( nRowSpan-- ); in split_column()
379 mxTable->merge( nCol, nRow, (rLeftOvers[nRow] + nNewCols) + 1, nRowSpan + 1 ); in split_column()
385 while( nRowSpan-- ); in split_column()
458 sal_Int32 nRowSpan = xCell->getRowSpan() - 1; in split_row() local
463 sal_Int32 nCellsAvailable = 1 + nRowSpan + rLeftOvers[nCol]; in split_row()
464 if( nRowSpan == 0 ) in split_row()
494 if( nRowSpan < (rLeftOvers[nCol] + nNewRows) ) in split_row()
H A Dtablelayouter.cxx95 sal_Int32 nRowSpan = std::max( xCell->getRowSpan(), (sal_Int32)1 ); in getCellSize() local
96 while( nRowSpan && (aPos.mnRow < nRowCount) ) in getCellSize()
102 nRowSpan--; in getCellSize()
723 sal_Int32 nRowSpan = xCell->getRowSpan(); in LayoutTableHeight() local
724 if( nRowSpan > 1 ) in LayoutTableHeight()
727 aMergedCells[nRow+nRowSpan-1].push_back( xCell ); in LayoutTableHeight()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx77 sal_uInt16 nRowSpan, sal_uInt16 nColSpan, in AddCell() argument
247 sal_uInt16 nRowSpan, sal_uInt16 nColSpan, in MergeBoxBorders() argument
383 sal_uInt16 nRowSpan ) const in GetAbsHeight()
399 if( nRow+nRowSpan==aRows.Count() ) in GetAbsHeight()
401 if( !pRow || nRowSpan > 1 ) in GetAbsHeight()
402 pRow = aRows[nRow+nRowSpan-1]; in GetAbsHeight()
683 sal_uInt16 nRowSpan = nRow - nOldRow + 1; in FillTableRowsCols() local
690 nRowSpan = 0; in FillTableRowsCols()
694 nRowSpan, nColSpan, nHeight, in FillTableRowsCols()
702 nRowSpan, nColSpan, nTopBorder, nBottomBorder); in FillTableRowsCols()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx746 nRowSpan(1), in HTMLTableCell()
775 nRowSpan = nRSpan; in Set()
808 nRowSpan = 1; in SetProtected()
1222 sal_uInt16 nRowSpan=1; in FixRowSpan() local
1231 nRowSpan++; nRow--; in FixRowSpan()
1356 if( nRow+nRowSpan == nRows ) in GetBottomCellSpace()
1425 if( nRowSpan > 1 || (this != pTopTable && nRowSpan==nRows) ) in FixFrameFmt()
1427 if( nRowSpan > 1 ) in FixFrameFmt()
2146 if( !nRowSpan || (sal_uInt32)nCurRow + nRowSpan > USHRT_MAX ) in InsertCell()
2147 nRowSpan = 1; in InsertCell()
[all …]
H A Dhtmltabw.cxx277 sal_uInt16 nRowSpan = pCell->GetRowSpan(); in OutTableCell() local
280 if ( !nRowSpan ) in OutTableCell()
328 if( nRowSpan>1 ) in OutTableCell()
330 += ByteString::CreateFromInt32( nRowSpan ); in OutTableCell()
363 ? GetAbsHeight( pCell->GetHeight(), nRow, nRowSpan ) in OutTableCell()
/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx305 SCsROW nRowSpan = pMergeAttr->GetRowMerge(); in MarkCursor() local
307 … if ( !( nCurX >= nBlockStartXOrig + nColSpan - 1 && nCurY >= nBlockStartYOrig + nRowSpan - 1 ) ) in MarkCursor()
310 … nBlockStartY = nCurY >= nBlockStartYOrig ? nBlockStartYOrig : nBlockStartYOrig + nRowSpan - 1; in MarkCursor()
313 … nCurYOffset = nCurY >= nBlockStartYOrig && nCurY < nBlockStartYOrig + nRowSpan - 1 ? in MarkCursor()
314 nBlockStartYOrig - nCurY + nRowSpan - 1 : 0; in MarkCursor()
331 SCsROW nRowSpan = pMergeAttr->GetRowMerge(); in MarkCursor() local
333 … if ( !( nBlockStartX >= nCurX + nColSpan - 1 && nBlockStartY >= nCurY + nRowSpan - 1 ) ) in MarkCursor()
340 if ( nBlockStartY <= nCurY + nRowSpan - 1 ) in MarkCursor()
342 SCsROW nCurYOffsetTemp = nCurY < nCurY + nRowSpan - 1 ? nRowSpan - 1 : 0; in MarkCursor()
346 … !( nBlockStartX > nCurX + nColSpan - 1 && nBlockStartY > nCurY + nRowSpan - 1 ) ) in MarkCursor()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx178 sal_uInt32 nRowSpan; member in SwXMLTableCell_Impl
190 nRowSpan( nRSpan ), in SwXMLTableCell_Impl()
243 nRowSpan = nRSpan; in Set()
407 sal_uInt32 nRowSpan; member in SwXMLTableCellContext_Impl
450 nRowSpan( 1UL ), in SwXMLTableCellContext_Impl()
485 if( nRowSpan < 1UL ) in SwXMLTableCellContext_Impl()
486 nRowSpan = 1UL; in SwXMLTableCellContext_Impl()
1599 if( 0UL == nRowSpan ) in InsertCell()
1600 nRowSpan = 1UL; in InsertCell()
1679 for( j=nRowSpan; j>0UL; j-- ) in InsertCell()
[all …]
H A Dxmltble.cxx795 sal_uInt16 nRowSpan, in ExportTableBox() argument
812 if( nRowSpan != 1 ) in ExportTableBox()
815 sTmp.append( (sal_Int32)nRowSpan ); in ExportTableBox()
965 const long nRowSpan = pBox->getRowSpan(); in ExportTableLine() local
966 if( nRowSpan < 1 ) in ExportTableLine()
1007 if ( nRowSpan >= 1 ) in ExportTableLine()
1008 ExportTableBox( *pBox, nColSpan, static_cast< sal_uInt16 >(nRowSpan), rTblInfo ); in ExportTableLine()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx65 sal_uInt16 nRowSpan; // ueberspannte Zeilen member in SwWriteTableCell
76 nRow( nR ), nCol( nC ), nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwWriteTableCell()
85 sal_uInt16 GetRowSpan() const { return nRowSpan; } in GetRowSpan()
137 sal_uInt16 nRowSpan, sal_uInt16 nColSpan,
288 sal_uInt16 nRowSpan, sal_uInt16 nColSpan,
303 long GetAbsHeight( long nRawWidth, sal_uInt16 nRow, sal_uInt16 nRowSpan ) const;
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx240 sal_Int32 nRowSpan = rCell.nRowSpan; in EndElement() local
241 if ( nRowSpan > 1 ) in EndElement()
244 while( nRowSpan > 1) in EndElement()
248 --nRowSpan; in EndElement()
303 rCell.nRowSpan = m_nRowSpan; in addCell()
H A DxmlExport.hxx78 sal_Int32 nRowSpan; member
89 ,nRowSpan(_nRowSpan) in TCell()
98 ,nRowSpan(1) in TCell()
H A DxmlExport.cxx205 if ( aColIter->nRowSpan > 1 ) in lcl_adjustColumnSpanOverRows()
209 for (sal_Int32 i = 1; i < aColIter->nRowSpan; ++i) in lcl_adjustColumnSpanOverRows()
671 sal_Int32 nRowSpan = y2 - y1; in exportSectionAutoStyle() local
677 nRowSpan, in exportSectionAutoStyle()
820 sal_Int32 nRowSpan = aRowSpanFind->second; in exportContainer() local
821 nRowSpan = nRowSpan; in exportContainer()
851 nSpan = aColIter->nRowSpan; in exportContainer()
H A DxmlTable.hxx41 sal_Int32 nRowSpan; member
43 TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){} in TCell()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx425 sal_Int32 nRowSpan = 0; in ExportCell() local
443 nRowSpan = xMerge->getRowSpan(); in ExportCell()
446 …DBG_ASSERT( (nRowSpan >= 1) && (nColSpan >= 1), "xmloff::XMLTableExport::ExportCell(), illegal row… in ExportCell()
461 if( nRowSpan > 1 ) in ExportCell()
462 …mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_NUMBER_ROWS_SPANNED, OUString::valueOf( nRowSpan ) … in ExportCell()
H A DXMLTableImport.cxx96 MergeInfo( sal_Int32 nStartColumn, sal_Int32 nStartRow, sal_Int32 nColumnSpan, sal_Int32 nRowSpan ) in MergeInfo()
97 …StartRow ), mnEndColumn( nStartColumn + nColumnSpan - 1 ), mnEndRow( nStartRow + nRowSpan - 1 ) {}; in MergeInfo()
527 const sal_Int32 nRowSpan = pCellContext->getRowSpan(); in ImportCell() local
528 if( (nColumnSpan > 1) || (nRowSpan > 1) ) in ImportCell()
529 …shared_ptr< MergeInfo >( new MergeInfo( mnCurrentColumn, mnCurrentRow, nColumnSpan, nRowSpan ) ) ); in ImportCell()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx96 sal_uInt16 nRowSpan; // ROWSPAN der Zelle member in SwHTMLTableLayoutCell
119 void SetRowSpan( sal_uInt16 nRSpan ) { nRowSpan = nRSpan; } in SetRowSpan()
120 sal_uInt16 GetRowSpan() const { return nRowSpan; } in GetRowSpan()
380 nRowSpan = 1; in SetProtected()
/trunk/main/sw/source/core/layout/
H A Dssfrm.cxx668 long nRowSpan = 0; in PaintArea() local
673 nRowSpan = ((SwCellFrm*)pTmp)->GetTabBox()->getRowSpan(); in PaintArea()
676 if( pTmp->IsRowFrm() && nRowSpan > 1 ) in PaintArea()
679 while( --nRowSpan > 0 && pNxt->GetNext() ) in PaintArea()
H A Dfindfrm.cxx1561 const long nRowSpan = GetLayoutRowSpan(); in GetFollowCell() local
1562 if ( nRowSpan < 1 ) in GetFollowCell()
1580 if ( nRowSpan > 1 ) in GetFollowCell()
1584 while ( pRow->GetNext() && ++nMax < nRowSpan ) in GetFollowCell()
1597 ( !pFollowRow->IsRowSpanLine() || nRowSpan > 1 ) ) in GetFollowCell()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1145 long nRowSpan = 1; in addShadowCells() local
1167 nRowSpan = 1; in addShadowCells()
1172 nRowSpan++; in addShadowCells()
1176 pRowSpans->push_back(nRowSpan); in addShadowCells()
1178 pRowSpans->push_back(-nRowSpan); in addShadowCells()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx56 void setRowSpan( sal_Int32 nRowSpan ){ mnRowSpan = nRowSpan; }; in setRowSpan() argument
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx503 SCROW nRowSpan = pE->nRowOverlap; in GraphicSize() local
504 nHeight /= nRowSpan; in GraphicSize()
507 for ( SCROW nR = nRow; nR < nRow + nRowSpan; nR++ ) in GraphicSize()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx445 SCROW nRowSpan = pE->nRowOverlap; in Adjust() local
446 for ( SCROW j=0; j < nRowSpan; j++ ) in Adjust()
1179 SCROW nRowSpan = pE->nRowOverlap; in TableOff() local
1183 if ( nRowSpan > 1 ) in TableOff()
1186 nRowKGV = lcl_KGV( nRowSpan, nRows ); in TableOff()
1187 nRowsPerRow1 = nRowKGV / nRowSpan; in TableOff()
1207 for ( SCROW j=0; j < nRowSpan; j++ ) in TableOff()
1216 else if ( nRowsPerRow1 < nR && nRowSpan == 1 in TableOff()

Completed in 250 milliseconds

12