Home
last modified time | relevance | path

Searched refs:getTokens (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddefnamesbuffer.cxx556 … getFormulaParser().extractCellRangeList( aPrintRanges, xTokens->getTokens(), false, mnCalcSheet ); in convertFormula()
565 … getFormulaParser().extractCellRangeList( aTitleRanges, xTokens->getTokens(), false, mnCalcSheet ); in convertFormula()
599 …return xTokens.is() && getFormulaParser().extractCellRange( orRange, xTokens->getTokens(), false ); in getAbsoluteRange()
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py189 def getTokens (self): member in MacroExpander
219 self.tokens = macroExp.getTokens()
H A Dsrclexer.py146 def getTokens (self): member in SrcLexer
423 hdrData.tokens = mclexer.getTokens()
H A Dmacroexpander_test.py33 tokens = mcExpander.getTokens()
H A Dmacroparser.py126 self.macro.tokens = mclexer.getTokens()
H A Dsrc2xml.py163 parser = SrcParser(lexer.getTokens(), lexer.getDefines())
/trunk/main/offapi/com/sun/star/sheet/
H A DXFormulaTokens.idl49 sequence< FormulaToken > getTokens();
H A DXMultiFormulaTokens.idl66 sequence< FormulaToken > getTokens( [in] long nIndex )
/trunk/main/sc/inc/
H A Dfmtuno.hxx256 SAL_CALL getTokens( sal_Int32 nIndex )
H A Dnameuno.hxx97 …rtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL getTokens()
H A Dcellsuno.hxx937 …rtual ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken > SAL_CALL getTokens()
/trunk/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx773 uno::Sequence<sheet::FormulaToken> SAL_CALL ScTableValidationObj::getTokens( sal_Int32 nIndex ) in getTokens() function in ScTableValidationObj
H A Dnameuno.cxx363 uno::Sequence<sheet::FormulaToken> SAL_CALL ScNamedRangeObj::getTokens() throw(uno::RuntimeExceptio… in getTokens() function in ScNamedRangeObj
H A Dcellsuno.cxx6624 uno::Sequence<sheet::FormulaToken> SAL_CALL ScCellObj::getTokens() throw(uno::RuntimeException) in getTokens() function in ScCellObj

Completed in 161 milliseconds