Home
last modified time | relevance | path

Searched refs:pCompiler (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/formula/inc/formula/
H A DFormulaCompiler.hxx335 FormulaCompiler* pCompiler; member in formula::FormulaCompiler::CurrentFactor
342 , pCompiler( pComp ) in CurrentFactor()
345 { pCompiler->pCurrentFactorToken = pPrevFac; } in ~CurrentFactor()
350 pCompiler->pCurrentFactorToken = r; in operator =()
358 { return pCompiler->pCurrentFactorToken; } in operator FormulaTokenRef&()
360 { return pCompiler->pCurrentFactorToken.operator->(); } in operator ->()
/aoo41x/main/rsc/source/prj/
H A Dgui.cxx97 RscCompiler* pCompiler = new RscCompiler( pCmdLine, pTypCont ); local
99 pRscCompiler = pCompiler;
100 aError = pCompiler->Start();
103 delete pCompiler;
/aoo41x/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx91 ::vos::ORef<OPredicateCompiler> pCompiler = new OPredicateCompiler(this); in start()
92 pCompiler->setOrigColumns(m_aCompiler->getOrigColumns()); in start()
93 ::vos::ORef<OPredicateInterpreter> pInterpreter = new OPredicateInterpreter(pCompiler); in start()
94 pCompiler->execute( pColumnRef ); in start()
95 m_aSelectionEvaluations.push_back( TPredicates(pCompiler,pInterpreter) ); in start()

Completed in 15 milliseconds