Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx1689 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1702 if ( rSRD.IsColRel() ) in ExcRelToScRel()
1703 rSRD.nRelCol = rSRD.nCol - aEingPos.Col(); in ExcRelToScRel()
1704 if ( rSRD.IsRowRel() ) in ExcRelToScRel()
1705 rSRD.nRelRow = rSRD.nRow - aEingPos.Row(); in ExcRelToScRel()
1709 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1710 rSRD.nTab = GetCurrScTab() + rSRD.nRelTab; in ExcRelToScRel()
1870 if( rSRD.IsColRel() ) in SetComplCol()
1873 rSRD.nCol = MAXCOL; in SetComplCol()
1880 if( rSRD.IsRowRel() ) in SetComplRow()
[all …]
H A Dexcform8.cxx1377 rSRD.SetColRel( bColRel ); in ExcRelToScRel8()
1378 rSRD.SetRowRel( bRowRel ); in ExcRelToScRel8()
1388 rSRD.nCol = static_cast<SCCOL>(nCol); in ExcRelToScRel8()
1400 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel8()
1401 rSRD.nTab = GetCurrScTab(); in ExcRelToScRel8()
1407 rSRD.nRelCol = static_cast<SCsCOL>(nCol) - aEingPos.Col(); in ExcRelToScRel8()
1409 rSRD.nCol = static_cast<SCCOL>(nCol); in ExcRelToScRel8()
1413 rSRD.nRelRow = static_cast<SCsROW>(nRow) - aEingPos.Row(); in ExcRelToScRel8()
1415 rSRD.nRow = static_cast<SCROW>(nRow); in ExcRelToScRel8()
1419 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel8()
[all …]
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx42 rSRD.nRelCol = nCol; in ReadSRD()
43 rSRD.SetColRel( sal_True ); in ReadSRD()
47 rSRD.nCol = nCol; in ReadSRD()
52 rSRD.nRelRow = (~nTmp + 1); in ReadSRD()
54 rSRD.nRelRow /= 8; in ReadSRD()
55 rSRD.SetRowRel( sal_True ); in ReadSRD()
59 rSRD.nRow = nTmp; in ReadSRD()
64 rSRD.nRelTab = nPage; in ReadSRD()
65 rSRD.SetTabRel( sal_True ); in ReadSRD()
71 rSRD.nTab = nPage; in ReadSRD()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx228 rSRD.SetColRel( sal_True ); in LotusRelToScRel()
238 rSRD.SetColRel( sal_False ); in LotusRelToScRel()
245 rSRD.SetRowRel( sal_True ); in LotusRelToScRel()
272 rSRD.SetRowRel( sal_False ); in LotusRelToScRel()
291 if( rSRD.IsRowRel() ) in LotusRelToScRel()
297 if( rSRD.IsRowRel() || rSRD.IsColRel() ) in LotusRelToScRel()
298 rSRD.CalcAbsIfRel( aEingPos ); in LotusRelToScRel()
313 rSRD.SetColRel( ( nRelBit & 0x01 ) != 0 ); in ReadSRD()
316 rSRD.SetRowRel( ( nRelBit & 0x02 ) != 0 ); in ReadSRD()
322 rSRD.SetFlag3D( b3D ); in ReadSRD()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dlotform.hxx83 ScSingleRefData& rSRD );
87 void ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nFlags );
H A Dformel.hxx80 inline void Append( const ScSingleRefData& rSRD );
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4380 const ScSingleRefData& rSRD = aMod.Ref().Ref1; in UpdateReference() local
4381 ScAddress aRef( rSRD.nCol, rSRD.nRow, rSRD.nTab ); in UpdateReference()

Completed in 89 milliseconds