Home
last modified time | relevance | path

Searched refs:aMergedCells (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx546 MergeVector aMergedCells( nColCount ); in LayoutTableWidth() local
577 aMergedCells[nCol+nColSpan-1].push_back( xCell ); in LayoutTableWidth()
640 MergeableCellVector::iterator iter( aMergedCells[nCol].begin() ); in LayoutTableWidth()
644 while( iter != aMergedCells[nCol].end() ) in LayoutTableWidth()
701 MergeVector aMergedCells( nRowCount ); in LayoutTableHeight() local
727 aMergedCells[nRow+nRowSpan-1].push_back( xCell ); in LayoutTableHeight()
794 MergeableCellVector::iterator iter( aMergedCells[nRow].begin() ); in LayoutTableHeight()
795 while( iter != aMergedCells[nRow].end() ) in LayoutTableHeight()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2288 std::vector<VerticallyMergedCell> aMergedCells; in convertToTable() local
2354 aMergedCells); in convertToTable()
2359 lcl_MergeCells(aMergedCells); in convertToTable()

Completed in 27 milliseconds