Searched refs:GetTextRanger (Results 1 – 4 of 4) sorted by relevance
412 if ( !bGrow && GetTextRanger() ) in FormatDoc()603 sal_Bool bEmptyNodeWithPolygon = ( pParaPortion->GetNode()->Len() == 0 ) && GetTextRanger(); in CreateLines()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()863 pTextRanges = GetTextRanger()->GetTextRanges( Range( nYOff, nYOff + nYDiff ) ); in CreateLines()891 … if ( ( nTextY + nTextExtraYOffset ) > GetTextRanger()->GetBoundRect().Bottom() ) in CreateLines()1304 if ( GetTextRanger() && ( pLine->GetHeight() > nTextLineHeight ) ) in CreateLines()1467 if ( GetTextRanger() ) in CreateLines()[all …]
2377 if ( GetTextRanger() ) in ImpConnectParagraphs()4165 DBG_ASSERT( GetTextRanger() || GetPaperSize().Width(), "GetPortionXOffset - paper size?!" ); in GetPortionXOffset()4166 …DBG_ASSERT( GetTextRanger() || (nX <= GetPaperSize().Width()), "GetPortionXOffset - position out o… in GetPortionXOffset()4198 if ( ( pPortion->GetKind() == PORTIONKIND_TEXT ) && pPortion->GetLen() && !GetTextRanger() ) in GetXPos()4408 DBG_ASSERT( IsFormatted() || GetTextRanger(), "GetEditCursor: Nicht formatiert" ); in GetEditCursor()
646 return pImpEditEngine->GetTextRanger() ? in GetPolygon()647 &pImpEditEngine->GetTextRanger()->GetPolyPolygon() : NULL; in GetPolygon()
743 TextRanger* GetTextRanger() const { return pTextRanger; } in GetTextRanger() function in ImpEditEngine