/aoo42x/main/sc/inc/ |
H A D | token.hxx | 89 virtual ScSingleRefData& GetSingleRef(); 93 virtual ScSingleRefData& GetSingleRef2(); 123 ScSingleRefData aSingleRef; 130 virtual ScSingleRefData& GetSingleRef(); 155 virtual ScSingleRefData& GetSingleRef(); 159 virtual ScSingleRefData& GetSingleRef2(); 189 ScSingleRefData maSingleRef; 200 virtual ScSingleRefData& GetSingleRef(); 446 ScSingleRefData* pS; 486 const ScSingleRefData& Ref1; [all …]
|
H A D | refdata.hxx | 52 struct SC_DLLPUBLIC ScSingleRefData // Single reference (one address) into the sheet struct 115 sal_Bool operator==( const ScSingleRefData& ) const; argument 116 bool operator!=( const ScSingleRefData& ) const; 119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress() 127 inline void ScSingleRefData::InitAddress( const ScAddress& rAdr ) in InitAddress() 132 inline void ScSingleRefData::InitAddressRel( const ScAddress& rAdr, in InitAddressRel() 142 inline sal_Bool ScSingleRefData::Valid() const in Valid() 149 inline bool ScSingleRefData::ValidExternal() const in ValidExternal() 159 ScSingleRefData Ref1; 160 ScSingleRefData Ref2; [all …]
|
H A D | tokenarray.hxx | 33 struct ScSingleRefData; 65 formula::FormulaToken* AddSingleReference( const ScSingleRefData& rRef ); 67 formula::FormulaToken* AddMatrixSingleReference( const ScSingleRefData& rRef ); 70 …ExternalSingleReference( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef ); 74 formula::FormulaToken* AddColRowName( const ScSingleRefData& rRef );
|
H A D | compiler.hxx | 186 void SetSingleReference( const ScSingleRefData& rRef ); 196 …void SetExternalSingleRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef… 259 … sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef,
|
/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 476 ScSingleRefData lcl_ScToken_InitSingleRef() in lcl_ScToken_InitSingleRef() 478 ScSingleRefData aRef; in lcl_ScToken_InitSingleRef() 608 const ScSingleRefData& rRef2 = p2->GetSingleRef(); in ExtendRangeReference() 695 const ScSingleRefData& ScToken::GetSingleRef() const in GetSingleRef() 702 ScSingleRefData& ScToken::GetSingleRef() in GetSingleRef() 723 const ScSingleRefData& ScToken::GetSingleRef2() const in GetSingleRef2() 730 ScSingleRefData& ScToken::GetSingleRef2() in GetSingleRef2() 873 ScSingleRefData& ScExternalSingleRefToken::GetSingleRef() in GetSingleRef() 947 ScSingleRefData& ScExternalDoubleRefToken::GetSingleRef() in GetSingleRef() 957 ScSingleRefData& ScExternalDoubleRefToken::GetSingleRef2() in GetSingleRef2() [all …]
|
H A D | refdata.cxx | 32 void ScSingleRefData::CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs() 40 void ScSingleRefData::SmartRelAbs( const ScAddress& rPos ) in SmartRelAbs() 59 void ScSingleRefData::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel() 187 sal_Bool ScSingleRefData::operator==( const ScSingleRefData& r ) const in operator ==() 195 bool ScSingleRefData::operator!=( const ScSingleRefData& r ) const in operator !=() 200 static void lcl_putInOrder( ScSingleRefData & rRef1, ScSingleRefData & rRef2 ) in lcl_putInOrder() 298 static void lcl_adjustInOrder( ScSingleRefData & rRef1, ScSingleRefData & rRef2, bool bFirstLeader ) in lcl_adjustInOrder() 302 ScSingleRefData& r1 = (bFirstLeader ? rRef1 : rRef2); in lcl_adjustInOrder() 303 ScSingleRefData& r2 = (bFirstLeader ? rRef2 : rRef1); in lcl_adjustInOrder() 315 ScComplexRefData& ScComplexRefData::Extend( const ScSingleRefData & rRef, const ScAddress & rPos ) in Extend() [all …]
|
H A D | compiler.cxx | 1037 ScSingleRefData aRef(rRef); in makeExternalRefStrImpl() 1183 const ScSingleRefData& rRef, in GetDocAndTab() 1511 ScSingleRefData aRef(rRef); in makeExternalRefStr() 1717 ScSingleRefData aRef(rRef); in makeExternalRefStr() 2795 ScSingleRefData aRef; in IsSingleReference() 3045 ScSingleRefData aRef; in IsColRowName() 4150 ScSingleRefData& rRef1 = t->GetSingleRef(); in SetRelNameReference() 4211 ScSingleRefData& rRef = t->GetSingleRef(); in UpdateReference() 4587 ScSingleRefData& rRef = t->GetSingleRef(); in UpdateInsertTab() 4906 ScSingleRefData& rRef1 = t->GetSingleRef(); in UpdateMoveTab() [all …]
|
H A D | rangenam.cxx | 163 ScSingleRefData aRefData; in ScRangeData() 214 ScSingleRefData& rRef1 = t->GetSingleRef(); in GuessPosition() 224 ScSingleRefData& rRef2 = t->GetDoubleRef().Ref2; in GuessPosition() 619 ScSingleRefData& rRef1 = t->GetSingleRef(); in TransferTabRef() 626 ScSingleRefData& rRef2 = t->GetDoubleRef().Ref2; in TransferTabRef() 677 ScSingleRefData& rRef1 = t->GetSingleRef(); in ValidateTabRefs() 687 ScSingleRefData& rRef2 = t->GetDoubleRef().Ref2; in ValidateTabRefs() 710 ScSingleRefData& rRef1 = t->GetSingleRef(); in ValidateTabRefs() 715 ScSingleRefData& rRef2 = t->GetDoubleRef().Ref2; in ValidateTabRefs()
|
H A D | reftokenhelper.cxx | 148 const ScSingleRefData& rRefData = pToken->GetSingleRef(); in getRangeFromToken() 471 const ScSingleRefData& r = pToken->GetSingleRef(); in getDoubleRefDataFromToken()
|
H A D | interpr2.cxx | 1858 const ScSingleRefData& r11 = (*it1).Ref1; in ScIntersect() 1859 const ScSingleRefData& r12 = (*it1).Ref2; in ScIntersect() 1863 const ScSingleRefData& r21 = (*it2).Ref1; in ScIntersect() 1864 const ScSingleRefData& r22 = (*it2).Ref2; in ScIntersect() 1910 const ScSingleRefData& r = pt[i]->GetSingleRef(); in ScIntersect() 1917 const ScSingleRefData& r = pt[i]->GetSingleRef2(); in ScIntersect()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 479 …virtual void StoreCellRange( const ScSingleRefData& rRef1, const ScSingleRefData& rRef2 ) =… 482 …ge( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef1, const ScSingleRefDat… 527 … virtual void StoreCellRange( const ScSingleRefData& rRef1, const ScSingleRefData& rRef2 ); 530 …ge( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef1, const ScSingleRefDat… 597 … virtual void StoreCellRange( const ScSingleRefData& rRef1, const ScSingleRefData& rRef2 ); 600 …ge( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef1, const ScSingleRefDat… 999 const ScSingleRefData& r1 = rRef.Ref1; in WriteAddData() 1000 const ScSingleRefData& r2 = rRef.Ref2; in WriteAddData() 1974 void XclExpLinkManagerImpl5::StoreCellRange( const ScSingleRefData& /*rRef1*/, const ScSingleRefDat… in StoreCellRange() argument 2155 void XclExpLinkManagerImpl8::StoreCellRange( const ScSingleRefData& rRef1, const ScSingleRefData& r… in StoreCellRange() [all …]
|
H A D | excform8.cxx | 107 ScSingleRefData aSRD; in Convert() 486 ScSingleRefData &rSRef1 = aCRD.Ref1; in Convert() 487 ScSingleRefData &rSRef2 = aCRD.Ref2; in Convert() 787 ScSingleRefData &rR1 = aCRD.Ref1; in Convert() 788 ScSingleRefData &rR2 = aCRD.Ref2; in Convert() 884 ScSingleRefData aSRD; in Convert() 1015 ScSingleRefData &rSRef1 = aCRD.Ref1; in Convert() 1016 ScSingleRefData &rSRef2 = aCRD.Ref2; in Convert() 1164 ScSingleRefData &rR1 = aCRD.Ref1; in Convert() 1165 ScSingleRefData &rR2 = aCRD.Ref2; in Convert() [all …]
|
H A D | tokstack.cxx | 97 ppP_RefTr = new ScSingleRefData *[ nP_RefTr ]; in TokenPool() 254 ScSingleRefData** ppP_RefTrNew = new (::std::nothrow) ScSingleRefData *[ nP_RefTrNew ]; in GrowTripel() 436 ScSingleRefData* p = ( n < nP_RefTr )? ppP_RefTr[ n ] : NULL; in GetElement() 705 const TokenId TokenPool::Store( const ScSingleRefData& rTr ) in Store() 719 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr ); in Store() 744 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr.Ref1 ); in Store() 750 ppP_RefTr[ nP_RefTrAkt ] = new ScSingleRefData( rTr.Ref2 ); in Store() 789 const TokenId TokenPool::StoreNlf( const ScSingleRefData& rTr ) in StoreNlf() 859 …d TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef ) in StoreExtRef()
|
H A D | excform.cxx | 208 ScSingleRefData aSRD; in Convert() 566 ScSingleRefData& rSRef1 = aCRD.Ref1; in Convert() 567 ScSingleRefData& rSRef2 = aCRD.Ref2; in Convert() 808 ScSingleRefData& rR1 = aCRD.Ref1; in Convert() 809 ScSingleRefData& rR2 = aCRD.Ref2; in Convert() 906 ScSingleRefData aSRD; in Convert() 1069 ScSingleRefData &rSRef1 = aCRD.Ref1; in Convert() 1261 ScSingleRefData &rR1 = aCRD.Ref1; in Convert() 1262 ScSingleRefData &rR2 = aCRD.Ref2; in Convert() 1869 ScSingleRefData &rSRD = rCRD.Ref2; in SetComplCol() [all …]
|
H A D | xeformula.cxx | 400 SCTAB GetScTab( const ScSingleRefData& rRefData ) const; 401 bool IsRef2D( const ScSingleRefData& rRefData ) const; 404 void ConvertRefData( ScSingleRefData& rRefData, XclAddress& rXclPos, 1777 inline bool lclIsRefRel2D( const ScSingleRefData& rRefData ) in lclIsRefRel2D() 1782 inline bool lclIsRefDel2D( const ScSingleRefData& rRefData ) in lclIsRefDel2D() 1799 SCTAB XclExpFmlaCompImpl::GetScTab( const ScSingleRefData& rRefData ) const in GetScTab() 1805 bool XclExpFmlaCompImpl::IsRef2D( const ScSingleRefData& rRefData ) const in IsRef2D() 1820 ScSingleRefData& rRefData, XclAddress& rXclPos, in ConvertRefData() 1900 ScSingleRefData aRefData = static_cast< const ScToken* >( rTokData.mpScToken )->GetSingleRef(); in ProcessCellRef() 2004 … ScSingleRefData aRefData = static_cast< const ScToken* >( rTokData.mpScToken )->GetSingleRef(); in ProcessExternalCellRef() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | tokstack.hxx | 102 ScSingleRefData** ppP_RefTr; // Pool fuer Referenzen 124 ScSingleRefData aRef; 125 NLFCONT( const ScSingleRefData& r ) : aRef( r ) {} in NLFCONT() 148 ScSingleRefData maRef; 203 const TokenId Store( const ScSingleRefData& rTr ); 208 const TokenId StoreNlf( const ScSingleRefData& rTr ); 211 … StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef );
|
H A D | formel.hxx | 41 struct ScSingleRefData; 80 inline void Append( const ScSingleRefData& rSRD ); 121 inline void _ScRangeList::Append( const ScSingleRefData& r ) in Append() 151 void Append( ScSingleRefData aSRD, const sal_Bool bLimit = sal_True );
|
H A D | xelink.hxx | 35 struct ScSingleRefData; 175 void StoreCell( const ScSingleRefData& rRef ); 179 … StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef );
|
H A D | lotform.hxx | 83 ScSingleRefData& rSRD ); 87 void ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nFlags );
|
H A D | excform.hxx | 52 void ExcRelToScRel( sal_uInt16 nRow, sal_uInt8 nCol, ScSingleRefData&, const sal_Bool bName ); 123 void ExcRelToScRel8( sal_uInt16 nRow, sal_uInt16 nCol, ScSingleRefData&,
|
/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 180 typedef SCCOLROW(*DimensionSelector)(const ScSingleRefData&); 183 static SCCOLROW lcl_GetCol(const ScSingleRefData& rData) in lcl_GetCol() 189 static SCCOLROW lcl_GetRow(const ScSingleRefData& rData) in lcl_GetRow() 195 static SCCOLROW lcl_GetTab(const ScSingleRefData& rData) in lcl_GetTab() 323 const ScSingleRefData aStart( in lcl_fillRangeFromRefList() 326 const ScSingleRefData aEnd( in lcl_fillRangeFromRefList() 469 ScSingleRefData& rRef = t->GetSingleRef(); in GetMatrixOrigin() 869 ScSingleRefData& rRef = t->GetSingleRef(); in UpdateReference() 1154 ScSingleRefData& rRef1 = p->GetSingleRef(); in UpdateInsertTabAbs() 1177 ScSingleRefData& rRef1 = p->GetSingleRef(); in TestTabRefAbs() [all …]
|
H A D | cell.cxx | 250 ScSingleRefData& rRef1 = t->GetSingleRef(); in StartListeningTo() 251 ScSingleRefData& rRef2 = (eType == svDoubleRef ? in StartListeningTo() 340 ScSingleRefData& rRef1 = t->GetSingleRef(); in EndListeningTo() 341 ScSingleRefData& rRef2 = (eType == svDoubleRef ? in EndListeningTo() 855 ScSingleRefData& rRef = p->GetSingleRef(); in GetFormula() 2007 ScSingleRefData& rRef1 = p->GetSingleRef(); in lcl_ScDetectiveRefIter_SkipRef() 2013 ScSingleRefData& rRef2 = p->GetDoubleRef().Ref2; in lcl_ScDetectiveRefIter_SkipRef()
|
H A D | conditio.cxx | 67 ScSingleRefData& rRef2 = static_cast<ScToken*>(t)->GetDoubleRef().Ref2; in lcl_HasRelRef() 75 ScSingleRefData& rRef1 = static_cast<ScToken*>(t)->GetSingleRef(); in lcl_HasRelRef() 480 ScSingleRefData& rRef1 = p->GetSingleRef(); in lcl_CondUpdateInsertTab() 489 ScSingleRefData& rRef2 = p->GetDoubleRef().Ref2; in lcl_CondUpdateInsertTab() 1080 ScSingleRefData& rRef1 = t->GetSingleRef(); in GetValidSrcPos() 1090 ScSingleRefData& rRef2 = t->GetDoubleRef().Ref2; in GetValidSrcPos()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 434 ScSingleRefData* pSingRef; in LotusRangeList() 487 ScSingleRefData* pSingRef = &aComplRef.Ref1; in Append() 547 register const ScSingleRefData& rRef1 = rCRD.Ref1; in Add() 548 register const ScSingleRefData& rRef2 = rCRD.Ref2; in Add() 607 ScSingleRefData* pRef = &pFind->aScComplexRefDataRel.Ref1; in FindAbs()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 727 const ScSingleRefData& s = aData.Ref1; in createPositionMap() 728 const ScSingleRefData& e = aData.Ref2; in createPositionMap() 764 ScSingleRefData aCellData; in createPositionMap() 970 void setRelative(ScSingleRefData& rData) const in setRelative() 1121 const ScSingleRefData& rData = pToken->GetSingleRef(); in lcl_addUpperLeftCornerIfMissing() 1290 const ScSingleRefData& r1 = rData.Ref1; in lcl_addUpperLeftCornerIfMissing() 1291 const ScSingleRefData& r2 = rData.Ref2; in lcl_addUpperLeftCornerIfMissing() 1366 ScSingleRefData aData; in lcl_addUpperLeftCornerIfMissing() 1392 ScSingleRefData aDataEnd(aData); in lcl_addUpperLeftCornerIfMissing() 1594 const ScSingleRefData& r = pToken->GetSingleRef(); in operator ()() [all …]
|