Home
last modified time | relevance | path

Searched defs:pLiteral (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/parse/
H A Dsqlbison.y4699 …arser::buildNode(OSQLParseNode*& pAppend,OSQLParseNode* pCompare,OSQLParseNode* pLiteral,OSQLParse… in buildNode()
4721 sal_Int16 OSQLParser::buildStringNodes(OSQLParseNode*& pLiteral) in buildStringNodes()
4736 delete pLiteral; in buildStringNodes() local
4754 sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral) in buildComparsionRule()
4762 void OSQLParser::reduceLiteral(OSQLParseNode*& pLiteral, sal_Bool bAppendBlank) in reduceLiteral()
H A Dsqlnode.cxx778 void OSQLParser::killThousandSeparator(OSQLParseNode* pLiteral) in killThousandSeparator()
793 OSQLParseNode* OSQLParser::convertNode(sal_Int32 nType,OSQLParseNode*& pLiteral) in convertNode()
911 sal_Int16 OSQLParser::buildPredicateRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseN… in buildPredicateRule()
940 sal_Int16 OSQLParser::buildLikeRule(OSQLParseNode*& pAppend, OSQLParseNode*& pLiteral, const OSQLPa… in buildLikeRule()
1494 bool OSQLParser::extractDate(OSQLParseNode* pLiteral,double& _rfValue) in extractDate()
1543 OSQLParseNode* OSQLParser::buildDate(sal_Int32 _nType,OSQLParseNode*& pLiteral) in buildDate()