Searched refs:aMergedIter (Results 1 – 1 of 1) sorted by relevance
2128 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local2130 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()2132 if (lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()2135 aMergedIter->bOpen = false; in lcl_ApplyCellProperties()2137 ++aMergedIter; in lcl_ApplyCellProperties()2150 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local2155 while (aMergedIter != rMergedCells.end()) in lcl_ApplyCellProperties()2157 if (aMergedIter->bOpen && in lcl_ApplyCellProperties()2158 lcl_SimilarPosition(aMergedIter->nLeftPosition, in lcl_ApplyCellProperties()2161 aMergedIter->aCells.push_back( xCellPS ); in lcl_ApplyCellProperties()[all …]