Home
last modified time | relevance | path

Searched refs:GetColSpan (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfxml.h179 unsigned int GetColSpan() const { return m_colSpan;}; in GetColSpan() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx74 sal_uInt16 GetColSpan() const { return m_nColSpan; } in GetColSpan() function in __anon12b8a47b0111::SwHTMLTableLayoutConstraints
466 sal_uInt16 nColSpan = pCell->GetColSpan(); in AutoLayoutPass1()
770 sal_uInt16 nColSpan = pConstr->GetColSpan(); in AutoLayoutPass1()
1584 SetBoxWidth( pBox, j, pCell->GetColSpan() ); in SetWidths()
1592 sal_uInt16 nColSpan = pCell->GetColSpan(); in SetWidths()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx71 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwHTMLTableLayoutConstraints
458 sal_uInt16 nColSpan = pCell->GetColSpan(); in AutoLayoutPass1()
762 sal_uInt16 nColSpan = pConstr->GetColSpan(); in AutoLayoutPass1()
1576 SetBoxWidth( pBox, j, pCell->GetColSpan() ); in SetWidths()
1584 sal_uInt16 nColSpan = pCell->GetColSpan(); in SetWidths()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.cxx129 sal_uInt32 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwXMLTableCell_Impl
1573 pSrcCell->GetColSpan(), in InsertRepRows()
1660 sal_uInt32 nLastCol = nCol + pCell->GetColSpan(); in ReplaceWithEmptyCell()
1832 const sal_uInt32 nColSpan2 = pCell2->GetColSpan(); in MakeTableBox()
2094 bSplit &= ( 1 == pCell->GetColSpan() ); in MakeTableLine()
2121 bSplit = 1 == pCell->GetColSpan(); in MakeTableLine()
2148 pCell->GetColSpan() == (nCol+1-nStartCol) && in MakeTableLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.cxx216 sal_uInt32 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwXMLTableCell_Impl
1666 pSrcCell->GetColSpan(), in InsertRepRows()
1753 sal_uInt32 nLastCol = nCol + pCell->GetColSpan(); in ReplaceWithEmptyCell()
1925 const sal_uInt32 nColSpan2 = pCell2->GetColSpan(); in MakeTableBox()
2187 bSplit &= ( 1 == pCell->GetColSpan() ); in MakeTableLine()
2214 bSplit = 1 == pCell->GetColSpan(); in MakeTableLine()
2241 pCell->GetColSpan() == (nCol+1-nStartCol) && in MakeTableLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/inc/
H A Dwrtswtbl.hxx78 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwWriteTableCell
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmtableFrame.h261 virtual int32_t GetColSpan() override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/inc/
H A Dwrtswtbl.hxx79 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwWriteTableCell
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableCellFrame.h198 virtual int32_t GetColSpan();
H A DnsTableCellFrame.cpp247 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetStyleContext()
757 int32_t nsTableCellFrame::GetColSpan() in GetColSpan() function in nsTableCellFrame
/dports/www/firefox-esr/firefox-91.8.0/layout/tables/
H A DnsTableCellFrame.h182 int32_t GetColSpan();
H A DnsTableCellFrame.cpp240 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetComputedStyle()
745 int32_t nsTableCellFrame::GetColSpan() { in GetColSpan() function in nsTableCellFrame
H A DnsCellMap.cpp1306 int32_t colSpan = aCellFrame ? aCellFrame->GetColSpan() : 1; in AppendCell()
1628 int32_t colSpan = cellFrame->GetColSpan(); in ExpandWithCells()
1786 maxCols = std::min(aColIndex + cellFrame->GetColSpan(), maxCols); in GetEffectiveColSpan()
2149 if (!aCellFrame->GetRowSpan() || !aCellFrame->GetColSpan()) { in RemoveCell()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableCellFrame.h175 int32_t GetColSpan();
H A DnsTableCellFrame.cpp227 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetStyleContext()
665 int32_t nsTableCellFrame::GetColSpan() { in GetColSpan() function in nsTableCellFrame
/dports/www/firefox/firefox-99.0/layout/tables/
H A DnsTableCellFrame.h182 int32_t GetColSpan();
H A DnsTableCellFrame.cpp209 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetComputedStyle()
562 int32_t nsTableCellFrame::GetColSpan() { in GetColSpan() function in nsTableCellFrame
H A DnsCellMap.cpp1303 int32_t colSpan = aCellFrame ? aCellFrame->GetColSpan() : 1; in AppendCell()
1625 int32_t colSpan = cellFrame->GetColSpan(); in ExpandWithCells()
1783 maxCols = std::min(aColIndex + cellFrame->GetColSpan(), maxCols); in GetEffectiveColSpan()
2146 if (!aCellFrame->GetRowSpan() || !aCellFrame->GetColSpan()) { in RemoveCell()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/
H A DnsTableCellFrame.h182 int32_t GetColSpan();
H A DnsTableCellFrame.cpp240 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetComputedStyle()
745 int32_t nsTableCellFrame::GetColSpan() { in GetColSpan() function in nsTableCellFrame
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DnsTableCellFrame.h182 int32_t GetColSpan();
H A DnsTableCellFrame.cpp223 TableArea damageArea(colIndex, rowIndex, GetColSpan(), in DidSetComputedStyle()
704 int32_t nsTableCellFrame::GetColSpan() { in GetColSpan() function in nsTableCellFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx110 sal_uInt16 GetColSpan() const { return m_nColSpan; } in GetColSpan() function in SwHTMLTableLayoutCell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx110 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan() function in SwHTMLTableLayoutCell
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLTableCellElement.cpp331 HTMLTableCellElement::GetColSpan(int32_t* aColSpan) in GetColSpan() function in mozilla::dom::HTMLTableCellElement

1234567