Searched refs:isRule (Results 1 – 6 of 6) sorted by relevance
/trunk/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 372 sal_Bool isRule() const in isRule() function in connectivity::OSQLParseNode 377 sal_Bool isToken() const {return !isRule();} // ein Token ist keine Regel in isToken() 466 …#define SQL_ISRULE(pParseNode, eRule) ((pParseNode)->isRule() && (pParseNode)->getRuleID() == OSQ…
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 797 …if ( ( pLiteral->isRule() && !SQL_ISRULE(pLiteral,value_exp) ) || SQL_ISTOKEN(pLiteral,FALSE) || S… in convertNode() 963 if(pLiteral->isRule()) in buildLikeRule() 1778 if (isRule() && OSQLParser::RuleID(eRule) == getRuleID()) in getByRule() 1995 if(pNot->isRule()) in negateSearchCondition() 2006 if(pNot->isRule()) in negateSearchCondition() 2753 if ( !isRule() ) in getKnownRuleID()
|
H A D | sqliterator.cxx | 49 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ 717 else if(!_pDerivedColumn->getChild(1)->isRule()) in getColumnAlias() 941 …if (pSelectNode->getChild(2)->isRule() && SQL_ISPUNCTUATION(pSelectNode->getChild(2)->getChild(0),… in traverseSelectColumnNames() 1007 if ( pColumnRef->isRule() ) in traverseSelectColumnNames()
|
H A D | sqlbison.y | 4764 OSL_ENSURE(pLiteral->isRule(), "This is no ::com::sun::star::chaos::Rule");
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 143 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ 2226 if ( pParseTree->isRule() && SQL_ISPUNCTUATION(pParseTree->getChild(0),"*") ) in InstallFields()
|
H A D | SelectionBrowseBox.cxx | 115 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\
|
Completed in 134 milliseconds