Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dstyles.cpp159 case sgcPara: in read()
533 case sgcPara: in Style()
660 if ( m_std->sgc == sgcPara ) { in unwrapStyle()
774 if ( m_std->sgc == sgcPara ) in type()
775 return sgcPara; in type()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dstyles.cpp375 if ( m_std->sgc == sgcPara ) { in Style()
402 if ( m_std->sgc == sgcPara ) { in unwrapStyle()
494 if ( m_std->sgc == sgcPara ) in type()
495 return sgcPara; in type()
H A Dstyles.h186 enum StyleType { sgcUnknown = 0, sgcPara = 1, sgcChp = 2 }; enumerator
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dmsdoc.h394 sgcPara = 1, //Paragraph style enumerator
H A Ddocument.cpp367 if (style && style->type() == sgcPara) { in processStyles()
H A Dparagraph.cpp129 …styleName2QString(m_paragraphStyle->name()), m_paragraphStyle->type() == sgcPara ? "paragraph" : "… in setParagraphProperties()
/dports/textproc/wv/wv-1.2.9/
H A Ddecode_complex.c1035 if (RetSprm.sgc == sgcPara) in wvAssembleComplexPAP()
1063 if (RetSprm.sgc == sgcPara) in wvAssembleComplexPAP()
H A Dstylesheet.c502 case sgcPara: in wvGenerateStyle()
H A Dchp.c165 case sgcPara: in wvInitCHPFromIstd()
H A Dwv.h1707 sgcPara = 1, enumerator