Home
last modified time | relevance | path

Searched refs:aEndItr (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx233 ScAccNotes::iterator aEndItr = maMarks.end(); in GetChild() local
236 if (aItr != aEndItr) in GetChild()
251 ScAccNotes::iterator aEndItr = maNotes.end(); in GetChild() local
254 if (aEndItr != aItr) in GetChild()
292 ScAccNotes::iterator aEndItr = maMarks.end(); in GetAt() local
294 if (aEndItr == aItr) in GetAt()
296 aEndItr = maNotes.end(); in GetAt()
297 aItr = std::find_if(maNotes.begin(), aEndItr, aPointFound); in GetAt()
299 if (aEndItr != aItr) in GetAt()
347 ScAccNotes::iterator aEndItr = rOldNotes.end(); in CheckChanges() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx222 ScAccNotes::iterator aEndItr = maMarks.end(); in GetChild() local
225 if (aItr != aEndItr) in GetChild()
240 ScAccNotes::iterator aEndItr = maNotes.end(); in GetChild() local
243 if (aEndItr != aItr) in GetChild()
277 ScAccNotes::iterator aEndItr = maMarks.end(); in GetAt() local
279 if (aEndItr == aItr) in GetAt()
281 aEndItr = maNotes.end(); in GetAt()
282 aItr = std::find_if(maNotes.begin(), aEndItr, aPointFound); in GetAt()
284 if (aEndItr != aItr) in GetAt()
332 ScAccNotes::iterator aEndItr = rOldNotes.end(); in CheckChanges() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx90 ScMyShapeList::iterator aEndItr(aShapeList.end()); in SetCellData() local
91 while( (aItr != aEndItr) && (aItr->aAddress == rMyCell.maCellAddress) ) in SetCellData()
441 ScMyDetectiveObjList::iterator aEndItr(aDetectiveObjList.end()); in SetCellData() local
442 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
500 ScMyDetectiveOpList::iterator aEndItr(aDetectiveOpList.end()); in SetCellData() local
501 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
H A DXMLStylesExportHelper.cxx802 ScMyFormatRangeAddresses::iterator aEndItr(rFormatRanges.end()); in GetStyleNameIndex() local
803 while (aItr != aEndItr) in GetStyleNameIndex()
840 ScMyFormatRangeAddresses::iterator aEndItr(rFormatRanges.end()); in GetFormatRanges() local
842 while (aItr != aEndItr && nColumns < nTotalColumns) in GetFormatRanges()
H A Dxmlexprt.cxx613 ScMyShapeList::const_iterator aEndItr(pShapeList->end()); in CollectShapesAutoStyles() local
614 while ( aShapeItr != aEndItr && ( aShapeItr->aAddress.Tab() == nTable ) ) in CollectShapesAutoStyles()
2008 std::vector< XMLPropertyState >::iterator aEndItr(aPropStates.end()); in AddStyleFromCells() local
2010 while (aItr != aEndItr) in AddStyleFromCells()
2024 aEndItr = aPropStates.end(); // old aEndItr is invalidated! in AddStyleFromCells()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx87 ScMyShapeList::iterator aEndItr(aShapeList.end()); in SetCellData() local
88 while( (aItr != aEndItr) && (aItr->aAddress == rMyCell.maCellAddress) ) in SetCellData()
438 ScMyDetectiveObjList::iterator aEndItr(aDetectiveObjList.end()); in SetCellData() local
439 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
497 ScMyDetectiveOpList::iterator aEndItr(aDetectiveOpList.end()); in SetCellData() local
498 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
H A DXMLStylesExportHelper.cxx805 ScMyFormatRangeAddresses::iterator aEndItr(rFormatRanges.end()); in GetStyleNameIndex() local
806 while (aItr != aEndItr) in GetStyleNameIndex()
843 ScMyFormatRangeAddresses::iterator aEndItr(rFormatRanges.end()); in GetFormatRanges() local
845 while (aItr != aEndItr && nColumns < nTotalColumns) in GetFormatRanges()
H A Dxmlexprt.cxx605 ScMyShapeList::const_iterator aEndItr(pShapeList->end()); in CollectShapesAutoStyles() local
606 while ( aShapeItr != aEndItr && ( aShapeItr->aAddress.Tab() == nTable ) ) in CollectShapesAutoStyles()
1997 std::vector< XMLPropertyState >::iterator aEndItr(aPropStates.end()); in AddStyleFromCells() local
1999 while (aItr != aEndItr) in AddStyleFromCells()
2013 aEndItr = aPropStates.end(); // old aEndItr is invalidated! in AddStyleFromCells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dnumehelp.cxx77 XMLNumberFormatSet::iterator aEndItr(aNumberFormats.end()); in GetCellType() local
78 if (aItr != aEndItr) in GetCellType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dnumehelp.cxx77 XMLNumberFormatSet::iterator aEndItr(aNumberFormats.end()); in GetCellType() local
78 if (aItr != aEndItr) in GetCellType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog213985 get rid of aEndItr entirely
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog476034 get rid of aEndItr entirely