Home
last modified time | relevance | path

Searched refs:GetTextRanger (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx412 if ( !bGrow && GetTextRanger() ) in FormatDoc()
608 if ( ( pParaPortion->GetNode()->Len() == 0 ) && !GetTextRanger() ) in CreateLines()
827 if ( GetTextRanger() ) in CreateLines()
829 GetTextRanger()->SetVertical( IsVertical() ); in CreateLines()
859 long nMaxPolygonX = GetTextRanger()->GetBoundRect().Right(); in CreateLines()
1467 if ( GetTextRanger() ) in CreateLines()
1553 else if ( nIndex && bLineBreak && GetTextRanger() ) in CreateLines()
3820 if ( GetTextRanger() ) in Paint()
3843 if ( GetTextRanger() ) in Paint()
3990 if ( !GetTextRanger() ) in ShowParagraph()
[all …]
H A Dimpedit2.cxx2380 if ( GetTextRanger() ) in ImpConnectParagraphs()
4168 DBG_ASSERT( GetTextRanger() || GetPaperSize().Width(), "GetPortionXOffset - paper size?!" ); in GetPortionXOffset()
4169 …DBG_ASSERT( GetTextRanger() || (nX <= GetPaperSize().Width()), "GetPortionXOffset - position out o… in GetPortionXOffset()
4201 if ( ( pPortion->GetKind() == PORTIONKIND_TEXT ) && pPortion->GetLen() && !GetTextRanger() ) in GetXPos()
4411 DBG_ASSERT( IsFormatted() || GetTextRanger(), "GetEditCursor: Nicht formatiert" ); in GetEditCursor()
H A Dediteng.cxx646 return pImpEditEngine->GetTextRanger() ? in GetPolygon()
647 &pImpEditEngine->GetTextRanger()->GetPolyPolygon() : NULL; in GetPolygon()
H A Dimpedit.hxx743 TextRanger* GetTextRanger() const { return pTextRanger; } in GetTextRanger() function in ImpEditEngine

Completed in 78 milliseconds