Home
last modified time | relevance | path

Searched refs:SwHTMLTableLayoutColumn (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx118 class SwHTMLTableLayoutColumn class
138 SwHTMLTableLayoutColumn( sal_uInt16 nColWidthOpt, bool bRelColWidthOpt,
173 std::vector<std::unique_ptr<SwHTMLTableLayoutColumn>> m_aColumns;
274 inline SwHTMLTableLayoutColumn *GetColumn( sal_uInt16 nCol ) const;
275 inline void SetColumn( std::unique_ptr<SwHTMLTableLayoutColumn> pCol, sal_uInt16 nCol );
348 inline void SwHTMLTableLayoutColumn::MergeMinMaxNoAlign( sal_uLong nCMin, in MergeMinMaxNoAlign()
359 inline void SwHTMLTableLayoutColumn::ClearPass1Info( bool bWidthOpt ) in ClearPass1Info()
370 inline void SwHTMLTableLayoutColumn::MergeCellWidthOption( in MergeCellWidthOption()
381 inline void SwHTMLTableLayoutColumn::SetMinMax( sal_uLong nMn, sal_uLong nMx ) in SetMinMax()
399 inline SwHTMLTableLayoutColumn *SwHTMLTableLayout::GetColumn( sal_uInt16 nCol ) const in GetColumn()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx118 class SwHTMLTableLayoutColumn class
138 SwHTMLTableLayoutColumn( sal_uInt16 nColWidthOpt, bool bRelColWidthOpt,
173 std::vector<std::unique_ptr<SwHTMLTableLayoutColumn>> m_aColumns;
274 inline SwHTMLTableLayoutColumn *GetColumn( sal_uInt16 nCol ) const;
275 inline void SetColumn( std::unique_ptr<SwHTMLTableLayoutColumn> pCol, sal_uInt16 nCol );
348 inline void SwHTMLTableLayoutColumn::MergeMinMaxNoAlign( sal_uLong nCMin, in MergeMinMaxNoAlign()
359 inline void SwHTMLTableLayoutColumn::ClearPass1Info( bool bWidthOpt ) in ClearPass1Info()
370 inline void SwHTMLTableLayoutColumn::MergeCellWidthOption( in MergeCellWidthOption()
381 inline void SwHTMLTableLayoutColumn::SetMinMax( sal_uLong nMn, sal_uLong nMx ) in SetMinMax()
399 inline SwHTMLTableLayoutColumn *SwHTMLTableLayout::GetColumn( sal_uInt16 nCol ) const in GetColumn()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx103 SwHTMLTableLayoutColumn::SwHTMLTableLayoutColumn( sal_uInt16 nWidth, in SwHTMLTableLayoutColumn() function in SwHTMLTableLayoutColumn
306 const SwHTMLTableLayoutColumn *pColumn = GetColumn(i); in GetAvail()
454 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
779 SwHTMLTableLayoutColumn *pColumn = GetColumn( j ); in AutoLayoutPass1()
893 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
904 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
921 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
942 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
1209 SwHTMLTableLayoutColumn *pColumn; in AutoLayoutPass2()
1243 SwHTMLTableLayoutColumn *pColumn; in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx98 SwHTMLTableLayoutColumn::SwHTMLTableLayoutColumn( sal_uInt16 nWidth, in SwHTMLTableLayoutColumn() function in SwHTMLTableLayoutColumn
298 const SwHTMLTableLayoutColumn *pColumn = GetColumn(i); in GetAvail()
446 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
771 SwHTMLTableLayoutColumn *pColumn = GetColumn( j ); in AutoLayoutPass1()
884 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
895 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
912 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
933 SwHTMLTableLayoutColumn *pColumn = GetColumn( i ); in AutoLayoutPass1()
1201 SwHTMLTableLayoutColumn *pColumn; in AutoLayoutPass2()
1235 SwHTMLTableLayoutColumn *pColumn; in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx795 const SwHTMLTableLayoutColumn *pLayoutCol = in SwWriteTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx794 const SwHTMLTableLayoutColumn *pLayoutCol = in SwWriteTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx374 std::unique_ptr<SwHTMLTableLayoutColumn> CreateLayoutInfo();
882 inline std::unique_ptr<SwHTMLTableLayoutColumn> HTMLTableColumn::CreateLayoutInfo() in CreateLayoutInfo()
884 …return std::unique_ptr<SwHTMLTableLayoutColumn>(new SwHTMLTableLayoutColumn( nWidth, bRelWidth, bL… in CreateLayoutInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx365 std::unique_ptr<SwHTMLTableLayoutColumn> CreateLayoutInfo();
877 inline std::unique_ptr<SwHTMLTableLayoutColumn> HTMLTableColumn::CreateLayoutInfo() in CreateLayoutInfo()
879 …return std::unique_ptr<SwHTMLTableLayoutColumn>(new SwHTMLTableLayoutColumn( nWidth, bRelWidth, bL… in CreateLayoutInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog164573 sw: SwFlyInContentFrame, SwHTMLTableLayoutCnts, SwHTMLTableLayoutColumn ...