Home
last modified time | relevance | path

Searched refs:aItr (Results 1 – 25 of 54) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx91 while( (aItr != aEndItr) && (aItr->aAddress == rMyCell.maCellAddress) ) in SetCellData()
94 aItr = aShapeList.erase(aItr); in SetCellData()
220 if (aItr->bIsFirst) in SetCellData()
224 if( aItr->aCellRange.aStart.Col() < aItr->aCellRange.aEnd.Col() ) in SetCellData()
291 aItr = aAreaLinkList.erase( aItr ); in SetCellData()
298 aItr = aAreaLinkList.erase( aItr ); in SetCellData()
360 if( aItr->aStart.Col() < aItr->aEnd.Col() ) in SetCellData()
361 aItr->aStart.SetCol( aItr->aStart.Col() + 1 ); in SetCellData()
442 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
445 aItr = aDetectiveObjList.erase( aItr ); in SetCellData()
[all …]
H A DXMLColumnRowGroupExport.cxx81 … ScMyColumnRowGroupVec::iterator aItr = std::find_if_not(aTableStart.begin(), aTableStart.end(), in IsGroupStart() local
83 bGroupStart = (aItr != aTableStart.end()) && (aItr->nField == nField); in IsGroupStart()
97 ScMyColumnRowGroupVec::iterator aItr(aTableStart.begin()); in OpenGroups() local
99 while(!bReady && aItr != aTableStart.end()) in OpenGroups()
101 if (aItr->nField == nField) in OpenGroups()
103 OpenGroup(*aItr); in OpenGroups()
104 aItr = aTableStart.erase(aItr); in OpenGroups()
118 ScMyFieldGroupVec::iterator aItr(aTableEnd.begin()); in CloseGroups() local
120 while(!bReady && aItr != aTableEnd.end()) in CloseGroups()
122 if (*aItr == nField) in CloseGroups()
[all …]
H A DXMLStylesExportHelper.cxx621 if (aItr != aRowFormatRanges.end()) in GetNext()
623 aFormatRange = *aItr; in GetNext()
624 aRowFormatRanges.erase(aItr); in GetNext()
638 nMaxRows = (*aItr).nRepeatRows; in GetMaxRows()
803 while (aItr != aEndItr) in GetStyleNameIndex()
825 aItr = rFormatRanges.erase(aItr); in GetStyleNameIndex()
827 ++aItr; in GetStyleNameIndex()
870 … aRange.nRepeatColumns = aItr->aRangeAddress.EndColumn - aItr->aRangeAddress.StartColumn + 1; in GetFormatRanges()
884 ++aItr; in GetFormatRanges()
888 aItr = rFormatRanges.erase(aItr); in GetFormatRanges()
[all …]
H A DXMLStylesImportHelper.cxx36 ScMyStyleNumberFormatSet::iterator aItr(aSet.find(aStyleNumberFormat)); in GetStyleNumberFormat() local
37 if (aItr == aSet.end()) in GetStyleNumberFormat()
40 return aItr->nNumberFormat; in GetStyleNumberFormat()
282 ScMyStylesMap::iterator aItr(GetIterator(*pPrevStyleName)); in AddSingleRange() local
284 aItr->second->AddRange(rRange, nPrevCellType); in AddSingleRange()
286 aItr->second->AddCurrencyRange(rRange, pPrevCurrency); in AddSingleRange()
301 ScMyStylesMap::iterator aItr(GetIterator(sStyleName)); in AddColumnStyle() local
304 aColDefaultStyles.push_back(aItr); in AddColumnStyle()
H A DXMLDetectiveContext.cxx53 ScMyImpDetectiveOpList::iterator aItr = aDetectiveOpList.begin(); in GetFirstOp() local
54 rDetOp = *aItr; in GetFirstOp()
55 aDetectiveOpList.erase( aItr ); in GetFirstOp()
H A DXMLChangeTrackingImportHelper.cxx786 auto aItr = aActions.begin(); in CreateChangeTrack() local
787 while (aItr != aActions.end()) in CreateChangeTrack()
789 SetDependencies(aItr->get(), *pDoc); in CreateChangeTrack()
791 if ((*aItr)->nActionType == SC_CAT_CONTENT) in CreateChangeTrack()
792 ++aItr; in CreateChangeTrack()
794 aItr = aActions.erase(aItr); in CreateChangeTrack()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx88 while( (aItr != aEndItr) && (aItr->aAddress == rMyCell.maCellAddress) ) in SetCellData()
91 aItr = aShapeList.erase(aItr); in SetCellData()
219 if( aItr->aCellRange.aStart.Col() < aItr->aCellRange.aEnd.Col() ) in SetCellData()
286 aItr = aAreaLinkList.erase( aItr ); in SetCellData()
293 aItr = aAreaLinkList.erase( aItr ); in SetCellData()
357 if( aItr->aStart.Col() < aItr->aEnd.Col() ) in SetCellData()
358 aItr->aStart.SetCol( aItr->aStart.Col() + 1 ); in SetCellData()
439 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
442 aItr = aDetectiveObjList.erase( aItr ); in SetCellData()
498 while( (aItr != aEndItr) && (aItr->aPosition == rMyCell.aCellAddress) ) in SetCellData()
[all …]
H A DXMLColumnRowGroupExport.cxx81 … ScMyColumnRowGroupVec::iterator aItr = std::find_if_not(aTableStart.begin(), aTableStart.end(), in IsGroupStart() local
83 bGroupStart = (aItr != aTableStart.end()) && (aItr->nField == nField); in IsGroupStart()
97 ScMyColumnRowGroupVec::iterator aItr(aTableStart.begin()); in OpenGroups() local
99 while(!bReady && aItr != aTableStart.end()) in OpenGroups()
101 if (aItr->nField == nField) in OpenGroups()
103 OpenGroup(*aItr); in OpenGroups()
104 aItr = aTableStart.erase(aItr); in OpenGroups()
118 ScMyFieldGroupVec::iterator aItr(aTableEnd.begin()); in CloseGroups() local
120 while(!bReady && aItr != aTableEnd.end()) in CloseGroups()
122 if (*aItr == nField) in CloseGroups()
[all …]
H A DXMLStylesExportHelper.cxx624 if (aItr != aRowFormatRanges.end()) in GetNext()
626 aFormatRange = *aItr; in GetNext()
627 aRowFormatRanges.erase(aItr); in GetNext()
641 nMaxRows = (*aItr).nRepeatRows; in GetMaxRows()
806 while (aItr != aEndItr) in GetStyleNameIndex()
828 aItr = rFormatRanges.erase(aItr); in GetStyleNameIndex()
830 ++aItr; in GetStyleNameIndex()
873 … aRange.nRepeatColumns = aItr->aRangeAddress.EndColumn - aItr->aRangeAddress.StartColumn + 1; in GetFormatRanges()
887 ++aItr; in GetFormatRanges()
891 aItr = rFormatRanges.erase(aItr); in GetFormatRanges()
[all …]
H A DXMLStylesImportHelper.cxx36 ScMyStyleNumberFormatSet::iterator aItr(aSet.find(aStyleNumberFormat)); in GetStyleNumberFormat() local
37 if (aItr == aSet.end()) in GetStyleNumberFormat()
40 return aItr->nNumberFormat; in GetStyleNumberFormat()
300 ScMyStylesMap::iterator aItr(GetIterator(*pPrevStyleName)); in AddSingleRange() local
302 aItr->second->AddRange(rRange, nPrevCellType); in AddSingleRange()
304 aItr->second->AddCurrencyRange(rRange, pPrevCurrency); in AddSingleRange()
319 ScMyStylesMap::iterator aItr(GetIterator(sStyleName)); in AddColumnStyle() local
322 aColDefaultStyles.push_back(aItr); in AddColumnStyle()
H A DXMLDetectiveContext.cxx53 ScMyImpDetectiveOpList::iterator aItr = aDetectiveOpList.begin(); in GetFirstOp() local
54 rDetOp = *aItr; in GetFirstOp()
55 aDetectiveOpList.erase( aItr ); in GetFirstOp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dlistenercalls.cxx47 std::vector<ScUnoListenerEntry>::iterator aItr(aEntries.begin()); in ExecuteAndClear() local
48 while (aItr != aEntries.end()) in ExecuteAndClear()
50 ScUnoListenerEntry aEntry = *aItr; in ExecuteAndClear()
65 aItr = aEntries.erase(aItr); in ExecuteAndClear()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dlistenercalls.cxx49 std::vector<ScUnoListenerEntry>::iterator aItr(aEntries.begin()); in ExecuteAndClear() local
50 while (aItr != aEntries.end()) in ExecuteAndClear()
52 ScUnoListenerEntry aEntry = *aItr; in ExecuteAndClear()
67 aItr = aEntries.erase(aItr); in ExecuteAndClear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx236 if (aItr != aEndItr) in GetChild()
239 if (!aItr->mpTextHelper) in GetChild()
254 if (aEndItr != aItr) in GetChild()
257aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetChild()
294 if (aEndItr == aItr) in GetAt()
299 if (aEndItr != aItr) in GetAt()
301 if (!aItr->mpTextHelper) in GetAt()
302aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetAt()
365 if (aItr != aEndItr) in CheckChanges()
395 ++aItr; in CheckChanges()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx225 if (aItr != aEndItr) in GetChild()
228 if (!aItr->mpTextHelper) in GetChild()
243 if (aEndItr != aItr) in GetChild()
246aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetChild()
279 if (aEndItr == aItr) in GetAt()
284 if (aEndItr != aItr) in GetAt()
286 if (!aItr->mpTextHelper) in GetAt()
287aItr->mpTextHelper = CreateTextHelper(aItr->maNoteText, aItr->maRect, aItr->maNoteCell, aItr->mbMa… in GetAt()
350 if (aItr != aEndItr) in CheckChanges()
379 ++aItr; in CheckChanges()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx37 return aItr != aEnd; in HasSharedAction()
45 return aItr != aEnd; in HasOwnAction()
58 auto aItr = std::find_if(rConflictsList.begin(), aEnd, in GetSharedActionEntry() local
61 if (aItr != aEnd) in GetSharedActionEntry()
62 return &(*aItr); in GetSharedActionEntry()
73 if (aItr != aEnd) in GetOwnActionEntry()
74 return &(*aItr); in GetOwnActionEntry()
86 for ( auto aItr = rActionList.begin(); aItr != rActionList.end(); ) in Transform_Impl() local
91 *aItr = aItrMap->second; in Transform_Impl()
92 ++aItr; in Transform_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx36 return aItr != aEnd; in HasSharedAction()
44 return aItr != aEnd; in HasOwnAction()
58 auto aItr = std::find_if(rConflictsList.begin(), aEnd, in GetSharedActionEntry() local
61 if (aItr != aEnd) in GetSharedActionEntry()
62 return &(*aItr); in GetSharedActionEntry()
73 if (aItr != aEnd) in GetOwnActionEntry()
74 return &(*aItr); in GetOwnActionEntry()
86 for ( auto aItr = rActionList.begin(); aItr != rActionList.end(); ) in Transform_Impl() local
91 *aItr = aItrMap->second; in Transform_Impl()
92 ++aItr; in Transform_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlexppr.cxx122 aItr = ++aLastItr; in AddPropertyState()
127 if (aItr == aPropStates.end()) in AddPropertyState()
133 else if (aItr->mnIndex > rPropState.mnIndex) in AddPropertyState()
135 aLastItr = aPropStates.insert(aItr, rPropState); in AddPropertyState()
140 while(!bInserted && (aItr++ != aPropStates.end())); in AddPropertyState()
387 *pAPINames++ = aItr->GetApiName(); in FillPropertyStateArray()
388 aPropIters.push_back( aItr ); in FillPropertyStateArray()
391 ++aItr; in FillPropertyStateArray()
430 for (auto const& index : aItr->GetIndexes()) in FillPropertyStateArray()
435 ++aItr; in FillPropertyStateArray()
[all …]
H A Dnumehelp.cxx76 XMLNumberFormatSet::iterator aItr(aNumberFormats.find(aFormat)); in GetCellType() local
78 if (aItr != aEndItr) in GetCellType()
80 bIsStandard = aItr->bIsStandard; in GetCellType()
81 sCurrency = aItr->sCurrency; in GetCellType()
82 return aItr->nType; in GetCellType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Ditradj.cxx265 SwTextIter aItr ( GetTextFrame(), &aInf ); in CalcNewBlock() local
269 while (aItr.GetCurr() != pCurrent && aItr.GetNext()) in CalcNewBlock()
270 aItr.Next(); in CalcNewBlock()
274 rSI.SetNoKashidaLine ( aItr.GetStart(), aItr.GetLength()); in CalcNewBlock()
278 rSI.ClearKashidaInvalid ( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
279 rSI.ClearNoKashidaLine( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
356 if ( !lcl_CheckKashidaPositions ( rSI, aInf, aItr, nKashidas, nGluePortion )) in CalcNewBlock()
374 …if( !lcl_CheckKashidaWidth( rSI, aInf, aItr, nKashidas, nGluePortion, nGluePortionWidth, nSpaceAdd… in CalcNewBlock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditradj.cxx265 SwTextIter aItr ( GetTextFrame(), &aInf ); in CalcNewBlock() local
269 while (aItr.GetCurr() != pCurrent && aItr.GetNext()) in CalcNewBlock()
270 aItr.Next(); in CalcNewBlock()
274 rSI.SetNoKashidaLine ( aItr.GetStart(), aItr.GetLength()); in CalcNewBlock()
278 rSI.ClearKashidaInvalid ( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
279 rSI.ClearNoKashidaLine( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
341 if ( !lcl_CheckKashidaPositions ( rSI, aInf, aItr, nKashidas, nGluePortion )) in CalcNewBlock()
359 …if( !lcl_CheckKashidaWidth( rSI, aInf, aItr, nKashidas, nGluePortion, nGluePortionWidth, nSpaceAdd… in CalcNewBlock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlexppr.cxx349 FilterPropertyInfoList_Impl::iterator aItr = aPropInfos.begin(); in FillPropertyStateArray() local
350 OSL_ENSURE(aItr != aPropInfos.end(),"Invalid iterator!"); in FillPropertyStateArray()
358 *pAPINames++ = aItr->GetApiName(); in FillPropertyStateArray()
359 aPropIters.push_back( aItr ); in FillPropertyStateArray()
362 ++aItr; in FillPropertyStateArray()
394 FilterPropertyInfoList_Impl::iterator aItr = aPropInfos.begin(); in FillPropertyStateArray() local
401 for (auto const& index : aItr->GetIndexes()) in FillPropertyStateArray()
406 ++aItr; in FillPropertyStateArray()
412 FilterPropertyInfoList_Impl::iterator aItr = aPropInfos.begin(); in FillPropertyStateArray() local
422 for (auto const& index : aItr->GetIndexes()) in FillPropertyStateArray()
[all …]
H A Dnumehelp.cxx76 XMLNumberFormatSet::iterator aItr(aNumberFormats.find(aFormat)); in GetCellType() local
78 if (aItr != aEndItr) in GetCellType()
80 bIsStandard = aItr->bIsStandard; in GetCellType()
81 sCurrency = aItr->sCurrency; in GetCellType()
82 return aItr->nType; in GetCellType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dparallelsort.hxx249 for (RandItr aItr = aBegin; aItr != aEnd; ++aItr) in label() local
251 size_t nBinIdx = findBin(*aItr, aComp); in label()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dparallelsort.hxx250 for (RandItr aItr = aBegin; aItr != aEnd; ++aItr) in label() local
252 size_t nBinIdx = findBin(*aItr, aComp); in label()

123