Home
last modified time | relevance | path

Searched refs:indFirst (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDParagraphList.cpp33 …VSDParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst, in VSDParaIX() argument
41 m_style(charCount, indFirst, indLeft, indRight, spLine, spBefore, spAfter, in VSDParaIX()
62 collector->collectParaIX(m_id, m_level, m_style.charCount, m_style.indFirst, m_style.indLeft, in handle()
70 return new VSDParaIX(m_id, m_level, m_style.charCount, m_style.indFirst, m_style.indLeft, in clone()
107 …addParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst, in addParaIX() argument
117 …m_elements[id] = make_unique<VSDParaIX>(id, level, charCount, indFirst, indLeft, indRight, spLine,… in addParaIX()
121 …tmpElement->m_style.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, spLine, … in addParaIX()
128 addParaIX(id, level, style.charCount, style.indFirst, style.indLeft, style.indRight, in addParaIX()
H A DVSDStyles.h325 …charCount(0), indFirst(), indLeft(), indRight(), spLine(), spBefore(), spAfter(), align(), bullet(… in VSDOptionalParaStyle()
334 charCount(cc), indFirst(ifst), indLeft(il), indRight(ir), spLine(sl), spBefore(sb), spAfter(sa), in VSDOptionalParaStyle()
342 ASSIGN_OPTIONAL(style.indFirst, indFirst); in override()
358 boost::optional<double> indFirst; member
376 …charCount(0), indFirst(0.0), indLeft(0.0), indRight(0.0), spLine(-1.2), spBefore(0.0), spAfter(0.0… in VSDParaStyle()
381 …charCount(cc), indFirst(ifst), indLeft(il), indRight(ir), spLine(sl), spBefore(sb), spAfter(sa), a… in VSDParaStyle()
388 ASSIGN_OPTIONAL(style.indFirst, indFirst); in override()
404 double indFirst; member
H A DVSD6Parser.cpp177 double indFirst = readDouble(input); in readParaIX() local
226 …m_collector->collectParaIXStyle(m_header.id, m_header.level, charCount, indFirst, indLeft, indRigh… in readParaIX()
236 m_shape.m_paraStyle.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, in readParaIX()
239 … m_shape.m_paraList.addParaIX(m_header.id, m_header.level, charCount, indFirst, indLeft, indRight, in readParaIX()
H A DVSD5Parser.cpp226 double indFirst = readDouble(input); in readParaIX() local
247 …m_collector->collectParaIXStyle(m_header.id, m_header.level, charCount, indFirst, indLeft, indRigh… in readParaIX()
257 m_shape.m_paraStyle.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, in readParaIX()
261 … m_shape.m_paraList.addParaIX(m_header.id, m_header.level, charCount, indFirst, indLeft, indRight, in readParaIX()
H A DVSDParagraphList.h31 …addParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
H A DVSDCollector.h91 …ectParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
97 …virtual void collectDefaultParaStyle(unsigned charCount, const boost::optional<double> &indFirst, …
138 …raIXStyle(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
H A DVSDStylesCollector.h101 …ectParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
107 …void collectDefaultParaStyle(unsigned charCount, const boost::optional<double> &indFirst, const bo…
151 …raIXStyle(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
H A DVSDContentCollector.h108 …ectParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
114 …void collectDefaultParaStyle(unsigned charCount, const boost::optional<double> &indFirst, const bo…
155 …raIXStyle(unsigned id, unsigned level, unsigned charCount, const boost::optional<double> &indFirst,
H A DVSDXMLParserBase.cpp1419 boost::optional<double> indFirst; in readParaIX() local
1447 ret = readDoubleData(indFirst, reader); in readParaIX()
1535 m_collector->collectParaIXStyle(ix, level, charCount, indFirst, indLeft, indRight, in readParaIX()
1541 m_shape.m_paraStyle.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, in readParaIX()
1546 m_shape.m_paraList.addParaIX(ix, level, charCount, indFirst, indLeft, indRight, in readParaIX()
1831 …m_collector->collectDefaultParaStyle(m_shape.m_paraStyle.charCount, m_shape.m_paraStyle.indFirst, … in _flushShape()
H A DVSDContentCollector.cpp1215 propList.insert("fo:text-indent", style.indFirst); in _fillParagraphProperties()
2761 …aIX(unsigned /* id */, unsigned level, unsigned charCount, const boost::optional<double> &indFirst, in collectParaIX() argument
2770 …format.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, spLine, spBefore, spA… in collectParaIX()
2776 …tentCollector::collectDefaultParaStyle(unsigned charCount, const boost::optional<double> &indFirst, in collectDefaultParaStyle() argument
2784 …m_defaultParaStyle.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, spLine, s… in collectDefaultParaStyle()
2909 … const boost::optional<double> &indFirst, const boost::optional<double> &indLeft, in collectParaIXStyle() argument
2917 …VSDOptionalParaStyle paraStyle(charCount, indFirst, indLeft, indRight, spLine, spBefore, spAfter, … in collectParaIXStyle()
H A DVSDParser.cpp705 …m_collector->collectDefaultParaStyle(m_shape.m_paraStyle.charCount, m_shape.m_paraStyle.indFirst, … in _flushShape()
1997 double indFirst = readDouble(input); in readParaIX() local
2055 …m_collector->collectParaIXStyle(m_header.id, m_header.level, charCount, indFirst, indLeft, indRigh… in readParaIX()
2065 m_shape.m_paraStyle.override(VSDOptionalParaStyle(charCount, indFirst, indLeft, indRight, in readParaIX()
2069 m_shape.m_paraList.addParaIX(m_header.id, m_header.level, charCount, indFirst, in readParaIX()
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/plugins/builtin/blocks/
H A Dtextformat.php34 protected $indFirst; variable in Dwoo_Plugin_textformat
61 $this->indFirst = (int) $indent_first + $this->indent;
79 $pgs[$i] = str_repeat($this->indChar, $this->indFirst) .
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/plugins/builtin/blocks/
H A Dtextformat.php34 protected $indFirst; variable in Dwoo_Plugin_textformat
61 $this->indFirst = (int) $indent_first + $this->indent;
79 $pgs[$i] = str_repeat($this->indChar, $this->indFirst) .