Home
last modified time | relevance | path

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

/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx388 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 Dstatusindicator.cxx217 …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 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()
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()
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx1084 const sal_Int32& impl_getWidth();
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx905 const sal_Int32& BaseControl::impl_getWidth() in impl_getWidth() function in unocontrols::BaseControl

Completed in 53 milliseconds