/aoo41x/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 273 SCCOL oldCol2 = theCol2; in Update() 287 bCut2 = lcl_MoveEnd( theCol2, nCol1, nDx, MAXCOL ); in Update() 288 if ( theCol2 < theCol1 ) in Update() 291 theCol2 = theCol1; in Update() 297 Expand( theCol1, theCol2, nCol1, nDx ); in Update() 350 bCut2 = lcl_MoveItCut( theCol2, nDx, MAXCOL ); in Update() 391 || oldCol2 != theCol2 in Update() 425 bCut2 = lcl_MoveBig( theCol2, nCol1, nDx ); in Update() 429 rWhat.aEnd.SetCol( theCol2 ); in Update() 461 bCut2 = lcl_MoveItCutBig( theCol2, nDx ); in Update() [all …]
|
H A D | rangelst.cxx | 252 SCCOL theCol2; 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() 502 SCCOL theCol2; 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 | 828 SCCOL theCol2; 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 | 406 SCCOL nCol1, nCol2, theCol1, theCol2; in UpdateRemove() local 421 pArea->GetRange().GetVars( theCol1, theRow1, theTab1, theCol2, theRow2, theTab2); in UpdateRemove() 424 theCol1,theRow1,theTab1, theCol2,theRow2,theTab2 )) in UpdateRemove() 894 SCCOL nCol1, nCol2, theCol1, theCol2; 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 | 527 SCCOL theCol2 = pR->aEnd.Col(); in UpdateChartRef() local 535 theCol2,theRow2,theTab2 ); in UpdateChartRef() 541 theCol2, theRow2, theTab2 )); in UpdateChartRef() 546 != theCol2 - theCol1) in UpdateChartRef()
|
H A D | documen3.cxx | 938 SCCOL theCol2; in UpdateReference() local 944 theCol2 = aEmbedRange.aEnd.Col(); 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 );
|