Searched refs:impl_getWidth (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/UnoControls/source/controls/ |
H A D | progressbar.cxx | 388 rGraphics->drawRect ( nX, nY, impl_getWidth(), impl_getHeight() ) ; in impl_paint() 435 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ) ; in impl_paint() 439 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY ) ; in impl_paint() 440 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight()-1 ) ; in impl_paint() 452 sal_Int32 nWindowWidth = impl_getWidth() ; in impl_recalcRange()
|
H A D | statusindicator.cxx | 217 …impl_recalcLayout ( WindowEvent(static_cast< OWeakObject* >(this),0,0,impl_getWidth(),impl_getHeig… in start() 301 sal_Int32 nWidth = impl_getWidth() ; in getPreferredSize() 486 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ); in impl_paint() 490 …rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY … in impl_paint() 491 …rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight… in impl_paint()
|
H A D | progressmonitor.cxx | 685 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY ) ; in impl_paint() 686 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight()-1 ) ; in impl_paint() 689 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ) ; in impl_paint() 780 if ( nSummaryWidth > impl_getWidth() ) in impl_recalcLayout() 781 nWidth_Text_Top = impl_getWidth()-nWidth_Topic_Top-(3*FREEBORDER) ; in impl_recalcLayout() 822 nDx = (impl_getWidth ()/2)-(nDx/2) ; in impl_recalcLayout()
|
/aoo42x/main/UnoControls/inc/ |
H A D | basecontrol.hxx | 1084 const sal_Int32& impl_getWidth();
|
/aoo42x/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 905 const sal_Int32& BaseControl::impl_getWidth() in impl_getWidth() function in unocontrols::BaseControl
|
Completed in 26 milliseconds