Searched refs:nRelRow (Results 1 – 19 of 19) sorted by relevance
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()
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()
831 rRef.Ref1.nRow = rRef.Ref1.nRelRow + rPos.Row(); in MoveRelWrap()836 rRef.Ref2.nRow = rRef.Ref2.nRelRow + rPos.Row(); in MoveRelWrap()
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()
68 rRef.nRelRow = static_cast<SCsROW>(rAPI.RelativeRow); in lcl_SingleRefToCalc()89 rRef.nRelRow = static_cast<SCsROW>(rAPI.RelativeRow); in lcl_ExternalRefToCalc()
2039 rRef1.nRelRow = SCROW_MAX; in lcl_InvalidateReference()2060 rRef2.nRelRow = SCROW_MAX; in lcl_InvalidateReference()
1140 rRow = aPos.Row() + rRef.nRelRow; in SingleRefToVars()
343 long nRelRow = rPosPixel.Y() < 0 in CreateBrowseEvent() local346 long nRow = nRelRow < 0 ? -1 : nRelRow + pBox->nTopRow; in CreateBrowseEvent()371 Point( nColX, nRelRow * pBox->GetDataRowHeight() ), in CreateBrowseEvent()
947 for ( sal_uLong nRelRow = nRelTopRow; in ImplPaintData() local948 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()
52 rSRD.nRelRow = (~nTmp + 1); in ReadSRD()53 rSRD.nRelRow = (sal_Int16)(nTmp << 3); in ReadSRD()54 rSRD.nRelRow /= 8; in ReadSRD()
58 SCsROW nRelRow; member81 inline void InitMembers() { nCol = nRow = nTab = nRelCol = nRelRow = nRelTab = 0; } in InitMembers()
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()
1012 nRow2 = rChanged.Row() - aProv.Ref1.nRelRow; in SourceChanged()1034 nRow1 = rChanged.Row() - aProv.Ref2.nRelRow; in SourceChanged()
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()
1393 rSRD.nRelRow = static_cast<SCsROW>(static_cast<sal_Int16>(nRow)); in ExcRelToScRel8()1413 rSRD.nRelRow = static_cast<SCsROW>(nRow) - aEingPos.Row(); in ExcRelToScRel8()
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()
1853 …sal_Int16 nXclRelRow = static_cast< sal_Int16 >( rRefData.IsRowRel() ? rRefData.nRelRow : rRefData… in ConvertRefData()
298 rAPI.RelativeRow = rRef.nRelRow; in SC_IMPL_DUMMY_PROPERTY_LISTENER()317 rAPI.RelativeRow = rRef.nRelRow; in lcl_SingleRefToApi()
293 rSRD.nRelRow = static_cast< SCsROW >( static_cast< sal_Int16 >( nRow ) ); in LotusRelToScRel()
Completed in 155 milliseconds