Home
last modified time | relevance | path

Searched refs:aEingPos (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sc/source/filter/inc/
H A Dformel.hxx182 ScAddress aEingPos; member in ConverterBase
193 inline SCCOL GetEingabeCol( void ) const { return aEingPos.Col(); } in GetEingabeCol()
194 inline SCROW GetEingabeRow( void ) const { return aEingPos.Row(); } in GetEingabeRow()
195 inline SCTAB GetEingabeTab( void ) const { return aEingPos.Tab(); } in GetEingabeTab()
196 inline ScAddress GetEingPos( void ) const { return aEingPos; } in GetEingPos()
/aoo42x/main/sc/source/filter/excel/
H A Dfrmbase.cxx200 aEingPos( 0, 0, 0 ), in ConverterBase()
235 aEingPos = rEingPos; in Reset()
241 aEingPos.Set( 0, 0, 0 ); in Reset()
276 aEingPos = rEingPos; in Reset()
H A Dexcform.cxx908 aCRD.Ref1.nTab = aCRD.Ref2.nTab = aEingPos.Tab(); in Convert()
1205 sal_Bool b3D = ( static_cast<SCTAB>(nTabFirst) != aEingPos.Tab() ) || bRangeName; in Convert()
1218 b3D = ( static_cast<SCTAB>(nTabLast) != aEingPos.Tab() ); in Convert()
1266 rR1.SetFlag3D( ( static_cast<SCTAB>(nTabFirst) != aEingPos.Tab() ) || bRangeName ); in Convert()
1268 rR2.SetFlag3D( ( static_cast<SCTAB>(nTabLast) != aEingPos.Tab() ) || bRangeName ); in Convert()
1703 rSRD.nRelCol = rSRD.nCol - aEingPos.Col(); in ExcRelToScRel()
1705 rSRD.nRelRow = rSRD.nRow - aEingPos.Row(); in ExcRelToScRel()
1871 rSRD.nRelCol = MAXCOL - aEingPos.Col(); in SetComplCol()
1881 rSRD.nRelRow = MAXROW - aEingPos.Row(); in SetComplRow()
H A Dexcform8.cxx281 …tAddress( ScAddress( static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab() ) ); in Convert()
288 aSRD.CalcRelFromAbs( aEingPos ); in Convert()
296 …tAddress( ScAddress( static_cast<SCCOL>(nCol & 0xFF), static_cast<SCROW>(nRow), aEingPos.Tab() ) ); in Convert()
300 aSRD.CalcRelFromAbs( aEingPos ); in Convert()
1407 rSRD.nRelCol = static_cast<SCsCOL>(nCol) - aEingPos.Col(); in ExcRelToScRel8()
1413 rSRD.nRelRow = static_cast<SCsROW>(nRow) - aEingPos.Row(); in ExcRelToScRel8()
/aoo42x/main/sc/source/filter/qpro/
H A Dqproform.cxx67 rSRD.nTab = aEingPos.Tab() + nPage; in ReadSRD()
74 if (rSRD.nTab != aEingPos.Tab()) in ReadSRD()
82 aEingPos = rRefPos; in QProToSc()
/aoo42x/main/sc/source/filter/lotus/
H A Dlotform.cxx298 rSRD.CalcAbsIfRel( aEingPos ); in LotusRelToScRel()
311 sal_Bool b3D = ( static_cast< SCTAB >( nTab ) != aEingPos.Tab() ); in ReadSRD()
324 rSRD.CalcRelFromAbs( aEingPos ); in ReadSRD()
420 rR.nTab = aEingPos.Tab(); in Convert()

Completed in 100 milliseconds