Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp3730 bool bJustifyStuff = false; in format() local
3758 bJustifyStuff = true; in format()
3890 while(pLine2 && bJustifyStuff) in format()
3892 pLine2->resetJustification(!bJustifyStuff); // temporary reset in format()
3926 if(bJustifyStuff || (bDoit && (pRun->getType() != FPRUN_ENDOFPARAGRAPH))) in format()
3969 if(!bJustifyStuff && m_pAlignment && (m_pAlignment->getType() != FB_ALIGNMENT_LEFT)) in format()
3994 if(bJustifyStuff) in format()
3996 pLastLine->resetJustification(bJustifyStuff); // permanent reset in format()