Searched refs:rPosSize (Results 1 – 4 of 4) sorted by relevance
1915 void X11SalFrame::GetPosSize( Rectangle &rPosSize ) in GetPosSize() argument1926 rPosSize = Rectangle( Point( maGeometry.nX, maGeometry.nY ), in GetPosSize()1978 void X11SalFrame::SetPosSize( const Rectangle &rPosSize ) in SetPosSize() argument1981 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()2043 pHints->max_width = rPosSize.GetWidth(); in SetPosSize()[all …]
139 void GetPosSize( Rectangle &rPosSize );142 void SetPosSize( const Rectangle &rPosSize );
830 awt::Rectangle const & rPosSize, in insertControlModel() argument844 xPropSet->setPropertyValue( UNISTRING("PositionX"), uno::Any (rPosSize.X) ); in insertControlModel()845 xPropSet->setPropertyValue( UNISTRING("PositionY"), uno::Any (rPosSize.Y) ); in insertControlModel()846 xPropSet->setPropertyValue( UNISTRING("Height"), uno::Any (rPosSize.Height) ); in insertControlModel()847 xPropSet->setPropertyValue( UNISTRING("Width"), uno::Any (rPosSize.Width) ); in insertControlModel()
161 com::sun::star::awt::Rectangle const & rPosSize,
Completed in 39 milliseconds