Home
last modified time | relevance | path

Searched refs:aDestArea (Results 1 – 25 of 42) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxarealink.cxx32 table::CellRangeAddress aDestArea = xAreaLink->getDestArea(); in testSetDestArea() local
33 … CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (Sheet)", sal_Int16(1), aDestArea.Sheet); in testSetDestArea()
34 …CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (StartCol)", sal_Int32(3), aDestArea.Start… in testSetDestArea()
35 …CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (StartRow)", sal_Int32(4), aDestArea.Start… in testSetDestArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxarealink.cxx32 table::CellRangeAddress aDestArea = xAreaLink->getDestArea(); in testSetDestArea() local
33 … CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (Sheet)", sal_Int16(1), aDestArea.Sheet); in testSetDestArea()
34 …CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (StartCol)", sal_Int32(3), aDestArea.Start… in testSetDestArea()
35 …CPPUNIT_ASSERT_EQUAL_MESSAGE("Couldn't set new DestArea (StartRow)", sal_Int32(4), aDestArea.Start… in testSetDestArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dareasave.cxx32 aDestArea ( rSource.GetDestArea() ), in ScAreaLinkSaver()
49 aDestArea == rCompare.GetDestArea() ); in IsEqual()
54 rLink.SetDestArea( aDestArea ); in WriteToLink()
67 aSourceArea, aDestArea.aStart, nRefresh ); in InsertNewLink()
69 pLink->SetDestArea( aDestArea ); in InsertNewLink()
H A Dundodat.cxx1553 , aDestArea(rArea) in ScUndoConsolidate()
1573 SCTAB nTab = aDestArea.nTab; in Undo()
1588 …rDoc.DeleteAreaTab( 0,aDestArea.nRowStart, rDoc.MaxCol(),aDestArea.nRowEnd, nTab, InsertDeleteFlag… in Undo()
1589 xUndoDoc->UndoToDocument(0, aDestArea.nRowStart, nTab, in Undo()
1605 rDoc.DeleteAreaTab( aDestArea.nColStart,aDestArea.nRowStart, in Undo()
1606 aDestArea.nColEnd,aDestArea.nRowEnd, nTab, InsertDeleteFlags::ALL ); in Undo()
1607 xUndoDoc->CopyToDocument(aDestArea.nColStart, aDestArea.nRowStart, nTab, in Undo()
1608 aDestArea.nColEnd, aDestArea.nRowEnd, nTab, in Undo()
1618 SCCOL nEndX = aDestArea.nColEnd; in Undo()
1619 SCROW nEndY = aDestArea.nRowEnd; in Undo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dareasave.cxx32 aDestArea ( rSource.GetDestArea() ), in ScAreaLinkSaver()
49 aDestArea == rCompare.GetDestArea() ); in IsEqual()
54 rLink.SetDestArea( aDestArea ); in WriteToLink()
67 aSourceArea, aDestArea.aStart, nRefresh ); in InsertNewLink()
69 pLink->SetDestArea( aDestArea ); in InsertNewLink()
H A Dundodat.cxx1524 , aDestArea(rArea) in ScUndoConsolidate()
1544 SCTAB nTab = aDestArea.nTab; in Undo()
1559 …rDoc.DeleteAreaTab( 0,aDestArea.nRowStart, rDoc.MaxCol(),aDestArea.nRowEnd, nTab, InsertDeleteFlag… in Undo()
1560 xUndoDoc->UndoToDocument(0, aDestArea.nRowStart, nTab, in Undo()
1576 rDoc.DeleteAreaTab( aDestArea.nColStart,aDestArea.nRowStart, in Undo()
1577 aDestArea.nColEnd,aDestArea.nRowEnd, nTab, InsertDeleteFlags::ALL ); in Undo()
1578 xUndoDoc->CopyToDocument(aDestArea.nColStart, aDestArea.nRowStart, nTab, in Undo()
1579 aDestArea.nColEnd, aDestArea.nRowEnd, nTab, in Undo()
1589 SCCOL nEndX = aDestArea.nColEnd; in Undo()
1590 SCROW nEndY = aDestArea.nRowEnd; in Undo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Darealink.cxx60 aDestArea (rDest), in ScAreaLink()
144 … aSourceArea, aDestArea, GetRefreshDelay() ) ); in Closed()
149 SCTAB nDestTab = aDestArea.aStart.Tab(); in Closed()
157 aDestArea = rNew; // for Undo in SetDestArea()
178 aSourceArea == rSource && aDestArea.aStart == rDest.aStart; in IsEqual()
313 ScAddress aDestPos = aDestArea.aStart; in Refresh()
315 ScRange aOldRange = aDestArea; in Refresh()
316 ScRange aNewRange = aDestArea; // old range, if file not found or similar in Refresh()
441 if ( aNewRange != aDestArea ) in Refresh()
442 aDestArea = aNewRange; in Refresh()
H A Ddocsh5.cxx564 ScArea aDestArea( rParam.nTab, rParam.nCol, rParam.nRow, in DoConsolidate() local
566 if (rParam.bByCol) ++aDestArea.nColEnd; in DoConsolidate()
567 if (rParam.bByRow) ++aDestArea.nRowEnd; in DoConsolidate()
590 m_aDocument.CopyToDocument(0, aDestArea.nRowStart, nDestTab, in DoConsolidate()
591 m_aDocument.MaxCol(),aDestArea.nRowEnd, nDestTab, in DoConsolidate()
599 … std::make_unique<ScUndoConsolidate>( this, aDestArea, rParam, std::move(pUndoDoc), in DoConsolidate()
605 pUndoDoc->InitUndo( m_aDocument, aDestArea.nTab, aDestArea.nTab ); in DoConsolidate()
607 m_aDocument.CopyToDocument(aDestArea.nColStart, aDestArea.nRowStart, aDestArea.nTab, in DoConsolidate()
608 aDestArea.nColEnd, aDestArea.nRowEnd, aDestArea.nTab, in DoConsolidate()
616 … std::make_unique<ScUndoConsolidate>( this, aDestArea, rParam, std::move(pUndoDoc), in DoConsolidate()
H A Ddocfunc.cxx4572 ScRange aDestArea = aRange; in FillSimple() local
4685 ScRange aDestArea = rRange; in FillSeries() local
4733 aDestArea.aStart.Col(), aDestArea.aStart.Row(), 0, in FillSeries()
4734 aDestArea.aEnd.Col(), aDestArea.aEnd.Row(), nTabCount-1, in FillSeries()
4738 if (aDestArea.aStart.Col() <= aDestArea.aEnd.Col() && in FillSeries()
4739 aDestArea.aStart.Row() <= aDestArea.aEnd.Row()) in FillSeries()
4743 … SCCOL nValX = (eDir == FILL_TO_LEFT) ? aDestArea.aEnd.Col() : aDestArea.aStart.Col(); in FillSeries()
4744 … SCROW nValY = (eDir == FILL_TO_TOP ) ? aDestArea.aEnd.Row() : aDestArea.aStart.Row(); in FillSeries()
4813 ScRange aDestArea = rRange; in FillAuto() local
4890 aDestArea.aStart.Col(), aDestArea.aStart.Row(), 0, in FillAuto()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Darealink.cxx60 aDestArea (rDest), in ScAreaLink()
144 … aSourceArea, aDestArea, GetRefreshDelay() ) ); in Closed()
149 SCTAB nDestTab = aDestArea.aStart.Tab(); in Closed()
157 aDestArea = rNew; // for Undo in SetDestArea()
178 aSourceArea == rSource && aDestArea.aStart == rDest.aStart; in IsEqual()
310 ScAddress aDestPos = aDestArea.aStart; in Refresh()
312 ScRange aOldRange = aDestArea; in Refresh()
313 ScRange aNewRange = aDestArea; // old range, if file not found or similar in Refresh()
438 if ( aNewRange != aDestArea ) in Refresh()
439 aDestArea = aNewRange; in Refresh()
H A Ddocsh5.cxx566 ScArea aDestArea( rParam.nTab, rParam.nCol, rParam.nRow, in DoConsolidate() local
568 if (rParam.bByCol) ++aDestArea.nColEnd; in DoConsolidate()
569 if (rParam.bByRow) ++aDestArea.nRowEnd; in DoConsolidate()
592 m_aDocument.CopyToDocument(0, aDestArea.nRowStart, nDestTab, in DoConsolidate()
593 m_aDocument.MaxCol(),aDestArea.nRowEnd, nDestTab, in DoConsolidate()
601 … std::make_unique<ScUndoConsolidate>( this, aDestArea, rParam, std::move(pUndoDoc), in DoConsolidate()
607 pUndoDoc->InitUndo( &m_aDocument, aDestArea.nTab, aDestArea.nTab ); in DoConsolidate()
609 m_aDocument.CopyToDocument(aDestArea.nColStart, aDestArea.nRowStart, aDestArea.nTab, in DoConsolidate()
610 aDestArea.nColEnd, aDestArea.nRowEnd, aDestArea.nTab, in DoConsolidate()
618 … std::make_unique<ScUndoConsolidate>( this, aDestArea, rParam, std::move(pUndoDoc), in DoConsolidate()
H A Ddocfunc.cxx4555 ScRange aDestArea = aRange; in FillSimple() local
4716 aDestArea.aStart.Col(), aDestArea.aStart.Row(), 0, in FillSeries()
4717 aDestArea.aEnd.Col(), aDestArea.aEnd.Row(), nTabCount-1, in FillSeries()
4721 if (aDestArea.aStart.Col() <= aDestArea.aEnd.Col() && in FillSeries()
4722 aDestArea.aStart.Row() <= aDestArea.aEnd.Row()) in FillSeries()
4726 … SCCOL nValX = (eDir == FILL_TO_LEFT) ? aDestArea.aEnd.Col() : aDestArea.aStart.Col(); in FillSeries()
4727 … SCROW nValY = (eDir == FILL_TO_TOP ) ? aDestArea.aEnd.Row() : aDestArea.aStart.Row(); in FillSeries()
4796 ScRange aDestArea = rRange; in FillAuto() local
4873 aDestArea.aStart.Col(), aDestArea.aStart.Row(), 0, in FillAuto()
4874 aDestArea.aEnd.Col(), aDestArea.aEnd.Row(), nTabCount-1, in FillAuto()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Darealink.hxx39 ScRange aDestArea; member in ScAreaLink
73 const ScRange& GetDestArea() const { return aDestArea; } in GetDestArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Darealink.hxx38 ScRange aDestArea; member in ScAreaLink
72 const ScRange& GetDestArea() const { return aDestArea; } in GetDestArea()
H A Dlinkuno.hxx215 virtual void SAL_CALL setDestArea( const css::table::CellRangeAddress& aDestArea ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dquerytablebuffer.cxx114 CellRangeAddress aDestArea = xAreaLink->getDestArea(); in lclFindAreaLink() local
116 …if( (rDestPos.Tab() == aDestArea.Sheet) && (rDestPos.Col() == aDestArea.StartColumn) && (rDestPos.… in lclFindAreaLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dquerytablebuffer.cxx114 CellRangeAddress aDestArea = xAreaLink->getDestArea(); in lclFindAreaLink() local
116 …if( (rDestPos.Tab() == aDestArea.Sheet) && (rDestPos.Col() == aDestArea.StartColumn) && (rDestPos.… in lclFindAreaLink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dareasave.hxx38 ScRange aDestArea; member in ScAreaLinkSaver
H A Dundodat.hxx378 ScArea aDestArea; member in ScUndoConsolidate
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dareasave.hxx38 ScRange const aDestArea; member in ScAreaLinkSaver
H A Dundodat.hxx379 ScArea const aDestArea; member in ScUndoConsolidate
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Ddrwtrans.cxx723 tools::Rectangle aDestArea( Point(), m_aSrcSize ); in InitDocShell() local
724 pDocSh->SetVisArea( aDestArea ); in InitDocShell()
732 aViewData.SetScreen( aDestArea ); in InitDocShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Ddrwtrans.cxx724 tools::Rectangle aDestArea( Point(), m_aSrcSize ); in InitDocShell() local
725 pDocSh->SetVisArea( aDestArea ); in InitDocShell()
733 aViewData.SetScreen( aDestArea ); in InitDocShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sheet/
H A DXAreaLink.idl61 void setDestArea( [in] com::sun::star::table::CellRangeAddress aDestArea );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sheet/
H A DXAreaLink.idl61 void setDestArea( [in] com::sun::star::table::CellRangeAddress aDestArea );

12