Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx568 typedef std::vector< ::sw::mark::IMark* > IMarkVector; typedef in MSWordExportBase
569 IMarkVector m_rSortedMarksStart;
570 IMarkVector m_rSortedMarksEnd;
828 IMarkVector& rArr );
H A Ddocxexport.cxx121 IMarkVector aMarks; in AppendBookmarks()
124 for ( IMarkVector::const_iterator it = aMarks.begin(), end = aMarks.end(); in AppendBookmarks()
H A Dwrtw8nds.cxx1675 IMarkVector& rArr ) in GetBookmarks()
1754 IMarkVector aMarksStart; in GetSortedBookmarks()
1757 IMarkVector aSortedEnd; in GetSortedBookmarks()
1758 IMarkVector aSortedStart; in GetSortedBookmarks()
1759 for ( IMarkVector::const_iterator it = aMarksStart.begin(), end = aMarksStart.end(); in GetSortedBookmarks()
H A Drtfexport.cxx162 IMarkVector aMarks; in AppendBookmarks()
165 for ( IMarkVector::const_iterator it = aMarks.begin(), end = aMarks.end(); in AppendBookmarks()