Home
last modified time | relevance | path

Searched refs:aClientRect (Results 1 – 6 of 6) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1453 RECT aClientRect, aWindowRect; in SetPosSize() local
1454 GetClientRect( mhWnd, &aClientRect ); // x,y always 0,0, but width and height without border in SetPosSize()
1474 nWidth = aClientRect.right-aClientRect.left; in SetPosSize()
1476 nHeight = aClientRect.bottom-aClientRect.top; in SetPosSize()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx1504 Rectangle aClientRect( Point( 0, 0 ), GetOutputSizePixel() ); in ImplTestMousePointerSet() local
1505 if ( aClientRect.IsInside( GetPointerPosPixel() ) ) in ImplTestMousePointerSet()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8graf2.cxx590 Rectangle aClientRect( 0,0, aPD.nWidth, aPD.nHeight); in ImportGraf() local
591 SvxMSDffImportData aData( aClientRect ); in ImportGraf()
592 pObject = pMSDffManager->ImportObj(*pDataStream, &aData, aClientRect, aChildRect ); in ImportGraf()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1061 const Rectangle& aClientRect = mpViewShell->GetViewShellBase().getClientRectangle(); in startShow() local
1062 maPresSize = aClientRect.GetSize(); in startShow()
1063 mpShowWindow->SetPosPixel( aClientRect.TopLeft() ); in startShow()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx4193 Rectangle aClientRect( rClientRect ); in ImportGroup() local
4197 aGlobalChildRect = GetGlobalChildAnchor( rHd, rSt, aClientRect ); in ImportGroup()
4204 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup()
4205 sal_Int32 nHalfHeight = ( aClientRect.GetHeight() + 1 ) >> 1; in ImportGroup()
4206 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4207 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4208 Size aNewSize( aClientRect.GetHeight(), aClientRect.GetWidth() ); in ImportGroup()
4210 aClientRect = aNewRect; in ImportGroup()
4256 Point aLeft( aClientRect.Left(), ( aClientRect.Top() + aClientRect.Bottom() ) >> 1 ); in ImportGroup()
4262 Point aTop( ( aClientRect.Left() + aClientRect.Right() ) >> 1, aClientRect.Top() ); in ImportGroup()
[all …]
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx663 …Rectangle GetGlobalChildAnchor( const DffRecordHeader& rHd, SvStream& rSt, Rectangle& aClientRect

Completed in 105 milliseconds