| /AOO42X/main/svtools/source/edit/ |
| H A D | texteng.cxx | 1314 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 D | textdata.cxx | 92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion() argument 105 nPortionStart = nTmpPos - pPortion->GetLen(); in FindPortion()
|
| /AOO42X/main/editeng/source/editeng/ |
| H A D | impedit3.cxx | 772 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 D | editview.cxx | 1494 sal_uInt16 nPortionStart = nPos > 0 ? aPortions.GetObject( nPos - 1 ) : 0; in ChangeFontSize() local 1496 if( (nPortionEnd < nBeginPos) || (nPortionStart > nEndPos) ) in ChangeFontSize() 1499 if( nPortionStart < nBeginPos ) in ChangeFontSize() 1500 nPortionStart = nBeginPos; in ChangeFontSize() 1504 if( nPortionStart == nPortionEnd ) in ChangeFontSize() 1507 ESelection aPortionSel( nPara, nPortionStart, nPara, nPortionEnd ); in ChangeFontSize()
|
| H A D | editdoc2.cxx | 112 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 D | impedit2.cxx | 1129 sal_uInt16 nPortionStart; in CursorVisualLeftRight() local 1130 …Portion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, sal_False ); in CursorVisualLeftRight() 1133 …sal_Bool bPortionBoundary = ( aPaM.GetIndex() == nPortionStart ) || ( aPaM.GetIndex() == (nPortion… in CursorVisualLeftRight() 1209 sal_uInt16 nPortionStart; in CursorVisualLeftRight() local 1210 …rtion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nPortionStart, bBeforePortio… in CursorVisualLeftRight()
|
| H A D | impedit4.cxx | 632 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 D | impedit.hxx | 569 …ion* pParaPortion, EditLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, long nRemaini…
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | texteng.hxx | 185 …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…
|