Home
last modified time | relevance | path

Searched refs:GetOutputSizePixel (Results 1 – 25 of 404) sorted by last modified time

12345678910>>...17

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx777 Size aVisSizePixel = pActWin->GetOutputSizePixel(); in disposing()
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx273 const Size aOutDevSize( rBackOutDev.GetOutputSizePixel() ); in updateScreen()
401 const Size& rTargetSizePixel( rOutDev.GetOutputSizePixel() ); in scrollUpdate()
532 const Size& rTargetSizePixel( rOutDev.GetOutputSizePixel() ); in genericUpdate()
563 const Size aCurrOutputSize( maVDev->GetOutputSizePixel() ); in genericUpdate()
695 const Size& rVDevSize( maVDev->GetOutputSizePixel() ); in renderMemUsage()
696 const Size& rBackBufferSize( pBackBuffer->getOutDev().GetOutputSizePixel() ); in renderMemUsage()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1142 pNewWindow->SetSizePixel( pParent->GetOutputSizePixel() ); in ImplCreateWindow()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx626 aRect = Rectangle( 1,1, GetOutputSizePixel().Width()-1, 2+POPUP_DRAGHEIGHT ); in GetDragRect()
629 int height = GetOutputSizePixel().Height(); in GetDragRect()
656 Rectangle aRect( aPt, GetOutputSizePixel() ); in DrawBorder()
766 Rectangle aRect( aPt, GetOutputSizePixel() ); in Paint()
901 Size aSize = GetWindow()->GetOutputSizePixel(); in ImplStartDocking()
976 Size aFrameSize = GetWindow()->ImplGetFrameWindow()->GetOutputSizePixel(); in Tracking()
1534 Size ImplDockingWindowWrapper::GetOutputSizePixel() const in GetOutputSizePixel() function in ImplDockingWindowWrapper
1537 return mpFloatWin->GetOutputSizePixel(); in GetOutputSizePixel()
1539 return mpDockingWindow->GetOutputSizePixel(); in GetOutputSizePixel()
H A Dtoolbox.cxx215 Rectangle aArea( aPoint, pThis->GetOutputSizePixel() ); in ImplGetDragWidth()
253 …r->SetDragArea( Rectangle( 0, 0, ImplGetDragWidth( pThis ), pThis->GetOutputSizePixel().Height() )… in ImplUpdateDragArea()
255 …pWrapper->SetDragArea( Rectangle( 0, 0, pThis->GetOutputSizePixel().Width(), ImplGetDragWidth( pTh… in ImplUpdateDragArea()
340 Rectangle aCtrlRegion( aPt, pThis->GetOutputSizePixel() ); in ImplDrawGrip()
353 Size aSz ( pThis->GetOutputSizePixel() ); in ImplDrawGrip()
414 Size aFullSz( pThis->GetOutputSizePixel() ); in ImplDrawGradientBackground()
546 Rectangle aCtrlRegion( aPt, pThis->GetOutputSizePixel() ); in ImplDrawNativeBackground()
2883 Rectangle aVisibleRect(Point(0, 0), GetOutputSizePixel()); in ImplFormat()
4750 Size aSize = GetOutputSizePixel(); in Resize()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx352 Size aWinSize = Control::GetOutputSizePixel(); in ImplGetTabRect()
571 aRect.Right() = Control::GetOutputSizePixel().Width(); in ImplChangeTabPage()
1264 Size aNewSize = Control::GetOutputSizePixel(); in Resize()
H A Dspinbtn.cxx139 Size aSize( GetOutputSizePixel() ); in Resize()
/trunk/main/cui/source/dialogs/
H A Dabout.cxx258 Size aTpSz = maReadmeTabPage->GetOutputSizePixel(); in ReadmeDialog()
265 Size aDlgSize = GetOutputSizePixel(); in ReadmeDialog()
430 aDlgSize = GetOutputSizePixel(); in LayoutControls()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx339 m_aWinSize = GetOutputSizePixel(); in SwColumnOnlyExample()
373 Size aLogSize(PixelToLogic(GetOutputSizePixel())); in Paint()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx751 aTLBSize.Height() = GetOutputSizePixel().Height() - aHBSize.Height(); in SwHeaderTree()
3322 Size aControlSize(GetOutputSizePixel()); in InsertItem()
3522 Size aControlSize(GetOutputSizePixel()); in InsertAtSelection()
3602 Size aEditSize(GetOutputSizePixel()); in InsertAtSelection()
3909 Size aCompleteSize(GetOutputSizePixel()); in Resize()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1607 Size aOutSz = pView->GetWindow()->GetOutputSizePixel(); in UpdateViews()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx417 Size aMaxXY(pWin->GetOutputSizePixel()); in ImpInvalidateOutlinerView()
H A Dsdrpaintwindow.cxx45 if(maPreRenderDevice.GetOutputSizePixel() != mrOutputDevice.GetOutputSizePixel()) in PreparePreRenderDevice()
47 maPreRenderDevice.SetOutputSizePixel(mrOutputDevice.GetOutputSizePixel()); in PreparePreRenderDevice()
220 Size aVisSizePixel(GetOutputDevice().GetOutputSizePixel()); in GetVisibleArea()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx278 aOutputSize = pView->Control::GetOutputSizePixel(); in Clear()
1244 Size aOSize( pView->Control::GetOutputSizePixel() ); in AdjustScrollBars()
1364 Size aSize( pView->Control::GetOutputSizePixel() ); in InitScrollBarBox()
1370 Size aSize( pView->Control::GetOutputSizePixel()); in Resize()
1544 Size aSize = pView->Control::GetOutputSizePixel(); in SetEntryHeight()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx396 … { return (sal_uInt16)((pDataWin->GetOutputSizePixel().Height() - 1 )/ GetDataRowHeight() + 1); } in GetVisibleRows()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx148 const Rectangle aRect(aEmpty, aVirtualDeviceMask.GetOutputSizePixel()); in animatedBitmapExPreparator()
197 Bitmap aMainBitmap = aVirtualDevice.GetBitmap(Point(), aVirtualDevice.GetOutputSizePixel()); in animatedBitmapExPreparator()
199 …Mask aMaskBitmap( aVirtualDeviceMask.GetBitmap( Point(), aVirtualDeviceMask.GetOutputSizePixel())); in animatedBitmapExPreparator()
201 …tmap aMaskBitmap = aVirtualDeviceMask.GetBitmap( Point(), aVirtualDeviceMask.GetOutputSizePixel()); in animatedBitmapExPreparator()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx331 Size aSize(GetOutputSizePixel().Width(),PARA_SECTIONPAGE_HEIGHT); in ReSize()
333 aSize.setWidth(GetOutputSizePixel().Width()); in ReSize()
358 Size aSize(GetOutputSizePixel().Width(),PARA_SECTIONPAGE_HEIGHT_2); in ReSize()
360 aSize.setWidth(GetOutputSizePixel().Width()); in ReSize()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1748 const Size aSz(GetOutputSizePixel()); in SwMarkPreview()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx302 Size aOutSz( GetOutputSizePixel() ); in Resize()
576 Size aOutSz( pOutWin->GetOutputSizePixel() ); in InitScrollBars()
822 if ( (long)pTextEngine->GetTextHeight() < pOutWin->GetOutputSizePixel().Height() ) in Notify()
/trunk/main/svx/workben/
H A Dedittest.cxx1319 Size aSz = GetOutputSizePixel(); in SetScrollBars()
1355 Size aOutSzPixel( GetOutputSizePixel() ); in Resize()
/trunk/main/starmath/source/
H A Dedit.cxx539 const Size aOut( GetOutputSizePixel() ); in IMPL_LINK_INLINE_END()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx974 Rectangle aWin(Point(0,0), pWin->GetOutputSizePixel()); in IMPL_LINK()
H A Dsdview2.cxx371 aPos = pWindow->PixelToLogic( Rectangle( aPos, pWindow->GetOutputSizePixel() ).Center() ); in DoPaste()
H A Doutlnvs2.cxx163 GetActiveWindow()->GetOutputSizePixel()) ); in FuTemporary()
176 GetActiveWindow()->GetOutputSizePixel()) ); in FuTemporary()
H A Doutlnvsh.cxx317 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in ArrangeGUIElements()
1236 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoom()
1261 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoomRect()

Completed in 300 milliseconds

12345678910>>...17