https://bz.apache.org/ooo/show_bug.cgi?id=96958

--- Comment #11 from dam...@apache.org ---
(In reply to Peter from comment #10)
> what is the return value of getAllMarksEnd()?

    IDocumentMarkAccess::const_iterator_t MarkManager::getAllMarksEnd() const
        { return m_vAllMarks.end(); }

where OpenGrok tell us ::sw::mark::MarkManager's m_vAllMarks is defined in
main/sw/source/core/inc/MarkManager.hxx as:

101              // container for all marks
102              container_t m_vAllMarks;

and container_t is defined in main/sw/inc/IDocumentMarkAccess.hxx as:

60          typedef ::std::vector< pMark_t > container_t;

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to