Home
last modified time | relevance | path

Searched refs:aContentRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1401 CocoaToVCL( aContentRect ); in SetPosSize()
1407 if( nWidth != aContentRect.size.width || nHeight != aContentRect.size.height ) in SetPosSize()
1419 aContentRect.size.width = nWidth; in SetPosSize()
1421 aContentRect.size.height = nHeight; in SetPosSize()
1423 VCLToCocoa( aContentRect ); in SetPosSize()
1651 NSRect aTrackRect = { NSZeroPoint, aContentRect.size }; in UpdateFrameGeometry()
1656 CocoaToVCL( aContentRect ); in UpdateFrameGeometry()
1658 maGeometry.nX = static_cast<int>(aContentRect.origin.x); in UpdateFrameGeometry()
1659 maGeometry.nY = static_cast<int>(aContentRect.origin.y); in UpdateFrameGeometry()
1663 (aContentRect.origin.x + aContentRect.size.width)); in UpdateFrameGeometry()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx882 Rectangle aContentRect (mpViewShell->GetViewShellBase().getClientRectangle()); in startPreview() local
885 aContentRect.nLeft = aContentRect.nRight; in startPreview()
886 aContentRect.nRight += aContentRect.nRight; in startPreview()
888 maPresSize = aContentRect.GetSize(); in startPreview()
889 mpShowWindow->SetPosPixel( aContentRect.TopLeft() ); in startPreview()

Completed in 40 milliseconds