diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:49:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:49:14 +0000 |
commit | 686cf609adb2181301befacfd1c0b3fac12cf046 (patch) | |
tree | 3a1951950890385ce2d6f8b0e4f0ca857661e117 /sw/inc/dbgoutsw.hxx | |
parent | 5afe6d7e1260c5ba79c0e11c1c438763e5177c8a (diff) |
INTEGRATION: CWS swundo03 (1.3.10); FILE MERGED
2004/08/12 14:47:00 hbrinkm 1.3.10.5: RESYNC: (1.4-1.5); FILE MERGED
2004/08/04 14:58:29 hbrinkm 1.3.10.4: #115575#,#115582#
2004/07/19 17:42:29 hbrinkm 1.3.10.3: #115582#
2004/07/15 07:18:51 hbrinkm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED
2004/07/13 08:44:51 hbrinkm 1.3.10.1: #115575#
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r-- | sw/inc/dbgoutsw.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx index b47fd2eaed38..6321566c5fbc 100644 --- a/sw/inc/dbgoutsw.hxx +++ b/sw/inc/dbgoutsw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbgoutsw.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:56:10 $ + * last change: $Author: hr $ $Date: 2004-09-08 14:49:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,11 @@ class SfxItemSet; struct SwPosition; class SwPaM; class SwNodeNum; +class SwUndos; +class SwRect; +class SwFrmFmt; class SwNodes; +class SwRewriter; #define DBG_OUT_HERE printf("%s(%d):", __FILE__, __LINE__) #define DBG_OUT_HERE_FN printf("%s(%d) %s:", __FILE__, __LINE__, __FUNCTION__) @@ -81,11 +85,15 @@ class SwNodes; #define DBG_OUT_HERE_FN_LN printf("%s(%d) %s\n", __FILE__, __LINE__, __FUNCTION__) #define DBG_OUT(x) printf("%s\n", dbg_out(x)) #define DBG_OUT_LN(x) printf("%s(%d): %s\n", __FILE__, __LINE__, dbg_out(x)) +#define DBG_OUT_FN_LN(x) printf("%s: %s\n", __FUNCTION__, dbg_out(x)) extern bool bDbgOutStdErr; extern bool bDbgOutPrintAttrSet; +const char * dbg_out(const void * pVoid); const char * dbg_out(const String & aStr); +const char * dbg_out(const SwRect & rRect); +const char * dbg_out(const SwFrmFmt & rFrmFmt); const char * dbg_out(const SwNode & rNode); const char * dbg_out(const SwTxtAttr & rAttr); const char * dbg_out(const SwpHints &rHints); @@ -95,6 +103,8 @@ const char * dbg_out(SwNodes & rNodes); const char * dbg_out(const SwPosition & rPos); const char * dbg_out(const SwPaM & rPam); const char * dbg_out(const SwNodeNum & rNum); +const char * dbg_out(const SwUndos & rUndos); +const char * dbg_out(const SwRewriter & rRewriter); #endif // DEBUG #endif // __DBGOUTSW_HXX |