Home
last modified time | relevance | path

Searched refs:InitAddress (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sc/inc/
H A Drefdata.hxx84 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 Dexcform8.cxx281 …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 Dxeformula.cxx2561 aRef.InitAddress( rScPos ); in lclPutCellToTokenArray()
/aoo42x/main/sc/source/filter/qpro/
H A Dqproform.cxx39 rSRD.InitAddress( ScAddress( nCol, (~nTmp + 1), 0 ) ); in ReadSRD()
/aoo42x/main/sc/source/core/tool/
H A Drangenam.cxx164 aRefData.InitAddress( rTarget ); in ScRangeData()
H A Dcompiler.cxx2796 aRef.InitAddress( aAddr ); in IsSingleReference()
3304 aRef.InitAddress( aAdr ); in IsColRowName()
5416 aRefData.InitAddress( aRange.aStart ); in HandleSingleRef()
H A Dtoken.cxx479 aRef.InitAddress( ScAddress() ); in lcl_ScToken_InitSingleRef()

Completed in 73 milliseconds