Searched refs:OPredicateInterpreter (Results 1 – 5 of 5) sorted by relevance
44 friend class OPredicateInterpreter;88 class OPredicateInterpreter : class95 OPredicateInterpreter(const ::vos::ORef<OPredicateCompiler>& rComp) : m_rCompiler(rComp){} in OPredicateInterpreter() function in connectivity::file::OPredicateInterpreter96 virtual ~OPredicateInterpreter();
38 …typedef ::std::pair< ::vos::ORef<OPredicateCompiler>,::vos::ORef<OPredicateInterpreter> > TPredica…42 ::vos::ORef<OPredicateInterpreter> m_aInterpreter;
52 m_aInterpreter = new OPredicateInterpreter(m_aCompiler); in DBG_NAME()93 ::vos::ORef<OPredicateInterpreter> pInterpreter = new OPredicateInterpreter(pCompiler); in start()
47 OPredicateInterpreter::~OPredicateInterpreter() in ~OPredicateInterpreter()
561 sal_Bool OPredicateInterpreter::evaluate(OCodeList& rCodeList) in evaluate()590 void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal) in evaluateSelection()
Completed in 31 milliseconds