Searched refs:nPortionStart (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svtools/source/edit/ |
H A D | texteng.cxx | 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() 1939 …nPortionStart = nPortionStart - pTEParaPortion->GetTextPortions().GetObject(nInvPortion)->GetLen(); in CreateTextPortions() 2007 sal_uInt16 nPortionStart; in RecalcTextPortion() local 2397 sal_uInt16 nPortionStart = 0; in CreateLines() local 2416 nPortionStart = nTmpPos; in CreateLines() 2458 nPortionStart = nTmpPos; in CreateLines() 2481 pLine->SetEnd( nPortionStart ); in CreateLines() [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() 2058 if ( nLastChar > nPortionStart ) in ImpAdjustBlocks() 2347 sal_uInt16 nPortionStart = 0; in CreateTextPortions() local 2353 nPortionStart = nPortionStart + pTmpPortion->GetLen(); in CreateTextPortions() 2356 nPortionStart = nPortionStart - pTmpPortion->GetLen(); in CreateTextPortions() 2357 rStart = nPortionStart; in CreateTextPortions() [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 nPortionLen, con…
|
Completed in 154 milliseconds