Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx439 const awt::Rectangle aOldBox (mxOuterDragWindow->getPosSize()); in mouseDragged() local
440 const sal_Int32 nX = rEvent.X + aOldBox.X; in mouseDragged()
441 const sal_Int32 nY = rEvent.Y + aOldBox.Y; in mouseDragged()
447 const sal_Int32 nOldRight = aOldBox.X + aOldBox.Width; in mouseDragged()
448 const sal_Int32 nOldBottom = aOldBox.Y + aOldBox.Height; in mouseDragged()
450 awt::Rectangle aBox (aOldBox); in mouseDragged()
493 if (aBox.X != aOldBox.X) in mouseDragged()
495 if (aBox.Y != aOldBox.Y) in mouseDragged()
497 if (aBox.Width != aOldBox.Width) in mouseDragged()
499 if (aBox.Height != aOldBox.Height) in mouseDragged()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx3330 SvxBoxItem aOldBox(sw::util::ItemGet<SvxBoxItem>(*(pBox2->GetFrmFmt()), RES_BOX)); in AdjustNewBand() local
3331 const SvxBorderLine *pRightLine = aOldBox.GetLine(BOX_LINE_RIGHT); in AdjustNewBand()
3337 aCurrentBox.SetLine(aOldBox.GetLine(BOX_LINE_RIGHT), BOX_LINE_LEFT); in AdjustNewBand()
3339 aOldBox.SetLine(0, BOX_LINE_RIGHT); in AdjustNewBand()
3340 pBox2->GetFrmFmt()->SetFmtAttr(aOldBox); in AdjustNewBand()