Searched refs:BaseControl (Results 1 – 11 of 11) sorted by relevance
75 BaseControl::BaseControl( const Reference< XMultiServiceFactory >& xFactory ) in BaseControl() function in unocontrols::BaseControl90 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 …]
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()
65 …: 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()
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()
132 BaseControl::acquire(); in acquire()145 BaseControl::release(); in release()198 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
163 BaseControl::acquire(); in acquire()176 BaseControl::release(); in release()231 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
160 class BaseControl : public UNO3_XSERVICEINFO class192 BaseControl( const UNO3_REFERENCE< UNO3_XMULTISERVICEFACTORY >& xFactory );207 virtual ~BaseControl();
94 , public BaseControl
81 , public BaseControl
98 …, public BaseControl // This order is necessary for right initializ…
691 using BaseControl::impl_recalcLayout;