Home
last modified time | relevance | path

Searched refs:aRowObjects (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/extras/
H A Danchor.cxx279 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCopyColumnWithImages() local
282 static_cast<int>(aRowObjects[2].size())); in testCopyColumnWithImages()
284 static_cast<int>(aRowObjects[10].size())); in testCopyColumnWithImages()
302 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCopyColumnWithImages() local
305 static_cast<int>(aRowObjects[2].size())); in testCopyColumnWithImages()
341 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCutWithImages() local
346 static_cast<int>(aRowObjects[2].size())); in testCutWithImages()
348 static_cast<int>(aRowObjects[10].size())); in testCutWithImages()
360 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCutWithImages() local
363 static_cast<int>(aRowObjects[2].size())); in testCutWithImages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/
H A Danchor.cxx281 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCopyColumnWithImages() local
284 static_cast<int>(aRowObjects[2].size())); in testCopyColumnWithImages()
286 static_cast<int>(aRowObjects[10].size())); in testCopyColumnWithImages()
304 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCopyColumnWithImages() local
307 static_cast<int>(aRowObjects[2].size())); in testCopyColumnWithImages()
344 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCutWithImages() local
349 static_cast<int>(aRowObjects[2].size())); in testCutWithImages()
351 static_cast<int>(aRowObjects[10].size())); in testCutWithImages()
363 std::map<SCROW, std::vector<SdrObject*>> aRowObjects in testCutWithImages() local
366 static_cast<int>(aRowObjects[2].size())); in testCutWithImages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddrwlayer.cxx2197 std::map<SCROW, std::vector<SdrObject*>> aRowObjects; in GetObjectsAnchoredToRange() local
2207 aRowObjects[pObjData->maStart.Row()].push_back(pObject); in GetObjectsAnchoredToRange()
2211 return aRowObjects; in GetObjectsAnchoredToRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddrwlayer.cxx2498 std::map<SCROW, std::vector<SdrObject*>> aRowObjects; in GetObjectsAnchoredToRange() local
2508 aRowObjects[pObjData->maStart.Row()].push_back(pObject); in GetObjectsAnchoredToRange()
2512 return aRowObjects; in GetObjectsAnchoredToRange()