summaryrefslogtreecommitdiff
path: root/svx/inc/gallery.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-04-02 12:56:04 +0000
committerRüdiger Timm <rt@openoffice.org>2004-04-02 12:56:04 +0000
commita9c5bd96f71907a41c12cf4ff43c6fe65ffcad2e (patch)
tree9e74e8c21f144feb99b2af1e529e7049467bb52c /svx/inc/gallery.hxx
parentfc2967c431fbfe0962a10c19c2c7a379a81dc05f (diff)
INTEGRATION: CWS sj05 (1.5.426); FILE MERGED
2004/01/23 14:55:22 cl 1.5.426.1: #i20484# adding autoshape ui
Diffstat (limited to 'svx/inc/gallery.hxx')
-rw-r--r--svx/inc/gallery.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/svx/inc/gallery.hxx b/svx/inc/gallery.hxx
index 6c86a8d165d5..cb99e5fd6b72 100644
--- a/svx/inc/gallery.hxx
+++ b/svx/inc/gallery.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gallery.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tv $ $Date: 2001-10-04 12:42:33 $
+ * last change: $Author: rt $ $Date: 2004-04-02 13:56:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,8 +122,10 @@
#define GALLERY_THEME_EDUCATION 33
#define GALLERY_THEME_TROUBLE 34
#define GALLERY_THEME_SCREENBEANS 35
+#define GALLERY_THEME_FONTWORK 36
+#define GALLERY_THEME_FONTWORK_VERTICAL 37
-#define GALLERY_THEME_DUMMY5 36
+#define GALLERY_THEME_DUMMY5 38
// -------------------
// - GalleryExplorer -
@@ -136,6 +138,7 @@ class FmFormModel;
class Graphic;
class FmFormModel;
class Bitmap;
+class OutputDevice;
class GalleryExplorer
{
@@ -197,6 +200,8 @@ public:
static BOOL EndLocking( const String& rThemeName );
static BOOL EndLocking( ULONG nThemeId );
+
+ static BOOL DrawCentered( OutputDevice* pOut, const FmFormModel& rModel );
};
#endif // _GALLERY_HXX_