Searched refs:pLiteral (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | sqlparse.hxx | 183 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 …]
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 777 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 D | sqlbison.y | 4711 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 45 milliseconds