Home
last modified time | relevance | path

Searched defs:LinesAndTable (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl1.cxx187 struct LinesAndTable struct
189 std::vector<SwTableLine*> &m_rLines;
190 const SwTable &m_rTable;
191 bool m_bInsertLines;
193 LinesAndTable(std::vector<SwTableLine*> &rL, const SwTable &rTable) : in LinesAndTable() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl1.cxx177 struct LinesAndTable struct
183 LinesAndTable(std::vector<SwTableLine*> &rL, const SwTable &rTable) : in LinesAndTable() argument