Home
last modified time | relevance | path

Searched refs:nThisStart (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx1434 SCROW nThisStart = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in RemoveAreaMerge() local
1435 if (nThisStart < nStartRow) in RemoveAreaMerge()
1436 nThisStart = nStartRow; in RemoveAreaMerge()
1438 while ( nThisStart <= nEndRow ) in RemoveAreaMerge()
1478 nThisStart = pData[nIndex-1].nRow+1; in RemoveAreaMerge()
1480 nThisStart = MAXROW+1; // Ende in RemoveAreaMerge()
1661 if (nThisStart < nStartRow) nThisStart = nStartRow; in ChangeIndent()
1663 while ( nThisStart <= nEndRow ) in ChangeIndent()
1703 nThisStart = nThisEnd + 1; in ChangeIndent()
1988 SCROW nThisStart = nStartRow; in HasVisibleAttrIn() local
[all …]
/aoo41x/main/sw/source/core/txtnode/
H A Dthints.cxx597 const xub_StrLen nThisStart = *rNewHint.GetStart(); in BuildPortions() local
599 const bool bNoLengthAttribute = nThisStart == nThisEnd; in BuildPortions()
627 if ( nOtherStart < nThisStart && nThisStart < nOtherEnd ) in BuildPortions()
630 pOther->GetAttr(), nOtherStart, nThisStart ); in BuildPortions()
636 *pOther->GetStart() = nThisStart; in BuildPortions()
639 nOtherStart = nThisStart; in BuildPortions()
675 aBounds.insert( nThisStart ); in BuildPortions()
696 std::set<xub_StrLen>::iterator aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions()
811 if ( nPorStart == nThisStart && in BuildPortions()
929 nPorStart == nThisStart && in BuildPortions()
/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx256 long nThisStart = nTotalPages; in CalcPages() local
263 if (nPageNo>=nThisStart && nPageNo<nTotalPages) in CalcPages()
266 nTabPage = nPageNo - nThisStart; in CalcPages()
267 nTabStart = nThisStart; in CalcPages()
311 long nThisStart = nPartPages; in RecalcPages() local
314 if (nPageNo>=nThisStart && nPageNo<nPartPages) in RecalcPages()
317 nTabPage = nPageNo - nThisStart; in RecalcPages()
318 nTabStart = nThisStart; in RecalcPages()
/aoo41x/main/sc/source/ui/docshell/
H A Dolinefun.cxx414 SCCOLROW nThisStart = pEntry->GetStart(); in SelectLevel() local
416 for (SCCOLROW i=nThisStart; i<=nThisEnd; i++) in SelectLevel()

Completed in 46 milliseconds