Home
last modified time | relevance | path

Searched refs:nThisEnd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx598 const xub_StrLen nThisEnd = *rNewHint.GetEnd(); in BuildPortions() local
599 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()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx1440 SCROW nThisEnd = pData[nIndex].nRow; in RemoveAreaMerge() local
1441 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() local
1695 SCROW nAttrRow = Min( nThisEnd, nEndRow ); in ChangeIndent()
1703 nThisStart = nThisEnd + 1; in ChangeIndent()
H A Ddociter.cxx1985 SCROW nThisEnd = pArray->pData[nIndex].nRow; in ScHorizontalAttrIterator() local
1989 if ( nThisEnd < nSkipTo ) in ScHorizontalAttrIterator()
1990 nSkipTo = nThisEnd; // nSkipTo can setted equal in this location in ScHorizontalAttrIterator()
1996 pNextEnd[nPos] = nThisEnd; in ScHorizontalAttrIterator()
2056 SCROW nThisEnd = pArray->pData[nIndex].nRow; in GetNext() local
2062 pNextEnd[nPos] = nThisEnd; in GetNext()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx415 SCCOLROW nThisEnd = pEntry->GetEnd(); in SelectLevel() local
416 for (SCCOLROW i=nThisStart; i<=nThisEnd; i++) in SelectLevel()
425 nFilterEnd = std::min( nThisEnd, nFilterEnd ); in SelectLevel()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx98 sal_uLong& nThisStt, sal_uLong& nThisEnd );
882 sal_uLong& nThisStt, sal_uLong& nThisEnd );

Completed in 56 milliseconds