HomeSort by relevance Sort by last modified time
    Searched refs:m_bOrphanLine (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 32 m_bOrphanLine(FALSE),
148 m_bOrphanLine = GetLastPositionedTab() >= iLineEnd;
150 m_bOrphanLine = FALSE;
167 m_bOrphanLine = GetLastPositionedTab() >= iLineEnd;
169 m_bOrphanLine = FALSE;
174 m_bOrphanLine = FALSE;
374 if (!m_bSingleLine && !m_bOrphanLine && m_dwCharType > 0 &&
478 if (!m_bSingleLine && !m_bOrphanLine && bBreak) {
563 if (!m_bSingleLine && !m_bOrphanLine &&
603 if (!m_bSingleLine && !m_bOrphanLine && bBreak &&
    [all...]
fx_rtfbreak.h 129 FX_BOOL m_bOrphanLine;

Completed in 556 milliseconds