Searched refs:aMergedIter (Results 1 – 1 of 1) sorted by relevance
2124 std::vector<VerticallyMergedCell>::iterator aMergedIter = in lcl_ApplyCellProperties() local2126 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() local2151 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 …]