Searched refs:aMergedIter (Results 1 – 1 of 1) sorted by relevance
2092 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local2094 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()2096 if (lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()2099 aMergedIter->bOpen = false; in lcl_ApplyCellProperties()2101 ++aMergedIter; in lcl_ApplyCellProperties()2114 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local2119 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()2121 if (aMergedIter->bOpen && in lcl_ApplyCellProperties()2122 lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()2125 aMergedIter->aCells.push_back( xCellPS ); in lcl_ApplyCellProperties()[all …]