Home
last modified time | relevance | path

Searched refs:OAdoView (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DAView.cxx39 OAdoView::OAdoView(bool _bCase,ADOView* _pView) : OView_ADO(_bCase,nullptr) in OAdoView() function in OAdoView
44 Sequence< sal_Int8 > OAdoView::getUnoTunnelId() in getUnoTunnelId()
53 sal_Int64 OAdoView::getSomething( const Sequence< sal_Int8 > & rId ) in getSomething()
55 return isUnoTunnelId<OAdoView>(rId) in getSomething()
61 void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
H A DAViews.cxx45 rtl::Reference<OAdoView> pView = new OAdoView(isCaseSensitive(),m_aCollection.GetItem(_rName)); in createObject()
57 return new OAdoView(isCaseSensitive()); in createDescriptor()
64 OAdoView* pView = getUnoTunnelImplementation<OAdoView>( descriptor ); in appendObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DAView.cxx39 OAdoView::OAdoView(bool _bCase,ADOView* _pView) : OView_ADO(_bCase,nullptr) in OAdoView() function in OAdoView
44 Sequence< sal_Int8 > OAdoView::getUnoTunnelId() in getUnoTunnelId()
53 sal_Int64 OAdoView::getSomething( const Sequence< sal_Int8 > & rId ) in getSomething()
55 return isUnoTunnelId<OAdoView>(rId) in getSomething()
61 void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
H A DAViews.cxx44 OAdoView* pView = new OAdoView(isCaseSensitive(),m_aCollection.GetItem(_rName)); in createObject()
56 return new OAdoView(isCaseSensitive()); in createDescriptor()
63 OAdoView* pView = getUnoTunnelImplementation<OAdoView>( descriptor ); in appendObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/ado/
H A DAView.hxx30 class OAdoView : public OView_ADO class
41 OAdoView(bool _bCase, ADOView* _pView=nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/ado/
H A DAView.hxx33 class OAdoView : public OView_ADO class
44 OAdoView(bool _bCase, ADOView* _pView=nullptr);