Home
last modified time | relevance | path

Searched refs:addInterface (Results 1 – 25 of 242) sorted by relevance

12345678910

/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java116 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 …]
/trunk/main/cppuhelper/test/
H A Dtestcontainer.cxx67 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 …]
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx195 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()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx365 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()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx433 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()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx541 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()
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx229 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()
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx354 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()
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx92 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()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h176 …sal_Int32 SAL_CALL addInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…
367 inline sal_Int32 SAL_CALL addInterface(
470 aLC.addInterface( key , r ); in addListener()
571 sal_Int32 SAL_CALL addInterface(
H A Dinterfacecontainer.hxx105 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()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx212 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); \
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx429 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()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java328 aBoundLC.addInterface(str, xPropertyChangeListener); in addPropertyChangeListener()
335 … listenerContainer.addInterface(XPropertyChangeListener.class, xPropertyChangeListener); in addPropertyChangeListener()
352 aVetoableLC.addInterface(str, xVetoableChangeListener); in addVetoableChangeListener()
359 … listenerContainer.addInterface(XVetoableChangeListener.class, xVetoableChangeListener); in addVetoableChangeListener()
978 listenerContainer.addInterface(XPropertiesChangeListener.class, listener); in addPropertiesChangeListener()
/trunk/main/slideshow/test/
H A Ddemoshow.cxx166 maTransformationListeners.addInterface( xListener ); in addTransformationChangedListener()
176 maPaintListeners.addInterface( xListener ); in addPaintListener()
186 maMouseListeners.addInterface( xListener ); in addMouseListener()
196 maMouseMotionListeners.addInterface( xListener ); in addMouseMotionListener()
/trunk/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx80 pContainer->addInterface(pTypes[i / 2], xRefs[i]); in doContainerTest()
146 int nNewLen = pContainer->addInterface(xRef); in TEST_F()
173 pContainer->addInterface(xRef); in TEST_F()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx87 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()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx197 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()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx253 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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx667 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()
H A Dgridcell.cxx3417 m_aFocusListeners.addInterface( _rxListener ); in addFocusListener()
3429 m_aKeyListeners.addInterface( _rxListener ); in addKeyListener()
3738 m_aTextListeners.addInterface( l ); in IMPLEMENT_GET_IMPLEMENTATION_ID()
3870 m_aChangeListeners.addInterface( _Listener ); in addChangeListener()
3986 m_aItemListeners.addInterface( l ); in IMPLEMENT_GET_IMPLEMENTATION_ID()
4032 m_aActionListeners.addInterface( _Listener ); in addActionListener()
4169 m_aItemListeners.addInterface( l ); in IMPLEMENT_GET_IMPLEMENTATION_ID()
4181 m_aActionListeners.addInterface( l ); in addActionListener()
4506 m_aItemListeners.addInterface( l ); in IMPLEMENT_GET_IMPLEMENTATION_ID()
4518 m_aActionListeners.addInterface( l ); in addActionListener()
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx173 maSelectionListeners.addInterface( xListener ); in addSelectionChangeListener()
324 maTreeExpansionListeners.addInterface( xListener ); in addTreeExpansionListener()
403 maTreeEditListeners.addInterface( xListener ); in addTreeEditListener()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx996 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()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx120 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener()
577 m_pIsFinalListeners->addInterface( xListener ); in addPropertyChangeListener()
585 m_pRowCountListeners->addInterface( xListener ); in addPropertyChangeListener()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx121 m_pDisposeEventListeners->addInterface( Listener ); in addEventListener()
583 m_pIsFinalListeners->addInterface( xListener ); in addPropertyChangeListener()
591 m_pRowCountListeners->addInterface( xListener ); in addPropertyChangeListener()

Completed in 163 milliseconds

12345678910