Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1103 SwRect aFly( pAnchoredObjTmp->GetObjRect() ); in DrawFlyRect() local
1106 ::SwAlignRect( aFly, pPage->getRootFrm()->GetCurrShell() ); in DrawFlyRect()
1107 if( aFly.Width() > 0 && aFly.Height() > 0 ) in DrawFlyRect()
1108 aRegion -= aFly; in DrawFlyRect()
2029 SwRect aFly = AnchoredObjToRect( pAnchoredObj, rRect ); in ForEach() local
2031 if( aFly.IsEmpty() || !aFly.IsOver( rRect ) ) in ForEach()
2035 ( (aFly.*fnRect->fnGetLeft)() < in ForEach()
2038 ( (aFly.*fnRect->fnGetRight)() > in ForEach()
2040 *pRect = aFly; in ForEach()
2278 SwRect aFly = mbIgnoreContour ? in AnchoredObjToRect() local
[all …]