Home
last modified time | relevance | path

Searched refs:theCol1 (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Drefupdat.cxx265 SCCOL& theCol1, SCROW& theRow1, SCTAB& theTab1, in Update() argument
270 SCCOL oldCol1 = theCol1; in Update()
285 sal_Bool bExp = (bExpand && IsExpand( theCol1, theCol2, nCol1, nDx )); in Update()
286 bCut1 = lcl_MoveStart( theCol1, nCol1, nDx, MAXCOL ); in Update()
288 if ( theCol2 < theCol1 ) in Update()
291 theCol2 = theCol1; in Update()
297 Expand( theCol1, theCol2, nCol1, nDx ); in Update()
301 if ( nDy && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
320 if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) && in Update()
344 if ((theCol1 >= nCol1-nDx) && (theRow1 >= nRow1-nDy) && (theTab1 >= nTab1-nDz) && in Update()
[all …]
H A Drangelst.cxx249 SCCOL theCol1; 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()
499 SCCOL theCol1; 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 Ddbcolect.cxx825 SCCOL theCol1; in UpdateReference() local
831 ((ScDBData*)pItems[i])->GetArea( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference()
836theCol1,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 Dbcaslot.cxx406 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 Ddocumen5.cxx524 SCCOL theCol1 = pR->aStart.Col(); in UpdateChartRef() local
534 theCol1,theRow1,theTab1, in UpdateChartRef()
540 theCol1, theRow1, theTab1, in UpdateChartRef()
546 != theCol2 - theCol1) in UpdateChartRef()
H A Ddocumen3.cxx935 SCCOL theCol1; in UpdateReference() local
941 theCol1 = aEmbedRange.aStart.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 Drefupdat.hxx57 SCCOL& theCol1, SCROW& theRow1, SCTAB& theTab1,