Home
last modified time | relevance | path

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

/trunk/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx183 OSQLParseNode* buildDate(sal_Int32 _nType,OSQLParseNode*& pLiteral);
184 bool extractDate(OSQLParseNode* pLiteral,double& _rfValue);
185 void killThousandSeparator(OSQLParseNode* pLiteral);
186 OSQLParseNode* convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral);
188 OSQLParseNode* buildNode_STR_NUM(OSQLParseNode*& pLiteral);
250 void reduceLiteral(OSQLParseNode*& pLiteral, sal_Bool bAppendBlank);
252 …sal_Int16 buildNode(OSQLParseNode*& pAppend,OSQLParseNode* pCompare,OSQLParseNode* pLiteral,OSQLPa…
254 sal_Int16 buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral);
256 …sal_Int16 buildPredicateRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pComp…
258 …sal_Int16 buildLikeRule(OSQLParseNode*& pAppend,OSQLParseNode*& pLiteral,const OSQLParseNode* pEsc…
[all …]
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx777 if ( pLiteral ) in killThousandSeparator()
781 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace('.', sal_Unicode()); in killThousandSeparator()
783 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', '.'); in killThousandSeparator()
786 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', sal_Unicode()); in killThousandSeparator()
792 if ( !pLiteral ) in convertNode()
797 …if ( ( pLiteral->isRule() && !SQL_ISRULE(pLiteral,value_exp) ) || SQL_ISTOKEN(pLiteral,FALSE) || S… in convertNode()
963 if(pLiteral->isRule()) in buildLikeRule()
973 pLiteral->m_aNodeValue = ConvertLikeToken(pLiteral, pEscape, sal_False); in buildLikeRule()
995 delete pLiteral; in buildLikeRule()
1549 delete pLiteral; in buildDate()
[all …]
H A Dsqlbison.y4711 pComp->append(pLiteral);
4723 if(!pLiteral)
4726 …if(SQL_ISRULE(pLiteral,set_fct_spec) || SQL_ISRULE(pLiteral,general_set_fct) || SQL_ISRULE(pLitera…
4727 || SQL_ISRULE(pLiteral,subquery))
4730 …if(pLiteral->getNodeType() == SQL_NODE_INTNUM || pLiteral->getNodeType() == SQL_NODE_APPROXNUM ||
4735 pParent->replace(pLiteral, pNewNode);
4736 delete pLiteral;
4737 pLiteral = NULL;
4741 for(sal_uInt32 i=0;i<pLiteral->count();++i)
4746 if(SQL_ISRULE(pLiteral,term) || SQL_ISRULE(pLiteral,value_exp_primary))
[all …]

Completed in 57 milliseconds