Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_RenderInfo.cpp58 m_iSpaceWidthBeforeJustification(0xfffffff), // note one less 'f' in GR_XPRenderInfo()
76 m_iSpaceWidthBeforeJustification(0xfffffff) // not one less 'f'
196 if(m_iSpaceWidthBeforeJustification == 0xfffffff) // note one less 'f' in append()
197 m_iSpaceWidthBeforeJustification = RI.m_iSpaceWidthBeforeJustification; in append()
290 pRI->m_iSpaceWidthBeforeJustification = m_iSpaceWidthBeforeJustification; in split()
H A Dgr_RenderInfo.h289 UT_sint32 m_iSpaceWidthBeforeJustification; // <0 for not justified variable
H A Dgr_Graphics.cpp1370 UT_sint32 iSpaceWidthBefore = RI.m_iSpaceWidthBeforeJustification; in resetJustification()
1389 RI.m_iSpaceWidthBeforeJustification = 0xfffffff; // note one less 'f' in resetJustification()
1483 RI.m_iSpaceWidthBeforeJustification = RI.m_pWidths[i]; in justify()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TextRun.cpp1087 && (pNext->m_iSpaceWidthBeforeJustification != m_iSpaceWidthBeforeJustification)) in canMergeWithNext()