Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx237 typedef std::deque<rtfSection>::reverse_iterator mySegrIter; typedef in rtfSections
H A Dswparrtf.cxx841 mySegrIter aEnd = maSegments.rend(); in InsertSection()
842 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx769 typedef ::std::deque<wwSection>::reverse_iterator mySegrIter; typedef in wwSectionManager
H A Dww8par6.cxx707 mySegrIter aEnd = maSegments.rend(); in InsertSection()
708 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()

Completed in 68 milliseconds