summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:54:37 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:54:37 +0000
commite3075f11a1069cb49b835123bf5ebb23f9859d92 (patch)
tree74881429a9c7c89f52041ea76209ad2c6674ed05 /sw/inc/doc.hxx
parentfe9aa0582d5b094c15c0ccfb946d1b87f052d3a5 (diff)
INTEGRATION: CWS os100 (1.138.12); FILE MERGED
2007/07/11 07:39:02 os 1.138.12.1: #i65257# text append and convert interfaces
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index b9f28571eb36..74749d394731 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: doc.hxx,v $
*
- * $Revision: 1.139 $
+ * $Revision: 1.140 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:04:54 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:54:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,6 +160,7 @@
#include <stringhash.hxx>
#include <svtools/embedhlp.hxx>
+#include <vector>
class SfxObjectShell;
class SfxObjectShellRef;
@@ -1566,6 +1567,8 @@ public:
const SwPaM& rRange, sal_Unicode cCh,
SwHoriOrient eAdjust,
const SwTableAutoFmt* = 0 );
+ // text to table conversion - API support
+ const SwTable* TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes );
// erzeuge aus der Tabelle wieder normalen Text
sal_Bool TableToText( const SwTableNode* pTblNd, sal_Unicode cCh );
// einfuegen von Spalten/Zeilen in der Tabelle