Home
last modified time | relevance | path

Searched refs:aOutArea (Results 1 – 7 of 7) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx451 aOutArea = aNewRec; in SetOutputArea()
452 if ( aOutArea.Right() < aOutArea.Left() ) in SetOutputArea()
453 aOutArea.Right() = aOutArea.Left(); in SetOutputArea()
454 if ( aOutArea.Bottom() < aOutArea.Top() ) in SetOutputArea()
455 aOutArea.Bottom() = aOutArea.Top(); in SetOutputArea()
609 aAnchorPoint.X() = aOutArea.Left() + (aOutArea.GetWidth()-1) / 2; in CalcAnchorPoint()
635 aAnchorPoint.Y() = aOutArea.Top() + (aOutArea.GetHeight()-1) / 2; in CalcAnchorPoint()
651 if ( ( aOutArea.Left() >= aOutArea.Right() ) && ( aOutArea.Top() >= aOutArea.Bottom() ) ) in ShowCursor()
715 long nMaxHeight = !IsVertical() ? aOutArea.GetHeight() : aOutArea.GetWidth(); in ShowCursor()
909 Rectangle aR( aOutArea ); in Scroll()
[all …]
H A Dimpedit.hxx245 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 Deditview.cxx198 pImpEditView->GetWindow()->Invalidate( pImpEditView->aOutArea ); in Invalidate()
201 Rectangle aRect( pImpEditView->aOutArea ); in Invalidate()
/trunk/main/svx/workben/
H A Dedittest.cxx1488 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()
1501 if ( aCurFrame.Right() > aOutArea.Right() ) in MarkOutputArea()
1508 if ( aCurFrame.Top() < aOutArea.Top() ) in MarkOutputArea()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2305 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()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx287 Rectangle aOutArea = pEditView->GetOutputArea(); in ImpCheckMousePos() local
289 aPaperPos.X() -= aOutArea.Left(); in ImpCheckMousePos()
291 aPaperPos.Y() -= aOutArea.Top(); in ImpCheckMousePos()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx527 Rectangle aOutArea( Point( 0, 0 ), mpImpl->mpWindow->GetOutputSizePixel() ); in ImpShowHideSelection() local
533 … ImpPaint( mpImpl->mpWindow, aStartPos, &aOutArea, &aRange, bShow ? &mpImpl->maSelection : NULL ); in ImpShowHideSelection()

Completed in 66 milliseconds