Home
last modified time | relevance | path

Searched refs:aWindowBox (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx459 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint() local
460 aRepaintBox.X += aWindowBox.X; in windowPaint()
461 aRepaintBox.Y += aWindowBox.Y; in windowPaint()
611 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBackground() local
616 aWindowBox, in PaintBackground()
629 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBitmap() local
631 aBox.X1 += aWindowBox.X; in PaintBitmap()
632 aBox.Y1 += aWindowBox.Y; in PaintBitmap()
633 aBox.X2 += aWindowBox.X; in PaintBitmap()
634 aBox.Y2 += aWindowBox.Y; in PaintBitmap()
[all …]
H A DPresenterHelpView.cxx304 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint() local
309 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
326 geometry::RealPoint2D(aWindowBox.Width/2, gnVerticalBorder), in Paint()
327 geometry::RealPoint2D(aWindowBox.Width/2, mnSeparatorY - gnVerticalBorder), in Paint()
334 geometry::RealPoint2D(aWindowBox.Width, mnSeparatorY), in Paint()
349 aWindowBox.Width/2 - gnHorizontalGap, in Paint()
350 aWindowBox.Height - gnVerticalBorder), in Paint()
358 aWindowBox.Width/2 + gnHorizontalGap, in Paint()
360 aWindowBox.Width - gnHorizontalGap, in Paint()
361 aWindowBox.Height - gnVerticalBorder), in Paint()
[all …]
H A DPresenterSlidePreview.cxx295 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint() local
302 awt::Size(aWindowBox.Width, aWindowBox.Height), in Paint()
313 (aWindowBox.Width - aPreviewSize.Width)/2, in Paint()
314 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
323 mnSlideAspectRatio,awt::Size(aWindowBox.Width, aWindowBox.Height))); in Paint()
325 (aWindowBox.Width - aPreviewSize.Width)/2, in Paint()
326 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
337 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
379 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
382 awt::Size(aWindowBox.Width, aWindowBox.Height))); in Resize()
H A DPresenterSlideShowView.cxx408 const awt::Rectangle aWindowBox = mxViewWindow->getPosSize(); in getTransformation() local
410 aWindowBox.Width-1, 0, (mbIsInModifyNotification ? 1 : 0), in getTransformation()
411 0, aWindowBox.Height-1, 0); in getTransformation()
996 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
998 if (aWindowBox.Height > 0) in Resize()
1001 double(aWindowBox.Width) / double(aWindowBox.Height)); in Resize()
1005 aViewWindowBox.Width = sal_Int32(aWindowBox.Height * mnPageAspectRatio + 0.5); in Resize()
1006 aViewWindowBox.Height = aWindowBox.Height; in Resize()
1007 aViewWindowBox.X = (aWindowBox.Width - aViewWindowBox.Width) / 2; in Resize()
1013 aViewWindowBox.Width = aWindowBox.Width; in Resize()
[all …]
H A DPresenterNotesView.cxx483 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout() local
484 geometry::RealRectangle2D aNewTextBoundingBox (0,0,aWindowBox.Width, aWindowBox.Height); in Layout()
491 mxToolBarWindow->setPosSize(0, aWindowBox.Height - nToolBarHeight, in Layout()
496 mnSeparatorYLocation = aWindowBox.Height - nToolBarHeight - gnSpaceBelowSeparator; in Layout()
502 (aWindowBox.Width + aToolBarSize.Width) / 2, in Layout()
503 aWindowBox.Height - aToolBarSize.Height/2)); in Layout()
590 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar() local
608 awt::Rectangle(0,sal_Int32(maTextBoundingBox.Y2),aWindowBox.Width,aWindowBox.Height), in PaintToolBar()
618 geometry::RealPoint2D(aWindowBox.Width,mnSeparatorYLocation), in PaintToolBar()
H A DPresenterPaneAnimator.cxx505 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane() local
513 = MovePanesAway(geometry::RealRectangle2D(0,200,aWindowBox.Width, aWindowBox.Height-200)); in ShowPane()
617 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in HidePane() local
777 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane() local
793 geometry::RealPoint2D aStartLocation (maCenterPaneBox.X1, aWindowBox.Height); in ShowPane()
849 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in HidePane() local
858 geometry::RealPoint2D(maCenterPaneBox.X1, aWindowBox.Height))); in HidePane()
961 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane() local
1014 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in CreateBackgroundSprite() local
1017 geometry::RealSize2D(aWindowBox.Width, aWindowBox.Height)); in CreateBackgroundSprite()
[all …]
H A DPresenterSlideSorter.cxx398 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PresenterSlideSorter() local
399 SetHorizontalOffset(aCurrentSlideBBox.X - aWindowBox.Width/2.0); in PresenterSlideSorter()
774 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateLayout() local
775 awt::Rectangle aCenterBox (aWindowBox); in UpdateLayout()
776 sal_Int32 nLeftBorderWidth (aWindowBox.X); in UpdateLayout()
795 awt::Rectangle(0, 0, aWindowBox.Width, aWindowBox.Height), in UpdateLayout()
801 mnSeparatorY = aWindowBox.Height - mpCloseButton->GetSize().Height - gnVerticalButtonPadding; in UpdateLayout()
803 PlaceCloseButton(pPane, aWindowBox, nLeftBorderWidth); in UpdateLayout()
808 aWindowBox.Width - 2*gnHorizontalBorder, in UpdateLayout()
938 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ClearBackground() local
[all …]
H A DPresenterToolBar.cxx853 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Layout() local
899 if (aTotalSize.Width + nTotalHorizontalGap > aWindowBox.Width) in Layout()
900 nTotalHorizontalGap = aWindowBox.Width - aTotalSize.Width; in Layout()
909 case Center: nX = (aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap) / 2; break; in Layout()
910 case Right: nX = aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap; break; in Layout()
914 double nY ((aWindowBox.Height - aTotalSize.Height) / 2); in Layout()
954 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CalculatePartSize() local
1232 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint() local
1237 awt::Rectangle(0,0,aWindowBox.Width, aWindowBox.Height), in windowPaint()
H A DPresenterSpritePane.cxx220 const awt::Rectangle aWindowBox (mxBorderWindow->getPosSize()); in UpdateCanvases() local
221 PaintBorder(awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height)); in UpdateCanvases()
H A DPresenterWindowManager.cxx995 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutSlideSorterMode() local
1001 aWindowBox.Width - 2*nGap, in LayoutSlideSorterMode()
1012 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutHelpMode() local
1015 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()
1018 (aWindowBox.Width - nWidth)/2, in LayoutHelpMode()
H A DPresenterClock.cxx521 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
522 const awt::Size aWindowSize(aWindowBox.Width,aWindowBox.Height); in Resize()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx362 const Rectangle aWindowBox (Point(0,0), mpTargetWindow->GetSizePixel()); in HandleMapModeChange() local
365 aWindowBox.Left(), in HandleMapModeChange()
366 aWindowBox.Bottom()+aDelta.Y(), in HandleMapModeChange()
367 aWindowBox.Right(), in HandleMapModeChange()
368 aWindowBox.Bottom()))); in HandleMapModeChange()
371 aWindowBox.Left(), in HandleMapModeChange()
372 aWindowBox.Top(), in HandleMapModeChange()
373 aWindowBox.Right(), in HandleMapModeChange()
374 aWindowBox.Top()+aDelta.Y()))); in HandleMapModeChange()
377 aWindowBox.Right()+aDelta.X(), in HandleMapModeChange()
[all …]
H A DSlideSorterView.cxx939 const Rectangle aWindowBox (pWindow->GetPosPixel(), pWindow->GetSizePixel()); in UpdatePageUnderMouse() local
940 if (aWindowBox.IsInside(aPointerState.maPos)) in UpdatePageUnderMouse()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx719 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in getSize() local
720 return geometry::IntegerSize2D(aWindowBox.Width, aWindowBox.Height); in getSize()
941 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateSpriteClip() local
944 const double nMaxX (aWindowBox.Width-rLocation.X); in UpdateSpriteClip()
945 const double nMaxY (aWindowBox.Height-rLocation.Y); in UpdateSpriteClip()
H A DPresenterTextView.cxx581 const Rectangle aWindowBox (Point(0,0), maSize); in GetBitmap() local
582 mpOutputDevice->DrawRect(aWindowBox); in GetBitmap()
588 mpEditEngine->Draw(mpOutputDevice, aWindowBox, Point(0,mnTop)); in GetBitmap()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx579 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in Resize() local
582 Size(aWindowBox.Width, aWindowBox.Height)); in Resize()