summaryrefslogtreecommitdiff
path: root/include/svtools/HtmlWriter.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09loplugin:constantparam in svtoolsNoel Grandin1-1/+1
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
2016-02-08loplugin:unusedmethodsNoel Grandin1-3/+0
using an idea from dtardon: <dtardon> noelgrandin, hi. could you try to run the unusedmethods clang plugin with "make build-nocheck"? that would catch functions that are only used in tests. e.g., i just removed the whole o3tl::range class, which has not been used in many years, but htere was a test for it... <noelgrandin> dtardon, interesting idea! Sure, I can do that. Change-Id: I5653953a426a2186a1e43017212d87ffce520387 Reviewed-on: https://gerrit.libreoffice.org/22041 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+2
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl1-8/+23
Change-Id: I733426ba5f82ee25751387f88942dbc66689821d
2014-04-19fixincludeguards.sh: includeThomas Arnhold1-2/+2
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist1-4/+4
Change-Id: I41a318b8376ae3e68701ffe6ebc745bdbec62dc8
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl1-4/+8
Change-Id: I6a29e91cc2f328ccbd01b617b39dc9275332d1f0
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl1-0/+41
HtmlWriter is used to write the structure of a HTML document to a stream. The goal is to abstract the messy construction of strings when writing attributes of a html element and other HTML specifics needed when structuring a HTML document. Change-Id: Ibdf42914e43ef02f16a43e4230575ed7340e68d8