Home
last modified time | relevance | path

Searched refs:rCxt (Results 1 – 25 of 72) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dtoken.cxx2673 …aSelectedRange.aStart = ScAddress(rCxt.maRange.aStart.Col()+rCxt.mnColDelta, rCxt.maRange.aStart.R… in getSelectedRange()
2691 …aSelectedRange.aEnd = ScAddress(rCxt.maRange.aStart.Col()+rCxt.mnColDelta-1, rCxt.maRange.aEnd.Row… in getSelectedRange()
2697 …aSelectedRange.aEnd = ScAddress(rCxt.maRange.aEnd.Col(), rCxt.maRange.aStart.Row()+rCxt.mnRowDelta… in getSelectedRange()
3062 if (!aNewPos.Move(rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorPos)) in AdjustReferenceOnShift()
3212 … if (!aAbs.MoveSticky(rCxt.mrDoc, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorRange)) in AdjustReferenceOnShift()
3287 if (!rCxt.mnColDelta && !rCxt.mnRowDelta && !rCxt.mnTabDelta) in AdjustReferenceOnMove()
3295 if (!aOldRange.Move(-rCxt.mnColDelta, -rCxt.mnRowDelta, -rCxt.mnTabDelta, aErrorMoveRange)) in AdjustReferenceOnMove()
3987 if (!aOldRange.Move(-rCxt.mnColDelta, -rCxt.mnRowDelta, -rCxt.mnTabDelta, aErrorMoveRange)) in AdjustReferenceInMovedName()
4316 if (rCxt.mnOldPos == rCxt.mnNewPos) in AdjustReferenceOnMovedTab()
4929rCxt.mpRefConv->makeRefStr(rLimits, rBuf, rCxt.meGram, rPos, rCxt.maErrRef, rCxt.maTabNames, aRef,… in appendTokenByType()
[all …]
H A Drangenam.cxx183 rCxt.setGrammar(eTempGrammar); in CompileUnresolvedXML()
184 ScCompiler aComp(rCxt, aPos, *pCode); in CompileUnresolvedXML()
398 if (rCxt.mnInsertPos <= aPos.Tab()) in UpdateInsertTab()
399 aPos.IncTab(rCxt.mnSheets); in UpdateInsertTab()
408 if (rCxt.mnDeletePos <= aPos.Tab()) in UpdateDeleteTab()
409 aPos.IncTab(-rCxt.mnSheets); in UpdateDeleteTab()
418 aPos.SetTab(rCxt.getNewTab(aPos.Tab())); in UpdateMoveTab()
705 if (rCxt.meMode == URM_COPY) in UpdateReference()
711 itr.second->UpdateReference(rCxt, nLocalTab); in UpdateReference()
735 itr.second->UpdateMoveTab(rCxt, nLocalTab); in UpdateMoveTab()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dtoken.cxx2666 …aSelectedRange.aStart = ScAddress(rCxt.maRange.aStart.Col()+rCxt.mnColDelta, rCxt.maRange.aStart.R… in getSelectedRange()
2684 …aSelectedRange.aEnd = ScAddress(rCxt.maRange.aStart.Col()+rCxt.mnColDelta-1, rCxt.maRange.aEnd.Row… in getSelectedRange()
2690 …aSelectedRange.aEnd = ScAddress(rCxt.maRange.aEnd.Col(), rCxt.maRange.aStart.Row()+rCxt.mnRowDelta… in getSelectedRange()
3055 if (!aNewPos.Move(rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorPos)) in AdjustReferenceOnShift()
3205 … if (!aAbs.MoveSticky(rCxt.mrDoc, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorRange)) in AdjustReferenceOnShift()
3280 if (!rCxt.mnColDelta && !rCxt.mnRowDelta && !rCxt.mnTabDelta) in AdjustReferenceOnMove()
3288 if (!aOldRange.Move(-rCxt.mnColDelta, -rCxt.mnRowDelta, -rCxt.mnTabDelta, aErrorMoveRange)) in AdjustReferenceOnMove()
3950 if (!aOldRange.Move(-rCxt.mnColDelta, -rCxt.mnRowDelta, -rCxt.mnTabDelta, aErrorMoveRange)) in AdjustReferenceInMovedName()
4267 if (rCxt.mnOldPos == rCxt.mnNewPos) in AdjustReferenceOnMovedTab()
4878rCxt.mpRefConv->makeRefStr(pDoc, rBuf, rCxt.meGram, rPos, rCxt.maErrRef, rCxt.maTabNames, aRef, tr… in appendTokenByType()
[all …]
H A Drangenam.cxx186 rCxt.setGrammar(eTempGrammar); in CompileUnresolvedXML()
187 ScCompiler aComp(rCxt, aPos, *pCode); in CompileUnresolvedXML()
399 if (rCxt.mnInsertPos <= aPos.Tab()) in UpdateInsertTab()
400 aPos.IncTab(rCxt.mnSheets); in UpdateInsertTab()
409 if (rCxt.mnDeletePos <= aPos.Tab()) in UpdateDeleteTab()
410 aPos.IncTab(-rCxt.mnSheets); in UpdateDeleteTab()
419 aPos.SetTab(rCxt.getNewTab(aPos.Tab())); in UpdateMoveTab()
706 if (rCxt.meMode == URM_COPY) in UpdateReference()
712 itr.second->UpdateReference(rCxt, nLocalTab); in UpdateReference()
736 itr.second->UpdateMoveTab(rCxt, nLocalTab); in UpdateMoveTab()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolorscale.hxx68 void UpdateReference( const sc::RefUpdateContext& rCxt );
69 void UpdateInsertTab( const sc::RefUpdateInsertTabContext& rCxt );
70 void UpdateDeleteTab( const sc::RefUpdateDeleteTabContext& rCxt );
71 void UpdateMoveTab( const sc::RefUpdateMoveTabContext& rCxt );
273 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
274 virtual void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ) override;
276 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
311 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
314 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
373 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
[all …]
H A Dformulacell.hxx146 const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc, const ScAddress* pUndoCellPos );
253 void CompileTokenArray( sc::CompileFormulaContext& rCxt, bool bNoListening = false );
255 void CalcAfterLoad( sc::CompileFormulaContext& rCxt, bool bStartListening );
288 bool UpdatePosOnShift( const sc::RefUpdateContext& rCxt );
308 void UpdateInsertTab( const sc::RefUpdateInsertTabContext& rCxt );
310 void UpdateDeleteTab( const sc::RefUpdateDeleteTabContext& rCxt );
311 void UpdateMoveTab( const sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo );
353 void CompileDBFormula( sc::CompileFormulaContext& rCxt );
354 void CompileColRowNameFormula( sc::CompileFormulaContext& rCxt );
476 void StartListeningTo( sc::StartListeningContext& rCxt );
[all …]
H A Dtokenarray.hxx167 …sc::RefUpdateResult AdjustReferenceOnShift( const sc::RefUpdateContext& rCxt, const ScAddress& rOl…
170 const sc::RefUpdateContext& rCxt, const ScAddress& rOldPos, const ScAddress& rNewPos );
198 …sc::RefUpdateResult AdjustReferenceInName( const sc::RefUpdateContext& rCxt, const ScAddress& rPos…
200 …sc::RefUpdateResult AdjustReferenceInMovedName( const sc::RefUpdateContext& rCxt, const ScAddress&…
211 …sc::RefUpdateResult AdjustReferenceOnDeletedTab( const sc::RefUpdateDeleteTabContext& rCxt, const …
213 …sc::RefUpdateResult AdjustReferenceOnInsertedTab( const sc::RefUpdateInsertTabContext& rCxt, const…
215 …sc::RefUpdateResult AdjustReferenceOnMovedTab( const sc::RefUpdateMoveTabContext& rCxt, const ScAd…
247 …const sc::RefUpdateContext& rCxt, const ScAddress& rPos, SCROW nGroupLen, std::vector<SCROW>& rBou…
253 …const sc::RefUpdateContext& rCxt, const ScAddress& rPos, SCROW nGroupLen, std::vector<SCROW>& rBou…
259 OUString CreateString( sc::TokenStringContext& rCxt, const ScAddress& rPos ) const;
H A Drangenam.hxx136 void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab );
149 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab );
150 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab );
151 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab );
159 void CompileUnresolvedXML( sc::CompileFormulaContext& rCxt );
205 void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab = -1 );
206 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab = -1 );
207 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab = -1 );
208 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab = -1 );
215 void CompileUnresolvedXML( sc::CompileFormulaContext& rCxt );
H A Dcolumn.hxx400 void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt );
408 void CompileAll( sc::CompileFormulaContext& rCxt );
433 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
434 void UpdateInsertTabOnlyCells( sc::RefUpdateInsertTabContext& rCxt );
435 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
436 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo );
551 sc::EndListeningContext& rCxt, SCROW nRow1, SCROW nRow2,
558 void StartListeners( sc::StartListeningContext& rCxt, bool bAll );
564 void CompileDBFormula( sc::CompileFormulaContext& rCxt );
565 void CompileColRowNameFormula( sc::CompileFormulaContext& rCxt );
[all …]
H A Dconditio.hxx241 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) = 0;
242 virtual void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ) = 0;
244 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) = 0;
392 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
571 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
572 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
573 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt );
654 void UpdateReference( sc::RefUpdateContext& rCxt );
655 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
656 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolorscale.hxx68 void UpdateReference( const sc::RefUpdateContext& rCxt );
69 void UpdateInsertTab( const sc::RefUpdateInsertTabContext& rCxt );
70 void UpdateDeleteTab( const sc::RefUpdateDeleteTabContext& rCxt );
71 void UpdateMoveTab( const sc::RefUpdateMoveTabContext& rCxt );
274 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
275 virtual void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ) override;
277 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
312 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
315 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) override;
374 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
[all …]
H A Dformulacell.hxx144 const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc, const ScAddress* pUndoCellPos );
251 void CompileTokenArray( sc::CompileFormulaContext& rCxt, bool bNoListening = false );
253 void CalcAfterLoad( sc::CompileFormulaContext& rCxt, bool bStartListening );
286 bool UpdatePosOnShift( const sc::RefUpdateContext& rCxt );
306 void UpdateInsertTab( const sc::RefUpdateInsertTabContext& rCxt );
308 void UpdateDeleteTab( const sc::RefUpdateDeleteTabContext& rCxt );
309 void UpdateMoveTab( const sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo );
351 void CompileDBFormula( sc::CompileFormulaContext& rCxt );
352 void CompileColRowNameFormula( sc::CompileFormulaContext& rCxt );
464 void StartListeningTo( sc::StartListeningContext& rCxt );
[all …]
H A Dtokenarray.hxx164 …sc::RefUpdateResult AdjustReferenceOnShift( const sc::RefUpdateContext& rCxt, const ScAddress& rOl…
167 const sc::RefUpdateContext& rCxt, const ScAddress& rOldPos, const ScAddress& rNewPos );
195 …sc::RefUpdateResult AdjustReferenceInName( const sc::RefUpdateContext& rCxt, const ScAddress& rPos…
197 …sc::RefUpdateResult AdjustReferenceInMovedName( const sc::RefUpdateContext& rCxt, const ScAddress&…
208 …sc::RefUpdateResult AdjustReferenceOnDeletedTab( const sc::RefUpdateDeleteTabContext& rCxt, const …
210 …sc::RefUpdateResult AdjustReferenceOnInsertedTab( const sc::RefUpdateInsertTabContext& rCxt, const…
212 …sc::RefUpdateResult AdjustReferenceOnMovedTab( const sc::RefUpdateMoveTabContext& rCxt, const ScAd…
244 …const sc::RefUpdateContext& rCxt, const ScAddress& rPos, SCROW nGroupLen, std::vector<SCROW>& rBou…
250 …const sc::RefUpdateContext& rCxt, const ScAddress& rPos, SCROW nGroupLen, std::vector<SCROW>& rBou…
256 …OUString CreateString( const ScDocument* pDoc, sc::TokenStringContext& rCxt, const ScAddress& rPos…
H A Drangenam.hxx137 void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab );
150 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab );
151 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab );
152 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab );
160 void CompileUnresolvedXML( sc::CompileFormulaContext& rCxt );
206 void UpdateReference( sc::RefUpdateContext& rCxt, SCTAB nLocalTab = -1 );
207 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt, SCTAB nLocalTab = -1 );
208 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt, SCTAB nLocalTab = -1 );
209 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nLocalTab = -1 );
216 void CompileUnresolvedXML( sc::CompileFormulaContext& rCxt );
H A Dcolumn.hxx399 void SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt );
407 void CompileAll( sc::CompileFormulaContext& rCxt );
432 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
433 void UpdateInsertTabOnlyCells( sc::RefUpdateInsertTabContext& rCxt );
434 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
435 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt, SCTAB nTabNo );
549 sc::EndListeningContext& rCxt, SCROW nRow1, SCROW nRow2,
556 void StartListeners( sc::StartListeningContext& rCxt, bool bAll );
562 void CompileDBFormula( sc::CompileFormulaContext& rCxt );
563 void CompileColRowNameFormula( sc::CompileFormulaContext& rCxt );
[all …]
H A Dconditio.hxx242 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) = 0;
243 virtual void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt ) = 0;
245 virtual void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) = 0;
393 virtual void UpdateReference( sc::RefUpdateContext& rCxt ) override;
572 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
573 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
574 void UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt );
655 void UpdateReference( sc::RefUpdateContext& rCxt );
656 void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
657 void UpdateDeleteTab( sc::RefUpdateDeleteTabContext& rCxt );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable7.cxx99 sc::CopyFromClipContext::Range aRange = rCxt.getDestRange(); in DeleteBeforeCopyFromClip()
104 rCxt.setTableProtected(IsProtected()); in DeleteBeforeCopyFromClip()
105 rCxt.setCondFormatList(mpCondFormatList.get()); in DeleteBeforeCopyFromClip()
107 ScRange aClipRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in DeleteBeforeCopyFromClip()
126 ScRange aSrcRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in CopyOneCellFromClip()
136 if (rCxt.getInsertFlag() & InsertDeleteFlags::ATTRIB) in CopyOneCellFromClip()
159 if (bCopyGraphics && rCxt.getClipDoc()->mpDrawLayer) in CopyOneCellFromClip()
166 = rCxt.getClipDoc()->GetClipParam().getWholeRange().aStart; in CopyOneCellFromClip()
168 tools::Rectangle aSourceRect = rCxt.getClipDoc()->GetMMRect( in CopyOneCellFromClip()
311 aCol[nCol].EndListeningIntersectedGroup(rCxt, nRow, pGroupPos); in EndListeningIntersectedGroup()
[all …]
H A Dconditio.cxx498 if (rCxt.meMode == URM_INSDEL && rCxt.maRange.In(aSrcPos)) in UpdateReference()
501 if (!aSrcPos.Move(rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorPos)) in UpdateReference()
511 switch (rCxt.meMode) in UpdateReference()
530 switch (rCxt.meMode) in UpdateReference()
1878 …maRanges.UpdateReference(URM_MOVE, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTa… in UpdateReference()
1886 …maRanges.UpdateReference(rCxt.meMode, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.m… in UpdateReference()
1932 if (nTab <= rCxt.mnDeletePos+rCxt.mnSheets-1) in UpdateDeleteTab()
1952 SCTAB nMinTab = std::min<SCTAB>(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
1953 SCTAB nMaxTab = std::max<SCTAB>(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
1970 if (rCxt.mnNewPos < rCxt.mnOldPos) in UpdateMoveTab()
[all …]
H A Dcolorscale.cxx265 mpCell->UpdateReference(rCxt); in UpdateReference()
278 mpCell->UpdateInsertTab(rCxt); in UpdateInsertTab()
291 mpCell->UpdateDeleteTab(rCxt); in UpdateDeleteTab()
305 mpCell->UpdateMoveTab(rCxt, nTabNo); in UpdateMoveTab()
633 (*itr)->UpdateReference(rCxt); in UpdateReference()
639 (*it)->UpdateInsertTab(rCxt); in UpdateInsertTab()
645 (*it)->UpdateDeleteTab(rCxt); in UpdateDeleteTab()
651 (*it)->UpdateMoveTab(rCxt); in UpdateMoveTab()
1096 (*itr)->UpdateReference(rCxt); in UpdateReference()
1104 (*itr)->UpdateInsertTab(rCxt); in UpdateInsertTab()
[all …]
H A Dtable1.cxx161 sc::RowHeightContext& rCxt, in SetOptimalHeightsToRows() argument
209 nLast = rCxt.getHeightArray().getValue(nInner) + rCxt.getExtraHeight(); in SetOptimalHeightsToRows()
454 OSL_ENSURE( rCxt.getExtraHeight() == 0 || rCxt.isForceAutoSize(), in SetOptimalHeight()
482 OSL_ENSURE( rCxt.getExtraHeight() == 0 || rCxt.isForceAutoSize(), in SetOptimalHeightOnly()
1728 SCCOL nCol1 = rCxt.maRange.aStart.Col(), nCol2 = rCxt.maRange.aEnd.Col(); in UpdateReference()
1729 SCROW nRow1 = rCxt.maRange.aStart.Row(), nRow2 = rCxt.maRange.aEnd.Row(); in UpdateReference()
1730 SCTAB nTab1 = rCxt.maRange.aStart.Tab(), nTab2 = rCxt.maRange.aEnd.Tab(); in UpdateReference()
1852 nTab += rCxt.mnSheets; in UpdateInsertTab()
1881 nTab -= rCxt.mnSheets; in UpdateDeleteTab()
1908 pDBDataNoName->UpdateMoveTab(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
[all …]
H A Dcolumn.cxx1681 sc::CopyToDocContext& rCxt, in CopyToColumn() argument
2492 nSplitPos = rCxt.maRange.aStart.Row() + rCxt.mnRowDelta; in UpdateReference()
2513 if (rCxt.mnRowDelta > 0 && rCxt.mrDoc.IsExpandRefs()) in UpdateReference()
2599 mrCxt(rCxt), in InsertTabUpdater()
2631 mrCxt(rCxt), in DeleteTabUpdater()
2695 mrCxt(rCxt), in MoveTabUpdater()
2950 explicit CompileAllHandler( sc::CompileFormulaContext& rCxt ) : mrCxt(rCxt) {} in CompileAllHandler() argument
2969 mrCxt(rCxt), in CompileXMLHandler()
2998 mrCxt(rCxt), in CompileErrorCellsHandler()
3132 nTab += rCxt.mnSheets; in UpdateInsertTab()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dconditio.cxx500 if (rCxt.meMode == URM_INSDEL && rCxt.maRange.In(aSrcPos)) in UpdateReference()
503 if (!aSrcPos.Move(rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTabDelta, aErrorPos)) in UpdateReference()
513 switch (rCxt.meMode) in UpdateReference()
532 switch (rCxt.meMode) in UpdateReference()
1882 …maRanges.UpdateReference(URM_MOVE, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.mnTa… in UpdateReference()
1890 …maRanges.UpdateReference(rCxt.meMode, pDoc, rCxt.maRange, rCxt.mnColDelta, rCxt.mnRowDelta, rCxt.m… in UpdateReference()
1936 if (nTab <= rCxt.mnDeletePos+rCxt.mnSheets-1) in UpdateDeleteTab()
1956 SCTAB nMinTab = std::min<SCTAB>(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
1957 SCTAB nMaxTab = std::max<SCTAB>(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
1974 if (rCxt.mnNewPos < rCxt.mnOldPos) in UpdateMoveTab()
[all …]
H A Dtable7.cxx101 sc::CopyFromClipContext::Range aRange = rCxt.getDestRange(); in DeleteBeforeCopyFromClip()
106 rCxt.setTableProtected(IsProtected()); in DeleteBeforeCopyFromClip()
107 rCxt.setCondFormatList(mpCondFormatList.get()); in DeleteBeforeCopyFromClip()
109 ScRange aClipRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in DeleteBeforeCopyFromClip()
129 ScRange aSrcRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in CopyOneCellFromClip()
139 if (rCxt.getInsertFlag() & InsertDeleteFlags::ATTRIB) in CopyOneCellFromClip()
162 if (!(bCopyGraphics && rCxt.getClipDoc()->mpDrawLayer)) in CopyOneCellFromClip()
170 = rCxt.getClipDoc()->GetClipParam().getWholeRange().aStart; in CopyOneCellFromClip()
172 tools::Rectangle aSourceRect = rCxt.getClipDoc()->GetMMRect( in CopyOneCellFromClip()
314 aCol[nCol].EndListeningIntersectedGroup(rCxt, nRow, pGroupPos); in EndListeningIntersectedGroup()
[all …]
H A Dcolorscale.cxx266 mpCell->UpdateReference(rCxt); in UpdateReference()
279 mpCell->UpdateInsertTab(rCxt); in UpdateInsertTab()
292 mpCell->UpdateDeleteTab(rCxt); in UpdateDeleteTab()
306 mpCell->UpdateMoveTab(rCxt, nTabNo); in UpdateMoveTab()
634 (*itr)->UpdateReference(rCxt); in UpdateReference()
640 (*it)->UpdateInsertTab(rCxt); in UpdateInsertTab()
646 (*it)->UpdateDeleteTab(rCxt); in UpdateDeleteTab()
652 (*it)->UpdateMoveTab(rCxt); in UpdateMoveTab()
1097 (*itr)->UpdateReference(rCxt); in UpdateReference()
1105 (*itr)->UpdateInsertTab(rCxt); in UpdateInsertTab()
[all …]
H A Dtable1.cxx163 sc::RowHeightContext& rCxt, in SetOptimalHeightsToRows() argument
213 nLast = rCxt.getHeightArray().GetValue(nInner) + rCxt.getExtraHeight(); in SetOptimalHeightsToRows()
462 OSL_ENSURE( rCxt.getExtraHeight() == 0 || rCxt.isForceAutoSize(), in SetOptimalHeight()
493 OSL_ENSURE( rCxt.getExtraHeight() == 0 || rCxt.isForceAutoSize(), in SetOptimalHeightOnly()
1772 SCCOL nCol1 = rCxt.maRange.aStart.Col(), nCol2 = rCxt.maRange.aEnd.Col(); in UpdateReference()
1773 SCROW nRow1 = rCxt.maRange.aStart.Row(), nRow2 = rCxt.maRange.aEnd.Row(); in UpdateReference()
1774 SCTAB nTab1 = rCxt.maRange.aStart.Tab(), nTab2 = rCxt.maRange.aEnd.Tab(); in UpdateReference()
1896 nTab += rCxt.mnSheets; in UpdateInsertTab()
1925 nTab -= rCxt.mnSheets; in UpdateDeleteTab()
1952 pDBDataNoName->UpdateMoveTab(rCxt.mnOldPos, rCxt.mnNewPos); in UpdateMoveTab()
[all …]

123