Searched refs:_nX (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 760 long _nX = (aLogSize.Width() - nResultWidth) / 2; in Paint() local 761 DrawLine( Point( 0, nY ), Point( _nX, nY ) ); in Paint() 762 DrawLine( Point( _nX + nResultWidth, nY ), Point( aLogSize.Width(), nY ) ); in Paint() 770 rFont.DrawPrev( this, pPrinter, Point( _nX, nY - nOffset - 4), sBracket ); in Paint() 771 _nX += nStartBracketWidth; in Paint() 774 Point aTmpPoint1( _nX, nY - nSmallAscent - 2 ); in Paint() 775 Point aTmpPoint2( _nX, nY ); in Paint() 779 _nX += nTextWidth; in Paint() 782 Point aTmpPoint( _nX + 1, nY - nOffset - 4); in Paint()
|
/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() 385 void OSectionWindow::scrollChildren(long _nX) in scrollChildren() argument 387 const Point aDelta( _nX,0 ); in scrollChildren() 402 lcl_scroll(m_aEndMarker,m_aEndMarker.PixelToLogic(Point(_nX,0))); in scrollChildren() 404 lcl_setOrigin(m_aSplitter,_nX, 0); in scrollChildren()
|
/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() 236 aPos.X() += _nX; 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 121 aRectangle.X = Millimeter::getInHundredthsOfOneMillimeter(_nX); in Add()
|
/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 38 milliseconds