Home
last modified time | relevance | path

Searched refs:aCxt (Results 1 – 25 of 75) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocument.cxx579 SetAllFormulasDirty(aCxt); in InsertTab()
666 SetAllFormulasDirty(aCxt); in InsertTabs()
1292 aCxt.meMode = URM_INSDEL; in InsertRow()
1294 aCxt.mnRowDelta = nSize; in InsertRow()
1403 aCxt.meMode = URM_INSDEL; in DeleteRow()
1529 aCxt.meMode = URM_INSDEL; in InsertCol()
1531 aCxt.mnColDelta = nSize; in InsertCol()
1620 aCxt.meMode = URM_INSDEL; in DeleteCol()
2887 aCxt.setDeleteFlag(nDelFlag); in CopyFromClip()
2938 for (SCTAB i = aCxt.getTabStart(); i <= aCxt.getTabEnd(); ++i) in CopyFromClip()
[all …]
H A Ddocumen7.cxx251 sc::EndListeningContext aCxt(*this); in EndListeningFormulaCells() local
253 pCell->EndListeningTo(aCxt); in EndListeningFormulaCells()
255 aCxt.purgeEmptyBroadcasters(); in EndListeningFormulaCells()
584 sc::StartListeningContext aCxt(*this); in StartAllListeners() local
587 maTabs[i]->StartListeners(aCxt, true); in StartAllListeners()
H A Ddocumen2.cxx720 sc::RefUpdateMoveTabContext aCxt( *this, nOldPos, nNewPos); in MoveTab() local
725 pRangeName->UpdateMoveTab(aCxt); in MoveTab()
738 pValidationList->UpdateMoveTab(aCxt); in MoveTab()
748 maTabs[i]->UpdateMoveTab(aCxt, i, pProgress); in MoveTab()
788 sc::RefUpdateInsertTabContext aCxt( *this, nNewPos, 1); in CopyTab() local
807 pRangeName->UpdateInsertTab(aCxt); in CopyTab()
822 (*it)->UpdateInsertTab(aCxt); in CopyTab()
837 pValidationList->UpdateInsertTab(aCxt); in CopyTab()
869 maTabs[nOldPos]->UpdateInsertTab(aCxt); in CopyTab()
965 sc::CopyToDocContext aCxt(*this); in TransferTab() local
[all …]
H A Ddocument10.cxx207 sc::EndListeningContext aCxt(*this); in ConvertFormulaToValue() local
216 aCxt, rRange.aStart.Col(), rRange.aStart.Row(), rRange.aEnd.Col(), rRange.aEnd.Row(), in ConvertFormulaToValue()
220 aCxt.purgeEmptyBroadcasters(); in ConvertFormulaToValue()
490 sc::EndListeningContext aCxt(*this); in EndListeningGroups() local
497 pTab->EndListeningGroup(aCxt, rPos.Col(), rPos.Row()); in EndListeningGroups()
500 aCxt.purgeEmptyBroadcasters(); in EndListeningGroups()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocument.cxx578 SetAllFormulasDirty(aCxt); in InsertTab()
665 SetAllFormulasDirty(aCxt); in InsertTabs()
1296 aCxt.meMode = URM_INSDEL; in InsertRow()
1298 aCxt.mnRowDelta = nSize; in InsertRow()
1404 aCxt.meMode = URM_INSDEL; in DeleteRow()
1527 aCxt.meMode = URM_INSDEL; in InsertCol()
1529 aCxt.mnColDelta = nSize; in InsertCol()
1615 aCxt.meMode = URM_INSDEL; in DeleteCol()
2857 aCxt.setDeleteFlag(nDelFlag); in CopyFromClip()
2908 for (SCTAB i = aCxt.getTabStart(); i <= aCxt.getTabEnd(); ++i) in CopyFromClip()
[all …]
H A Ddocumen7.cxx251 sc::EndListeningContext aCxt(*this); in EndListeningFormulaCells() local
253 pCell->EndListeningTo(aCxt); in EndListeningFormulaCells()
255 aCxt.purgeEmptyBroadcasters(); in EndListeningFormulaCells()
584 sc::StartListeningContext aCxt(*this); in StartAllListeners() local
587 maTabs[i]->StartListeners(aCxt, true); in StartAllListeners()
H A Ddocumen2.cxx698 sc::RefUpdateMoveTabContext aCxt( *this, nOldPos, nNewPos); in MoveTab() local
703 pRangeName->UpdateMoveTab(aCxt); in MoveTab()
716 pValidationList->UpdateMoveTab(aCxt); in MoveTab()
726 maTabs[i]->UpdateMoveTab(aCxt, i, pProgress); in MoveTab()
766 sc::RefUpdateInsertTabContext aCxt( *this, nNewPos, 1); in CopyTab() local
785 pRangeName->UpdateInsertTab(aCxt); in CopyTab()
800 (*it)->UpdateInsertTab(aCxt); in CopyTab()
815 pValidationList->UpdateInsertTab(aCxt); in CopyTab()
847 maTabs[nOldPos]->UpdateInsertTab(aCxt); in CopyTab()
943 sc::CopyToDocContext aCxt(*this); in TransferTab() local
[all …]
H A Ddocument10.cxx207 sc::EndListeningContext aCxt(*this); in ConvertFormulaToValue() local
216 aCxt, rRange.aStart.Col(), rRange.aStart.Row(), rRange.aEnd.Col(), rRange.aEnd.Row(), in ConvertFormulaToValue()
220 aCxt.purgeEmptyBroadcasters(); in ConvertFormulaToValue()
442 sc::EndListeningContext aCxt(*this); in EndListeningGroups() local
449 pTab->EndListeningGroup(aCxt, rPos.Col(), rPos.Row()); in EndListeningGroups()
452 aCxt.purgeEmptyBroadcasters(); in EndListeningGroups()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Drefundo.cxx165 sc::SetFormulaDirtyContext aCxt; in DoUndo() local
166 pDoc->SetAllFormulasDirty(aCxt); in DoUndo()
H A Dundoblk.cxx1263 sc::RowHeightContext aCxt( in PaintArea() local
1267 …if (rDoc.SetOptimalHeight(aCxt, aRange.aStart.Row(), aRange.aEnd.Row(), aRange.aStart.Tab(), true)) in PaintArea()
1356 sc::RefUpdateContext aCxt(rDoc); in Undo() local
1357 aCxt.meMode = URM_MOVE; in Undo()
1358 aCxt.maRange = aSrcRange; in Undo()
1359 aCxt.mnColDelta = nColDelta; in Undo()
1360 aCxt.mnRowDelta = nRowDelta; in Undo()
1361 aCxt.mnTabDelta = nTabDelta; in Undo()
1366 pName->UpdateReference(aCxt); in Undo()
1374 pName->UpdateReference(aCxt, nTab); in Undo()
[all …]
H A Dundobase.cxx306 sc::RowHeightContext aCxt(rDoc.MaxRow(), nPPTX, nPPTY, aZoomX, aZoomY, pVirtDev); in AdjustHeight() local
308 aCxt, aBlockRange.aStart.Row(), aBlockRange.aEnd.Row(), aBlockRange.aStart.Tab(), true); in AdjustHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Drefundo.cxx165 sc::SetFormulaDirtyContext aCxt; in DoUndo() local
166 pDoc->SetAllFormulasDirty(aCxt); in DoUndo()
H A Dundoblk.cxx1246 sc::RowHeightContext aCxt( in PaintArea() local
1250 … if (rDoc.SetOptimalHeight(aCxt, aRange.aStart.Row(), aRange.aEnd.Row(), aRange.aStart.Tab())) in PaintArea()
1339 sc::RefUpdateContext aCxt(rDoc); in Undo() local
1340 aCxt.meMode = URM_MOVE; in Undo()
1341 aCxt.maRange = aSrcRange; in Undo()
1342 aCxt.mnColDelta = nColDelta; in Undo()
1343 aCxt.mnRowDelta = nRowDelta; in Undo()
1344 aCxt.mnTabDelta = nTabDelta; in Undo()
1349 pName->UpdateReference(aCxt); in Undo()
1357 pName->UpdateReference(aCxt, nTab); in Undo()
[all …]
H A Dundobase.cxx306 sc::RowHeightContext aCxt(nPPTX, nPPTY, aZoomX, aZoomY, pVirtDev); in AdjustHeight() local
308 aCxt, aBlockRange.aStart.Row(), aBlockRange.aEnd.Row(), aBlockRange.aStart.Tab()); in AdjustHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dspelldialog.cxx140 sc::SetFormulaDirtyContext aCxt; in Reset() local
141 mpDoc->SetAllFormulasDirty(aCxt); in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dspelldialog.cxx131 sc::SetFormulaDirtyContext aCxt; in Reset() local
132 mpDoc->SetAllFormulasDirty(aCxt); in Reset()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsObjectLoadingContent.h271 nsresult BindToTree(mozilla::dom::BindContext& aCxt, nsINode& aParent) { in BindToTree() argument
272 nsImageLoadingContent::BindToTree(aCxt, aParent); in BindToTree()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsObjectLoadingContent.h273 nsresult BindToTree(mozilla::dom::BindContext& aCxt, nsINode& aParent) { in BindToTree() argument
274 nsImageLoadingContent::BindToTree(aCxt, aParent); in BindToTree()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsObjectLoadingContent.h271 nsresult BindToTree(mozilla::dom::BindContext& aCxt, nsINode& aParent) { in BindToTree() argument
272 nsImageLoadingContent::BindToTree(aCxt, aParent); in BindToTree()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh5.cxx408 …sc::RowHeightContext aCxt(m_aDocument.MaxRow(), aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, aP… in AdjustRowHeight() local
409 bool bChange = m_aDocument.SetOptimalHeight(aCxt, nStartRow,nEndRow, nTab, true); in AdjustRowHeight()
428 …sc::RowHeightContext aCxt(m_aDocument.MaxRow(), aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, aP… in UpdateAllRowHeights() local
429 m_aDocument.UpdateAllRowHeights(aCxt, pTabMark); in UpdateAllRowHeights()
724 sc::SetFormulaDirtyContext aCxt; in UseScenario() local
725 m_aDocument.SetAllFormulasDirty(aCxt); in UseScenario()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh5.cxx410 sc::RowHeightContext aCxt(aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, aProv.GetDevice()); in AdjustRowHeight() local
411 bool bChange = m_aDocument.SetOptimalHeight(aCxt, nStartRow,nEndRow, nTab); in AdjustRowHeight()
430 sc::RowHeightContext aCxt(aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, aProv.GetDevice()); in UpdateAllRowHeights() local
431 m_aDocument.UpdateAllRowHeights(aCxt, pTabMark); in UpdateAllRowHeights()
726 sc::SetFormulaDirtyContext aCxt; in UseScenario() local
727 m_aDocument.SetAllFormulasDirty(aCxt); in UseScenario()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dformulalogger.cxx81 sc::TokenStringContext aCxt(rDoc, rDoc.GetGrammar()); in Impl() local
82 OUString aFormula = rCell.GetCode()->CreateString(aCxt, rCell.aPos); in Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dformulalogger.cxx80 sc::TokenStringContext aCxt(&rDoc, rDoc.GetGrammar()); in Impl() local
81 OUString aFormula = rCell.GetCode()->CreateString(&rDoc, aCxt, rCell.aPos); in Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/rtf/
H A Deeimpars.cxx451 sc::RowHeightContext aCxt(mpDoc->MaxRow(), nPPTX, nPPTY, aZoom, aZoom, pVirtDev); in WriteToDocument() local
452 aCxt.setExtraHeight(ScGlobal::nLastRowHeightExtra); in WriteToDocument()
453 mpDoc->SetOptimalHeight(aCxt, 0, nEndRow, 0, true); in WriteToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/rtf/
H A Deeimpars.cxx449 sc::RowHeightContext aCxt(nPPTX, nPPTY, aZoom, aZoom, pVirtDev); in WriteToDocument() local
450 aCxt.setExtraHeight(ScGlobal::nLastRowHeightExtra); in WriteToDocument()
451 mpDoc->SetOptimalHeight(aCxt, 0, nEndRow, 0); in WriteToDocument()

123