Searched refs:WpADOView (Results 1 – 4 of 4) sorted by relevance
80 class WpADOView : public WpOLEBase<ADOView> class83 WpADOView(ADOView* pInt=NULL) : WpOLEBase<ADOView>(pInt){} in WpADOView() function in connectivity::ado::WpADOView84 WpADOView(const WpADOView& rhs){operator=(rhs);} in WpADOView() function in connectivity::ado::WpADOView86 inline WpADOView& operator=(const WpADOView& rhs) in operator =()
36 class WpADOView;44 typedef WpOLEAppendCollection<ADOViews, ADOView, WpADOView> WpADOViews;
39 WpADOView m_aView;56 WpADOView getImpl() const { return m_aView;} in getImpl()
1438 ::rtl::OUString WpADOView::get_Name() const in get_Name()1446 void WpADOView::get_Command(OLEVariant& _rVar) const in get_Command()1452 void WpADOView::put_Command(OLEVariant& _rVar) in put_Command()
Completed in 29 milliseconds