Home
last modified time | relevance | path

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

/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDStencils.cpp17 m_textStyleId(MINUS_ONE), m_lineStyle(), m_fillStyle(), m_textBlockStyle(), m_charStyle(), in VSDShape()
30 m_charStyle(shape.m_charStyle), m_charList(shape.m_charList), m_paraStyle(shape.m_paraStyle), in VSDShape()
62 m_charStyle = shape.m_charStyle; in operator =()
93 m_charStyle = VSDOptionalCharStyle(); in clear()
H A DVSDXMLParserBase.cpp1145 m_shape.m_charList.addCharIX(cp, m_shape.m_charList.getLevel(), m_shape.m_charStyle); in readText()
1345 m_shape.m_charStyle.override(VSDOptionalCharStyle(charCount, font, fontColour, fontSize, bold, in readCharIX()
1823 …ollector->collectDefaultCharStyle(m_shape.m_charStyle.charCount, m_shape.m_charStyle.font, m_shape… in _flushShape()
1824 …m_shape.m_charStyle.size, m_shape.m_charStyle.bold, m_shape.m_charStyle.italic, m_shape.m_charStyl… in _flushShape()
1825 …m_shape.m_charStyle.doubleunderline, m_shape.m_charStyle.strikeout, m_shape.m_charStyle.doublestri… in _flushShape()
1826 … m_shape.m_charStyle.allcaps, m_shape.m_charStyle.initcaps, m_shape.m_charStyle.smallcaps, in _flushShape()
1827 … m_shape.m_charStyle.superscript, m_shape.m_charStyle.subscript, m_shape.m_charStyle.scaleWidth); in _flushShape()
H A DVSDParser.cpp697 …ollector->collectDefaultCharStyle(m_shape.m_charStyle.charCount, m_shape.m_charStyle.font, m_shape… in _flushShape()
698 …m_shape.m_charStyle.size, m_shape.m_charStyle.bold, m_shape.m_charStyle.italic, m_shape.m_charStyl… in _flushShape()
699 …m_shape.m_charStyle.doubleunderline, m_shape.m_charStyle.strikeout, m_shape.m_charStyle.doublestri… in _flushShape()
700 … m_shape.m_charStyle.allcaps, m_shape.m_charStyle.initcaps, m_shape.m_charStyle.smallcaps, in _flushShape()
701 … m_shape.m_charStyle.superscript, m_shape.m_charStyle.subscript, m_shape.m_charStyle.scaleWidth); in _flushShape()
1983 m_shape.m_charStyle.override(VSDOptionalCharStyle(charCount, font, fontColour, fontSize, in readCharIX()
H A DVSDStencils.h45 VSDOptionalCharStyle m_charStyle; variable
H A DVSD6Parser.cpp163 m_shape.m_charStyle.override(VSDOptionalCharStyle(charCount, font, fontColour, fontSize, in readCharIX()
H A DVSD5Parser.cpp322 m_shape.m_charStyle.override(VSDOptionalCharStyle(charCount, font, fontColour, fontSize, in readCharIX()
H A DVSDContentCollector.cpp2687 m_defaultCharStyle.override(m_stencilShape->m_charStyle, m_documentTheme); in collectShape()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp2950 m_charStyle.clear(); in _beginPara()
3355 m_charStyle.clear(); in _beginChar()
3434 m_charStyle = pName; in _beginChar()
3442 propsArray[propsOffset++] = m_charStyle.c_str(); in _beginChar()
6048 if(!m_charStyle.empty()) in _insertFootnote()
6051 attribsR[iOffR++] = m_charStyle.c_str(); in _insertFootnote()
6107 attribsR[iOffR++] = m_charStyle.c_str(); in _insertEndnote()
6218 attribsA[7] = m_charStyle.c_str(); in _handleNotesText()
6293 attribsA[7] = m_charStyle.c_str(); in _handleNotesText()
6968 if(m_charStyle.size()) in _insertHeaderSection()
[all …]
H A Die_imp_MsWord_97.h306 UT_String m_charStyle; variable