/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 274 SCROW oldRow2 = theRow2; in Update() 307 if ( theRow2 < theRow1 ) in Update() 310 theRow2 = theRow1; in Update() 316 Expand( theRow1, theRow2, nRow1, nDy ); in Update() 321 (theRow1 >= nRow1) && (theRow2 <= nRow2) ) in Update() 377 (theRow1 >= nRow1) && (theRow2 <= nRow2) ) in Update() 392 || oldRow2 != theRow2 in Update() 436 bCut2 = lcl_MoveBig( theRow2, nRow1, nDy ); in Update() 440 rWhat.aEnd.SetRow( theRow2 ); in Update() 470 bCut2 = lcl_MoveItCutBig( theRow2, nDy ); in Update() [all …]
|
H A D | rangelst.cxx | 253 SCROW theRow2; in UpdateReference() local 255 pR->GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ); in UpdateReference() 259 theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ) in UpdateReference() 264 pR->aEnd.Set( theCol2, theRow2, theTab2 ); in UpdateReference() 503 SCROW theRow2; in UpdateReference() local 505 rRange.GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ); in UpdateReference() 509 theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ) in UpdateReference() 514 rRange.aEnd.Set( theCol2, theRow2, theTab2 ); in UpdateReference()
|
H A D | dbcolect.cxx | 829 SCROW theRow2; in UpdateReference() local 831 ((ScDBData*)pItems[i])->GetArea( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference() 836 … theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ) != UR_NOTHING; in UpdateReference() 838 ((ScDBData*)pItems[i])->MoveTo( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference() 843 aAdvSource.GetVars( theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ); in UpdateReference() 846 theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ) ) in UpdateReference() 849 aAdvSource.aEnd.Set( theCol2,theRow2,theTab2 ); in UpdateReference()
|
/aoo41x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 407 SCROW nRow1, nRow2, theRow1, theRow2; in UpdateRemove() local 421 pArea->GetRange().GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2); in UpdateRemove() 424 theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 )) in UpdateRemove() 895 SCROW nRow1, nRow2, theRow1, theRow2; in UpdateBroadcastAreas() local 905 aRange.GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2); in UpdateBroadcastAreas() 908 theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 )) in UpdateBroadcastAreas() 910 aRange = ScRange( theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ); in UpdateBroadcastAreas()
|
H A D | documen5.cxx | 528 SCROW theRow2 = pR->aEnd.Row(); in UpdateChartRef() local 535 theCol2,theRow2,theTab2 ); in UpdateChartRef() 541 theCol2, theRow2, theTab2 )); in UpdateChartRef() 548 != theRow2 - theRow1) in UpdateChartRef()
|
H A D | documen3.cxx | 939 SCROW theRow2; in UpdateReference() local 945 theRow2 = aEmbedRange.aEnd.Row(); in UpdateReference() 948 nDx,nDy,nDz, theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ) ) in UpdateReference() 950 aEmbedRange = ScRange( theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 ); in UpdateReference()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | refupdat.hxx | 58 SCCOL& theCol2, SCROW& theRow2, SCTAB& theTab2 );
|