Home
last modified time | relevance | path

Searched refs:CellStorage (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DCellStorage.cpp66 class Q_DECL_HIDDEN CellStorage::Private
233 CellStorage::CellStorage(Sheet* sheet) in CellStorage() function in CellStorage
239 CellStorage::CellStorage(const CellStorage& other) in CellStorage() function in CellStorage
245 CellStorage::CellStorage(const CellStorage& other, Sheet* sheet) in CellStorage() function in CellStorage
251 CellStorage::~CellStorage() in ~CellStorage()
256 Sheet* CellStorage::sheet() const in sheet()
261 void CellStorage::take(int col, int row) in take()
1617 CellStorage CellStorage::subStorage(const Region& region) const in subStorage()
1622 CellStorage subStorage(d->sheet); in subStorage()
1679 void CellStorage::startUndoRecording() in startUndoRecording()
[all …]
H A DCellStorage.h71 class CALLIGRA_SHEETS_ODF_EXPORT CellStorage : public QObject
91 explicit CellStorage(Sheet *sheet);
97 CellStorage(const CellStorage& other);
103 CellStorage(const CellStorage& other, Sheet* sheet);
108 ~CellStorage() override;
374 CellStorage subStorage(const Region& region) const;
414 CellStorage& operator=(const CellStorage&);
H A DSheetModel.cpp125 CellStorage *const storage = d->sheet->cellStorage(); in data()
223 CellStorage *const storage = d->sheet->cellStorage(); in setData()
250 CellStorage *const storage = d->sheet->cellStorage(); in setData()
H A DSheet.h51 class CellStorage; variable
403 CellStorage* cellStorage() const;
H A DSheet.cpp102 CellStorage* cellStorage;
144 d->cellStorage = new CellStorage(this); in Sheet()
203 d->cellStorage = new CellStorage(*other.d->cellStorage, this); in Sheet()
439 CellStorage* Sheet::cellStorage() const in cellStorage()
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestDependencies.h29 class CellStorage; variable
45 CellStorage* m_storage;
H A DTestSort.cpp47 CellStorage* storage = sheet->cellStorage(); in AscendingOrder()
101 CellStorage* storage = sheet->cellStorage(); in DescendingOrder()
H A DTestCellStorage.cpp35 CellStorage* storage = sheet->cellStorage(); in testMergedCellsInsertRowBug()
H A DTestCell.cpp70 CellStorage* storage = sheet->cellStorage(); in testRichText()
H A DTestDatabaseFunctions.cpp67 CellStorage* storage = sheet->cellStorage(); in initTestCase()
H A DTestSheet.cpp180 CellStorage* storage = m_sheet->cellStorage();
H A DTestMathFunctions.cpp106 CellStorage* storage1 = sheet1->cellStorage(); in initTestCase()
118 CellStorage* storage2 = sheet2->cellStorage(); in initTestCase()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/customize/
H A Dcustomizer.cpp38 template <typename Partition, typename CellStorage>
40 const CellStorage &storage, in printUnreachableStatistics()
106 const partitioner::CellStorage &storage, in customizeFilteredMetrics()
149 partitioner::CellStorage storage; in Run()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase_p.cpp331 Cell cell = sheet->cellStorage()->firstInRow(marker.y(), CellStorage::VisitContent); in processHomeKey()
374 cell = sheet->cellStorage()->lastInRow(marker.y(), CellStorage::VisitContent); in processEndKey()
376 … cell = sheet->cellStorage()->prevInRow(cell.column(), cell.row(), CellStorage::VisitContent); in processEndKey()
497 … cell = sheet->cellStorage()->prevInColumn(marker.x(), marker.y(), CellStorage::VisitContent); in processControlArrowKey()
538 … cell = sheet->cellStorage()->nextInColumn(marker.x(), marker.y(), CellStorage::VisitContent); in processControlArrowKey()
580 … cell = sheet->cellStorage()->nextInRow(marker.x(), marker.y(), CellStorage::VisitContent); in processControlArrowKey()
1312 const CellStorage *const storage = sheet->cellStorage(); in testListChoose()
1322 cell = storage->firstInColumn(cursorCell.column(), CellStorage::Values); in testListChoose()
1324 cell = storage->nextInColumn(cursorCell.column(), range.top() - 1, CellStorage::Values); in testListChoose()
1331 cell = storage->nextInColumn(cell.column(), cell.row(), CellStorage::Values); in testListChoose()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/include/partitioner/
H A Dcell_statistics.hpp13 template <typename Partition, typename CellStorage>
14 void printCellStatistics(const Partition &partition, const CellStorage &storage) in printCellStatistics()
H A Dfiles.hpp48 std::is_same<CellStorage, CellStorageT>::value, in readCells()
62 std::is_same<CellStorage, CellStorageT>::value, in writeCells()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkProbeFilter.cxx606 class CellStorage class
609 CellStorage() in CellStorage() function in __anon9a8b503a0111::CellStorage
614 ~CellStorage() in ~CellStorage()
621 CellStorage(const CellStorage&) in CellStorage() argument
626 CellStorage& operator=(const CellStorage&) in operator =() argument
697 CellStorage &cs = this->Cells.Local(); in operator ()()
719 vtkSMPThreadLocal<CellStorage> Cells;
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DSortManipulator.h30 class CellStorage; variable
99 CellStorage* m_cellStorage; // temporary
H A DSortManipulator.cpp71 m_cellStorage = new CellStorage(m_sheet->cellStorage()->subStorage(*this)); in preProcessing()
H A DCopyCommand.cpp54 CellStorage *const storage = sheet->cellStorage(); in saveAsXml()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/customizer/
H A Dcell_customizer.hpp38 const partitioner::CellStorage &cells, in Customize()
117 const partitioner::CellStorage &cells, in Customize()
141 const partitioner::CellStorage &cells, in RelaxNode()
/dports/editors/calligra/calligra-3.2.1/sheets/doc/
H A DNOTES.valuemodel6 - alternative: combine those directly in CellStorage or Sheet
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/customizer/
H A Dcell_customization.cpp79 CellStorage storage(mlp, graph); in BOOST_AUTO_TEST_CASE()
159 CellStorage storage(mlp, graph); in BOOST_AUTO_TEST_CASE()
284 CellStorage storage_rec(mlp, graph); in BOOST_AUTO_TEST_CASE()
325 CellStorage storage(mlp, graph); in BOOST_AUTO_TEST_CASE()
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/partitioner/
H A Dcell_storage.cpp78 CellStorage storage(mlp, graph); in BOOST_AUTO_TEST_CASE()
222 const CellStorage const_storage(mlp, graph); in BOOST_AUTO_TEST_CASE()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/partitioner/
H A Dpartitioner.cpp197 CellStorage storage(mlp, edge_based_graph); in Run()

12