Searched refs:_Height (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 77 &SwRect::_Height, 86 &SwRect::_Height, 131 &SwRect::_Height, 140 &SwRect::_Height, 187 &SwRect::_Height, 196 &SwRect::_Height, 241 &SwRect::_Height, 250 &SwRect::_Height, 296 &SwRect::_Height, 305 &SwRect::_Height,
|
/aoo42x/main/sw/inc/ |
H A D | swrect.hxx | 118 void _Height( const long nNew ); 124 long _Height() const;
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 250 void SwRect::_Height( const long nNew ) { m_Size.setHeight(nNew); } in _Height() function in SwRect 257 long SwRect::_Height() const{ return m_Size.getHeight(); } in _Height() function in SwRect
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 506 …InAppFont( const Window& _rParent, Window& _rChild, long _nX, long _nY, long _Width, long _Height ) in lcl_positionInAppFont() argument 509 Size aSize = _rParent.LogicToPixel( Size( _Width, _Height ), MAP_APPFONT ); in lcl_positionInAppFont()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 3361 …osSize( ::sal_Int32 _XX, ::sal_Int32 _Y, ::sal_Int32 _Width, ::sal_Int32 _Height, ::sal_Int16 _Fla… in setPosSize() argument 3367 (void)_Height; in setPosSize()
|
Completed in 60 milliseconds