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.cxx2152 struct SwLineEntry struct
2163 SwLineEntry( SwTwips nKey, argument
2168 OverlapType Overlaps( const SwLineEntry& rComp ) const;
2171 SwLineEntry::SwLineEntry( SwTwips nKey, in SwLineEntry() function in SwLineEntry
2212 SwLineEntry::OverlapType SwLineEntry::Overlaps( const SwLineEntry& rNew ) const in Overlaps()
2214 SwLineEntry::OverlapType eRet = OVERLAP3; in Overlaps()
2233 bool operator()( const SwLineEntry& e1, const SwLineEntry& e2 ) const in operator ()()
2239 typedef std::set< SwLineEntry, lt_SwLineEntry > SwLineEntrySet;
2240 typedef std::set< SwLineEntry, lt_SwLineEntry >::iterator SwLineEntrySetIter;
2241 typedef std::set< SwLineEntry, lt_SwLineEntry >::const_iterator SwLineEntrySetConstIter;
[all …]