Lines Matching refs:WpADOProperties
58 WpADOProperties WpADOConnection::get_Properties() const in get_Properties()
62 WpADOProperties aProps; in get_Properties()
468 WpADOProperties WpADOField::get_Properties() in get_Properties()
473 WpADOProperties aProps; in get_Properties()
879 WpADOProperties WpADORecordset::get_Properties() const in get_Properties()
884 WpADOProperties aProps; in get_Properties()
1147 WpADOProperties WpADOColumn::get_Properties() const in get_Properties()
1152 WpADOProperties aProps; in get_Properties()
1428 WpADOProperties WpADOTable::get_Properties() const in get_Properties()
1433 WpADOProperties aProps; in get_Properties()
2181 void OTools::putValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition,const OLEVariant … in putValue()
2193 OLEVariant OTools::getValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition) in getValue()