Home
last modified time | relevance | path

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

/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DMSPUBTypes.h170 boost::optional<int> m_firstLineIndentEmu; member
179 m_spaceAfterEmu(), m_firstLineIndentEmu(), m_leftIndentEmu(), in ParagraphStyle()
H A DMSPUBCollector.cpp1580 int firstLineIndentEmu = style.m_firstLineIndentEmu.get_value_or( in getParaStyleProps()
1581 defaultStyle.m_firstLineIndentEmu.get_value_or(0)); in getParaStyleProps()
H A DMSPUBParser.cpp1321 ret.m_firstLineIndentEmu = (int)info.data; in getParagraphStyle()