Searched refs:aOldBox (Results 1 – 2 of 2) sorted by relevance
431 const awt::Rectangle aOldBox (mxOuterDragWindow->getPosSize()); in mouseDragged() local432 const sal_Int32 nX = rEvent.X + aOldBox.X; in mouseDragged()433 const sal_Int32 nY = rEvent.Y + aOldBox.Y; in mouseDragged()439 const sal_Int32 nOldRight = aOldBox.X + aOldBox.Width; in mouseDragged()440 const sal_Int32 nOldBottom = aOldBox.Y + aOldBox.Height; in mouseDragged()442 awt::Rectangle aBox (aOldBox); in mouseDragged()485 if (aBox.X != aOldBox.X) in mouseDragged()487 if (aBox.Y != aOldBox.Y) in mouseDragged()489 if (aBox.Width != aOldBox.Width) in mouseDragged()491 if (aBox.Height != aOldBox.Height) in mouseDragged()[all …]
3330 SvxBoxItem aOldBox(sw::util::ItemGet<SvxBoxItem>(*(pBox2->GetFrmFmt()), RES_BOX)); in AdjustNewBand() local3331 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()