Home
last modified time | relevance | path

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

/AOO42X/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()
1455 DBG_ASSERT( nCountY==1 || nThisStart==nThisEnd, "was'n hier los?" ); in RemoveAreaMerge()
1463 for (SCROW nThisRow = nThisStart; nThisRow <= nThisEnd; nThisRow++) in RemoveAreaMerge()
1469 pDocument->ApplyPatternAreaTab( nThisCol, nThisStart, nMergeEndCol, nMergeEndRow, in RemoveAreaMerge()
1478 nThisStart = pData[nIndex-1].nRow+1; in RemoveAreaMerge()
1480 nThisStart = MAXROW+1; // Ende in RemoveAreaMerge()
1660 SCROW nThisStart = (nIndex>0) ? pData[nIndex-1].nRow+1 : 0; in ChangeIndent() local
[all …]
/AOO42X/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()
/AOO42X/main/sc/source/ui/view/
H A Dpreview.cxx242 long nThisStart = nTotalPages; in CalcPages() local
249 if (nPageNo>=nThisStart && nPageNo<nTotalPages) in CalcPages()
252 nTabPage = nPageNo - nThisStart; in CalcPages()
253 nTabStart = nThisStart; in CalcPages()
296 long nThisStart = nPartPages; in RecalcPages() local
299 if (nPageNo>=nThisStart && nPageNo<nPartPages) in RecalcPages()
302 nTabPage = nPageNo - nThisStart; in RecalcPages()
303 nTabStart = nThisStart; in RecalcPages()
/AOO42X/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()