diff options
author | Ciorba Edmond <edmond_ciorba@yahoo.com> | 2013-07-03 16:14:45 +0300 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-07-11 12:36:20 +0200 |
commit | 5dd1b3da57862a6577717544dde56482add89170 (patch) | |
tree | 59a18786309d0f1d49b41f06485457cba7d6e5da /include/svx | |
parent | 31144904919cf386f7ef6941a2932bc00497ed13 (diff) |
fdo#63211 - embed images in HTML export.
Change-Id: I585c85d2cee13ee8954623bd981cb372d78b7952
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/xoutbmp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xoutbmp.hxx b/include/svx/xoutbmp.hxx index 0c614b93c356..3bb51cff44ca 100644 --- a/include/svx/xoutbmp.hxx +++ b/include/svx/xoutbmp.hxx @@ -54,6 +54,7 @@ public: static sal_uInt16 WriteGraphic( const Graphic& rGraphic, String& rFileName, const String& rFilterName, const sal_uIntPtr nFlags = 0L, const Size* pMtfSize_100TH_MM = NULL ); + static sal_uLong GraphicToBase64(const Graphic& rGraphic,OUString& rOUString); static sal_uInt16 ExportGraphic( const Graphic& rGraphic, const INetURLObject& rURL, GraphicFilter& rFilter, const sal_uInt16 nFormat, |