Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx440 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()
507 const sal_Int32 nLeft = ::std::min(aOldBox.X,aBox.X); in mouseDragged()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3331 SvxBoxItem aOldBox(sw::util::ItemGet<SvxBoxItem>(*(pBox2->GetFrmFmt()), RES_BOX)); in AdjustNewBand() local
3332 const SvxBorderLine *pRightLine = aOldBox.GetLine(BOX_LINE_RIGHT); in AdjustNewBand()
3338 aCurrentBox.SetLine(aOldBox.GetLine(BOX_LINE_RIGHT), BOX_LINE_LEFT); in AdjustNewBand()
3340 aOldBox.SetLine(0, BOX_LINE_RIGHT); in AdjustNewBand()
3341 pBox2->GetFrmFmt()->SetFmtAttr(aOldBox); in AdjustNewBand()

Completed in 25 milliseconds