Lines Matching defs:nPara

687 void TextEngine::ImpRemoveParagraph( sal_uLong nPara )  in ImpRemoveParagraph()
1035 long TextEngine::ImpGetXPos( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferP… in ImpGetXPos()
1267 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara ) in CalcTextWidth()
1294 for ( sal_uLong nPara = mpTEParaPortions->Count(); nPara; ) in CalcTextWidth() local
1314 sal_uLong TextEngine::CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nLen, co… in CalcTextWidth()
1464 void TextEngine::InsertContent( TextNode* pNode, sal_uLong nPara ) in InsertContent()
1492 void TextEngine::SeekCursor( sal_uLong nPara, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev ) in SeekCursor()
1667 for ( sal_uLong nPara = 0; nPara < mpTEParaPortions->Count(); nPara++ ) in FormatDoc() local
1745 void TextEngine::CreateAndInsertEmptyLine( sal_uLong nPara ) in CreateAndInsertEmptyLine()
1781 void TextEngine::ImpBreakLine( sal_uLong nPara, TextLine* pLine, TETextPortion*, sal_uInt16 nPortio… in ImpBreakLine()
1831 sal_uInt16 TextEngine::SplitTextPortion( sal_uLong nPara, sal_uInt16 nPos ) in SplitTextPortion()
1868 void TextEngine::CreateTextPortions( sal_uLong nPara, sal_uInt16 nStartPos ) in CreateTextPortions()
1964 void TextEngine::RecalcTextPortion( sal_uLong nPara, sal_uInt16 nStartPos, short nNewChars ) in RecalcTextPortion()
2089 for ( sal_uLong nPara = 0; nPara < mpTEParaPortions->Count(); nPara++ ) in ImpPaint() local
2281 sal_Bool TextEngine::CreateLines( sal_uLong nPara ) in CreateLines()
2698 for ( sal_uLong nPara = aSel.GetStart().GetPara(); nPara <= aSel.GetEnd().GetPara(); nPara++ ) in Write() local
2766 void TextEngine::RemoveAttribs( sal_uLong nPara, sal_Bool bIdleFormatAndUpdate ) in RemoveAttribs()
2787 void TextEngine::RemoveAttribs( sal_uLong nPara, sal_uInt16 nWhich, sal_Bool bIdleFormatAndUpdate ) in RemoveAttribs()
2811 void TextEngine::RemoveAttrib( sal_uLong nPara, const TextCharAttrib& rAttrib ) in RemoveAttrib()
2836 void TextEngine::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16… in SetAttrib()
2901 void TextEngine::ImpParagraphInserted( sal_uLong nPara ) in ImpParagraphInserted()
2932 void TextEngine::ImpParagraphRemoved( sal_uLong nPara ) in ImpParagraphRemoved()
2960 void TextEngine::ImpCharsRemoved( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16 nChars ) in ImpCharsRemoved()
2987 void TextEngine::ImpCharsInserted( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16 nChars ) in ImpCharsInserted()
3011 void TextEngine::ImpFormattingParagraph( sal_uLong nPara ) in ImpFormattingParagraph()
3084 void TextEngine::ImpInitWritingDirections( sal_uLong nPara ) in ImpInitWritingDirections()
3127 sal_uInt8 TextEngine::ImpGetRightToLeft( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal_… in ImpGetRightToLeft()
3155 long TextEngine::ImpGetPortionXOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nTextPortion ) in ImpGetPortionXOffset()
3259 long TextEngine::ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_uInt1… in ImpGetOutputOffset()