Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx237 SwRect aLayRect( rFmt.FindLayoutRect() ); in Frame() local
238 Rectangle aRect( aLayRect.SVRect() ); in Frame()
241 if ( aLayRect.IsEmpty() ) in Frame()
H A Dwrtw8esh.cxx717 SwRect aLayRect(rFmt.FindLayoutRect(false, &aObjPos)); in WritePlc() local
720 if( aLayRect.IsEmpty() ) in WritePlc()
728 if ( aSizeRect.Width() > aLayRect.Width() ) in WritePlc()
729 aLayRect.Width( aSizeRect.Width() ); in WritePlc()
732 aRect = aLayRect.SVRect(); in WritePlc()

Completed in 32 milliseconds