Home
last modified time | relevance | path

Searched refs:nPortionStart (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx1314 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nLen, co… in CalcTextWidth() argument
1317 …Doc->GetNodes().GetObject( nPara )->GetText().Search( '\t', nPortionStart ) >= (nPortionStart+nLen… in CalcTextWidth()
1334 SeekCursor( nPara, nPortionStart+1, aFont, NULL ); in CalcTextWidth()
1338 nWidth = (sal_uLong)mpRefDev->GetTextWidth( pNode->GetText(), nPortionStart, nLen ); in CalcTextWidth()
1781 …eakLine( sal_uLong nPara, TextLine* pLine, TETextPortion*, sal_uInt16 nPortionStart, long nRemaini… in ImpBreakLine() argument
1786 …l_uInt16 nMaxBreakPos = mpRefDev->GetTextBreak( pNode->GetText(), nRemainingWidth, nPortionStart ); in ImpBreakLine()
1918 sal_uInt16 nPortionStart = 0; in CreateTextPortions() local
1924 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions()
1925 if ( nPortionStart >= nStartPos ) in CreateTextPortions()
1927 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions()
[all …]
H A Dtextdata.cxx92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion() argument
105 nPortionStart = nTmpPos - pPortion->GetLen(); in FindPortion()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx772 sal_uInt16 nPortionStart = 0; in CreateLines() local
908 nPortionStart = nTmpPos; in CreateLines()
1165 nPortionStart = nTmpPos; in CreateLines()
1190 nPortionStart = nTmpPos; in CreateLines()
1234 pLine->SetEnd( nPortionStart ); in CreateLines()
1239 pLine->SetEnd( nPortionStart+1 ); in CreateLines()
1245 …DBG_ASSERT( pPortion && ((nPortionEnd-nPortionStart) == pPortion->GetLen()), "Doch eine andere Por… in CreateLines()
1251 …nCompression( pNode, pPortion, nPortionStart, const_cast<sal_Int32*>(( pLine->GetCharPosArray().Ge… in CreateLines()
1254 ImpBreakLine( pParaPortion, pLine, pPortion, nPortionStart, in CreateLines()
1761 …ion* pParaPortion, EditLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemaini… in ImpBreakLine() argument
[all …]
H A Deditview.cxx1493 sal_uInt16 nPortionStart = nPos > 0 ? aPortions.GetObject( nPos - 1 ) : 0; in ChangeFontSize() local
1495 if( (nPortionEnd < nBeginPos) || (nPortionStart > nEndPos) ) in ChangeFontSize()
1498 if( nPortionStart < nBeginPos ) in ChangeFontSize()
1499 nPortionStart = nBeginPos; in ChangeFontSize()
1503 if( nPortionStart == nPortionEnd ) in ChangeFontSize()
1506 ESelection aPortionSel( nPara, nPortionStart, nPara, nPortionEnd ); in ChangeFontSize()
H A Deditdoc2.cxx112 sal_uInt16 TextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool b… in FindPortion() argument
125 nPortionStart = nTmpPos - pPortion->GetLen(); in FindPortion()
H A Dimpedit2.cxx1124 sal_uInt16 nPortionStart; in CursorVisualLeftRight() local
1125 …Portion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, sal_False ); in CursorVisualLeftRight()
1128 …sal_Bool bPortionBoundary = ( aPaM.GetIndex() == nPortionStart ) || ( aPaM.GetIndex() == (nPortion… in CursorVisualLeftRight()
1204 sal_uInt16 nPortionStart; in CursorVisualLeftRight() local
1205 …rtion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, bBeforePortio… in CursorVisualLeftRight()
H A Dimpedit4.cxx632 sal_uInt16 nPortionStart; in WriteRTF() local
637 nStartPortion = pParaPortion->GetTextPortions().FindPortion( nStartPos, nPortionStart ); in WriteRTF()
656 nEndPortion = pParaPortion->GetTextPortions().FindPortion( nEndPos, nPortionStart ); in WriteRTF()
H A Dimpedit.hxx569 …ion* pParaPortion, EditLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemaini…
/AOO41X/main/svtools/inc/svtools/
H A Dtexteng.hxx185 …sal_uLong nPara, TextLine* pLine, TETextPortion* pPortion, sal_uInt16 nPortionStart, long nRemaini…
217 …sal_uLong CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nPort…