Home
last modified time | relevance | path

Searched refs:OSelectionChangeMultiplexer (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/comphelper/inc/comphelper/
H A DSelectionMultiplex.hxx41 class OSelectionChangeMultiplexer;
49 friend class OSelectionChangeMultiplexer;
51 OSelectionChangeMultiplexer* m_pAdapter;
69 void setAdapter( OSelectionChangeMultiplexer* _pAdapter );
76 …class COMPHELPER_DLLPUBLIC OSelectionChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::… class
85 OSelectionChangeMultiplexer(const OSelectionChangeMultiplexer&);
86 OSelectionChangeMultiplexer& operator=(const OSelectionChangeMultiplexer&);
88 virtual ~OSelectionChangeMultiplexer();
90OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, const ::com::sun::star::uno::Re…
/aoo41x/main/comphelper/source/misc/
H A DSelectionMultiplex.cxx66 void OSelectionChangeListener::setAdapter(OSelectionChangeMultiplexer* pAdapter) in setAdapter()
87 OSelectionChangeMultiplexer::OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, cons… in OSelectionChangeMultiplexer() function in comphelper::OSelectionChangeMultiplexer
104 OSelectionChangeMultiplexer::~OSelectionChangeMultiplexer() in ~OSelectionChangeMultiplexer()
109 void OSelectionChangeMultiplexer::lock() in lock()
115 void OSelectionChangeMultiplexer::unlock() in unlock()
121 void OSelectionChangeMultiplexer::dispose() in dispose()
141 void SAL_CALL OSelectionChangeMultiplexer::disposing( const EventObject& _rSource) throw( RuntimeE… in disposing()
162 void SAL_CALL OSelectionChangeMultiplexer::selectionChanged( const EventObject& _rEvent ) throw( R… in selectionChanged()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx159 … ::rtl::Reference< comphelper::OSelectionChangeMultiplexer> m_pSelectionListener;
237 m_pSelectionListener = new OSelectionChangeMultiplexer(this,&m_rController); in DBG_NAME()

Completed in 32 milliseconds