Lines Matching refs:UnoControl
151 DBG_NAME( UnoControl ) in DBG_NAME() argument
152 UnoControl::UnoControl() in DBG_NAME()
164 DBG_CTOR( UnoControl, NULL ); in DBG_NAME()
170 UnoControl::UnoControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoControl() function in UnoControl
182 DBG_CTOR( UnoControl, NULL ); in UnoControl()
190 UnoControl::~UnoControl() in ~UnoControl()
193 DBG_DTOR( UnoControl, NULL ); in ~UnoControl()
196 ::rtl::OUString UnoControl::GetComponentServiceName() in GetComponentServiceName()
201 Reference< XWindowPeer > UnoControl::ImplGetCompatiblePeer( sal_Bool bAcceptExistingPeer ) in ImplGetCompatiblePeer()
260 bool UnoControl::ImplCheckLocalize( ::rtl::OUString& _rPossiblyLocalizable ) in ImplCheckLocalize()
291 void UnoControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const Any& rVal ) in ImplSetPeerProperty()
333 void UnoControl::PrepareWindowDescriptor( WindowDescriptor& ) in PrepareWindowDescriptor()
337 Reference< XWindow > UnoControl::getParentPeer() const in getParentPeer()
353 void UnoControl::updateFromModel() in updateFromModel()
369 IMPL_IMPLEMENTATION_ID( UnoControl ) in IMPL_IMPLEMENTATION_ID() argument
371 void UnoControl::disposeAccessibleContext() in IMPL_IMPLEMENTATION_ID()
389 void UnoControl::dispose( ) throw(RuntimeException) in dispose()
425 void UnoControl::addEventListener( const Reference< XEventListener >& rxListener ) throw(RuntimeExc… in addEventListener()
432 void UnoControl::removeEventListener( const Reference< XEventListener >& rxListener ) throw(Runtime… in removeEventListener()
439 sal_Bool UnoControl::requiresNewPeer( const ::rtl::OUString& /* _rPropertyName */ ) const in requiresNewPeer()
445 void UnoControl::propertiesChange( const Sequence< PropertyChangeEvent >& rEvents ) throw(RuntimeEx… in propertiesChange()
475 void UnoControl::ImplLockPropertyChangeNotification( const ::rtl::OUString& rPropertyName, bool bLo… in ImplLockPropertyChangeNotification()
496 void UnoControl::ImplLockPropertyChangeNotifications( const Sequence< ::rtl::OUString >& rPropertyN… in ImplLockPropertyChangeNotifications()
505 void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent >& rEvents ) in ImplModelPropertiesChanged()
704 void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException) in disposing()
728 void SAL_CALL UnoControl::setOutputSize( const awt::Size& aSize ) throw (RuntimeException) in setOutputSize()
755 awt::Size SAL_CALL UnoControl::getOutputSize( ) throw (RuntimeException) in getOutputSize()
760 ::sal_Bool SAL_CALL UnoControl::isVisible( ) throw (RuntimeException) in isVisible()
765 ::sal_Bool SAL_CALL UnoControl::isActive( ) throw (RuntimeException) in isActive()
770 ::sal_Bool SAL_CALL UnoControl::isEnabled( ) throw (RuntimeException) in isEnabled()
775 ::sal_Bool SAL_CALL UnoControl::hasFocus( ) throw (RuntimeException) in hasFocus()
781 void UnoControl::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize()
804 awt::Rectangle UnoControl::getPosSize( ) throw(RuntimeException) in getPosSize()
819 void UnoControl::setVisible( sal_Bool bVisible ) throw(RuntimeException) in setVisible()
833 void UnoControl::setEnable( sal_Bool bEnable ) throw(RuntimeException) in setEnable()
847 void UnoControl::setFocus( ) throw(RuntimeException) in setFocus()
858 void UnoControl::addWindowListener( const Reference< XWindowListener >& rxListener ) throw(RuntimeE… in addWindowListener()
871 void UnoControl::removeWindowListener( const Reference< XWindowListener >& rxListener ) throw(Runti… in removeWindowListener()
884 void UnoControl::addFocusListener( const Reference< XFocusListener >& rxListener ) throw(RuntimeExc… in addFocusListener()
897 void UnoControl::removeFocusListener( const Reference< XFocusListener >& rxListener ) throw(Runtime… in removeFocusListener()
910 void UnoControl::addKeyListener( const Reference< XKeyListener >& rxListener ) throw(RuntimeExcepti… in addKeyListener()
923 void UnoControl::removeKeyListener( const Reference< XKeyListener >& rxListener ) throw(RuntimeExce… in removeKeyListener()
936 void UnoControl::addMouseListener( const Reference< XMouseListener >& rxListener ) throw(RuntimeExc… in addMouseListener()
949 void UnoControl::removeMouseListener( const Reference< XMouseListener >& rxListener ) throw(Runtime… in removeMouseListener()
962 void UnoControl::addMouseMotionListener( const Reference< XMouseMotionListener >& rxListener ) thro… in addMouseMotionListener()
975 void UnoControl::removeMouseMotionListener( const Reference< XMouseMotionListener >& rxListener ) t… in removeMouseMotionListener()
988 void UnoControl::addPaintListener( const Reference< XPaintListener >& rxListener ) throw(RuntimeExc… in addPaintListener()
1001 void UnoControl::removePaintListener( const Reference< XPaintListener >& rxListener ) throw(Runtime… in removePaintListener()
1015 sal_Bool UnoControl::setGraphics( const Reference< XGraphics >& rDevice ) throw(RuntimeException) in setGraphics()
1027 Reference< XGraphics > UnoControl::getGraphics( ) throw(RuntimeException) in getGraphics()
1032 awt::Size UnoControl::getSize( ) throw(RuntimeException) in getSize()
1038 void UnoControl::draw( sal_Int32 x, sal_Int32 y ) throw(RuntimeException) in draw()
1067 void UnoControl::setZoom( float fZoomX, float fZoomY ) throw(RuntimeException) in setZoom()
1083 void UnoControl::setContext( const Reference< XInterface >& rxContext ) throw(RuntimeException) in setContext()
1090 Reference< XInterface > UnoControl::getContext( ) throw(RuntimeException) in getContext()
1097 void UnoControl::peerCreated() in peerCreated()
1122 void UnoControl::createPeer( const Reference< XToolkit >& rxToolkit, const Reference< XWindowPeer >… in createPeer()
1365 Reference< XWindowPeer > UnoControl::getPeer() throw(RuntimeException) in getPeer()
1371 sal_Bool UnoControl::setModel( const Reference< XControlModel >& rxModel ) throw(RuntimeException) in setModel()
1409 Reference< XControlModel > UnoControl::getModel( ) throw(RuntimeException) in getModel()
1414 Reference< XView > UnoControl::getView( ) throw(RuntimeException) in getView()
1419 void UnoControl::setDesignMode( sal_Bool bOn ) throw(RuntimeException) in setDesignMode()
1449 sal_Bool UnoControl::isDesignMode( ) throw(RuntimeException) in isDesignMode()
1454 sal_Bool UnoControl::isTransparent( ) throw(RuntimeException) in isTransparent()
1460 ::rtl::OUString UnoControl::getImplementationName( ) throw(RuntimeException) in getImplementationName()
1466 sal_Bool UnoControl::supportsService( const ::rtl::OUString& rServiceName ) throw(RuntimeException) in supportsService()
1480 Sequence< ::rtl::OUString > UnoControl::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
1487 Reference< XAccessibleContext > SAL_CALL UnoControl::getAccessibleContext( ) throw (RuntimeExcepti… in getAccessibleContext()
1522 void SAL_CALL UnoControl::addModeChangeListener( const Reference< XModeChangeListener >& _rxListene… in addModeChangeListener()
1528 void SAL_CALL UnoControl::removeModeChangeListener( const Reference< XModeChangeListener >& _rxList… in removeModeChangeListener()
1534 void SAL_CALL UnoControl::addModeChangeApproveListener( const Reference< XModeChangeApproveListener… in addModeChangeApproveListener()
1539 void SAL_CALL UnoControl::removeModeChangeApproveListener( const Reference< XModeChangeApproveListe… in removeModeChangeApproveListener()
1545 awt::Point SAL_CALL UnoControl::convertPointToLogic( const awt::Point& i_Point, ::sal_Int16 i_Targe… in convertPointToLogic()
1558 awt::Point SAL_CALL UnoControl::convertPointToPixel( const awt::Point& i_Point, ::sal_Int16 i_Sourc… in convertPointToPixel()
1571 awt::Size SAL_CALL UnoControl::convertSizeToLogic( const awt::Size& i_Size, ::sal_Int16 i_TargetUni… in convertSizeToLogic()
1584 awt::Size SAL_CALL UnoControl::convertSizeToPixel( const awt::Size& i_Size, ::sal_Int16 i_SourceUni… in convertSizeToPixel()
1597 uno::Reference< awt::XStyleSettings > SAL_CALL UnoControl::getStyleSettings() throw (RuntimeExcepti… in getStyleSettings()