Home
last modified time | relevance | path

Searched refs:getTokenID (Results 1 – 11 of 11) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java92 switch(t.getTokenID()) { in getByte()
141 tmpByteArray.add(new Byte((byte)t.getTokenID())); in operatorEncoder()
155 tmpByteArray.add(new Byte((byte)t.getTokenID())); in stringEncoder()
177 tmpByteArray.add(new Byte((byte)t.getTokenID())); in numEncoder()
327 tmpByteArray.add(new Byte((byte)t.getTokenID())); in nameDefinitionEncoder()
359 tmpByteArray.add(new Byte((byte)t.getTokenID())); in cellRefEncoder()
406 tmpByteArray.add(new Byte((byte)t.getTokenID())); in threeDCellRefEncoder()
450 tmpByteArray.add(new Byte((byte)t.getTokenID())); in threeDAreaRefEncoder()
506 tmpByteArray.add(new Byte((byte)t.getTokenID())); in areaRefEncoder()
541 int id = t.getTokenID(); in functionEncoder()
H A DFormulaCompiler.java72 return pt.getTokenID() == TokenConstants.TPERCENT; in isPercent()
76 return pt.getTokenID() == TokenConstants.TPAREN; in isOpenBrace()
84 return pt.getTokenID() == TokenConstants.TARGSEP; in isParamDelimiter()
H A DToken.java106 public int getTokenID() { in getTokenID() method in Token
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx530 if( SQL_ISRULE(pTableRef,cross_union) || pTableRef->getChild(1)->getTokenID() != SQL_TOKEN_NATURAL) in getQualified_join()
891 …if (pDatatype->count() == 2 && (pType->getTokenID() == SQL_TOKEN_CHAR || pType->getTokenID() == SQ… in traverseCreateColumns()
1500 …:connectivity::OSQLParser::getFunctionParameterType( _pParentNode->getChild(0)->getTokenID(), i-1); in traverseParameter()
1561 …e = ::connectivity::OSQLParser::getFunctionParameterType( pParent->getChild(0)->getTokenID(), i+1); in traverseParameter()
2206 switch(pValueExp->getChild(0)->getTokenID() ) in getFunctionReturnType()
H A Dsqlnode.cxx2284 …_inout_rBuffer.append( ::rtl::OStringToOUString( OSQLParser::TokenIDToStr( getTokenID() ), RTL_TEX… in showParseTree()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx368 sal_uInt32 getTokenID() const {return m_nNodeID;} in getTokenID() function in connectivity::OSQLParseNode
467 …#define SQL_ISTOKEN(pParseNode, token) ((pParseNode)->isToken() && (pParseNode)->getTokenID() == S…
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx638 sal_Int32 nTokenId = pPredicateNode->getChild(0)->getTokenID(); in executeFunction()
H A DFResultSet.cxx1470 if (pDistinct && pDistinct->getTokenID() == SQL_TOKEN_DISTINCT ) in OpenImpl()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx180 ::rtl::OString sT = OSQLParser::TokenIDToStr(_pNode->getTokenID()); in insertParseTree()
H A DSelectionBrowseBox.cxx857 … if ( GetFunctionName(pColumnRef->getChild(0)->getTokenID(),sLocalizedFunctionName) ) in saveField()
H A DQueryDesignView.cxx3293 …sFunctionName = ::rtl::OStringToOUString(OSQLParser::TokenIDToStr(pFunctionName->getTokenID()),RTL… in fillFunctionInfo()

Completed in 126 milliseconds