/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 272 SCTAB oldTab1 = theTab1; in Update() 283 (theTab1 >= nTab1) && (theTab2 <= nTab2) ) in Update() 302 (theTab1 >= nTab1) && (theTab2 <= nTab2) ) in Update() 328 if ( theTab2 < theTab1 ) in Update() 331 theTab2 = theTab1; in Update() 337 Expand( theTab1, theTab2, nTab1, nDz ); in Update() 390 || oldTab1 != theTab1 in Update() 446 bCut1 = lcl_MoveBig( theTab1, nTab1, nDz ); in Update() 450 rWhat.aStart.SetTab( theTab1 ); in Update() 478 bCut1 = lcl_MoveItCutBig( theTab1, nDz ); in Update() [all …]
|
H A D | rangelst.cxx | 251 SCTAB theTab1; in UpdateReference() local 255 pR->GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ); in UpdateReference() 259 theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ) in UpdateReference() 263 pR->aStart.Set( theCol1, theRow1, theTab1 ); in UpdateReference() 501 SCTAB theTab1; in UpdateReference() local 505 rRange.GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ); in UpdateReference() 509 theCol1, theRow1, theTab1, theCol2, theRow2, theTab2 ) in UpdateReference() 513 rRange.aStart.Set( theCol1, theRow1, theTab1 ); in UpdateReference()
|
H A D | dbcolect.cxx | 827 SCTAB theTab1; in UpdateReference() local 831 ((ScDBData*)pItems[i])->GetArea( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference() 832 theTab2 = theTab1; 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() 848 aAdvSource.aStart.Set( theCol1,theRow1,theTab1 ); in UpdateReference()
|
/aoo41x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 408 SCTAB nTab1, nTab2, theTab1, theTab2; in UpdateRemove() local 421 pArea->GetRange().GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2); in UpdateRemove() 424 theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 )) in UpdateRemove() 896 SCTAB nTab1, nTab2, theTab1, theTab2; 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 | 526 SCTAB theTab1 = pR->aStart.Tab(); in UpdateChartRef() local 534 theCol1,theRow1,theTab1, in UpdateChartRef() 540 theCol1, theRow1, theTab1, in UpdateChartRef() 550 != theTab2 - theTab1))) ) in UpdateChartRef()
|
H A D | documen3.cxx | 937 SCTAB theTab1; in UpdateReference() local 943 theTab1 = aEmbedRange.aStart.Tab(); 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 | 57 SCCOL& theCol1, SCROW& theRow1, SCTAB& theTab1,
|