Searched refs:nBeg (Results 1 – 6 of 6) sorted by relevance
732 sal_uInt16 nBeg=pOldWhichTable[nNum]; in RemoveWhichRange() local735 else if (nBeg>nRangeEnd) /* nCase=2 */ ; in RemoveWhichRange()736 else if (nBeg>=nRangeBeg && nEnd<=nRangeEnd) /* nCase=3 */ nAlloc-=2; in RemoveWhichRange()738 else if (nBeg>=nRangeBeg) /* nCase=5*/ ; in RemoveWhichRange()749 sal_uInt16 nBeg=pNewWhichTable[nNum]; in RemoveWhichRange() local753 else if (nBeg>nRangeEnd) nCase=2; in RemoveWhichRange()754 else if (nBeg>=nRangeBeg && nEnd<=nRangeEnd) nCase=3; in RemoveWhichRange()756 else if (nBeg>=nRangeBeg) nCase=5; in RemoveWhichRange()
362 const sal_uInt16 nBeg(SDRATTR_SHADOW_FIRST - SDRATTR_START); in ~SdrItemPool() local365 for(sal_uInt16 i(nBeg); i <= nEnd2; i++) in ~SdrItemPool()
109 sal_uInt16 nBeg = (*pRanges); in FillItemSet() local114 OSL_ASSERT( nBeg <= nEnd ); in FillItemSet()115 for( sal_uInt16 nWhich = nBeg; nWhich <= nEnd; ++nWhich ) in FillItemSet()
584 sal_Int32 nBeg = 0; in appendEncString() local592 if( nBeg < nIdx ) in appendEncString()594 if( (nBeg == 0) && (nIdx == nEnd) ) in appendEncString()597 rStr.append( rData.copy( nBeg, nIdx - nBeg ) ); in appendEncString()606 nBeg = nIdx; in appendEncString()739 sal_Int32 nBeg = 0; in trimSpaces() local740 while( (nBeg < rStr.getLength()) && ((rStr[ nBeg ] == ' ') || (rStr[ nBeg ] == '\t')) ) in trimSpaces()741 ++nBeg; in trimSpaces()743 while( (nEnd > nBeg) && ((rStr[ nEnd - 1 ] == ' ') || (rStr[ nEnd - 1 ] == '\t')) ) in trimSpaces()745 return rStr.copy( nBeg, nEnd - nBeg ); in trimSpaces()
431 sal_uLong nBeg = pStart->nNode.GetIndex(); in SortText() local445 aStart = nBeg + n; in SortText()455 pUndoSort->Insert(pBox->nOrg, nBeg + n); in SortText()473 SwNodeIndex aSttIdx( GetNodes(), nBeg ); in SortText()
2083 nBeg = nOld, in _UpdatePageNum() local2086 GetNumStr( nBeg ) ); in _UpdatePageNum()2087 if( pCharStyleIdx && lcl_HasMainEntry( pMainEntryNums, nBeg )) in _UpdatePageNum()2142 aNumStr += aType.GetNumStr( nBeg + nCount ); in _UpdatePageNum()2146 nBeg = rNums[i]; in _UpdatePageNum()2152 aNumStr += aType.GetNumStr( nBeg ); in _UpdatePageNum()2181 GetNumType() ).GetNumStr( nBeg+nCount ); in _UpdatePageNum()
Completed in 74 milliseconds