Home
last modified time | relevance | path

Searched refs:m_aRowTops (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1040 RowTops_t::iterator aIt = m_aRowTops.find(nTop); in getRow()
1042 if (aIt == m_aRowTops.end()) in getRow()
1048 m_aRowTops.insert(nTop); in getRow()
1059 return m_aRowTops.begin(); in getRowTopsBegin()
1064 return m_aRowTops.end(); in getRowTopsEnd()
H A DWW8TableInfo.hxx261 RowTops_t m_aRowTops; member in ww8::WW8TableCellGrid
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1044 RowTops_t::iterator aIt = m_aRowTops.find(nTop); in getRow()
1046 if (aIt == m_aRowTops.end()) in getRow()
1052 m_aRowTops.insert(nTop); in getRow()
1063 return m_aRowTops.begin(); in getRowTopsBegin()
1068 return m_aRowTops.end(); in getRowTopsEnd()
H A DWW8TableInfo.hxx261 RowTops_t m_aRowTops; member in ww8::WW8TableCellGrid