summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:54:53 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:54:53 +0000
commite21104a6ca4b757be30bab2c03eb72532ee8ad32 (patch)
treeb644a6513e6a6046c50e4c299ba43921ae6ad5c0 /sw/inc/ndarr.hxx
parente3075f11a1069cb49b835123bf5ebb23f9859d92 (diff)
INTEGRATION: CWS os100 (1.16.292); FILE MERGED
2007/07/11 07:39:02 os 1.16.292.1: #i65257# text append and convert interfaces
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 3a246755acdd..0085d94550e6 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndarr.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 15:32:55 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:54:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,7 @@
#endif
#include <svtools/embedhlp.hxx>
+#include <vector>
class Graphic;
class GraphicObject;
@@ -299,6 +300,14 @@ public:
SwTableBoxFmt* pBoxFmt,
SwTxtFmtColl* pTxtColl,
SwUndoTxtToTbl* pUndo = 0 );
+ //create a table from a vector of NodeRanges - API support
+ SwTableNode* TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes,
+ SwTableFmt* pTblFmt,
+ SwTableLineFmt* pLineFmt,
+ SwTableBoxFmt* pBoxFmt,
+ SwTxtFmtColl* pTxtColl
+ /*, SwUndo... pUndo*/ );
+
// erzeuge aus der Tabelle wieder normalen Text
BOOL TableToText( const SwNodeRange& rRange, sal_Unicode cCh,
SwUndoTblToTxt* = 0 );