Searched refs:rPosSize (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 1915 void X11SalFrame::GetPosSize( Rectangle &rPosSize ) in GetPosSize() argument 1923 rPosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), Size( w, h ) ); in GetPosSize() 1926 rPosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), in GetPosSize() 1978 void X11SalFrame::SetPosSize( const Rectangle &rPosSize ) in SetPosSize() argument 1981 values.x = rPosSize.Left(); in SetPosSize() 1982 values.y = rPosSize.Top(); in SetPosSize() 1983 values.width = rPosSize.GetWidth(); in SetPosSize() 1984 values.height = rPosSize.GetHeight(); in SetPosSize() 2041 pHints->min_width = rPosSize.GetWidth(); in SetPosSize() 2042 pHints->min_height = rPosSize.GetHeight(); in SetPosSize() [all …]
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | salframe.h | 139 void GetPosSize( Rectangle &rPosSize ); 142 void SetPosSize( const Rectangle &rPosSize );
|
| /AOO42X/main/extensions/source/update/check/ |
| H A D | updatehdl.cxx | 844 awt::Rectangle const & rPosSize, in insertControlModel() argument 858 xPropSet->setPropertyValue( UNISTRING("PositionX"), uno::Any (rPosSize.X) ); in insertControlModel() 859 xPropSet->setPropertyValue( UNISTRING("PositionY"), uno::Any (rPosSize.Y) ); in insertControlModel() 860 xPropSet->setPropertyValue( UNISTRING("Height"), uno::Any (rPosSize.Height) ); in insertControlModel() 861 xPropSet->setPropertyValue( UNISTRING("Width"), uno::Any (rPosSize.Width) ); in insertControlModel()
|
| H A D | updatehdl.hxx | 161 com::sun::star::awt::Rectangle const & rPosSize,
|