Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2163 struct SwLineEntry struct
2174 SwLineEntry( SwTwips nKey, argument
2179 OverlapType Overlaps( const SwLineEntry& rComp ) const;
2182 SwLineEntry::SwLineEntry( SwTwips nKey, in SwLineEntry() function in SwLineEntry
2223 SwLineEntry::OverlapType SwLineEntry::Overlaps( const SwLineEntry& rNew ) const in Overlaps()
2225 SwLineEntry::OverlapType eRet = OVERLAP3; in Overlaps()
2244 bool operator()( const SwLineEntry& e1, const SwLineEntry& e2 ) const in operator ()()
2250 typedef std::set< SwLineEntry, lt_SwLineEntry > SwLineEntrySet;
2251 typedef std::set< SwLineEntry, lt_SwLineEntry >::iterator SwLineEntrySetIter;
2252 typedef std::set< SwLineEntry, lt_SwLineEntry >::const_iterator SwLineEntrySetConstIter;
[all …]