Searched refs:aCellIt (Results 1 – 2 of 2) sorted by relevance
1144 SwRect aRect = aCellIt->getRect(); in addShadowCells()1146 while (aCellIt != aCellEndIt) in addShadowCells()1186 aCellIt++; in addShadowCells()1189 aRect = aCellIt->getRect(); in addShadowCells()1221 while (aCellIt != aCellEndIt) in connectCells()1223 long nCellX = aCellIt->left(); in connectCells()1272 aCellIt++; in connectCells()1275 if (aCellIt != aCellEndIt && aCellIt->left() != nCellX) in connectCells()1326 while (aCellIt != aCellsEnd) in toString()1329 aCellIt->top(), aCellIt->bottom(), aCellIt->left(), aCellIt->right()); in toString()[all …]
1924 for( aCellIt = aCellBeg; aCellIt != aCellEnd; ++aCellIt ) in Finalize()1926 if( *aCellIt != EXC_XF_NOTFOUND ) in Finalize()1932 nRowXFIndex = *aCellIt; in Finalize()1945 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()1947 sal_uInt16 nXFIndex = *aCellIt; in Finalize()1967 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()1968 if( *aCellIt == *aColIt ) in Finalize()1969 *aCellIt = EXC_XF_NOTFOUND; in Finalize()1977 for( aCellIt = aCellBeg; aCellIt != aCellEnd; ++aCellIt ) in Finalize()1978 if( *aCellIt == nRowXFIndex ) in Finalize()[all …]
Completed in 61 milliseconds