Home
last modified time | relevance | path

Searched refs:PORTIONKIND_LINEBREAK (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1006 pPortion->GetKind() = PORTIONKIND_LINEBREAK; in CreateLines()
1212 … DBG_ASSERT( ( pPortion->GetKind() == PORTIONKIND_LINEBREAK ), "Was fuer ein Feature ?" ); in CreateLines()
1289 if ( pTP->GetKind() != PORTIONKIND_LINEBREAK ) in CreateLines()
2470 if ( nType == PORTIONKIND_LINEBREAK ) in RecalcTextPortion()
H A Deditdoc.hxx326 #define PORTIONKIND_LINEBREAK 2 macro