Searched refs:InitAddress (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | refdata.hxx | 84 inline void InitAddress( const ScAddress& rAdr ); 85 inline void InitAddress( SCCOL nCol, SCROW nRow, SCTAB nTab ); 119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress() function in ScSingleRefData 127 inline void ScSingleRefData::InitAddress( const ScAddress& rAdr ) in InitAddress() function in ScSingleRefData 129 InitAddress( rAdr.Col(), rAdr.Row(), rAdr.Tab()); in InitAddress() 135 InitAddress( rAdr.Col(), rAdr.Row(), rAdr.Tab()); in InitAddressRel() 174 Ref1.InitAddress( rRange.aStart ); in InitRange() 175 Ref2.InitAddress( rRange.aEnd ); in InitRange() 185 Ref1.InitAddress( nCol1, nRow1, nTab1 ); in InitRange() 186 Ref2.InitAddress( nCol2, nRow2, nTab2 ); in InitRange()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 281 …aSRD.InitAddress( ScAddress( static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.T… in Convert() 296 …aSRD.InitAddress( ScAddress( static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.T… in Convert()
|
H A D | xeformula.cxx | 2561 aRef.InitAddress( rScPos ); in lclPutCellToTokenArray()
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 39 rSRD.InitAddress( ScAddress( nCol, (~nTmp + 1), 0 ) ); in ReadSRD()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 164 aRefData.InitAddress( rTarget ); in ScRangeData()
|
H A D | compiler.cxx | 2796 aRef.InitAddress( aAddr ); in IsSingleReference() 3304 aRef.InitAddress( aAdr ); in IsColRowName() 5416 aRefData.InitAddress( aRange.aStart ); in HandleSingleRef()
|
H A D | token.cxx | 479 aRef.InitAddress( ScAddress() ); in lcl_ScToken_InitSingleRef()
|
Completed in 110 milliseconds