Home
last modified time | relevance | path

Searched refs:impl_getHeight (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/UnoControls/source/controls/
H A Dprogressbar.cxx388 rGraphics->drawRect ( nX, nY, impl_getWidth(), impl_getHeight() ) ; in impl_paint()
419 nBlockStart = nY+impl_getHeight() ; in impl_paint()
436 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ) ; 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()
453 sal_Int32 nWindowHeight = impl_getHeight() ; in impl_recalcRange()
H A Dstatusindicator.cxx217 …t ( WindowEvent(static_cast< OWeakObject* >(this),0,0,impl_getWidth(),impl_getHeight(),0,0,0,0) ) ; in start()
487 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ); 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 Dprogressmonitor.cxx685 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()
690 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ) ; in impl_paint()
823 nDy = (impl_getHeight()/2)-(nDy/2) ; in impl_recalcLayout()
/aoo4110/main/UnoControls/inc/
H A Dbasecontrol.hxx1099 const sal_Int32& impl_getHeight();
/aoo4110/main/UnoControls/source/base/
H A Dbasecontrol.cxx914 const sal_Int32& BaseControl::impl_getHeight() in impl_getHeight() function in unocontrols::BaseControl

Completed in 31 milliseconds