Searched refs:pLiteral (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | sqlparse.hxx | 174 OSQLParseNode* buildDate(sal_Int32 _nType,OSQLParseNode*& pLiteral); 175 bool extractDate(OSQLParseNode* pLiteral,double& _rfValue); 176 void killThousandSeparator(OSQLParseNode* pLiteral); 177 OSQLParseNode* convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral); 179 OSQLParseNode* buildNode_STR_NUM(OSQLParseNode*& pLiteral); 241 void reduceLiteral(OSQLParseNode*& pLiteral, sal_Bool bAppendBlank); 243 …sal_Int16 buildNode(OSQLParseNode*& pAppend,OSQLParseNode* pCompare,OSQLParseNode* pLiteral,OSQLPa… 245 sal_Int16 buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral); 247 …sal_Int16 buildPredicateRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pComp… 249 …sal_Int16 buildLikeRule(OSQLParseNode*& pAppend,OSQLParseNode*& pLiteral,const OSQLParseNode* pEsc… [all …]
|
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 780 if ( pLiteral ) in killThousandSeparator() 784 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace('.', sal_Unicode()); in killThousandSeparator() 786 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', '.'); in killThousandSeparator() 789 pLiteral->m_aNodeValue = pLiteral->m_aNodeValue.replace(',', sal_Unicode()); in killThousandSeparator() 795 if ( !pLiteral ) in convertNode() 800 …if ( ( pLiteral->isRule() && !SQL_ISRULE(pLiteral,value_exp) ) || SQL_ISTOKEN(pLiteral,FALSE) || S… in convertNode() 966 if(pLiteral->isRule()) in buildLikeRule() 976 pLiteral->m_aNodeValue = ConvertLikeToken(pLiteral, pEscape, sal_False); in buildLikeRule() 998 delete pLiteral; in buildLikeRule() 1552 delete pLiteral; in buildDate() [all …]
|
H A D | sqlbison.y | 4710 pComp->append(pLiteral); 4722 if(!pLiteral) 4725 …if(SQL_ISRULE(pLiteral,set_fct_spec) || SQL_ISRULE(pLiteral,general_set_fct) || SQL_ISRULE(pLitera… 4726 || SQL_ISRULE(pLiteral,subquery)) 4729 …if(pLiteral->getNodeType() == SQL_NODE_INTNUM || pLiteral->getNodeType() == SQL_NODE_APPROXNUM || … 4734 pParent->replace(pLiteral, pNewNode); 4735 delete pLiteral; 4736 pLiteral = NULL; 4740 for(sal_uInt32 i=0;i<pLiteral->count();++i) 4745 if(SQL_ISRULE(pLiteral,term) || SQL_ISRULE(pLiteral,value_exp_primary)) [all …]
|
Completed in 31 milliseconds