/aoo4110/main/sc/source/core/tool/ |
H A D | reftokenhelper.cxx | 191 vector<ScSharedTokenRef>::const_iterator itr = rTokens.begin(), itrEnd = rTokens.end(); in getRangeListFromTokens() 283 vector<ScSharedTokenRef>::const_iterator itr = rTokens.begin(), itrEnd = rTokens.end(); in intersects() 320 join(rTokens, pToken); in operator ()() 361 void join(vector<ScSharedTokenRef>& rTokens, const ScSharedTokenRef& pToken) in join() argument 374 vector<ScSharedTokenRef>::iterator itr = rTokens.begin(), itrEnd = rTokens.end(); in join() 442 if (rTokens.size() == 1) in join() 447 ScSharedTokenRef p = rTokens.back(); in join() 448 rTokens.pop_back(); in join() 449 join(rTokens, p); in join() 452 rTokens.push_back(pToken); in join() [all …]
|
/aoo4110/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 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() 468 maArrayFormulas.push_back( ArrayFormula( rRange, rTokens ) ); in createArrayFormula() 481 createSharedFormula( BinAddress( nSharedId, 0 ), rTokens ); in createSharedFormula() 486 createSharedFormula( BinAddress( rCellAddr ), rTokens ); in createSharedFormula() 659 if( rTokens.hasElements() ) in setCellFormula() 662 pCellBlock->getCellAny( rCellAddr.Column ) <<= rTokens; in setCellFormula() 664 putFormulaTokens( rCellAddr, rTokens ); in setCellFormula() 689 xTokens->setTokens( rTokens ); in createSharedFormula() [all …]
|
H A D | formulabase.cxx | 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 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 1652 bool FormulaProcessorBase::extractString( OUString& orString, const ApiTokenSequence& rTokens ) con… in extractString() 1654 ApiTokenIterator aTokenIt( rTokens, OPCODE_SPACES, true ); in extractString() [all …]
|
H A D | defnamesbuffer.cxx | 294 void DefinedNameBase::extractReference( const ApiTokenSequence& rTokens ) in extractReference() argument 297 maRefAny = getFormulaParser().extractReference( rTokens ); in extractReference()
|
H A D | externallinkbuffer.cxx | 401 void ExternalName::extractExternalReference( const ApiTokenSequence& rTokens ) in extractExternalReference() argument 411 Any aRefAny = getFormulaParser().extractReference( rTokens ); in extractExternalReference()
|
H A D | formulaparser.cxx | 72 ApiTokenSequence FormulaFinalizer::finalizeTokenArray( const ApiTokenSequence& rTokens ) in finalizeTokenArray() argument 75 if( rTokens.hasElements() ) in finalizeTokenArray() 77 const ApiToken* pToken = rTokens.getConstArray(); in finalizeTokenArray() 78 processTokens( pToken, pToken + rTokens.getLength() ); in finalizeTokenArray()
|
H A D | worksheethelper.cxx | 1692 …sheetHelper::putFormulaTokens( const CellAddress& rAddress, const ApiTokenSequence& rTokens ) const in putFormulaTokens() 1696 if( xTokens.is() ) xTokens->setTokens( rTokens ); in putFormulaTokens()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | sheetdatabuffer.hxx | 207 void setFormulaCell( const CellModel& rModel, const ApiTokenSequence& rTokens ); 214 const ApiTokenSequence& rTokens ); 223 const ApiTokenSequence& rTokens ); 228 const ApiTokenSequence& rTokens ); 249 const ApiTokenSequence& rTokens ); 253 …d createSharedFormula( const BinAddress& rMapKey, const ApiTokenSequence& rTokens ); 261 const ApiTokenSequence& rTokens ) const;
|
H A D | formulabase.hxx | 292 …explicit ApiTokenIterator( const ApiTokenSequence& rTokens, sal_Int32 nSpacesOpCode, bo… 756 extractReference( const ApiTokenSequence& rTokens ) const; 778 const ApiTokenSequence& rTokens, 801 const ApiTokenSequence& rTokens, 827 const ApiTokenSequence& rTokens, 843 const ApiTokenSequence& rTokens ) const; 861 const ApiTokenSequence& rTokens ) const;
|
H A D | ooxformulaparser.hxx | 88 … const ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken >& rTokens,
|
H A D | formulaparser.hxx | 54 ApiTokenSequence finalizeTokenArray( const ApiTokenSequence& rTokens );
|
H A D | defnamesbuffer.hxx | 100 void extractReference( const ApiTokenSequence& rTokens );
|
H A D | worksheethelper.hxx | 334 const ApiTokenSequence& rTokens ) const;
|
H A D | externallinkbuffer.hxx | 120 void extractExternalReference( const ApiTokenSequence& rTokens );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 993 String lcl_dbg_out(const SwFormTokens & rTokens) in lcl_dbg_out() argument 999 for (aIt = rTokens.begin(); aIt != rTokens.end(); aIt++) in lcl_dbg_out() 1001 if (aIt != rTokens.begin()) in lcl_dbg_out() 1014 SW_DLLPUBLIC const char * dbg_out(const SwFormTokens & rTokens) in dbg_out() argument 1016 return dbg_out(lcl_dbg_out(rTokens)); in dbg_out()
|
/aoo4110/main/sc/inc/ |
H A D | reftokenhelper.hxx | 69 …static bool SC_DLLPUBLIC intersects(const ::std::vector<ScSharedTokenRef>& rTokens, const ScShared… 71 …static void SC_DLLPUBLIC join(::std::vector<ScSharedTokenRef>& rTokens, const ScSharedTokenRef& pT…
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 985 void lcl_convertTokensToString(OUString& rStr, const vector<ScSharedTokenRef>& rTokens, ScDocument*… in lcl_convertTokensToString() argument 990 func = for_each(rTokens.begin(), rTokens.end(), func); in lcl_convertTokensToString() 1610 void initRangeAnalyzer( const vector<ScSharedTokenRef>& rTokens ); 1638 void RangeAnalyzer::initRangeAnalyzer( const vector<ScSharedTokenRef>& rTokens ) in initRangeAnalyzer() argument 1645 if( rTokens.empty() ) in initRangeAnalyzer() 1652 vector<ScSharedTokenRef>::const_iterator itr = rTokens.begin(), itrEnd = rTokens.end(); in initRangeAnalyzer()
|
H A D | nameuno.cxx | 377 void SAL_CALL ScNamedRangeObj::setTokens( const uno::Sequence<sheet::FormulaToken>& rTokens ) throw… in setTokens() argument 383 … (void)ScTokenConversion::ConvertToTokenArray( *pDocShell->GetDocument(), aTokenArray, rTokens ); in setTokens()
|
H A D | cellsuno.cxx | 5168 void SAL_CALL ScCellRangeObj::setArrayTokens( const uno::Sequence<sheet::FormulaToken>& rTokens ) t… in setArrayTokens() argument 5175 if ( rTokens.getLength() ) in setArrayTokens() 5184 (void)ScTokenConversion::ConvertToTokenArray( *pDoc, aTokenArray, rTokens ); in setArrayTokens() 6643 void SAL_CALL ScCellObj::setTokens( const uno::Sequence<sheet::FormulaToken>& rTokens ) throw(uno::… in setTokens() argument 6651 (void)ScTokenConversion::ConvertToTokenArray( *pDoc, aTokenArray, rTokens ); in setTokens()
|
/aoo4110/main/sw/inc/ |
H A D | tox.hxx | 339 SwFormTokensHelper(const SwFormTokens & rTokens) : aTokens(rTokens) {} in SwFormTokensHelper() argument
|
H A D | dbgoutsw.hxx | 121 SW_DLLPUBLIC const char * dbg_out(const SwFormTokens & rTokens);
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 894 void XclImpChSourceLink::FillSourceLink( ::std::vector< ScSharedTokenRef >& rTokens ) const in FillSourceLink() 906 ScRefTokenHelper::join(rTokens, pToken); in FillSourceLink() 2021 void XclImpChSeries::FillAllSourceLinks( ::std::vector< ScSharedTokenRef >& rTokens ) const in FillAllSourceLinks() 2024 mxValueLink->FillSourceLink( rTokens ); in FillAllSourceLinks() 2026 mxCategLink->FillSourceLink( rTokens ); in FillAllSourceLinks() 2028 mxTitleLink->FillSourceLink( rTokens ); in FillAllSourceLinks() 2030 mxBubbleLink->FillSourceLink( rTokens ); in FillAllSourceLinks()
|
/aoo4110/main/sw/source/core/tox/ |
H A D | tox.cxx | 943 void SwForm::SetPattern(sal_uInt16 nLevel, const SwFormTokens& rTokens) in SetPattern() argument 946 aPattern[nLevel] = rTokens; in SetPattern()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 433 void FillSourceLink(::std::vector<ScSharedTokenRef>& rTokens) const; 846 void FillAllSourceLinks(::std::vector<ScSharedTokenRef>& rTokens) const;
|