Searched defs:TSetRefBound (Results 1 – 1 of 1) sorted by relevance
406 struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound : ::std::unary_function<ORowSetValueDecoratorRef,void> struct408 sal_Bool m_bBound;409 TSetRefBound(sal_Bool _bBound) : m_bBound(_bBound){} in TSetRefBound() function410 void operator()(ORowSetValueDecoratorRef& _rValue) const { _rValue->setBound(m_bBound); } in operator ()()
Completed in 9 milliseconds