Searched refs:nPortionStart (Results  1 – 9 of 9) sorted by relevance
| /aoo41x/main/svtools/source/edit/ | 
| H A D | texteng.cxx | 1918 	sal_uInt16 nPortionStart = 0;  in CreateTextPortions()  local1924 		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()  argument105 			    nPortionStart = nTmpPos - pPortion->GetLen();  in FindPortion()
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | impedit3.cxx | 772 		sal_uInt16 nPortionStart = 0;  in CreateLines()  local908 			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 | 1493                 sal_uInt16 nPortionStart = nPos > 0 ? aPortions.GetObject( nPos - 1 ) : 0;  in ChangeFontSize()  local1495                 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 D | editdoc2.cxx | 112 sal_uInt16 TextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool b…  in FindPortion()  argument125 			    nPortionStart = nTmpPos - pPortion->GetLen();  in FindPortion()
 
 | 
| H A D | impedit2.cxx | 1124         sal_uInt16 nPortionStart;  in CursorVisualLeftRight()  local1125 …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 D | impedit4.cxx | 632 		sal_uInt16 nPortionStart;  in WriteRTF()  local637 			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…
 | 
| /aoo41x/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 1042 milliseconds