Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par2.cxx863 m_xNumOlst.reset(); in Read_OLST()
873 m_xNumOlst.reset(new WW8_OLST); in Read_OLST()
874 *m_xNumOlst = *reinterpret_cast<WW8_OLST const *>(pData); in Read_OLST()
1009 if (m_xNumOlst) // there was a OLST in NextAnlLine()
1015 SetNumOlst(pNumRule, m_xNumOlst.get(), nI); in NextAnlLine()
1018 SetNumOlst(pNumRule, m_xNumOlst.get(), m_nSwNumLevel); in NextAnlLine()
H A Dww8par.hxx1248 std::unique_ptr<WW8_OLST> m_xNumOlst; // position in text member in SwWW8ImplReader
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par2.cxx866 m_xNumOlst.reset(); in Read_OLST()
876 m_xNumOlst.reset(new WW8_OLST); in Read_OLST()
877 *m_xNumOlst = *reinterpret_cast<WW8_OLST const *>(pData); in Read_OLST()
1012 if (m_xNumOlst) // there was a OLST in NextAnlLine()
1018 SetNumOlst(pNumRule, m_xNumOlst.get(), nI); in NextAnlLine()
1021 SetNumOlst(pNumRule, m_xNumOlst.get(), m_nSwNumLevel); in NextAnlLine()
H A Dww8par.hxx1262 std::unique_ptr<WW8_OLST> m_xNumOlst; // position in text member in SwWW8ImplReader