Home
last modified time | relevance | path

Searched refs:OPropertyChangeMultiplexer (Results 1 – 25 of 28) sorted by relevance

12

/aoo4110/main/comphelper/source/property/
H A Dpropmultiplex.cxx65 void OPropertyChangeListener::setAdapter(OPropertyChangeMultiplexer* pAdapter) in setAdapter()
86 OPropertyChangeMultiplexer::OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const … in OPropertyChangeMultiplexer() function in comphelper::OPropertyChangeMultiplexer
97 OPropertyChangeMultiplexer::~OPropertyChangeMultiplexer() in ~OPropertyChangeMultiplexer()
102 void OPropertyChangeMultiplexer::lock() in lock()
108 void OPropertyChangeMultiplexer::unlock() in unlock()
114 void OPropertyChangeMultiplexer::dispose() in dispose()
136 void SAL_CALL OPropertyChangeMultiplexer::disposing( const EventObject& _rSource) throw( RuntimeEx… in disposing()
157 void SAL_CALL OPropertyChangeMultiplexer::propertyChange( const PropertyChangeEvent& _rEvent ) thr… in propertyChange()
164 void OPropertyChangeMultiplexer::addProperty(const ::rtl::OUString& _sPropertyName) in addProperty()
/aoo4110/main/comphelper/inc/comphelper/
H A Dpropmultiplex.hxx40 class OPropertyChangeMultiplexer;
48 friend class OPropertyChangeMultiplexer;
50 OPropertyChangeMultiplexer* m_pAdapter;
68 void setAdapter( OPropertyChangeMultiplexer* _pAdapter );
75 …class COMPHELPER_DLLPUBLIC OPropertyChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::s… class
86 virtual ~OPropertyChangeMultiplexer();
88OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const ::com::sun::star::uno::Refe…
/aoo4110/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx45 class OPropertyChangeMultiplexer;
62 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pSectionMulti;
63 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pGroupMulti;
H A DGroupsSorting.hxx52 class OPropertyChangeMultiplexer;
97 …::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pCurrentGroupListe…
98 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pReportListener;
H A DReportSection.hxx55 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pMulti;
56 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pReportListener;
H A DUITools.hxx46 class OPropertyChangeMultiplexer;
82 …::rtl::Reference< comphelper::OPropertyChangeMultiplexer> addStyleListener( const ::com::sun::star…
H A DAddField.hxx77 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pChangeListener;
H A DReportWindow.hxx63 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pReportListener;
H A DScrollHelper.hxx64 ::rtl::Reference<comphelper::OPropertyChangeMultiplexer >
/aoo4110/main/extensions/source/propctrlr/
H A Dsubmissionhandler.hxx37 class OPropertyChangeMultiplexer;
80 ::comphelper::OPropertyChangeMultiplexer* m_pPropChangeMultiplexer;
H A Dsubmissionhandler.cxx267 m_pPropChangeMultiplexer = new OPropertyChangeMultiplexer( this, m_xComponent ); in onNewComponent()
/aoo4110/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx128 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pListener;
158 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pReportListener;
231 …m_pReportListener = new OPropertyChangeMultiplexer(this,m_rController.getReportDefinition().get()); in DBG_NAME()
791 m_pListener = new ::comphelper::OPropertyChangeMultiplexer(this,xProp); in DBG_NAME()
H A DGroupsSorting.cxx1048 …m_pReportListener = new OPropertyChangeMultiplexer(this,m_pController->getReportDefinition().get()… in DBG_NAME()
1135 m_pCurrentGroupListener = new OPropertyChangeMultiplexer(this,xGroup.get()); in DisplayData()
H A DAddField.cxx212 m_pChangeListener = new ::comphelper::OPropertyChangeMultiplexer( this, m_xRowSet ); in OAddFieldWindow()
/aoo4110/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx91 m_pSectionMulti = new OPropertyChangeMultiplexer(this,_xSection.get()); in DBG_NAME()
101 m_pGroupMulti = new OPropertyChangeMultiplexer(this,xGroup.get()); in DBG_NAME()
H A DReportSection.cxx187 m_pMulti = new comphelper::OPropertyChangeMultiplexer(this,m_xSection.get()); in fill()
/aoo4110/main/forms/source/component/
H A Dclickableimage.cxx517OPropertyChangeMultiplexer* pMultiplexer = new OPropertyChangeMultiplexer( this, m_xAggregateSet ); in implConstruct()
/aoo4110/main/svx/source/inc/
H A Dtabwin.hxx88 ::comphelper::OPropertyChangeMultiplexer* m_pChangeListener;
H A Dgridcell.hxx217 ::comphelper::OPropertyChangeMultiplexer* m_pModelChangeBroadcaster;
218 ::comphelper::OPropertyChangeMultiplexer* m_pFieldChangeBroadcaster;
/aoo4110/main/reportdesign/source/ui/misc/
H A DUITools.cxx181 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> addStyleListener(const uno::Reference< re… in addStyleListener()
183 ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> pRet = NULL; in addStyleListener()
189 pRet = new comphelper::OPropertyChangeMultiplexer(_pListener,xPageStyle); in addStyleListener()
/aoo4110/main/svx/source/form/
H A Dtabwin.cxx414 m_pChangeListener = new ::comphelper::OPropertyChangeMultiplexer(this, xSet); in UpdateContent()
/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx246 ::comphelper::OPropertyChangeMultiplexer* m_pDataSourcePropMultiplexer;
/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx148 ::comphelper::OPropertyChangeMultiplexer* m_pRealListener;
176 m_pRealListener = new ::comphelper::OPropertyChangeMultiplexer(this, _rField); in GridFieldValueListener()
1525 …m_pDataSourcePropMultiplexer = new ::comphelper::OPropertyChangeMultiplexer(m_pDataSourcePropListe… in setDataSource()
H A Dgridcell.cxx565 …m_pModelChangeBroadcaster = new ::comphelper::OPropertyChangeMultiplexer(this, Reference< ::com::s… in TYPEINIT1()
588 … m_pFieldChangeBroadcaster = new ::comphelper::OPropertyChangeMultiplexer(this, xField); in TYPEINIT1()
630 void lcl_clearBroadCaster(::comphelper::OPropertyChangeMultiplexer*& _pBroadcaster) in lcl_clearBroadCaster()
/aoo4110/main/forms/source/inc/
H A DFormComponent.hxx667 ::comphelper::OPropertyChangeMultiplexer*

Completed in 143 milliseconds

12