Searched refs:_Width (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 76 &SwRect::_Width, 85 &SwRect::_Width, 132 &SwRect::_Width, 141 &SwRect::_Width, 186 &SwRect::_Width, 195 &SwRect::_Width, 242 &SwRect::_Width, 251 &SwRect::_Width, 297 &SwRect::_Width, 306 &SwRect::_Width,
|
/aoo42x/main/sw/inc/ |
H A D | swrect.hxx | 117 void _Width( const long nNew ); 123 long _Width() const;
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 249 void SwRect::_Width( const long nNew ) { m_Size.setWidth(nNew); } in _Width() function in SwRect 256 long SwRect::_Width() const{ return m_Size.getWidth(); } in _Width() 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/qadevOOo/tests/java/ifc/text/ |
H A D | _TextTable.java | 76 public void _Width() { in _Width() method in _TextTable
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 3361 void SAL_CALL FmXGridCell::setPosSize( ::sal_Int32 _XX, ::sal_Int32 _Y, ::sal_Int32 _Width, ::sal_I… in setPosSize() argument 3366 (void)_Width; in setPosSize()
|
Completed in 56 milliseconds