Home
last modified time | relevance | path

Searched refs:m_pLineFormat (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.hxx76 SwTableLineFormat *m_pLineFormat; member in SwXMLTableContext
H A Dxmltbli.cxx1135 m_pLineFormat( nullptr ), in SwXMLTableContext()
1270 m_pLineFormat( nullptr ), in SwXMLTableContext()
2037 pLine = new SwTableLine( m_pLineFormat, 0, pUpper ); in MakeTableLine()
2627 m_pLineFormat = static_cast<SwTableLineFormat*>(pLine1->GetFrameFormat()); in MakeTable()
2677 m_pLineFormat = GetParentTable()->m_pLineFormat; in MakeTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.hxx76 SwTableLineFormat *m_pLineFormat; member in SwXMLTableContext
H A Dxmltbli.cxx1231 m_pLineFormat( nullptr ), in SwXMLTableContext()
1370 m_pLineFormat( nullptr ), in SwXMLTableContext()
2130 pLine = new SwTableLine( m_pLineFormat, 0, pUpper ); in MakeTableLine()
2718 m_pLineFormat = static_cast<SwTableLineFormat*>(pLine1->GetFrameFormat()); in MakeTable()
2768 m_pLineFormat = GetParentTable()->m_pLineFormat; in MakeTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx418 SwTableLineFormat *m_pLineFormat; // frame::Frame-Format from SwTableLine member in HTMLTable
919 m_pBoxFormat = nullptr; m_pLineFormat = nullptr; in InitCtor()
1526 : m_pLineFormat, in MakeTableLine()
1695 : m_pLineFormat, 0, pBox ); in MakeTableBox()
2357 m_pLineFormat = static_cast<SwTableLineFormat*>(pLine1->GetFrameFormat()); in MakeTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx411 SwTableLineFormat *m_pLineFormat; // frame::Frame-Format from SwTableLine member in HTMLTable
914 m_pBoxFormat = nullptr; m_pLineFormat = nullptr; in InitCtor()
1536 : m_pLineFormat, in MakeTableLine()
1705 : m_pLineFormat, 0, pBox ); in MakeTableBox()
2364 m_pLineFormat = static_cast<SwTableLineFormat*>(pLine1->GetFrameFormat()); in MakeTable()