Home
last modified time | relevance | path

Searched refs:aViewArea (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dwaitsymbol.cxx97 const awt::Rectangle aViewArea( rView->getUnoView()->getCanvasArea() ); in calcSpritePos() local
99 aViewArea.X + std::min<sal_Int32>( aViewArea.Width, LEFT_BORDER_SPACE ), in calcSpritePos()
100 aViewArea.X + std::max<sal_Int32>( 0, in calcSpritePos()
101 aViewArea.Height in calcSpritePos()
H A Dpointersymbol.cxx94 const awt::Rectangle aViewArea( rView->getUnoView()->getCanvasArea() ); in calcSpritePos() local
98 …realTranslationOffset.Width + ((aViewArea.Width - aViewArea.X) - 2 * realTranslationOffset.Width) … in calcSpritePos()
99 …realTranslationOffset.Height + ((aViewArea.Height - aViewArea.Y) - 2 * realTranslationOffset.Heigh… in calcSpritePos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dwaitsymbol.cxx100 const awt::Rectangle aViewArea( rView->getUnoView()->getCanvasArea() ); in calcSpritePos() local
102 aViewArea.X + std::min<sal_Int32>( aViewArea.Width, LEFT_BORDER_SPACE ), in calcSpritePos()
103 aViewArea.X + std::max<sal_Int32>( 0, in calcSpritePos()
104 aViewArea.Height in calcSpritePos()
H A Dpointersymbol.cxx97 const awt::Rectangle aViewArea( rView->getUnoView()->getCanvasArea() ); in calcSpritePos() local
101 …realTranslationOffset.Width + ((aViewArea.Width - aViewArea.X) - 2 * realTranslationOffset.Width) … in calcSpritePos()
102 …realTranslationOffset.Height + ((aViewArea.Height - aViewArea.Y) - 2 * realTranslationOffset.Heigh… in calcSpritePos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dunusedvariablemore.cxx34 Rectangle aViewArea( in func2() local
36 aViewArea += Point(); in func2()
37 aViewArea.Intersection(Rectangle(0, 0)); in func2()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dunusedvariablemore.cxx34 Rectangle aViewArea( in func2() local
36 aViewArea += Point(); in func2()
37 aViewArea.Intersection(Rectangle(0, 0)); in func2()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx434 …::tools::Rectangle aViewArea (pWindow->PixelToLogic(::tools::Rectangle(Point(0,0),pWindow->GetSize… in DeterminePageObjectVisibilities()
435 const Range aRange (mpLayouter->GetRangeOfVisiblePageObjects(aViewArea)); in DeterminePageObjectVisibilities()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx430 …::tools::Rectangle aViewArea (pWindow->PixelToLogic(::tools::Rectangle(Point(0,0),pWindow->GetSize… in DeterminePageObjectVisibilities()
431 const Range aRange (mpLayouter->GetRangeOfVisiblePageObjects(aViewArea)); in DeterminePageObjectVisibilities()