Lines Matching refs:rTokens

173 ApiTokenIterator::ApiTokenIterator( const ApiTokenSequence& rTokens, sal_Int32 nSpacesOpCode, bool …  in ApiTokenIterator()  argument
174 mpToken( rTokens.getConstArray() ), in ApiTokenIterator()
175 mpTokenEnd( rTokens.getConstArray() + rTokens.getLength() ), in ApiTokenIterator()
1563 Any FormulaProcessorBase::extractReference( const ApiTokenSequence& rTokens ) const in extractReference()
1565 ApiTokenIterator aTokenIt( rTokens, OPCODE_SPACES, true ); in extractReference()
1576 const ApiTokenSequence& rTokens, bool bAllowRelative ) const in extractCellAddress() argument
1579 …if( extractCellRange( aRange, rTokens, bAllowRelative ) && (aRange.StartColumn == aRange.EndColumn… in extractCellAddress()
1590 const ApiTokenSequence& rTokens, bool bAllowRelative ) const in extractCellRange() argument
1593 lclProcessRef( aRanges, extractReference( rTokens ), bAllowRelative, -1 ); in extractCellRange()
1603 const ApiTokenSequence& rTokens, bool bAllowRelative, sal_Int32 nFilterBySheet ) const in extractCellRangeList() argument
1608 …for( ApiTokenIterator aIt( rTokens, OPCODE_SPACES, true ); aIt.is() && (eState != STATE_ERROR); ++… in extractCellRangeList()
1652 bool FormulaProcessorBase::extractString( OUString& orString, const ApiTokenSequence& rTokens ) con… in extractString()
1654 ApiTokenIterator aTokenIt( rTokens, OPCODE_SPACES, true ); in extractString()
1658 …:extractSpecialTokenInfo( ApiSpecialTokenInfo& orTokenInfo, const ApiTokenSequence& rTokens ) const in extractSpecialTokenInfo()
1660 ApiTokenIterator aTokenIt( rTokens, OPCODE_SPACES, true ); in extractSpecialTokenInfo()