Home
last modified time | relevance | path

Searched refs:GetObjRect (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx76 maOldObjRect = mpAnchoredDrawObj->GetObjRect(); in SwPosNotify()
84 if ( maOldObjRect != mpAnchoredDrawObj->GetObjRect() ) in ~SwPosNotify()
91 SwRect aNewObjRect( mpAnchoredDrawObj->GetObjRect() ); in ~SwPosNotify()
271 SwRect aTmpRect( GetObjRect() ); in IsOutsidePage()
381 SetLastObjRect( GetObjRect().SVRect() ); in MakeObjPos()
400 SwRect aObjRect( GetObjRect() ); in MakeObjPos()
405 aObjRect = GetObjRect(); in MakeObjPos()
689 const SwRect SwAnchoredDrawObject::GetObjRect() const in GetObjRect() function in SwAnchoredDrawObject
706 SwTwips nDiff = _nTop - GetObjRect().Top(); in _SetObjTop()
713 SwTwips nDiff = _nLeft - GetObjRect().Left(); in _SetObjLeft()
[all …]
H A Danchoredobject.cxx687 maLastObjRect != GetObjRect() ) in GetObjRectWithSpaces()
711 maLastObjRect = GetObjRect(); in GetObjRectWithSpaces()
945 bOverlapsPrevColumn = GetObjRect().IsOver( aChkRect ); in OverlapsPrevColumn()
966 aRelPos = GetObjRect().Pos(); in GetRelPosToAnchorFrm()
996 aRelPos = GetObjRect().Pos(); in GetRelPosToPageFrm()
1038 aRelPos = GetObjRect().Pos(); in GetRelPosToChar()
1056 aRelPos = GetObjRect().Pos(); in GetRelPosToLine()
H A Dpagechg.cxx1846 if ((bFly && (WEIT_WECH == pAnchoredObj->GetObjRect().Width())) in ImplCalcBrowseWidth()
1857 pAnchoredObj->GetObjRect().Width(); in ImplCalcBrowseWidth()
1888 nWidth = pAnchoredObj->GetObjRect().Right() - in ImplCalcBrowseWidth()
2082 pAnchoredDrawObj->SetLastObjRect( pAnchoredDrawObj->GetObjRect().SVRect() ); in lcl_MoveAllLowerObjs()
H A Dfly.cxx1696 SwRect aRect( pAnchoredObj->GetObjRect() ); in CalcCntnt()
1711 if ( aRect != pAnchoredObj->GetObjRect() ) in CalcCntnt()
2856 const SwRect SwFlyFrm::GetObjRect() const in GetObjRect() function in SwFlyFrm
2865 return GetObjRect(); in GetObjBoundRect()
H A Dcalcmove.cxx698 nTmp = pObj->GetObjRect().Bottom(); in lcl_CheckObjects()
1013 if ((bFly && (WEIT_WECH == pObj->GetObjRect().Width())) in MakePrtArea()
1023 : pObj->GetObjRect().Width() ); in MakePrtArea()
H A Dtabfrm.cxx4033 pAnchoredObj->GetObjRect().Top() != WEIT_WECH && in CalcHeightWidthFlys()
4042 (pAnchoredObj->GetObjRect().*fnRect->fnGetHeight)() + in CalcHeightWidthFlys()
4063 … (pAnchoredObj->GetObjRect().*fnRect->fnGetBottom)(), in CalcHeightWidthFlys()
5351 SwRect aTmp( pAnchoredObj->GetObjRect() ); in Format()
H A Dflycnt.cxx337 Point* pNewObjPos = new Point( pFly->GetObjRect().Pos() ); in ChkOsz()
H A Dflowfrm.cxx334 const SwRect aRect( pObj->GetObjRect() ); in BwdMoveNecessary()
H A Dlayact.cxx1386 pObj->GetObjRect().Top() <= nBottom ) in IsShortCut()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx190 const SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); in CalcPosition()
787 SwTwips nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
801 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
830 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
886 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
907 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
921 (GetAnchoredObj().GetObjRect().*fnRect->fnGetTop)() == in CalcPosition()
974 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
981 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
995 nDist = (GetAnchoredObj().GetObjRect().*fnRect->fnBottomDist)( in CalcPosition()
H A Danchoredobjectposition.cxx361 const SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); in _GetVertRelPos()
432 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in _ImplAdjustVertRelPos()
530 const Size aObjSize( GetAnchoredObj().GetObjRect().SSize() ); in _ImplAdjustHoriRelPos()
818 SwTwips nObjWidth = (GetAnchoredObj().GetObjRect().*fnRect->fnGetWidth)(); in _CalcRelPosX()
955 const SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); in _AdjustHoriRelPosForDrawAside()
H A Dascharanchoredobjectposition.cxx111 SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); in CalcPosition()
293 rAnchoredDrawObj.SetLastObjRect( rAnchoredDrawObj.GetObjRect().SVRect() ); in CalcPosition()
331 aObjBoundRect = GetAnchoredObj().GetObjRect(); in CalcPosition()
H A Dtolayoutanchoredobjectposition.cxx63 const SwRect aObjBoundRect( GetAnchoredObj().GetObjRect() ); in CalcPosition()
/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx154 Point aTmpPt = GetObjRect().TopLeft(); in DelLeft()
380 Point aTmpPt = GetObjRect().TopLeft(); in DelRight()
/trunk/main/sw/inc/
H A Danchoreddrawobject.hxx158 virtual const SwRect GetObjRect() const;
H A Danchoredobject.hxx417 virtual const SwRect GetObjRect() const = 0;
H A Dfesh.hxx301 SwRect GetObjRect() const;
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx398 SwRect aRect( rSh.GetObjRect() ); in ExecTabWin()
511 SwRect aRect( rSh.GetObjRect() ); in ExecTabWin()
1166 aRect = rSh.GetObjRect(); in StateTabWin()
1225 const SwRect &rRect = rSh.GetObjRect(); in StateTabWin()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx886 if( pObj->GetObjRect().Left() > aRect.Right() ) in IsAnyObj()
1103 SwRect aFly( pAnchoredObjTmp->GetObjRect() ); in DrawFlyRect()
1294 Point aPos = _pAnchoredObj->GetObjRect().Pos(); in GetTop()
H A Dtxtftn.cxx264 SwRect aRect( pAnchoredObj->GetObjRect() ); in lcl_GetFtnLower()
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx276 virtual const SwRect GetObjRect() const;
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx250 pAnchoredObj->GetObjRect(), PREP_FLY_ARRIVE, sal_True ); in MoveObjToVisibleLayer()
284 pAnchoredObj->GetObjRect(), PREP_FLY_LEAVE, sal_True ); in MoveObjToInvisibleLayer()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx725 Rectangle aObjRect( pContact->GetAnchoredObj( pObj )->GetObjRect().SVRect() ); in ChgAnchor()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1414 SwRect SwFEShell::GetObjRect() const in GetObjRect() function in SwFEShell
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1229 const Rectangle &rBound = pObj->GetObjRect().SVRect(); in VisPortChgd()

Completed in 216 milliseconds

12