Searched refs:nThisEnd (Results 1 – 5 of 5) sorted by relevance
598 const xub_StrLen nThisEnd = *rNewHint.GetEnd(); in BuildPortions() local599 const bool bNoLengthAttribute = nThisStart == nThisEnd; in BuildPortions()644 if ( nOtherStart < nThisEnd && nThisEnd < nOtherEnd ) in BuildPortions()647 pOther->GetAttr(), nOtherStart, nThisEnd ); in BuildPortions()653 *pOther->GetStart() = nThisEnd; in BuildPortions()676 aBounds.insert( nThisEnd ); in BuildPortions()697 std::set<xub_StrLen>::iterator aEndIter = aBounds.upper_bound( nThisEnd ); in BuildPortions()812 nPorEnd == nThisEnd && in BuildPortions()930 nPorEnd == nThisEnd ) in BuildPortions()
1440 SCROW nThisEnd = pData[nIndex].nRow; in RemoveAreaMerge() local1441 if (nThisEnd > nEndRow) in RemoveAreaMerge()1442 nThisEnd = nEndRow; in RemoveAreaMerge()1455 DBG_ASSERT( nCountY==1 || nThisStart==nThisEnd, "was'n hier los?" ); in RemoveAreaMerge()1459 SCROW nMergeEndRow = nThisEnd + nCountY - 1; in RemoveAreaMerge()1463 for (SCROW nThisRow = nThisStart; nThisRow <= nThisEnd; nThisRow++) in RemoveAreaMerge()1473 Search( nThisEnd, nIndex ); // Daten wurden veraendert !!! in RemoveAreaMerge()1694 SCROW nThisEnd = pData[nIndex].nRow; in ChangeIndent() local1695 SCROW nAttrRow = Min( nThisEnd, nEndRow ); in ChangeIndent()1703 nThisStart = nThisEnd + 1; in ChangeIndent()
1985 SCROW nThisEnd = pArray->pData[nIndex].nRow; in ScHorizontalAttrIterator() local1989 if ( nThisEnd < nSkipTo ) in ScHorizontalAttrIterator()1990 nSkipTo = nThisEnd; // nSkipTo kann gleich hier gesetzt werden in ScHorizontalAttrIterator()1996 pNextEnd[nPos] = nThisEnd; in ScHorizontalAttrIterator()2056 SCROW nThisEnd = pArray->pData[nIndex].nRow; in GetNext() local2062 pNextEnd[nPos] = nThisEnd; in GetNext()
415 SCCOLROW nThisEnd = pEntry->GetEnd(); in SelectLevel() local416 for (SCCOLROW i=nThisStart; i<=nThisEnd; i++) in SelectLevel()425 nFilterEnd = std::min( nThisEnd, nFilterEnd ); in SelectLevel()
98 sal_uLong& nThisStt, sal_uLong& nThisEnd );882 sal_uLong& nThisStt, sal_uLong& nThisEnd );
Completed in 77 milliseconds