Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4200 Point aCompPt( _iorRect.Right(), 0 ); in lcl_SubTopBottom() local
4201 Point aRefPt( aCompPt.X() + 1, aCompPt.Y() ); in lcl_SubTopBottom()
4203 aRefPt, aCompPt, in lcl_SubTopBottom()
4205 _iorRect.Right( aCompPt.X() ); in lcl_SubTopBottom()
4210 Point aCompPt( 0, _iorRect.Top() ); in lcl_SubTopBottom() local
4211 Point aRefPt( aCompPt.X(), aCompPt.Y() - 1 ); in lcl_SubTopBottom()
4213 aRefPt, aCompPt, in lcl_SubTopBottom()
4215 _iorRect.Top( aCompPt.Y() ); in lcl_SubTopBottom()
4250 Point aCompPt( _iorRect.Left(), 0 ); in lcl_SubTopBottom() local
4251 Point aRefPt( aCompPt.X() - 1, aCompPt.Y() ); in lcl_SubTopBottom()
[all …]