Lines Matching refs:UnoControl
149 DBG_NAME( UnoControl ) in DBG_NAME() argument
150 UnoControl::UnoControl() in DBG_NAME()
162 DBG_CTOR( UnoControl, NULL ); in DBG_NAME()
168 UnoControl::UnoControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoControl() function in UnoControl
180 DBG_CTOR( UnoControl, NULL ); in UnoControl()
188 UnoControl::~UnoControl() in ~UnoControl()
191 DBG_DTOR( UnoControl, NULL ); in ~UnoControl()
194 ::rtl::OUString UnoControl::GetComponentServiceName() in GetComponentServiceName()
199 Reference< XWindowPeer > UnoControl::ImplGetCompatiblePeer( sal_Bool bAcceptExistingPeer ) in ImplGetCompatiblePeer()
258 bool UnoControl::ImplCheckLocalize( ::rtl::OUString& _rPossiblyLocalizable ) in ImplCheckLocalize()
289 void UnoControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const Any& rVal ) in ImplSetPeerProperty()
331 void UnoControl::PrepareWindowDescriptor( WindowDescriptor& ) in PrepareWindowDescriptor()
335 Reference< XWindow > UnoControl::getParentPeer() const in getParentPeer()
351 void UnoControl::updateFromModel() in updateFromModel()
367 IMPL_IMPLEMENTATION_ID( UnoControl ) in IMPL_IMPLEMENTATION_ID() argument
369 void UnoControl::disposeAccessibleContext() in IMPL_IMPLEMENTATION_ID()
387 void UnoControl::dispose( ) throw(RuntimeException) in dispose()
423 void UnoControl::addEventListener( const Reference< XEventListener >& rxListener ) throw(RuntimeExc… in addEventListener()
430 void UnoControl::removeEventListener( const Reference< XEventListener >& rxListener ) throw(Runtime… in removeEventListener()
437 sal_Bool UnoControl::requiresNewPeer( const ::rtl::OUString& /* _rPropertyName */ ) const in requiresNewPeer()
443 void UnoControl::propertiesChange( const Sequence< PropertyChangeEvent >& rEvents ) throw(RuntimeEx… in propertiesChange()
473 void UnoControl::ImplLockPropertyChangeNotification( const ::rtl::OUString& rPropertyName, bool bLo… in ImplLockPropertyChangeNotification()
494 void UnoControl::ImplLockPropertyChangeNotifications( const Sequence< ::rtl::OUString >& rPropertyN… in ImplLockPropertyChangeNotifications()
503 void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent >& rEvents ) in ImplModelPropertiesChanged()
702 void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException) in disposing()
726 void SAL_CALL UnoControl::setOutputSize( const awt::Size& aSize ) throw (RuntimeException) in setOutputSize()
753 awt::Size SAL_CALL UnoControl::getOutputSize( ) throw (RuntimeException) in getOutputSize()
758 ::sal_Bool SAL_CALL UnoControl::isVisible( ) throw (RuntimeException) in isVisible()
763 ::sal_Bool SAL_CALL UnoControl::isActive( ) throw (RuntimeException) in isActive()
768 ::sal_Bool SAL_CALL UnoControl::isEnabled( ) throw (RuntimeException) in isEnabled()
773 ::sal_Bool SAL_CALL UnoControl::hasFocus( ) throw (RuntimeException) in hasFocus()
779 void UnoControl::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize()
802 awt::Rectangle UnoControl::getPosSize( ) throw(RuntimeException) in getPosSize()
817 void UnoControl::setVisible( sal_Bool bVisible ) throw(RuntimeException) in setVisible()
831 void UnoControl::setEnable( sal_Bool bEnable ) throw(RuntimeException) in setEnable()
845 void UnoControl::setFocus( ) throw(RuntimeException) in setFocus()
856 void UnoControl::addWindowListener( const Reference< XWindowListener >& rxListener ) throw(RuntimeE… in addWindowListener()
869 void UnoControl::removeWindowListener( const Reference< XWindowListener >& rxListener ) throw(Runti… in removeWindowListener()
882 void UnoControl::addFocusListener( const Reference< XFocusListener >& rxListener ) throw(RuntimeExc… in addFocusListener()
895 void UnoControl::removeFocusListener( const Reference< XFocusListener >& rxListener ) throw(Runtime… in removeFocusListener()
908 void UnoControl::addKeyListener( const Reference< XKeyListener >& rxListener ) throw(RuntimeExcepti… in addKeyListener()
921 void UnoControl::removeKeyListener( const Reference< XKeyListener >& rxListener ) throw(RuntimeExce… in removeKeyListener()
934 void UnoControl::addMouseListener( const Reference< XMouseListener >& rxListener ) throw(RuntimeExc… in addMouseListener()
947 void UnoControl::removeMouseListener( const Reference< XMouseListener >& rxListener ) throw(Runtime… in removeMouseListener()
960 void UnoControl::addMouseMotionListener( const Reference< XMouseMotionListener >& rxListener ) thro… in addMouseMotionListener()
973 void UnoControl::removeMouseMotionListener( const Reference< XMouseMotionListener >& rxListener ) t… in removeMouseMotionListener()
986 void UnoControl::addPaintListener( const Reference< XPaintListener >& rxListener ) throw(RuntimeExc… in addPaintListener()
999 void UnoControl::removePaintListener( const Reference< XPaintListener >& rxListener ) throw(Runtime… in removePaintListener()
1013 sal_Bool UnoControl::setGraphics( const Reference< XGraphics >& rDevice ) throw(RuntimeException) in setGraphics()
1025 Reference< XGraphics > UnoControl::getGraphics( ) throw(RuntimeException) in getGraphics()
1030 awt::Size UnoControl::getSize( ) throw(RuntimeException) in getSize()
1036 void UnoControl::draw( sal_Int32 x, sal_Int32 y ) throw(RuntimeException) in draw()
1065 void UnoControl::setZoom( float fZoomX, float fZoomY ) throw(RuntimeException) in setZoom()
1081 void UnoControl::setContext( const Reference< XInterface >& rxContext ) throw(RuntimeException) in setContext()
1088 Reference< XInterface > UnoControl::getContext( ) throw(RuntimeException) in getContext()
1095 void UnoControl::peerCreated() in peerCreated()
1120 void UnoControl::createPeer( const Reference< XToolkit >& rxToolkit, const Reference< XWindowPeer >… in createPeer()
1363 Reference< XWindowPeer > UnoControl::getPeer() throw(RuntimeException) in getPeer()
1369 sal_Bool UnoControl::setModel( const Reference< XControlModel >& rxModel ) throw(RuntimeException) in setModel()
1407 Reference< XControlModel > UnoControl::getModel( ) throw(RuntimeException) in getModel()
1412 Reference< XView > UnoControl::getView( ) throw(RuntimeException) in getView()
1417 void UnoControl::setDesignMode( sal_Bool bOn ) throw(RuntimeException) in setDesignMode()
1447 sal_Bool UnoControl::isDesignMode( ) throw(RuntimeException) in isDesignMode()
1452 sal_Bool UnoControl::isTransparent( ) throw(RuntimeException) in isTransparent()
1458 ::rtl::OUString UnoControl::getImplementationName( ) throw(RuntimeException) in getImplementationName()
1464 sal_Bool UnoControl::supportsService( const ::rtl::OUString& rServiceName ) throw(RuntimeException) in supportsService()
1478 Sequence< ::rtl::OUString > UnoControl::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
1485 Reference< XAccessibleContext > SAL_CALL UnoControl::getAccessibleContext( ) throw (RuntimeExcepti… in getAccessibleContext()
1520 void SAL_CALL UnoControl::addModeChangeListener( const Reference< XModeChangeListener >& _rxListene… in addModeChangeListener()
1526 void SAL_CALL UnoControl::removeModeChangeListener( const Reference< XModeChangeListener >& _rxList… in removeModeChangeListener()
1532 void SAL_CALL UnoControl::addModeChangeApproveListener( const Reference< XModeChangeApproveListener… in addModeChangeApproveListener()
1537 void SAL_CALL UnoControl::removeModeChangeApproveListener( const Reference< XModeChangeApproveListe… in removeModeChangeApproveListener()
1543 awt::Point SAL_CALL UnoControl::convertPointToLogic( const awt::Point& i_Point, ::sal_Int16 i_Targe… in convertPointToLogic()
1556 awt::Point SAL_CALL UnoControl::convertPointToPixel( const awt::Point& i_Point, ::sal_Int16 i_Sourc… in convertPointToPixel()
1569 awt::Size SAL_CALL UnoControl::convertSizeToLogic( const awt::Size& i_Size, ::sal_Int16 i_TargetUni… in convertSizeToLogic()
1582 awt::Size SAL_CALL UnoControl::convertSizeToPixel( const awt::Size& i_Size, ::sal_Int16 i_SourceUni… in convertSizeToPixel()
1595 uno::Reference< awt::XStyleSettings > SAL_CALL UnoControl::getStyleSettings() throw (RuntimeExcepti… in getStyleSettings()