| /AOO41X/main/sc/source/core/tool/ |
| H A D | refdata.cxx | 35 nRelRow = nRow - rPos.Row(); in CalcRelFromAbs() 48 nRow = nRelRow + rPos.Row(); in SmartRelAbs() 50 nRelRow = nRow - rPos.Row(); in SmartRelAbs() 69 nRow = nRelRow + rPos.Row(); in CalcAbsIfRel() 191 (Flags.bRowRel ? nRelRow == r.nRelRow : nRow == r.nRow) && in operator ==() 247 nRow1 = rRef1.nRelRow; in lcl_putInOrder() 248 rRef1.nRelRow = rRef2.nRelRow; in lcl_putInOrder() 249 rRef2.nRelRow = nRow1; in lcl_putInOrder()
|
| H A D | rangenam.cxx | 217 if ( rRef1.IsRowRel() && rRef1.nRelRow < nMinRow ) in GuessPosition() 218 nMinRow = rRef1.nRelRow; in GuessPosition() 227 if ( rRef2.IsRowRel() && rRef2.nRelRow < nMinRow ) in GuessPosition() 228 nMinRow = rRef2.nRelRow; in GuessPosition()
|
| H A D | refupdat.cxx | 831 rRef.Ref1.nRow = rRef.Ref1.nRelRow + rPos.Row(); in MoveRelWrap() 836 rRef.Ref2.nRow = rRef.Ref2.nRelRow + rPos.Row(); in MoveRelWrap()
|
| H A D | compiler.cxx | 1589 if (rRef.nRelRow != 0) in r1c1_add_row() 1592 rBuf.append( String::CreateFromInt32( rRef.nRelRow ) ); in r1c1_add_row() 4524 rRef.Ref1.nRelRow = aBkp.Ref1.nRelRow; in UpdateSharedFormulaReference() 4544 rRef.Ref2.nRelRow = aBkp.Ref2.nRelRow; in UpdateSharedFormulaReference()
|
| H A D | token.cxx | 68 rRef.nRelRow = static_cast<SCsROW>(rAPI.RelativeRow); in lcl_SingleRefToCalc() 89 rRef.nRelRow = static_cast<SCsROW>(rAPI.RelativeRow); in lcl_ExternalRefToCalc()
|
| H A D | chgtrack.cxx | 2039 rRef1.nRelRow = SCROW_MAX; in lcl_InvalidateReference() 2060 rRef2.nRelRow = SCROW_MAX; in lcl_InvalidateReference()
|
| H A D | interpr4.cxx | 1140 rRow = aPos.Row() + rRef.nRelRow; in SingleRefToVars()
|
| /AOO41X/main/svtools/source/brwbox/ |
| H A D | datwin.cxx | 343 long nRelRow = rPosPixel.Y() < 0 in CreateBrowseEvent() local 346 long nRow = nRelRow < 0 ? -1 : nRelRow + pBox->nTopRow; in CreateBrowseEvent() 371 Point( nColX, nRelRow * pBox->GetDataRowHeight() ), in CreateBrowseEvent()
|
| H A D | brwbox2.cxx | 947 for ( sal_uLong nRelRow = nRelTopRow; in ImplPaintData() local 948 nRelRow <= nRelBottomRow && (sal_uLong)nTopRow+nRelRow < (sal_uLong)nRowCount; in ImplPaintData() 949 ++nRelRow, aPos.Y() += nDataRowHeigt ) in ImplPaintData() 953 … DBG_ASSERT( (sal_uInt16)(nTopRow+nRelRow) < nRowCount, "BrowseBox::ImplPaintData: invalid seek" ); in ImplPaintData() 954 if ( (nTopRow+long(nRelRow)) < 0 || (sal_uInt16)(nTopRow+nRelRow) >= nRowCount ) in ImplPaintData() 958 sal_uLong nRow = nTopRow+nRelRow; in ImplPaintData()
|
| /AOO41X/main/sc/source/filter/qpro/ |
| H A D | qproform.cxx | 52 rSRD.nRelRow = (~nTmp + 1); in ReadSRD() 53 rSRD.nRelRow = (sal_Int16)(nTmp << 3); in ReadSRD() 54 rSRD.nRelRow /= 8; in ReadSRD()
|
| /AOO41X/main/sc/inc/ |
| H A D | refdata.hxx | 58 SCsROW nRelRow; member 81 inline void InitMembers() { nCol = nRow = nTab = nRelCol = nRelRow = nRelTab = 0; } in InitMembers()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | cell2.cxx | 1230 rRef1.nRelCol = static_cast<SCCOL>(rRef1.nRelRow); in TransposeReference() 1231 rRef1.nRelRow = static_cast<SCROW>(nTemp); in TransposeReference() 1236 rRef2.nRelCol = static_cast<SCCOL>(rRef2.nRelRow); in TransposeReference() 1237 rRef2.nRelRow = static_cast<SCROW>(nTemp); in TransposeReference()
|
| H A D | conditio.cxx | 1012 nRow2 = rChanged.Row() - aProv.Ref1.nRelRow; in SourceChanged() 1034 nRow1 = rChanged.Row() - aProv.Ref2.nRelRow; in SourceChanged()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | excform.cxx | 1676 rSRD.nRelRow = static_cast<SCsROW>(static_cast<sal_Int16>(nRow | 0xC000)); in ExcRelToScRel() 1679 rSRD.nRelRow = static_cast<SCsROW>(nRow & nRowMask); in ExcRelToScRel() 1705 rSRD.nRelRow = rSRD.nRow - aEingPos.Row(); in ExcRelToScRel() 1881 rSRD.nRelRow = MAXROW - aEingPos.Row(); in SetComplRow()
|
| H A D | excform8.cxx | 1393 rSRD.nRelRow = static_cast<SCsROW>(static_cast<sal_Int16>(nRow)); in ExcRelToScRel8() 1413 rSRD.nRelRow = static_cast<SCsROW>(nRow) - aEingPos.Row(); in ExcRelToScRel8()
|
| H A D | xelink.cxx | 981 sal_uInt16 nRow = static_cast< sal_uInt16 >( bRowRel ? rRef.nRelRow : rRef.nRow ); in WriteAddData() 1013 sal_uInt16 nRow1 = static_cast< sal_uInt16 >( bRow1Rel ? r1.nRelRow : r1.nRow ); in WriteAddData() 1014 sal_uInt16 nRow2 = static_cast< sal_uInt16 >( bRow2Rel ? r2.nRelRow : r2.nRow ); in WriteAddData()
|
| H A D | xeformula.cxx | 1853 …sal_Int16 nXclRelRow = static_cast< sal_Int16 >( rRefData.IsRowRel() ? rRefData.nRelRow : rRefData… in ConvertRefData()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | tokenuno.cxx | 298 rAPI.RelativeRow = rRef.nRelRow; in SC_IMPL_DUMMY_PROPERTY_LISTENER() 317 rAPI.RelativeRow = rRef.nRelRow; in lcl_SingleRefToApi()
|
| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | lotform.cxx | 293 rSRD.nRelRow = static_cast< SCsROW >( static_cast< sal_Int16 >( nRow ) ); in LotusRelToScRel()
|