Searched refs:RemoveListenerLink (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/svtools/source/config/ |
H A D | menuoptions.cxx | 108 void RemoveListenerLink( const Link& rLink ); 424 void SvtMenuOptions_Impl::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink() function in SvtMenuOptions_Impl 565 void SvtMenuOptions::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink() function in SvtMenuOptions 567 m_pDataContainer->RemoveListenerLink( rLink ); in RemoveListenerLink()
|
H A D | miscopt.cxx | 224 void RemoveListenerLink( const Link& rLink ); 464 void SvtMiscOptions_Impl::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink() function in SvtMiscOptions_Impl 824 void SvtMiscOptions::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink() function in SvtMiscOptions 826 m_pDataContainer->RemoveListenerLink( rLink ); in RemoveListenerLink()
|
H A D | htmlcfg.cxx | 273 void SvxHtmlOptions::RemoveListenerLink( const Link& rLink ) in RemoveListenerLink() function in SvxHtmlOptions
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | menuoptions.hxx | 95 void RemoveListenerLink( const Link& rLink );
|
H A D | miscopt.hxx | 99 void RemoveListenerLink( const Link& rLink );
|
H A D | htmlcfg.hxx | 96 void RemoveListenerLink( const Link& rLink );
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | ToolBoxHelper.cxx | 63 SvtMiscOptions().RemoveListenerLink( LINK( this, OToolBoxHelper, ConfigOptionsChanged ) ); in ~OToolBoxHelper()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | dlg_DataEditor.cxx | 128 aMiscOptions.RemoveListenerLink( LINK( this, DataEditor, MiscHdl ) ); in ~DataEditor()
|
/aoo4110/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 175 m_aOpt.RemoveListenerLink( LINK( this, SfxImageManager_Impl, OptionsChanged_Impl ) ); in ~SfxImageManager_Impl()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | toolbar.cxx | 267 SvtMiscOptions().RemoveListenerLink( LINK( this, BibToolBar, OptionsChanged_Impl ) ); in ~BibToolBar()
|
/aoo4110/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 274 SvtMenuOptions().RemoveListenerLink( LINK( this, SfxVirtualMenu, SettingsChanged ) ); in ~SfxVirtualMenu()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galbrws2.cxx | 531 maMiscOptions.RemoveListenerLink( LINK( this, GalleryBrowser2, MiscHdl ) ); in ~GalleryBrowser2()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 2148 SvtMiscOptions().RemoveListenerLink( LINK( this, SfxHelpTextWindow_Impl, NotifyHdl ) ); in ~SfxHelpTextWindow_Impl()
|
Completed in 65 milliseconds