summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/cuicharmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuicharmap.hxx')
-rw-r--r--cui/source/inc/cuicharmap.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx
index 10b7dc956c03..0e80d4002c1a 100644
--- a/cui/source/inc/cuicharmap.hxx
+++ b/cui/source/inc/cuicharmap.hxx
@@ -28,6 +28,10 @@
#include <svx/charmap.hxx>
#include <svx/searchcharmap.hxx>
#include <sfx2/charwin.hxx>
+#include <iostream>
+#include <fstream>
+
+#include <floatfann.h>
using namespace ::com::sun::star;
class SubsetMap;
@@ -47,8 +51,10 @@ public:
void ReadBitmap();
void CropBitmap();
void ScaleBitmap(long width, long height);
+ void ToFile(std::ofstream &file);
+ void ToFann(fann_type *out_data);
- static const int SIZE = 25;
+ static const int SIZE = 15;
private:
Bitmap m_bitmap;