Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx2124 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local
2126 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()
2128 if (lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()
2131 aMergedIter->bOpen = false; in lcl_ApplyCellProperties()
2133 ++aMergedIter; in lcl_ApplyCellProperties()
2146 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local
2151 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()
2153 if (aMergedIter->bOpen && in lcl_ApplyCellProperties()
2154 lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()
2157 aMergedIter->aCells.push_back( xCellPS ); in lcl_ApplyCellProperties()
[all …]