Home
last modified time | relevance | path

Searched refs:envContentType (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/Powerpoint/
H A DOutput.hs102 , envContentType :: ContentType function
124 , envContentType = NormalContent function
373 contentType <- asks envContentType
1091 (\env -> env {envContentType = NormalContent})
1104 (\env -> env {envContentType =TwoColumnLeftContent})
1107 (\env -> env {envContentType =TwoColumnRightContent})
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/Powerpoint/
H A DOutput.hs118 , envContentType :: ContentType function
142 , envContentType = NormalContent function
569 contentType <- asks envContentType
1305 (\env -> env {envContentType = NormalContent})
1318 (\env -> env {envContentType =TwoColumnLeftContent})
1321 (\env -> env {envContentType =TwoColumnRightContent})