Searched refs:aClientRect (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 4209 Rectangle aClientRect( rClientRect ); in ImportGroup() local 4213 aGlobalChildRect = GetGlobalChildAnchor( rHd, rSt, aClientRect ); in ImportGroup() 4220 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup() 4221 sal_Int32 nHalfHeight = ( aClientRect.GetHeight() + 1 ) >> 1; in ImportGroup() 4222 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup() 4223 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup() 4224 Size aNewSize( aClientRect.GetHeight(), aClientRect.GetWidth() ); in ImportGroup() 4226 aClientRect = aNewRect; in ImportGroup() 4238 …GetGroupAnchors( aRecHd2, rSt, aGroupClientAnchor, aGroupChildAnchor, aClientRect, aGlobalChildRec… in ImportGroup() 4253 …SdrObject* pTmp = ImportShape( aRecHd2, rSt, pClientData, aClientRect, aGlobalChildRect, nCalledBy… in ImportGroup() [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf2.cxx | 586 Rectangle aClientRect( 0,0, aPD.nWidth, aPD.nHeight); in ImportGraf() local 587 SvxMSDffImportData aData( aClientRect ); in ImportGraf() 588 pObject = pMSDffManager->ImportObj(*pDataStream, &aData, aClientRect, aChildRect ); in ImportGraf()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 1449 RECT aClientRect, aWindowRect; in SetPosSize() local 1450 GetClientRect( mhWnd, &aClientRect ); // x,y always 0,0, but width and height without border in SetPosSize() 1470 nWidth = aClientRect.right-aClientRect.left; in SetPosSize() 1472 nHeight = aClientRect.bottom-aClientRect.top; in SetPosSize()
|
| /trunk/main/sd/source/ui/slideshow/ |
| H A D | slideshowimpl.cxx | 1072 const Rectangle& aClientRect = mpViewShell->GetViewShellBase().getClientRectangle(); in startShow() local 1073 maPresSize = aClientRect.GetSize(); in startShow() 1074 mpShowWindow->SetPosPixel( aClientRect.TopLeft() ); in startShow()
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 663 …ectangle GetGlobalChildAnchor( const DffRecordHeader& rHd, SvStream& rSt, Rectangle& aClientRect );
|
| /trunk/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()
|