Home
last modified time | relevance | path

Searched refs:m_rParent (Results 26 – 38 of 38) sorted by relevance

12

/aoo42x/main/svx/inc/svx/
H A Dfmgridif.hxx66 ::cppu::OWeakObject& m_rParent;
69 OWeakSubObject(::cppu::OWeakObject& rParent) : m_rParent(rParent) { } in OWeakSubObject()
71 virtual void SAL_CALL acquire() throw() { m_rParent.acquire(); } in acquire()
72 virtual void SAL_CALL release() throw() { m_rParent.release(); } in release()
/aoo42x/main/svx/source/fmcomp/
H A Dgridctrl.cxx147 DbGridControl& m_rParent; member in GridFieldValueListener
167 ,m_rParent(_rParent) in GridFieldValueListener()
194 m_rParent.FieldValueChanged(m_nId, _evt); in _propertyChanged()
214 m_rParent.FieldListenerDisposing(m_nId); in dispose()
222 DbGridControl& m_rParent; member in DisposeListenerGridBridge
229 …const EventObject& _rEvent, sal_Int16 _nId) throw( RuntimeException ) { m_rParent.disposing(_nId, … in disposing()
239 ,m_rParent(_rParent) in DBG_NAME()
/aoo42x/main/unotools/source/config/
H A Duseroptions.cxx66 SvtUserOptions_Impl& m_rParent; member in SvtUserConfigChangeListener_Impl
148 m_rParent( rParent ) in SvtUserConfigChangeListener_Impl()
163 m_rParent.Notify(); in changesOccurred()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlTableFilterPattern.hxx35 OXMLTableFilterList& m_rParent; member in dbaxml::OXMLTableFilterPattern
/aoo42x/main/connectivity/source/drivers/calc/
H A DCTables.cxx51 …OCalcTable* pTable = new OCalcTable(this,(OCalcConnection*)static_cast<OFileCatalog&>(m_rParent).g… in createObject()
/aoo42x/main/connectivity/source/drivers/flat/
H A DETables.cxx51 …OFlatTable* pRet = new OFlatTable(this,(OFlatConnection*)static_cast<OFileCatalog&>(m_rParent).get… in createObject()
/aoo42x/main/chart2/source/controller/inc/
H A DRangeSelectionListener.hxx67 RangeSelectionListenerParent & m_rParent; member in chart::RangeSelectionListener
/aoo42x/main/connectivity/source/drivers/file/
H A DFTables.cxx59 static_cast<OFileCatalog&>(m_rParent).refreshTables(); in impl_refresh()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAViews.cxx84 OTables* pTables = static_cast<OTables*>(static_cast<OCatalog&>(m_rParent).getPrivateTables()); in appendObject()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.hxx96 ::cppu::OWeakObject& m_rParent; // for the ref counting
/aoo42x/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx105 ::cppu::OWeakObject& m_rParent; // parent of the collection
/aoo42x/main/svx/source/inc/
H A Dgridcell.hxx85 DbGridControl& m_rParent; member in DbGridColumn
109 ,m_rParent(rParent) in DbGridColumn()
148 DbGridControl& GetParent() const {return m_rParent;} in GetParent()
/aoo42x/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx456 …if ( getDataSourceSetting( getDataSource( (Reference< XInterface >)m_rParent ), "TableTypeFilterMo… in getAllTableTypeFilter()

Completed in 56 milliseconds

12