Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/inc/
H A Dframe.hxx147 SwRectGet fnGetTop;
148 SwRectGet fnGetBottom;
149 SwRectGet fnGetLeft;
150 SwRectGet fnGetRight;
151 SwRectGet fnGetWidth;
152 SwRectGet fnGetHeight;
/trunk/main/sw/inc/
H A Dswrect.hxx160 typedef long (SwRect:: *SwRectGet)() const; typedef
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5039 SwRectGet fnGetX = IsRightToLeft() ? fnRect->fnGetLeft : fnRect->fnGetRight; in PaintColLines()