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()
98 Any SAL_CALL BaseControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
120 void SAL_CALL BaseControl::acquire() throw() in acquire()
133 void SAL_CALL BaseControl::release() throw() in release()
146 Sequence< Type > SAL_CALL BaseControl::getTypes() throw( RuntimeException ) in getTypes()
183 Sequence< sal_Int8 > SAL_CALL BaseControl::getImplementationId() throw( RuntimeException ) in getImplementationId()
215 void SAL_CALL BaseControl::setDelegator( const Reference< XInterface >& xDel ) throw( RuntimeExcept… in setDelegator()
226 Any SAL_CALL BaseControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
257 OUString SAL_CALL BaseControl::getImplementationName() throw( RuntimeException ) in getImplementationName()
[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.cxx65 …: BaseControl ( xFactory … in FrameControl()
86 Reference< XInterface > xDel = BaseControl::impl_getDelegator(); in queryInterface()
112 BaseControl::acquire(); in acquire()
125 BaseControl::release(); in release()
151 BaseControl::getTypes() in getTypes()
182 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
196 BaseControl::createPeer( xToolkit, xParentPeer ); in createPeer()
233 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.hxx98 …, public BaseControl // This order is necessary for right initializ…
H A Dprogressmonitor.hxx691 using BaseControl::impl_recalcLayout;