Home
last modified time | relevance | path

Searched refs:_pListener (Results 1 – 25 of 32) sorted by relevance

12

/aoo4110/main/extensions/workben/
H A Dtestframecontrol.cxx214 Listener_Impl* _pListener; member in FrameControlApplication
269 _pListener = new Listener_Impl(); in init()
270 _pListener->acquire(); in init()
271 _pListener->addAllListeners( _xControl ); in init()
279 if (_pListener) in deinit()
282 _pListener->removeAllListeners( _xControl ); in deinit()
284 _pListener->release(); in deinit()
285 _pListener = NULL; in deinit()
/aoo4110/main/forms/source/richtext/
H A Drichtextengine.cxx124 void RichTextEngine::registerEngineStatusListener( IEngineStatusListener* _pListener ) in registerEngineStatusListener() argument
126 OSL_ENSURE( _pListener, "RichTextEngine::registerEngineStatusListener: invalid listener!" ); in registerEngineStatusListener()
127 if ( _pListener ) in registerEngineStatusListener()
128 m_aStatusListeners.push_back( _pListener ); in registerEngineStatusListener()
132 void RichTextEngine::revokeEngineStatusListener( IEngineStatusListener* _pListener ) in revokeEngineStatusListener() argument
137 ::std::bind2nd( ::std::equal_to< IEngineStatusListener* >( ), _pListener ) in revokeEngineStatusListener()
H A Drichtextengine.hxx63 void registerEngineStatusListener( IEngineStatusListener* _pListener );
64 void revokeEngineStatusListener( IEngineStatusListener* _pListener );
H A Drichtextimplcontrol.cxx196 …lImpl::enableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener ) in enableAttributeNotification() argument
211 if ( _pListener ) in enableAttributeNotification()
212 … m_aAttributeListeners.insert( AttributeListenerPool::value_type( _nAttributeId, _pListener ) ); in enableAttributeNotification()
H A Drichtextvclcontrol.cxx134 …ntrol::enableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener ) in enableAttributeNotification() argument
136 m_pImpl->enableAttributeNotification( _nAttributeId, _pListener ); in enableAttributeNotification()
H A Drichtextvclcontrol.hxx81 …nableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener = NULL );
H A Drichtextimplcontrol.hxx94 …nableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener = NULL );
/aoo4110/main/unotools/source/misc/
H A Ddesktopterminationobserver.cxx187 void DesktopTerminationObserver::registerTerminationListener( ITerminationListener* _pListener ) in registerTerminationListener() argument
189 if ( !_pListener ) in registerTerminationListener()
196 _pListener->notifyTermination(); in registerTerminationListener()
200 getListenerAdminData().aListeners.push_back( _pListener ); in registerTerminationListener()
207 void DesktopTerminationObserver::revokeTerminationListener( ITerminationListener* _pListener ) in revokeTerminationListener() argument
216 if ( *lookup == _pListener ) in revokeTerminationListener()
/aoo4110/main/extensions/source/bibliography/
H A Dloadlisteneradapter.cxx93 void OComponentAdapterBase::Init( OComponentListener* _pListener ) in Init() argument
96 OSL_ENSURE( _pListener, "OComponentAdapterBase::Init: invalid listener!" ); in Init()
98 m_pListener = _pListener; in Init()
/aoo4110/main/unotools/inc/unotools/
H A Ddesktopterminationobserver.hxx60 static void registerTerminationListener( ITerminationListener* _pListener );
64 static void revokeTerminationListener( ITerminationListener* _pListener );
/aoo4110/main/dbaccess/source/ui/app/
H A DAppIconControl.hxx48 … setControlActionListener( IControlActionListener* _pListener ) { m_pActionListener = _pListene… in setControlActionListener() argument
/aoo4110/main/comphelper/source/misc/
H A DSelectionMultiplex.cxx87 OSelectionChangeMultiplexer::OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, cons… in OSelectionChangeMultiplexer() argument
89 ,m_pListener(_pListener) in OSelectionChangeMultiplexer()
/aoo4110/main/comphelper/source/property/
H A Dpropmultiplex.cxx86 OPropertyChangeMultiplexer::OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const … in OPropertyChangeMultiplexer() argument
88 ,m_pListener(_pListener) in OPropertyChangeMultiplexer()
/aoo4110/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx100 OContainerListenerAdapter::OContainerListenerAdapter(OContainerListener* _pListener, in OContainerListenerAdapter() argument
103 ,m_pListener(_pListener) in OContainerListenerAdapter()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx71 …:StartDrag( Window* _pWindow, sal_Int8 _nDragSourceActions, IDragTransferableListener* _pListener ) in StartDrag() argument
73 m_pDragListener = _pListener; in StartDrag()
/aoo4110/main/dbaccess/source/ui/inc/
H A Ddbtreelistbox.hxx100 … setControlActionListener( IControlActionListener* _pListener ) { m_pActionListener = _pListene… in setControlActionListener() argument
H A DJoinExchange.hxx75 …d StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, IDragTransferableListener* _pListener );
/aoo4110/main/svx/source/form/
H A Dfmtools.cxx335 FmXDisposeMultiplexer::FmXDisposeMultiplexer(FmXDisposeListener* _pListener, const Reference< ::com… in FmXDisposeMultiplexer() argument
337 ,m_pListener(_pListener) in FmXDisposeMultiplexer()
/aoo4110/main/extensions/source/propctrlr/
H A Dbrowserline.cxx510 void OBrowserLine::SetClickListener( IButtonClickListener* _pListener ) in SetClickListener() argument
512 m_pClickListener = _pListener; in SetClickListener()
H A Dpropertyeditor.cxx323 void OPropertyEditor::SetLineListener(IPropertyLineListener* _pListener) in SetLineListener() argument
325 m_pListener = _pListener; in SetLineListener()
H A Dbrowserline.hxx117 void SetClickListener( IButtonClickListener* _pListener );
/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx523 … setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener in setGridListener() argument
/aoo4110/main/comphelper/inc/comphelper/
H A DSelectionMultiplex.hxx90 …OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, const ::com::sun::star::uno::Re…
H A Dpropmultiplex.hxx88 …OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const ::com::sun::star::uno::Refe…
H A Dcontainermultiplexer.hxx83 OContainerListenerAdapter(OContainerListener* _pListener,

Completed in 96 milliseconds

12