Lines Matching refs:nHeight

465 void GtkSalFrame::resizeWindow( long nWidth, long nHeight )  in resizeWindow()  argument
468 gtk_widget_set_size_request( m_pWindow, nWidth, nHeight ); in resizeWindow()
470 gtk_window_resize( GTK_WINDOW(m_pWindow), nWidth, nHeight ); in resizeWindow()
609 maGeometry.nHeight = aDefSize.Height(); in InitCommon()
628 resizeWindow( maGeometry.nWidth, maGeometry.nHeight ); in InitCommon()
934 maGeometry.nHeight = h; in Init()
1203 nY = ((long)m_pParent->maGeometry.nHeight - (long)maGeometry.nHeight)/2; in Center()
1236 nY = nScreenY + (nScreenHeight - (long)maGeometry.nHeight)/2; in Center()
1449 aGeo.min_height = maGeometry.nHeight; in setMinMaxSize()
1454 aGeo.max_height = maGeometry.nHeight; in setMinMaxSize()
1472 void GtkSalFrame::SetMaxClientSize( long nWidth, long nHeight ) in SetMaxClientSize() argument
1476 m_aMaxSize = Size( nWidth, nHeight ); in SetMaxClientSize()
1482 void GtkSalFrame::SetMinClientSize( long nWidth, long nHeight ) in SetMinClientSize() argument
1486 m_aMinSize = Size( nWidth, nHeight ); in SetMinClientSize()
1489 gtk_widget_set_size_request( m_pWindow, nWidth, nHeight ); in SetMinClientSize()
1497 void GtkSalFrame::SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSize() argument
1505 (nWidth > 0 && nHeight > 0 ) // sometimes stupid things happen in SetPosSize()
1510 … if( (unsigned long)nWidth != maGeometry.nWidth || (unsigned long)nHeight != maGeometry.nHeight ) in SetPosSize()
1513 maGeometry.nHeight = nHeight; in SetPosSize()
1516 gtk_widget_set_size_request( m_pWindow, nWidth, nHeight ); in SetPosSize()
1518 gtk_window_resize( GTK_WINDOW(m_pWindow), nWidth, nHeight ); in SetPosSize()
1547 …if( (nY + (long)maGeometry.nHeight + (long)maGeometry.nBottomDecoration) > (long)aScreenSize.Heigh… in SetPosSize()
1548 nY = aScreenSize.Height() - maGeometry.nHeight - maGeometry.nBottomDecoration; in SetPosSize()
1554 if( nY + (long)maGeometry.nHeight < 10 ) in SetPosSize()
1555 nY = 10 - (long)maGeometry.nHeight; in SetPosSize()
1591 rHeight = maGeometry.nHeight; in GetClientSize()
1630 maGeometry.nHeight = pState->mnMaximizedHeight; in SetWindowState()
1644 long nHeight = pState->mnHeight; in SetWindowState() local
1660 nHeight = maGeometry.nHeight; in SetWindowState()
1702 pState->mnMaximizedHeight = maGeometry.nHeight; in GetWindowState()
1714 pState->mnHeight = maGeometry.nHeight; in GetWindowState()
1814 Size( maGeometry.nWidth, maGeometry.nHeight ) ); in ShowFullScreen()
1828 maGeometry.nHeight = aNewPosSize.GetHeight() ); in ShowFullScreen()
1861 maGeometry.nHeight = m_aRestorePosSize.GetHeight() ); in ShowFullScreen()
1883 maGeometry.nHeight = aScreenSize.Height(); in ShowFullScreen()
2481 void GtkSalFrame::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
2489 aRect.height = nHeight; in UnionClipRegion()
2523 ( sal::static_int_cast< int >(maGeometry.nHeight) != in Dispatch()
2527 maGeometry.nHeight = pEvent->xconfigure.height; in Dispatch()
2988 …Event->width != (int)pThis->maGeometry.nWidth || pEvent->height != (int)pThis->maGeometry.nHeight ) in signalConfigure()
2992 pThis->maGeometry.nHeight = pEvent->height; in signalConfigure()
3240 Size( pThis->maGeometry.nWidth, pThis->maGeometry.nHeight ) ); in signalState()