Lines Matching refs:rTokens

409 void SheetDataBuffer::setFormulaCell( const CellModel& rModel, const ApiTokenSequence& rTokens )  in setFormulaCell()  argument
422 if( rTokens.hasElements() && getFormulaParser().extractSpecialTokenInfo( aTokenInfo, rTokens ) ) in setFormulaCell()
450 aTokens = rTokens; in setFormulaCell()
463 …etDataBuffer::createArrayFormula( const CellRangeAddress& rRange, const ApiTokenSequence& rTokens ) in createArrayFormula() argument
468 maArrayFormulas.push_back( ArrayFormula( rRange, rTokens ) ); in createArrayFormula()
479 void SheetDataBuffer::createSharedFormula( sal_Int32 nSharedId, const ApiTokenSequence& rTokens ) in createSharedFormula() argument
481 createSharedFormula( BinAddress( nSharedId, 0 ), rTokens ); in createSharedFormula()
484 …eetDataBuffer::createSharedFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rTokens ) in createSharedFormula() argument
486 createSharedFormula( BinAddress( rCellAddr ), rTokens ); in createSharedFormula()
657 void SheetDataBuffer::setCellFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rTokens in setCellFormula() argument
659 if( rTokens.hasElements() ) in setCellFormula()
662 pCellBlock->getCellAny( rCellAddr.Column ) <<= rTokens; in setCellFormula()
664 putFormulaTokens( rCellAddr, rTokens ); in setCellFormula()
668 … SheetDataBuffer::createSharedFormula( const BinAddress& rMapKey, const ApiTokenSequence& rTokens ) in createSharedFormula() argument
689 xTokens->setTokens( rTokens ); in createSharedFormula()
706 …ffer::finalizeArrayFormula( const CellRangeAddress& rRange, const ApiTokenSequence& rTokens ) const in finalizeArrayFormula()
711 xTokens->setArrayTokens( rTokens ); in finalizeArrayFormula()