Home
last modified time | relevance | path

Searched defs:LineEndResult (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/svx/source/dialog/
H A Dframelink.cxx107 struct LineEndResult struct
109 long mnOffs1; /// Offset for top or left edge, dependent of context.
110 long mnOffs2; /// Offset for bottom or right edge, dependent of context
112 inline explicit LineEndResult() : mnOffs1( 0 ), mnOffs2( 0 ) {} in LineEndResult() argument
114 inline void Swap() { std::swap( mnOffs1, mnOffs2 ); } in Swap()
115 inline void Negate() { mnOffs1 = -mnOffs1; mnOffs2 = -mnOffs2; } in Negate()

Completed in 29 milliseconds