Searched refs:aOutArea (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 74 aOutArea( Point(), pEng->GetPaperSize() ) in ImpEditView() 180 Rectangle aTmpOutArea( aOutArea ); in DrawSelection() 379 aPoint.X() = rWindowPos.X() - aOutArea.Left() + GetVisDocLeft(); in GetDocPos() 380 aPoint.Y() = rWindowPos.Y() - aOutArea.Top() + GetVisDocTop(); in GetDocPos() 384 aPoint.X() = rWindowPos.Y() - aOutArea.Top() + GetVisDocLeft(); in GetDocPos() 385 aPoint.Y() = aOutArea.Right() - rWindowPos.X() + GetVisDocTop(); in GetDocPos() 398 aPoint.X() = rDocPos.X() + aOutArea.Left() - GetVisDocLeft(); in GetWindowPos() 399 aPoint.Y() = rDocPos.Y() + aOutArea.Top() - GetVisDocTop(); in GetWindowPos() 403 aPoint.X() = aOutArea.Right() - rDocPos.Y() + GetVisDocTop(); in GetWindowPos() 404 aPoint.Y() = rDocPos.X() + aOutArea.Top() - GetVisDocLeft(); in GetWindowPos() [all …]
|
| H A D | impedit.hxx | 245 Rectangle aOutArea; member in ImpEditView 284 const Rectangle& GetOutputArea() const { return aOutArea; } in GetOutputArea() 303 …ght() const { return aVisDocStartPos.X() + ( !IsVertical() ? aOutArea.GetWidth() : aOutArea.GetHei… in GetVisDocRight() 304 …tom() const { return aVisDocStartPos.Y() + ( !IsVertical() ? aOutArea.GetHeight() : aOutArea.GetWi… in GetVisDocBottom()
|
| H A D | editview.cxx | 198 pImpEditView->GetWindow()->Invalidate( pImpEditView->aOutArea ); in Invalidate() 201 Rectangle aRect( pImpEditView->aOutArea ); in Invalidate()
|
| /AOO41X/main/svx/workben/ |
| H A D | edittest.cxx | 1487 Rectangle aOutArea( pEditView->GetOutputArea() ); in MarkOutputArea() local 1488 aOutArea = LogicToPixel( aOutArea ); in MarkOutputArea() 1489 aOutArea.Left()--; in MarkOutputArea() 1490 aOutArea.Right()++; in MarkOutputArea() 1491 aOutArea.Top()--; in MarkOutputArea() 1492 aOutArea.Bottom()++; in MarkOutputArea() 1493 aOutArea = PixelToLogic( aOutArea ); in MarkOutputArea() 1496 DrawRect( aOutArea ); in MarkOutputArea() 1499 if ( aCurFrame.Left() < aOutArea.Left() ) in MarkOutputArea() 1500 …Invalidate( Rectangle( aCurFrame.TopLeft(), Size( aOutArea.Left()-aCurFrame.Left(), aCurFrame.GetH… in MarkOutputArea() [all …]
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 2305 const Rectangle aOutArea( pOut->LogicToPixel( rArea, aOutMapMode ) ); in ImplDrawTiled() local 2337 …(aOutArea.GetWidth() + aOutArea.Left() - aOutStart.X() + rSizePixel.Width() - 1) / rSizePixel.Widt… in ImplDrawTiled() 2338 …(aOutArea.GetHeight() + aOutArea.Top() - aOutStart.Y() + rSizePixel.Height() - 1) / rSizePixel.Hei… in ImplDrawTiled()
|
| /AOO41X/main/editeng/source/outliner/ |
| H A D | outlvw.cxx | 287 Rectangle aOutArea = pEditView->GetOutputArea(); in ImpCheckMousePos() local 289 aPaperPos.X() -= aOutArea.Left(); in ImpCheckMousePos() 291 aPaperPos.Y() -= aOutArea.Top(); in ImpCheckMousePos()
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | textview.cxx | 527 Rectangle aOutArea( Point( 0, 0 ), mpImpl->mpWindow->GetOutputSizePixel() ); in ImpShowHideSelection() local 533 … ImpPaint( mpImpl->mpWindow, aStartPos, &aOutArea, &aRange, bShow ? &mpImpl->maSelection : NULL ); in ImpShowHideSelection()
|