Home
last modified time | relevance | path

Searched refs:BaseControl (Results 1 – 11 of 11) sorted by relevance

/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx75 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 Dbasecontainercontrol.cxx58 : 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()
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx67 : 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 Dprogressbar.cxx64 : 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 Dstatusindicator.cxx132 BaseControl::acquire(); in acquire()
145 BaseControl::release(); in release()
198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
H A Dprogressmonitor.cxx163 BaseControl::acquire(); in acquire()
176 BaseControl::release(); in release()
231 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx160 class BaseControl : public UNO3_XSERVICEINFO class
192 BaseControl( const UNO3_REFERENCE< UNO3_XMULTISERVICEFACTORY >& xFactory );
207 virtual ~BaseControl();
H A Dbasecontainercontrol.hxx94 , public BaseControl
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx81 , public BaseControl
H A Dframecontrol.hxx100 , public BaseControl // This order is necessary for right initialization of m_aMutex!
H A Dprogressmonitor.hxx691 using BaseControl::impl_recalcLayout;

Completed in 68 milliseconds