Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditview.cxx1493 sal_uInt16 nPortionEnd = aPortions.GetObject( nPos ); in ChangeFontSize() local
1496 if( (nPortionEnd < nBeginPos) || (nPortionStart > nEndPos) ) in ChangeFontSize()
1501 if( nPortionEnd > nEndPos ) in ChangeFontSize()
1502 nPortionEnd = nEndPos; in ChangeFontSize()
1504 if( nPortionStart == nPortionEnd ) in ChangeFontSize()
1507 ESelection aPortionSel( nPara, nPortionStart, nPara, nPortionEnd ); in ChangeFontSize()
H A Dimpedit3.cxx773 sal_uInt16 nPortionEnd = 0; in CreateLines() local
1148 nPortionEnd = nTmpPos; in CreateLines()
1163 nPortionEnd = nTmpPos; in CreateLines()
1174 nPortionEnd = nTmpPortion; in CreateLines()
1188 nPortionEnd = nTmpPos; in CreateLines()
1222 pLine->SetEnd( nPortionEnd ); in CreateLines()
1229 pLine->SetEnd( nPortionEnd ); in CreateLines()
1245 …DBG_ASSERT( pPortion && ((nPortionEnd-nPortionStart) == pPortion->GetLen()), "Doch eine andere Por… in CreateLines()
2097 sal_uInt16 nPortionEnd = nPortionStart + pLastPortion->GetLen(); in ImpAdjustBlocks() local
2098 for ( sal_uInt16 _n = nChar; _n < nPortionEnd; _n++ ) in ImpAdjustBlocks()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx404 sal_Int32 nPortionEnd = xBreakIt->endOfScript( aOUText, nPortionPos, nScript ); in lclCreateFormattedString() local
416 …XclExpStringHelper::AppendString( *xString, rRoot, aOUText.copy( nPortionPos, nPortionEnd - nPorti… in lclCreateFormattedString()
427 nPortionPos = nPortionEnd; in lclCreateFormattedString()
H A Dxechart.cxx1017 sal_Int32 nPortionEnd = xBreakIt->endOfScript( aText, nPortionPos, nScript ); in ConvertStringSequence() local
1026 …ngHelper::AppendString( *mxString, GetRoot(), aText.copy( nPortionPos, nPortionEnd - nPortionPos )… in ConvertStringSequence()
1043 nPortionPos = nPortionEnd; in ConvertStringSequence()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2398 sal_uInt16 nPortionEnd = 0; in CreateLines() local
2448 nPortionEnd = nTmpPos; in CreateLines()
2456 nPortionEnd = nTmpPos; in CreateLines()
2474 pLine->SetEnd( nPortionEnd ); in CreateLines()
2492 DBG_ASSERT( (nPortionEnd-nPortionStart) == pPortion->GetLen(), "Doch eine andere Portion?!" ); in CreateLines()

Completed in 60 milliseconds