Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcform.cxx1613 rSRD.SetRelCol(nCol); in ExcRelToScRel()
1615 rSRD.SetAbsCol(nCol); in ExcRelToScRel()
1634 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1645 rSRD.SetAbsCol(nCol); in ExcRelToScRel()
1649 rSRD.SetRelRow(rSRD.Row() - aEingPos.Row()); in ExcRelToScRel()
1653 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1654 rSRD.SetAbsTab(GetCurrScTab() + rSRD.Tab()); in ExcRelToScRel()
1742 ScSingleRefData &rSRD = rCRD.Ref2; in SetComplCol() local
1744 if( rSRD.IsColRel() ) in SetComplCol()
1747 rSRD.SetAbsCol(rDoc.MaxCol()); in SetComplCol()
[all …]
H A Dexcform8.cxx1436 void ExcelToSc8::ExcRelToScRel8( sal_uInt16 nRow, sal_uInt16 nC, ScSingleRefData &rSRD, const bool … in ExcRelToScRel8() argument
1454 rSRD.SetRelCol(nRelCol); in ExcRelToScRel8()
1457 rSRD.SetAbsCol(static_cast<SCCOL>(nCol)); in ExcRelToScRel8()
1469 rSRD.SetRelRow(nRelRow); in ExcRelToScRel8()
1472 rSRD.SetAbsRow(std::min( static_cast<SCROW>(nRow), GetDoc().MaxRow())); in ExcRelToScRel8()
1478 rSRD.SetRelCol(static_cast<SCCOL>(nCol) - aEingPos.Col()); in ExcRelToScRel8()
1480 rSRD.SetAbsCol(nCol); in ExcRelToScRel8()
1484 rSRD.SetRelRow(static_cast<SCROW>(nRow) - aEingPos.Row()); in ExcRelToScRel8()
1486 rSRD.SetAbsRow(nRow); in ExcRelToScRel8()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexcform.cxx1618 rSRD.SetRelCol(nCol); in ExcRelToScRel()
1620 rSRD.SetAbsCol(nCol); in ExcRelToScRel()
1639 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1650 rSRD.SetAbsCol(nCol); in ExcRelToScRel()
1654 rSRD.SetRelRow(rSRD.Row() - aEingPos.Row()); in ExcRelToScRel()
1658 if ( rSRD.IsTabRel() && !rSRD.IsFlag3D() ) in ExcRelToScRel()
1659 rSRD.SetAbsTab(GetCurrScTab() + rSRD.Tab()); in ExcRelToScRel()
1747 ScSingleRefData &rSRD = rCRD.Ref2; in SetComplCol() local
1749 if( rSRD.IsColRel() ) in SetComplCol()
1752 rSRD.SetAbsCol(rDoc.MaxCol()); in SetComplCol()
[all …]
H A Dexcform8.cxx1433 void ExcelToSc8::ExcRelToScRel8( sal_uInt16 nRow, sal_uInt16 nC, ScSingleRefData &rSRD, const bool … in ExcRelToScRel8() argument
1451 rSRD.SetRelCol(nRelCol); in ExcRelToScRel8()
1454 rSRD.SetAbsCol(static_cast<SCCOL>(nCol)); in ExcRelToScRel8()
1466 rSRD.SetRelRow(nRelRow); in ExcRelToScRel8()
1469 rSRD.SetAbsRow(std::min( static_cast<SCROW>(nRow), GetDoc().MaxRow())); in ExcRelToScRel8()
1475 rSRD.SetRelCol(static_cast<SCCOL>(nCol) - aEingPos.Col()); in ExcRelToScRel8()
1477 rSRD.SetAbsCol(nCol); in ExcRelToScRel8()
1481 rSRD.SetRelRow(static_cast<SCROW>(nRow) - aEingPos.Row()); in ExcRelToScRel8()
1483 rSRD.SetAbsRow(nRow); in ExcRelToScRel8()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/qpro/
H A Dqproform.cxx29 void QProToSc::ReadSRD( ScSingleRefData& rSRD, sal_Int8 nPage, sal_Int8 nCol, sal_uInt16 nRelBit ) in ReadSRD() argument
32 rSRD.InitAddress( ScAddress( nCol, (~nTmp + 1), 0 ) ); in ReadSRD()
35 rSRD.SetRelCol(nCol); in ReadSRD()
39 rSRD.SetAbsCol(nCol); in ReadSRD()
46 rSRD.SetRelRow(nRelRow); in ReadSRD()
50 rSRD.SetAbsRow(nTmp); in ReadSRD()
54 rSRD.SetRelTab(nPage); in ReadSRD()
58 rSRD.SetAbsTab(nPage); in ReadSRD()
60 if (rSRD.toAbs(aEingPos).Tab() != aEingPos.Tab()) in ReadSRD()
61 rSRD.SetFlag3D(true); in ReadSRD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/qpro/
H A Dqproform.cxx28 void QProToSc::ReadSRD( const ScDocument& rDoc, ScSingleRefData& rSRD, sal_Int8 nPage, sal_Int8 nCo… in ReadSRD() argument
31 rSRD.InitAddress( ScAddress( nCol, (~nTmp + 1), 0 ) ); in ReadSRD()
34 rSRD.SetRelCol(nCol); in ReadSRD()
38 rSRD.SetAbsCol(nCol); in ReadSRD()
45 rSRD.SetRelRow(nRelRow); in ReadSRD()
49 rSRD.SetAbsRow(nTmp); in ReadSRD()
53 rSRD.SetRelTab(nPage); in ReadSRD()
57 rSRD.SetAbsTab(nPage); in ReadSRD()
59 if (rSRD.toAbs(rDoc, aEingPos).Tab() != aEingPos.Tab()) in ReadSRD()
60 rSRD.SetFlag3D(true); in ReadSRD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotform.cxx257 rSRD.SetRelCol(static_cast<SCCOL>(static_cast<sal_Int16>(nCol))); in LotusRelToScRel()
261 rSRD.SetAbsCol(static_cast<SCCOL>(nCol & 0x00FF)); in LotusRelToScRel()
267 rSRD.SetRowRel(true); in LotusRelToScRel()
294 rSRD.SetRowRel(false); in LotusRelToScRel()
313 if( rSRD.IsRowRel() ) in LotusRelToScRel()
315 rSRD.SetRelRow(static_cast<SCROW>(static_cast<sal_Int16>(nRow))); in LotusRelToScRel()
317 rSRD.SetAbsRow(static_cast<SCROW>(nRow)); in LotusRelToScRel()
331 rSRD.SetColRel( ( nRelBit & 0x01 ) != 0 ); in ReadSRD()
332 rSRD.SetRowRel( ( nRelBit & 0x02 ) != 0 ); in ReadSRD()
333 rSRD.SetTabRel( ( ( nRelBit & 0x04) != 0 ) || !b3D ); in ReadSRD()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/lotus/
H A Dlotform.cxx260 rSRD.SetAbsCol(static_cast<SCCOL>(nCol & 0x00FF)); in LotusRelToScRel()
266 rSRD.SetRowRel(true); in LotusRelToScRel()
293 rSRD.SetRowRel(false); in LotusRelToScRel()
312 if( rSRD.IsRowRel() ) in LotusRelToScRel()
316 rSRD.SetAbsRow(static_cast<SCROW>(nRow)); in LotusRelToScRel()
319 void LotusToSc::ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nRelBit ) in ReadSRD() argument
330 rSRD.SetColRel( ( nRelBit & 0x01 ) != 0 ); in ReadSRD()
331 rSRD.SetRowRel( ( nRelBit & 0x02 ) != 0 ); in ReadSRD()
332 rSRD.SetTabRel( ( ( nRelBit & 0x04) != 0 ) || !b3D ); in ReadSRD()
333 rSRD.SetFlag3D( b3D ); in ReadSRD()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dlotform.hxx74 void LotusRelToScRel(sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefData& rSRD);
78 void ReadSRD( ScSingleRefData& rSRD, sal_uInt8 nFlags );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dlotform.hxx73 void LotusRelToScRel(sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefData& rSRD);
77 void ReadSRD( const ScDocument& rDoc, ScSingleRefData& rSRD, sal_uInt8 nFlags );
/dports/games/pcgen/pcgen/data/pathfinder/paizo/adventure_path/second_darkness/ap17/
H A Dap17_feats.lst4 #Imported from rSRD 3.5 Epic Feats File