Searched refs:_nY (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | commonlingui.cxx | 195 void SvxCommonLinguisticControl::Enlarge( sal_Int32 _nX, sal_Int32 _nY ) in Enlarge() argument 209 pResize[i]->SetSizePixel( Size( aSize.Width() + _nX, aSize.Height() + _nY ) ); in Enlarge() 222 aPos.Y() += _nY; in Enlarge()
|
H A D | commonlingui.hxx | 137 void Enlarge( sal_Int32 _nX, sal_Int32 _nY );
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbachartobjects.cxx | 115 ScVbaChartObjects::Add( double _nX, double _nY, double _nWidth, double _nHeight ) throw (script::Ba… in Add() argument 122 aRectangle.Y = Millimeter::getInHundredthsOfOneMillimeter(_nY); in Add()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 378 void lcl_setOrigin(Window& _rWindow,long _nX, long _nY) in lcl_setOrigin() argument 381 aMap.SetOrigin( Point(- _nX, - _nY)); in lcl_setOrigin()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 506 …void lcl_positionInAppFont( const Window& _rParent, Window& _rChild, long _nX, long _nY, long _Wid… in lcl_positionInAppFont() argument 508 Point aPos = _rParent.LogicToPixel( Point( _nX, _nY ), MAP_APPFONT ); in lcl_positionInAppFont()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 398 …void SAL_CALL ORichTextPeer::draw( sal_Int32 _nX, sal_Int32 _nY ) throw(::com::sun::star::uno::Run… in draw() argument 416 ::Point aPos( _nX, _nY ); in draw()
|
Completed in 97 milliseconds