Searched refs:aCompPt (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 4120 Point aCompPt( _iorRect.Right(), 0 ); in lcl_SubTopBottom() local 4121 Point aRefPt( aCompPt.X() + 1, aCompPt.Y() ); in lcl_SubTopBottom() 4123 aRefPt, aCompPt, in lcl_SubTopBottom() 4125 _iorRect.Right( aCompPt.X() ); in lcl_SubTopBottom() 4130 Point aCompPt( 0, _iorRect.Top() ); in lcl_SubTopBottom() local 4131 Point aRefPt( aCompPt.X(), aCompPt.Y() - 1 ); in lcl_SubTopBottom() 4133 aRefPt, aCompPt, in lcl_SubTopBottom() 4135 _iorRect.Top( aCompPt.Y() ); in lcl_SubTopBottom() 4170 Point aCompPt( _iorRect.Left(), 0 ); in lcl_SubTopBottom() local 4171 Point aRefPt( aCompPt.X() - 1, aCompPt.Y() ); in lcl_SubTopBottom() [all …]
|