Home
last modified time | relevance | path

Searched refs:rTabBoxes (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx242 const SwTableBoxes & rTabBoxes = pCurrentLine->GetTabBoxes(); in getColumnWidthsBasedOnAllRows() local
243 size_t nBoxes = rTabBoxes.size(); in getColumnWidthsBasedOnAllRows()
250 const SwFrameFormat* pBoxFormat = rTabBoxes[ nBoxIndex ]->GetFrameFormat(); in getColumnWidthsBasedOnAllRows()
291 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in getWidthsOfRow() local
295 sal_uInt32 nBoxes = rTabBoxes.size(); in getWidthsOfRow()
301 const SwFrameFormat* pBoxFormat = rTabBoxes[ n ]->GetFrameFormat(); in getWidthsOfRow()
324 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in getRowSpansOfRow() local
326 sal_uInt32 nBoxes = rTabBoxes.size(); in getRowSpansOfRow()
332 pResult->push_back(rTabBoxes[n]->getRowSpan()); in getRowSpansOfRow()
H A Dwrtww8.cxx2549 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in TableCellBorders() local
2550 sal_uInt8 nBoxes = std::min<size_t>(rTabBoxes.size(), 255); in TableCellBorders()
2562 if ( nBoxes && rTabBoxes.size() == nBoxes ) in TableCellBorders()
2564 const SvxBoxItem& rBox = rTabBoxes[ nBoxes-1 ]->GetFrameFormat()->GetBox(); in TableCellBorders()
2574 &rTabBoxes[n]->GetFrameFormat()->GetBox(); in TableCellBorders()
2634 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in TableBackgrounds() local
2636 sal_uInt8 nBoxes = rTabBoxes.size(); in TableBackgrounds()
2651 const SwTableBox * pBox1 = rTabBoxes[n]; in TableBackgrounds()
2679 sal_uInt8 nStop = rTabBoxes.size(); in TableBackgrounds()
2708 const SwTableBox * pBox1 = rTabBoxes[n]; in TableBackgrounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx244 const SwTableBoxes & rTabBoxes = pCurrentLine->GetTabBoxes(); in getColumnWidthsBasedOnAllRows() local
245 size_t nBoxes = rTabBoxes.size(); in getColumnWidthsBasedOnAllRows()
252 const SwFrameFormat* pBoxFormat = rTabBoxes[ nBoxIndex ]->GetFrameFormat(); in getColumnWidthsBasedOnAllRows()
293 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in getWidthsOfRow() local
297 sal_uInt32 nBoxes = rTabBoxes.size(); in getWidthsOfRow()
303 const SwFrameFormat* pBoxFormat = rTabBoxes[ n ]->GetFrameFormat(); in getWidthsOfRow()
326 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in getRowSpansOfRow() local
328 sal_uInt32 nBoxes = rTabBoxes.size(); in getRowSpansOfRow()
334 pResult->push_back(rTabBoxes[n]->getRowSpan()); in getRowSpansOfRow()
H A Dwrtww8.cxx2569 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in TableCellBorders() local
2570 sal_uInt8 nBoxes = std::min<size_t>(rTabBoxes.size(), 255); in TableCellBorders()
2579 &rTabBoxes[n]->GetFrameFormat()->GetBox(); in TableCellBorders()
2598 const SwTableBoxes & rTabBoxes = pTabLine->GetTabBoxes(); in TableBackgrounds() local
2600 sal_uInt8 nBoxes = rTabBoxes.size(); in TableBackgrounds()
2615 const SwTableBox * pBox1 = rTabBoxes[n]; in TableBackgrounds()
2630 sal_uInt8 nBoxes0 = rTabBoxes.size(); in TableBackgrounds()
2641 const SwTableBox * pBox1 = rTabBoxes[n]; in TableBackgrounds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/table/
H A Dswnewtable.cxx769 const SwTableBoxes &rTabBoxes = m_aLines[0]->GetTabBoxes(); in NewInsertCol() local
771 for( size_t i = 0; i < rTabBoxes.size(); ++i ) in NewInsertCol()
772 nNewWidth += rTabBoxes[i]->GetFrameFormat()->GetFrameSize().GetWidth(); in NewInsertCol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/table/
H A Dswnewtable.cxx772 const SwTableBoxes &rTabBoxes = m_aLines[0]->GetTabBoxes(); in NewInsertCol() local
774 for( size_t i = 0; i < rTabBoxes.size(); ++i ) in NewInsertCol()
775 nNewWidth += rTabBoxes[i]->GetFrameFormat()->GetFrameSize().GetWidth(); in NewInsertCol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl.cxx307 SwTableBoxes & rTabBoxes = pLine->GetTabBoxes(); in InsBoxen() local
309 if (nRealInsPos > rTabBoxes.size()) in InsBoxen()
310 nRealInsPos = rTabBoxes.size(); in InsBoxen()
312 rTabBoxes.insert( rTabBoxes.begin() + nRealInsPos, pPrvBox ); in InsBoxen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl.cxx298 SwTableBoxes & rTabBoxes = pLine->GetTabBoxes(); in InsBoxen() local
300 if (nRealInsPos > rTabBoxes.size()) in InsBoxen()
301 nRealInsPos = rTabBoxes.size(); in InsBoxen()
303 rTabBoxes.insert( rTabBoxes.begin() + nRealInsPos, pPrvBox ); in InsBoxen()