Searched refs:BaseControl (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 75 BaseControl::BaseControl( const Reference< XMultiServiceFactory >& xFactory ) in BaseControl() function in unocontrols::BaseControl 90 BaseControl::~BaseControl() in ~BaseControl() 120 void SAL_CALL BaseControl::acquire() throw() in acquire() 133 void SAL_CALL BaseControl::release() throw() in release() 483 void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , in setPosSize() 699 void SAL_CALL BaseControl::draw( sal_Int32 nX , in draw() 737 void SAL_CALL BaseControl::setZoom( float /*fZoomX*/ , in setZoom() 905 const sal_Int32& BaseControl::impl_getWidth() in impl_getWidth() 914 const sal_Int32& BaseControl::impl_getHeight() in impl_getHeight() 945 void BaseControl::impl_paint( sal_Int32 /*nX*/ , in impl_paint() [all …]
|
H A D | basecontainercontrol.cxx | 58 : BaseControl ( xFactory ) in BaseContainerControl() 79 Reference< XInterface > xDel = BaseControl::impl_getDelegator(); in queryInterface() 117 BaseControl::getTypes() in getTypes() 150 return BaseControl::queryAggregation( aType ); in queryAggregation() 164 BaseControl::createPeer( xToolkit, xParent ); in createPeer() 247 BaseControl::dispose(); in dispose() 542 BaseControl::setVisible ( bVisible ) ; in setVisible()
|
/aoo42x/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 67 : BaseControl ( xFactory ) in FrameControl() 88 Reference< XInterface > xDel = BaseControl::impl_getDelegator(); in queryInterface() 114 BaseControl::acquire(); in acquire() 127 BaseControl::release(); in release() 153 BaseControl::getTypes() in getTypes() 184 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation() 198 BaseControl::createPeer( xToolkit, xParentPeer ); in createPeer() 235 BaseControl::dispose(); in dispose()
|
H A D | progressbar.cxx | 64 : BaseControl ( xFactory ) in ProgressBar() 89 Reference< XInterface > xDel = BaseControl::impl_getDelegator(); in queryInterface() 115 BaseControl::acquire(); in acquire() 128 BaseControl::release(); in release() 153 BaseControl::getTypes() in getTypes() 181 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation() 315 BaseControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
|
H A D | statusindicator.cxx | 132 BaseControl::acquire(); in acquire() 145 BaseControl::release(); in release() 198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
|
H A D | progressmonitor.cxx | 163 BaseControl::acquire(); in acquire() 176 BaseControl::release(); in release() 231 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
|
/aoo42x/main/UnoControls/inc/ |
H A D | basecontrol.hxx | 160 class BaseControl : public UNO3_XSERVICEINFO class 192 BaseControl( const UNO3_REFERENCE< UNO3_XMULTISERVICEFACTORY >& xFactory ); 207 virtual ~BaseControl();
|
H A D | basecontainercontrol.hxx | 94 , public BaseControl
|
/aoo42x/main/UnoControls/source/inc/ |
H A D | progressbar.hxx | 81 , public BaseControl
|
H A D | framecontrol.hxx | 100 , public BaseControl // This order is necessary for right initialization of m_aMutex!
|
H A D | progressmonitor.hxx | 691 using BaseControl::impl_recalcLayout;
|
Completed in 82 milliseconds