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.cxx464 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint() local
465 aRepaintBox.X += aWindowBox.X; in windowPaint()
466 aRepaintBox.Y += aWindowBox.Y; in windowPaint()
623 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBackground() local
628 aWindowBox, in PaintBackground()
641 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PaintBitmap() local
643 aBox.X1 += aWindowBox.X; in PaintBitmap()
644 aBox.Y1 += aWindowBox.Y; in PaintBitmap()
645 aBox.X2 += aWindowBox.X; in PaintBitmap()
646 aBox.Y2 += aWindowBox.Y; in PaintBitmap()
[all …]
H A DPresenterHelpView.cxx310 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint() local
315 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
332 geometry::RealPoint2D(aWindowBox.Width/2, gnVerticalBorder), in Paint()
333 geometry::RealPoint2D(aWindowBox.Width/2, mnSeparatorY - gnVerticalBorder), in Paint()
340 geometry::RealPoint2D(aWindowBox.Width, mnSeparatorY), in Paint()
355 aWindowBox.Width/2 - gnHorizontalGap, in Paint()
356 aWindowBox.Height - gnVerticalBorder), in Paint()
364 aWindowBox.Width/2 + gnHorizontalGap, in Paint()
366 aWindowBox.Width - gnHorizontalGap, in Paint()
367 aWindowBox.Height - gnVerticalBorder), in Paint()
[all …]
H A DPresenterSlidePreview.cxx305 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint() local
312 awt::Size(aWindowBox.Width, aWindowBox.Height), in Paint()
323 (aWindowBox.Width - aPreviewSize.Width)/2, in Paint()
324 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
333 mnSlideAspectRatio,awt::Size(aWindowBox.Width, aWindowBox.Height))); in Paint()
335 (aWindowBox.Width - aPreviewSize.Width)/2, in Paint()
336 (aWindowBox.Height - aPreviewSize.Height)/2, in Paint()
347 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
389 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
392 awt::Size(aWindowBox.Width, aWindowBox.Height))); in Resize()
H A DPresenterSlideShowView.cxx413 const awt::Rectangle aWindowBox = mxViewWindow->getPosSize(); in getTransformation() local
415 aWindowBox.Width-1, 0, (mbIsInModifyNotification ? 1 : 0), in getTransformation()
416 0, aWindowBox.Height-1, 0); in getTransformation()
1024 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
1026 if (aWindowBox.Height > 0) in Resize()
1029 double(aWindowBox.Width) / double(aWindowBox.Height)); in Resize()
1033 aViewWindowBox.Width = sal_Int32(aWindowBox.Height * mnPageAspectRatio + 0.5); in Resize()
1034 aViewWindowBox.Height = aWindowBox.Height; in Resize()
1035 aViewWindowBox.X = (aWindowBox.Width - aViewWindowBox.Width) / 2; in Resize()
1041 aViewWindowBox.Width = aWindowBox.Width; in Resize()
[all …]
H A DPresenterNotesView.cxx495 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout() local
496 geometry::RealRectangle2D aNewTextBoundingBox (0,0,aWindowBox.Width, aWindowBox.Height); in Layout()
503 mxToolBarWindow->setPosSize(0, aWindowBox.Height - nToolBarHeight, in Layout()
508 mnSeparatorYLocation = aWindowBox.Height - nToolBarHeight - gnSpaceBelowSeparator; in Layout()
514 (aWindowBox.Width + aToolBarSize.Width) / 2, in Layout()
515 aWindowBox.Height - aToolBarSize.Height/2)); in Layout()
602 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar() local
620 awt::Rectangle(0,sal_Int32(maTextBoundingBox.Y2),aWindowBox.Width,aWindowBox.Height), in PaintToolBar()
630 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()
792 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateLayout() local
793 awt::Rectangle aCenterBox (aWindowBox); in UpdateLayout()
794 sal_Int32 nLeftBorderWidth (aWindowBox.X); in UpdateLayout()
813 awt::Rectangle(0, 0, aWindowBox.Width, aWindowBox.Height), in UpdateLayout()
819 mnSeparatorY = aWindowBox.Height - mpCloseButton->GetSize().Height - gnVerticalButtonPadding; in UpdateLayout()
821 PlaceCloseButton(pPane, aWindowBox, nLeftBorderWidth); in UpdateLayout()
826 aWindowBox.Width - 2*gnHorizontalBorder, in UpdateLayout()
956 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ClearBackground() local
[all …]
H A DPresenterToolBar.cxx871 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Layout() local
917 if (aTotalSize.Width + nTotalHorizontalGap > aWindowBox.Width) in Layout()
918 nTotalHorizontalGap = aWindowBox.Width - aTotalSize.Width; in Layout()
927 case Center: nX = (aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap) / 2; break; in Layout()
928 case Right: nX = aWindowBox.Width - aTotalSize.Width - nTotalHorizontalGap; break; in Layout()
932 double nY ((aWindowBox.Height - aTotalSize.Height) / 2); in Layout()
972 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CalculatePartSize() local
1252 awt::Rectangle aWindowBox (mxWindow->getPosSize()); in windowPaint() local
1257 awt::Rectangle(0,0,aWindowBox.Width, aWindowBox.Height), in windowPaint()
H A DPresenterSpritePane.cxx227 const awt::Rectangle aWindowBox (mxBorderWindow->getPosSize()); in UpdateCanvases() local
228 PaintBorder(awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height)); in UpdateCanvases()
H A DPresenterWindowManager.cxx1009 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutSlideSorterMode() local
1015 aWindowBox.Width - 2*nGap, in LayoutSlideSorterMode()
1026 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in LayoutHelpMode() local
1029 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()
1032 (aWindowBox.Width - nWidth)/2, in LayoutHelpMode()
H A DPresenterClock.cxx533 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
534 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.cxx781 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in getSize() local
782 return geometry::IntegerSize2D(aWindowBox.Width, aWindowBox.Height); in getSize()
1008 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateSpriteClip() local
1011 const double nMaxX (aWindowBox.Width-rLocation.X); in UpdateSpriteClip()
1012 const double nMaxY (aWindowBox.Height-rLocation.Y); in UpdateSpriteClip()
H A DPresenterTextView.cxx584 const Rectangle aWindowBox (Point(0,0), maSize); in GetBitmap() local
585 mpOutputDevice->DrawRect(aWindowBox); in GetBitmap()
591 mpEditEngine->Draw(mpOutputDevice, aWindowBox, Point(0,mnTop)); in GetBitmap()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx616 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in Resize() local
619 Size(aWindowBox.Width, aWindowBox.Height)); in Resize()