/trunk/main/extensions/workben/ |
H A D | testframecontrol.cxx | 214 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()
|
/trunk/main/forms/source/richtext/ |
H A D | richtextengine.cxx | 124 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 D | richtextengine.hxx | 63 void registerEngineStatusListener( IEngineStatusListener* _pListener ); 64 void revokeEngineStatusListener( IEngineStatusListener* _pListener );
|
H A D | richtextimplcontrol.cxx | 196 …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 D | richtextvclcontrol.cxx | 134 …ntrol::enableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener ) in enableAttributeNotification() argument 136 m_pImpl->enableAttributeNotification( _nAttributeId, _pListener ); in enableAttributeNotification()
|
H A D | richtextvclcontrol.hxx | 81 …nableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener = NULL );
|
H A D | richtextimplcontrol.hxx | 94 …nableAttributeNotification( AttributeId _nAttributeId, ITextAttributeListener* _pListener = NULL );
|
/trunk/main/unotools/source/misc/ |
H A D | desktopterminationobserver.cxx | 187 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()
|
/trunk/main/extensions/source/bibliography/ |
H A D | loadlisteneradapter.cxx | 93 void OComponentAdapterBase::Init( OComponentListener* _pListener ) in Init() argument 96 OSL_ENSURE( _pListener, "OComponentAdapterBase::Init: invalid listener!" ); in Init() 98 m_pListener = _pListener; in Init()
|
/trunk/main/unotools/inc/unotools/ |
H A D | desktopterminationobserver.hxx | 60 static void registerTerminationListener( ITerminationListener* _pListener ); 64 static void revokeTerminationListener( ITerminationListener* _pListener );
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppIconControl.hxx | 48 … setControlActionListener( IControlActionListener* _pListener ) { m_pActionListener = _pListene… in setControlActionListener() argument
|
/trunk/main/comphelper/source/misc/ |
H A D | SelectionMultiplex.cxx | 87 OSelectionChangeMultiplexer::OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, cons… in OSelectionChangeMultiplexer() argument 89 ,m_pListener(_pListener) in OSelectionChangeMultiplexer()
|
/trunk/main/comphelper/source/property/ |
H A D | propmultiplex.cxx | 86 OPropertyChangeMultiplexer::OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const … in OPropertyChangeMultiplexer() argument 88 ,m_pListener(_pListener) in OPropertyChangeMultiplexer()
|
/trunk/main/comphelper/source/container/ |
H A D | containermultiplexer.cxx | 100 OContainerListenerAdapter::OContainerListenerAdapter(OContainerListener* _pListener, in OContainerListenerAdapter() argument 103 ,m_pListener(_pListener) in OContainerListenerAdapter()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | JoinExchange.cxx | 71 …:StartDrag( Window* _pWindow, sal_Int8 _nDragSourceActions, IDragTransferableListener* _pListener ) in StartDrag() argument 73 m_pDragListener = _pListener; in StartDrag()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | dbtreelistbox.hxx | 100 … setControlActionListener( IControlActionListener* _pListener ) { m_pActionListener = _pListene… in setControlActionListener() argument
|
H A D | JoinExchange.hxx | 75 …d StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, IDragTransferableListener* _pListener );
|
/trunk/main/svx/source/form/ |
H A D | fmtools.cxx | 335 FmXDisposeMultiplexer::FmXDisposeMultiplexer(FmXDisposeListener* _pListener, const Reference< ::com… in FmXDisposeMultiplexer() argument 337 ,m_pListener(_pListener) in FmXDisposeMultiplexer()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 510 void OBrowserLine::SetClickListener( IButtonClickListener* _pListener ) in SetClickListener() argument 512 m_pClickListener = _pListener; in SetClickListener()
|
H A D | propertyeditor.cxx | 323 void OPropertyEditor::SetLineListener(IPropertyLineListener* _pListener) in SetLineListener() argument 325 m_pListener = _pListener; in SetLineListener()
|
H A D | browserline.hxx | 117 void SetClickListener( IButtonClickListener* _pListener );
|
/trunk/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 523 … setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener… in setGridListener() argument
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | SelectionMultiplex.hxx | 90 …OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, const ::com::sun::star::uno::Re…
|
H A D | propmultiplex.hxx | 88 …OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const ::com::sun::star::uno::Refe…
|
H A D | containermultiplexer.hxx | 83 OContainerListenerAdapter(OContainerListener* _pListener,
|