Home
last modified time | relevance | path

Searched defs:TSetRefBound (Results 1 – 1 of 1) sorted by path

/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx406 struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound : ::std::unary_function<ORowSetValueDecoratorRef,void> struct
408 sal_Bool m_bBound;
409 TSetRefBound(sal_Bool _bBound) : m_bBound(_bBound){} in TSetRefBound() argument
410 void operator()(ORowSetValueDecoratorRef& _rValue) const { _rValue->setBound(m_bBound); } in operator ()()

Completed in 12 milliseconds