Home
last modified time | relevance | path

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

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DDocx.hs670 styleFor UpperAlpha _ = "upperLetter" function
671 styleFor LowerAlpha _ = "lowerLetter" function
672 styleFor UpperRoman _ = "upperRoman" function
673 styleFor LowerRoman _ = "lowerRoman" function
674 styleFor Decimal _ = "decimal" function
675 styleFor DefaultStyle 0 = "decimal" function
677 styleFor DefaultStyle 2 = "lowerRoman" function
678 styleFor DefaultStyle 3 = "decimal" function
680 styleFor DefaultStyle 5 = "lowerRoman" function
681 styleFor DefaultStyle x = styleFor DefaultStyle (x `mod` 6) function
[all …]
/dports/cad/solvespace/solvespace-2.3/src/
H A Dimportdxf.cpp342 hStyle styleFor(const DRW_Entity *e) { in styleFor() function in SolveSpace::DxfReadInterface
557 createLine(toVector(data.basePoint), toVector(data.secPoint), styleFor(&data).v, true); in addLine()
587 setStyle(hr, styleFor(&data)); in addArc()
594 createCircle(toVector(data.basePoint), data.radious, styleFor(&data).v); in addCircle()
622 hStyle hs = styleFor(&data); in addLWPolyline()
659 hStyle hs = styleFor(&data); in addPolyline()
680 setStyle(hr, styleFor(data)); in addSpline()
736 c.disp.style = styleFor(&data); in addText()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DDocx.hs757 styleFor UpperAlpha _ = "upperLetter" function
758 styleFor LowerAlpha _ = "lowerLetter" function
759 styleFor UpperRoman _ = "upperRoman" function
760 styleFor LowerRoman _ = "lowerRoman" function
761 styleFor Decimal _ = "decimal" function
762 styleFor DefaultStyle 0 = "decimal" function
764 styleFor DefaultStyle 2 = "lowerRoman" function
765 styleFor DefaultStyle 3 = "decimal" function
767 styleFor DefaultStyle 5 = "lowerRoman" function
768 styleFor DefaultStyle x = styleFor DefaultStyle (x `mod` 6) function
[all …]