/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | MultiTypeInterfaceContainer_Test.java | 116 public boolean addInterface() in addInterface() method in MultiTypeInterfaceContainer_Test 131 ci= cont.addInterface(null,obj1); in addInterface() 168 cont.addInterface(new Type(XWeak.class), obj1); in getContainedTypes() 169 cont.addInterface(null, obj1); in getContainedTypes() 172 cont.addInterface(aObj, obj1); in getContainedTypes() 219 ci= cont.addInterface(null, obj1); in getContainer() 256 cont.addInterface(null, obj1); in removeInterface() 292 ci= cont.addInterface(null, obj1); in clear() 323 cont.addInterface(new Type(XWeak.class),obj1); in disposeAndClear() 324 cont.addInterface(new Type(XWeak.class), obj2); in disposeAndClear() [all …]
|
/aoo41x/main/cppuhelper/test/ |
H A D | testcontainer.cxx | 67 helper.addInterface( r1 ); in test_interfacecontainer() 68 helper.addInterface( r2 ); in test_interfacecontainer() 69 helper.addInterface( r3 ); in test_interfacecontainer() 81 helper.addInterface( r1 ); in test_interfacecontainer() 82 helper.addInterface( r2 ); in test_interfacecontainer() 83 helper.addInterface( r3 ); in test_interfacecontainer() 100 helper.addInterface( r1 ); in test_interfacecontainer() 101 helper.addInterface( r2 ); in test_interfacecontainer() 102 helper.addInterface( r3 ); in test_interfacecontainer() 124 helper.addInterface( r1 ); in test_interfacecontainer() [all …]
|
/aoo41x/main/avmedia/source/macavf/ |
H A D | macavf_window.cxx | 195 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener() 211 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener() 227 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener() 243 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener() 259 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener() 275 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener() 300 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
|
/aoo41x/main/avmedia/source/xine/ |
H A D | window.cxx | 365 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener() 381 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener() 397 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener() 413 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener() 429 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener() 445 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener() 468 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
|
/aoo41x/main/avmedia/source/gstreamer/ |
H A D | gstwindow.cxx | 433 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener() 449 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener() 465 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener() 481 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener() 497 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener() 513 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener() 538 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
|
/aoo41x/main/avmedia/source/win/ |
H A D | window.cxx | 541 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener() 557 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener() 573 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener() 589 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener() 605 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener() 621 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener() 644 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
|
/aoo41x/main/cppuhelper/source/ |
H A D | interfacecontainer.cxx | 229 sal_Int32 OInterfaceContainerHelper::addInterface( const Reference<XInterface> & rListener ) SAL_TH… in addInterface() function in cppu::OInterfaceContainerHelper 453 sal_Int32 OMultiTypeInterfaceContainerHelper::addInterface( in addInterface() function in cppu::OMultiTypeInterfaceContainerHelper 464 return pLC->addInterface( rListener ); in addInterface() 467 return ((OInterfaceContainerHelper*)(*iter).second)->addInterface( rListener ); in addInterface() 631 sal_Int32 OMultiTypeInterfaceContainerHelperInt32::addInterface( in addInterface() function in cppu::OMultiTypeInterfaceContainerHelperInt32 644 return pLC->addInterface( rListener ); in addInterface() 647 return ((OInterfaceContainerHelper*)(*iter).second)->addInterface( rListener ); in addInterface()
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | intercept.cxx | 92 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 224 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener() 250 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener() 272 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 354 m_pImpl->m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 395 m_pImpl->m_pContentEventListeners->addInterface( Listener ); in addContentEventListener() 448 m_pImpl->m_pPropertyChangeListeners->addInterface( in addPropertiesChangeListener() 459 m_pImpl->m_pPropertyChangeListeners->addInterface( in addPropertiesChangeListener() 515 m_pImpl->m_pCommandChangeListeners->addInterface( Listener ); in addCommandInfoChangeListener() 757 m_pImpl->m_pPropSetChangeListeners->addInterface( Listener ); in addPropertySetInfoChangeListener()
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 174 …sal_Int32 SAL_CALL addInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI… 365 inline sal_Int32 SAL_CALL addInterface( 468 aLC.addInterface( key , r ); in addListener() 569 sal_Int32 SAL_CALL addInterface(
|
H A D | interfacecontainer.hxx | 105 sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::addInterface( in addInterface() function in cppu::OMultiTypeInterfaceContainerHelperVar 116 return pLC->addInterface( rListener ); in addInterface() 119 return ((OInterfaceContainerHelper*)(*iter).second)->addInterface( rListener ); in addInterface()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 212 multiplexer.addInterface(l); \ 276 …void addInterface(const ::rtl::OUString& rName, const ::com::sun::star::uno::Reference< ::com::sun… 331 void classname::addInterface(const ::rtl::OUString& rName, \ 334 m_aListeners.addInterface(rName, rListener); \ 374 multiplexer.addInterface(rName, l); \
|
/aoo41x/main/slideshow/test/ |
H A D | demoshow.cxx | 155 maTransformationListeners.addInterface( xListener ); in addTransformationChangedListener() 165 maPaintListeners.addInterface( xListener ); in addPaintListener() 175 maMouseListeners.addInterface( xListener ); in addMouseListener() 185 maMouseMotionListeners.addInterface( xListener ); in addMouseMotionListener()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 429 maDisposeListeners.addInterface( rxListener ); in addEventListener() 863 maWindowListeners.addInterface( rxListener ); in addWindowListener() 889 maFocusListeners.addInterface( rxListener ); in addFocusListener() 915 maKeyListeners.addInterface( rxListener ); in addKeyListener() 941 maMouseListeners.addInterface( rxListener ); in addMouseListener() 967 maMouseMotionListeners.addInterface( rxListener ); in addMouseMotionListener() 993 maPaintListeners.addInterface( rxListener ); in addPaintListener() 1525 maModeChangeListeners.addInterface( _rxListener ); in addModeChangeListener()
|
/aoo41x/main/cppuhelper/qa/ifcontainer/ |
H A D | cppu_ifcontainer.cxx | 79 int nNewLen = pContainer->addInterface(xRef); in testCreateDispose() 111 int nNewLen = pContainer->addInterface(xRef); in testEnumerate() 148 pContainer->addInterface(pTypes[i / 2], xRefs[i]); in doContainerTest()
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 330 aBoundLC.addInterface(str, xPropertyChangeListener); in addPropertyChangeListener() 337 … listenerContainer.addInterface(XPropertyChangeListener.class, xPropertyChangeListener); in addPropertyChangeListener() 354 aVetoableLC.addInterface(str, xVetoableChangeListener); in addVetoableChangeListener() 361 … listenerContainer.addInterface(XVetoableChangeListener.class, xVetoableChangeListener); in addVetoableChangeListener() 980 listenerContainer.addInterface(XPropertiesChangeListener.class, listener); in addPropertiesChangeListener()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | intercept.cxx | 87 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 357 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener() 399 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener() 421 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 197 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 470 m_pPropertyListener->addInterface( rtl::OUString(),Listener ); in addPropertiesChangeListener() 476 m_pPropertyListener->addInterface( PropertyNames[i],Listener ); in addPropertiesChangeListener() 577 m_pContentEventListeners->addInterface( Listener ); in addContentEventListener() 722 m_pPropertySetInfoChangeListeners->addInterface( Listener ); in addPropertySetInfoChangeListener()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | intercept.cxx | 253 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener() 270 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener() 298 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener()
|
/aoo41x/main/toolkit/source/controls/tree/ |
H A D | treecontrol.cxx | 173 maSelectionListeners.addInterface( xListener ); in addSelectionChangeListener() 324 maTreeExpansionListeners.addInterface( xListener ); in addTreeExpansionListener() 403 maTreeEditListeners.addInterface( xListener ); in addTreeEditListener()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.cxx | 121 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 583 m_pIsFinalListeners->addInterface( xListener ); in addPropertyChangeListener() 591 m_pRowCountListeners->addInterface( xListener ); in addPropertyChangeListener()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.cxx | 120 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener() 577 m_pIsFinalListeners->addInterface( xListener ); in addPropertyChangeListener() 585 m_pRowCountListeners->addInterface( xListener ); in addPropertyChangeListener()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 667 m_aModifyListeners.addInterface( l ); in addModifyListener() 694 m_aSelectionListeners.addInterface( _rxListener ); in addSelectionChangeListener() 812 m_aUpdateListeners.addInterface( l ); in addUpdateListener() 845 m_aContainerListeners.addInterface( l ); in addContainerListener() 905 m_aGridControlListeners.addInterface( _listener ); in addGridControlListener() 1270 m_aModifyListeners.addInterface( l ); in addModifyListener() 1581 m_aUpdateListeners.addInterface(l); in addUpdateListener() 2216 m_aContainerListeners.addInterface( l ); in addContainerListener() 2325 m_aGridControlListeners.addInterface( _listener ); in addGridControlListener() 2722 m_aSelectionListeners.addInterface( _rxListener ); in addSelectionChangeListener()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 996 mpImpl->getEventListeners().addInterface( rxListener ); in addEventListener() 1086 mpImpl->getWindowListeners().addInterface( rxListener ); in addWindowListener() 1090 mpImpl->getWindow2Listeners().addInterface( xListener2 ); in addWindowListener() 1111 mpImpl->getFocusListeners().addInterface( rxListener ); in addFocusListener() 1123 mpImpl->getKeyListeners().addInterface( rxListener ); in addKeyListener() 1135 mpImpl->getMouseListeners().addInterface( rxListener ); in addMouseListener() 1147 mpImpl->getMouseMotionListeners().addInterface( rxListener ); in addMouseMotionListener() 1159 mpImpl->getPaintListeners().addInterface( rxListener ); in addPaintListener() 2440 mpImpl->getDockableWindowListeners().addInterface( xListener ); in addDockableWindowListener()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olemisc.cxx | 425 …m_pInterfaceContainer->addInterface( ::getCppuType( (const uno::Reference< embed::XStateChangeList… in addStateChangeListener() 536 …m_pInterfaceContainer->addInterface( ::getCppuType( (const uno::Reference< util::XCloseListener >*… in addCloseListener() 583 …m_pInterfaceContainer->addInterface( ::getCppuType( (const uno::Reference< document::XEventListene… in addEventListener()
|