Home
last modified time | relevance | path

Searched refs:rPosSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1915 void X11SalFrame::GetPosSize( Rectangle &rPosSize ) in GetPosSize() argument
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()
2043 pHints->max_width = rPosSize.GetWidth(); in SetPosSize()
[all …]
/trunk/main/vcl/inc/unx/
H A Dsalframe.h139 void GetPosSize( Rectangle &rPosSize );
142 void SetPosSize( const Rectangle &rPosSize );
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx832 awt::Rectangle const & rPosSize, in insertControlModel() argument
846 xPropSet->setPropertyValue( UNISTRING("PositionX"), uno::Any (rPosSize.X) ); in insertControlModel()
847 xPropSet->setPropertyValue( UNISTRING("PositionY"), uno::Any (rPosSize.Y) ); in insertControlModel()
848 xPropSet->setPropertyValue( UNISTRING("Height"), uno::Any (rPosSize.Height) ); in insertControlModel()
849 xPropSet->setPropertyValue( UNISTRING("Width"), uno::Any (rPosSize.Width) ); in insertControlModel()
H A Dupdatehdl.hxx161 com::sun::star::awt::Rectangle const & rPosSize,

Completed in 52 milliseconds