/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | MultiTypeInterfaceContainer_Test.java | 146 ci= cont.removeInterface(new Type(XInterface.class), arObj[c]); in addInterface() 240 public boolean removeInterface() in removeInterface() method in MultiTypeInterfaceContainer_Test 248 count= cont.removeInterface( new Type(XTypeProvider.class), obj1); in removeInterface() 250 count= cont.removeInterface( new Type(XTypeProvider.class), null); in removeInterface() 252 count= cont.removeInterface(null, obj2); in removeInterface() 257 count= cont.removeInterface(null, obj2); in removeInterface() 260 count= cont.removeInterface(null, obj1); in removeInterface() 262 count= cont.removeInterface(new Type(XInterface.class), obj1); in removeInterface() 353 r[i++]= test.removeInterface(); in main()
|
/aoo41x/main/avmedia/source/macavf/ |
H A D | macavf_window.cxx | 203 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener() 219 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener() 235 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener() 251 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener() 267 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener() 283 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener() 308 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()
|
/aoo41x/main/avmedia/source/xine/ |
H A D | window.cxx | 373 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener() 389 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener() 405 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener() 421 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener() 437 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener() 453 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener() 476 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()
|
/aoo41x/main/vcl/source/window/ |
H A D | dndlcon.cxx | 194 pContainer->removeInterface( xElement ); in fireDropEvent() 254 pContainer->removeInterface( xElement ); in fireDragExitEvent() 306 pContainer->removeInterface( xElement ); in fireDragOverEvent() 374 pContainer->removeInterface( xElement ); in fireDragEnterEvent() 441 pContainer->removeInterface( xElement ); in fireDropActionChangedEvent() 503 pContainer->removeInterface( xElement ); in fireDragGestureEvent()
|
/aoo41x/main/avmedia/source/gstreamer/ |
H A D | gstwindow.cxx | 441 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener() 457 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener() 473 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener() 489 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener() 505 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener() 521 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener() 547 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()
|
/aoo41x/main/avmedia/source/win/ |
H A D | window.cxx | 549 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener() 565 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener() 581 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener() 597 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener() 613 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener() 629 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener() 652 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()
|
/aoo41x/main/cppuhelper/source/ |
H A D | interfacecontainer.cxx | 160 rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >( &p ) ); in remove() 165 …rCont.removeInterface( * reinterpret_cast< const Reference< XInterface > * >(&aData.pAsInterface)); in remove() 263 sal_Int32 OInterfaceContainerHelper::removeInterface( const Reference<XInterface> & rListener ) SAL… in removeInterface() function in cppu::OInterfaceContainerHelper 469 sal_Int32 OMultiTypeInterfaceContainerHelper::removeInterface( in removeInterface() function in cppu::OMultiTypeInterfaceContainerHelper 480 return ((OInterfaceContainerHelper*)(*iter).second)->removeInterface( rListener ); in removeInterface() 649 sal_Int32 OMultiTypeInterfaceContainerHelperInt32::removeInterface( in removeInterface() function in cppu::OMultiTypeInterfaceContainerHelperInt32 662 return ((OInterfaceContainerHelper*)(*iter).second)->removeInterface( rListener ); in removeInterface()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 366 m_pImpl->m_pDisposeEventListeners->removeInterface( Listener ); in removeEventListener() 407 m_pImpl->m_pContentEventListeners->removeInterface( Listener ); in removeContentEventListener() 481 m_pImpl->m_pPropertyChangeListeners->removeInterface( in removePropertiesChangeListener() 492 m_pImpl->m_pPropertyChangeListeners->removeInterface( in removePropertiesChangeListener() 527 m_pImpl->m_pCommandChangeListeners->removeInterface( Listener ); in removeCommandInfoChangeListener() 769 m_pImpl->m_pPropSetChangeListeners->removeInterface( Listener ); in removePropertySetInfoChangeListener()
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 182 …sal_Int32 SAL_CALL removeInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno:… 380 inline sal_Int32 SAL_CALL removeInterface( 482 aLC.removeInterface( key , r ); in removeListener() 584 sal_Int32 SAL_CALL removeInterface(
|
H A D | interfacecontainer.hxx | 124 …ne sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::removeInterface( in removeInterface() function in cppu::OMultiTypeInterfaceContainerHelperVar 135 return ((OInterfaceContainerHelper*)(*iter).second)->removeInterface( rListener ); in removeInterface()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 229 multiplexer.removeInterface(l); \ 277 …void removeInterface(const ::rtl::OUString& rName, const ::com::sun::star::uno::Reference< ::com::… 337 void classname::removeInterface(const ::rtl::OUString& rName, \ 340 m_aListeners.removeInterface(rName, rListener); \ 391 multiplexer.removeInterface(rName, l); \
|
/aoo41x/main/slideshow/test/ |
H A D | demoshow.cxx | 160 maTransformationListeners.removeInterface( xListener ); in removeTransformationChangedListener() 170 maPaintListeners.removeInterface( xListener ); in removePaintListener() 180 maMouseListeners.removeInterface( xListener ); in removeMouseListener() 190 maMouseMotionListeners.removeInterface( xListener ); in removeMouseMotionListener()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 436 maDisposeListeners.removeInterface( rxListener ); in removeEventListener() 878 maWindowListeners.removeInterface( rxListener ); in removeWindowListener() 904 maFocusListeners.removeInterface( rxListener ); in removeFocusListener() 930 maKeyListeners.removeInterface( rxListener ); in removeKeyListener() 956 maMouseListeners.removeInterface( rxListener ); in removeMouseListener() 982 maMouseMotionListeners.removeInterface( rxListener ); in removeMouseMotionListener() 1008 maPaintListeners.removeInterface( rxListener ); in removePaintListener() 1531 maModeChangeListeners.removeInterface( _rxListener ); in removeModeChangeListener()
|
H A D | unocontrols.cxx | 275 maTextListeners.removeInterface( l ); in removeTextListener() 769 maActionListeners.removeInterface( l ); in removeActionListener() 779 maItemListeners.removeInterface( l ); in removeItemListener() 1065 maItemListeners.removeInterface( l ); in removeItemListener() 1085 maActionListeners.removeInterface( l ); in removeActionListener() 1266 maItemListeners.removeInterface( l ); in removeItemListener() 1286 maActionListeners.removeInterface( l ); in removeActionListener() 2388 maActionListeners.removeInterface( l ); in removeActionListener() 2398 maItemListeners.removeInterface( l ); in removeItemListener() 2916 maItemListeners.removeInterface( l ); in removeItemListener() [all …]
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 414 aBoundLC.removeInterface(propName, listener); in removePropertyChangeListener() 417 listenerContainer.removeInterface(XPropertyChangeListener.class, listener); in removePropertyChangeListener() 431 aVetoableLC.removeInterface(propName, listener); in removeVetoableChangeListener() 434 listenerContainer.removeInterface(XVetoableChangeListener.class, listener); in removeVetoableChangeListener() 1053 … listenerContainer.removeInterface(XPropertiesChangeListener.class, xPropertiesChangeListener); in removePropertiesChangeListener()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 463 m_pDisposeEventListeners->removeInterface( Listener ); in removeEventListener() 612 m_pPropertyChangeListeners->removeInterface( aPropertyName, xListener ); in addPropertyChangeListener() 663 m_pVetoableChangeListeners->removeInterface( rPropertyName, xListener ); in addVetoableChangeListener() 703 m_pPropertyChangeListeners->removeInterface( rPropertyName, xListener ); in removePropertyChangeListener() 762 m_pVetoableChangeListeners->removeInterface( rPropertyName, xListener ); in removeVetoableChangeListener()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 208 m_pDisposeEventListeners->removeInterface( Listener ); in removeEventListener() 495 m_pPropertyListener->removeInterface( PropertyNames[i],Listener ); in removePropertiesChangeListener() 497 m_pPropertyListener->removeInterface( rtl::OUString(), Listener ); in removePropertiesChangeListener() 589 m_pContentEventListeners->removeInterface( Listener ); in removeContentEventListener() 734 m_pPropertySetInfoChangeListeners->removeInterface( Listener ); in removePropertySetInfoChangeListener()
|
/aoo41x/main/toolkit/source/controls/tree/ |
H A D | treecontrol.cxx | 194 maSelectionListeners.removeInterface( xListener ); in removeSelectionChangeListener() 345 maTreeExpansionListeners.removeInterface( xListener ); in removeTreeExpansionListener() 424 maTreeEditListeners.removeInterface( xListener ); in removeTreeEditListener()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.cxx | 133 m_pDisposeEventListeners->removeInterface( Listener ); in removeEventListener() 609 m_pIsFinalListeners->removeInterface( aListener ); in removePropertyChangeListener() 615 m_pRowCountListeners->removeInterface( aListener ); in removePropertyChangeListener()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.cxx | 132 m_pDisposeEventListeners->removeInterface( Listener ); in removeEventListener() 603 m_pIsFinalListeners->removeInterface( aListener ); in removePropertyChangeListener() 609 m_pRowCountListeners->removeInterface( aListener ); in removePropertyChangeListener()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 710 m_aSelectionListeners.removeInterface( _rxListener ); in removeSelectionChangeListener() 747 m_aModifyListeners.removeInterface( l ); in removeModifyListener() 828 m_aUpdateListeners.removeInterface( l ); in removeUpdateListener() 861 m_aContainerListeners.removeInterface( l ); in removeContainerListener() 926 m_aGridControlListeners.removeInterface( _listener ); in removeGridControlListener() 1276 m_aModifyListeners.removeInterface( l ); in removeModifyListener() 1587 m_aUpdateListeners.removeInterface(l); in removeUpdateListener() 2221 m_aContainerListeners.removeInterface( l ); in removeContainerListener() 2331 m_aGridControlListeners.removeInterface( _listener ); in removeGridControlListener() 2728 m_aSelectionListeners.removeInterface( _rxListener ); in removeSelectionChangeListener()
|
H A D | gridcell.cxx | 3423 m_aFocusListeners.removeInterface( _rxListener ); in removeFocusListener() 3435 m_aKeyListeners.removeInterface( _rxListener ); in removeKeyListener() 3744 m_aTextListeners.removeInterface( l ); in removeTextListener() 3876 m_aChangeListeners.removeInterface( _Listener ); in removeChangeListener() 3992 m_aItemListeners.removeInterface( l ); in removeItemListener() 4038 m_aActionListeners.removeInterface( _Listener ); in removeActionListener() 4175 m_aItemListeners.removeInterface( l ); in removeItemListener() 4187 m_aActionListeners.removeInterface( l ); in removeActionListener() 4512 m_aItemListeners.removeInterface( l ); in removeItemListener() 4524 m_aActionListeners.removeInterface( l ); in removeActionListener() [all …]
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 1003 mpImpl->getEventListeners().removeInterface( rxListener ); in removeEventListener() 1103 mpImpl->getWindow2Listeners().removeInterface( xListener2 ); in removeWindowListener() 1105 mpImpl->getWindowListeners().removeInterface( rxListener ); in removeWindowListener() 1117 mpImpl->getFocusListeners().removeInterface( rxListener ); in removeFocusListener() 1129 mpImpl->getKeyListeners().removeInterface( rxListener ); in removeKeyListener() 1141 mpImpl->getMouseListeners().removeInterface( rxListener ); in removeMouseListener() 1153 mpImpl->getMouseMotionListeners().removeInterface( rxListener ); in removeMouseMotionListener() 1165 mpImpl->getPaintListeners().removeInterface( rxListener ); in removePaintListener() 2448 mpImpl->getDockableWindowListeners().removeInterface( xListener ); in removeDockableWindowListener()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | olemisc.cxx | 446 …m_pInterfaceContainer->removeInterface( ::getCppuType( (const uno::Reference< embed::XStateChangeL… in removeStateChangeListener() 558 …m_pInterfaceContainer->removeInterface( ::getCppuType( (const uno::Reference< util::XCloseListener… in removeCloseListener() 606 …m_pInterfaceContainer->removeInterface( ::getCppuType( (const uno::Reference< document::XEventList… in removeEventListener()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 191 m_aContentListeners.removeInterface(_rxListener); in removeContentEventListener() 324 m_aPropertyChangeListeners.removeInterface( ::rtl::OUString(), Listener ); in removePropertiesChangeListener() 334 m_aPropertyChangeListeners.removeInterface( rName, Listener ); in removePropertiesChangeListener()
|