Lines Matching refs:sal_uInt16

79 	for ( sal_uInt16 nPortion = 0; nPortion < Count(); nPortion++ )  in Reset()
84 void TETextPortionList::DeleteFromPortion( sal_uInt16 nDelFrom ) in DeleteFromPortion()
87 for ( sal_uInt16 nP = nDelFrom; nP < Count(); nP++ ) in DeleteFromPortion()
92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion()
95 sal_uInt16 nTmpPos = 0; in FindPortion()
96 for ( sal_uInt16 nPortion = 0; nPortion < Count(); nPortion++ ) in FindPortion()
143 void TEParaPortion::MarkInvalid( sal_uInt16 nStart, short nDiff ) in MarkInvalid()
167 … mnInvalidPosStart = Min( mnInvalidPosStart, (sal_uInt16) ( (nDiff < 0) ? nStart+nDiff : nDiff ) ); in MarkInvalid()
178 void TEParaPortion::MarkSelectionInvalid( sal_uInt16 nStart, sal_uInt16 /*nEnd*/ ) in MarkSelectionInvalid() argument
198 sal_uInt16 TEParaPortion::GetLineNumber( sal_uInt16 nChar, sal_Bool bInclEnd ) in GetLineNumber()
200 for ( sal_uInt16 nLine = 0; nLine < maLines.Count(); nLine++ ) in GetLineNumber()
217 void TEParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine ) in CorrectValuesBehindLastFormattedLine()
219 sal_uInt16 nLines = maLines.Count(); in CorrectValuesBehindLastFormattedLine()
237 for ( sal_uInt16 nL = nLastFormattedLine+1; nL < nLines; nL++ ) in CorrectValuesBehindLastFormattedLine()
287 void IdleFormatter::DoIdleFormat( TextView* pV, sal_uInt16 nMaxRestarts ) in DoIdleFormat()
342 void TEIMEInfos::CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL ) in CopyAttribs()
346 pAttribs = new sal_uInt16[ nL ]; in CopyAttribs()
347 memcpy( pAttribs, pA, nL*sizeof(sal_uInt16) ); in CopyAttribs()