Searched refs:aContentRect (Results 1 – 2 of 2) sorted by relevance
1381 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in SetPosSize() local1393 … nX = mpParent->maGeometry.nWidth - static_cast<long int>( aContentRect.size.width-1) - nX; in SetPosSize()1401 CocoaToVCL( aContentRect ); in SetPosSize()1407 if( nWidth != aContentRect.size.width || nHeight != aContentRect.size.height ) in SetPosSize()1413 aContentRect.origin.x = nX + aParentContentRect.origin.x; in SetPosSize()1415 aContentRect.origin.y = nY + aParentContentRect.origin.y; in SetPosSize()1419 aContentRect.size.width = nWidth; in SetPosSize()1421 aContentRect.size.height = nHeight; in SetPosSize()1423 VCLToCocoa( aContentRect ); in SetPosSize()1427 …[mpNSWindow setFrame: [NSWindow frameRectForContentRect: aContentRect styleMask: mnStyleMask] disp… in SetPosSize()[all …]
872 Rectangle aContentRect (mpViewShell->GetViewShellBase().getClientRectangle()); in startPreview() local875 aContentRect.nLeft = aContentRect.nRight; in startPreview()876 aContentRect.nRight += aContentRect.nRight; in startPreview()878 maPresSize = aContentRect.GetSize(); in startPreview()879 mpShowWindow->SetPosPixel( aContentRect.TopLeft() ); in startPreview()