summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-10-02 14:20:55 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-10-04 13:30:32 +0200
commitac5d2b5bad52179f2930f9baac8f78ec90d7ee11 (patch)
tree7240f1ca73e26cf7671a7d6760853f2f703d3a01 /include
parentdbb054045fae8605794c17aae052a9d588fe33fc (diff)
add a 'simple-html' export to editeng
currently justs supports hyperlinks and nothing else over plain text. puts each paragraph in a separate div Change-Id: I645d28e0bb6ed13e930e1555753846d10ecf5dd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174388 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 0bafa99bb35f..852e43e9e5ff 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -279,6 +279,7 @@ public:
void RemoveAttribsKeepLanguages( bool bRemoveParaAttribs );
ErrCode Read( SvStream& rInput, EETextFormat eFormat, SvKeyValueIterator* pHTTPHeaderAttrs );
+ OString GetSimpleHtml() const;
void SetBackgroundColor( const Color& rColor );
Color const & GetBackgroundColor() const;