Searched refs:aClientRect (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4212 Rectangle aClientRect( rClientRect ); in ImportGroup() local 4216 aGlobalChildRect = GetGlobalChildAnchor( rHd, rSt, aClientRect ); in ImportGroup() 4223 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup() 4224 sal_Int32 nHalfHeight = ( aClientRect.GetHeight() + 1 ) >> 1; in ImportGroup() 4225 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup() 4226 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup() 4227 Size aNewSize( aClientRect.GetHeight(), aClientRect.GetWidth() ); in ImportGroup() 4229 aClientRect = aNewRect; in ImportGroup() 4275 Point aLeft( aClientRect.Left(), ( aClientRect.Top() + aClientRect.Bottom() ) >> 1 ); in ImportGroup() 4281 Point aTop( ( aClientRect.Left() + aClientRect.Right() ) >> 1, aClientRect.Top() ); in ImportGroup() [all …]
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 590 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()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1453 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()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1082 const Rectangle& aClientRect = mpViewShell->GetViewShellBase().getClientRectangle(); in startShow() local 1083 maPresSize = aClientRect.GetSize(); in startShow() 1084 mpShowWindow->SetPosPixel( aClientRect.TopLeft() ); in startShow()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 663 …Rectangle GetGlobalChildAnchor( const DffRecordHeader& rHd, SvStream& rSt, Rectangle& aClientRect …
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 1504 Rectangle aClientRect( Point( 0, 0 ), GetOutputSizePixel() ); in ImplTestMousePointerSet() local 1505 if ( aClientRect.IsInside( GetPointerPosPixel() ) ) in ImplTestMousePointerSet()
|
Completed in 247 milliseconds