Home
last modified time | relevance | path

Searched refs:isRule (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx372 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 Dsqlnode.cxx797 …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 Dsqliterator.cxx49 #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 Dsqlbison.y4764 OSL_ENSURE(pLiteral->isRule(), "This is no ::com::sun::star::chaos::Rule");
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx143 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\
2226 if ( pParseTree->isRule() && SQL_ISPUNCTUATION(pParseTree->getChild(0),"*") ) in InstallFields()
H A DSelectionBrowseBox.cxx115 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\

Completed in 134 milliseconds