summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-28 11:50:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-28 11:50:48 +0000
commitbbfab26b81be0e1264360e327bf57f53d74760ff (patch)
tree36f1321ba44fad92fb951f9a523d49a84ed1c99b /sw/inc/ndarr.hxx
parent3567ffa69be6129f887a66424c224a3c684b9fc9 (diff)
INTEGRATION: CWS sw013 (1.2.228); FILE MERGED
2003/05/13 09:58:12 hbrinkm 1.2.228.1: #109161# InsertTable
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 95e21b71aa62..154151403e6a 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndarr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-28 20:33:09 $
+ * last change: $Author: vg $ $Date: 2003-05-28 12:50:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,9 +293,18 @@ public:
// fuege die Nodes fuer die Tabelle ein
// wenn Lines angegeben, erzeuge die Matrix aus Lines & Boxen
// ansonsten nur die Anzahl von Boxen.
+ /* #109161#
+
+ New parameter pAttrSet: If pAttrSet is non-null and contains an
+ adjust item it is propagated to the table cells. If there is an
+ adjust in pCntntTxtColl or pHeadlineTxtColl this adjust item
+ overrides the item in pAttrSet.
+
+ */
SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
USHORT nBoxes, SwTxtFmtColl* pCntntTxtColl,
- USHORT nLines=0, SwTxtFmtColl* pHeadlineTxtColl=0 );
+ USHORT nLines=0, SwTxtFmtColl* pHeadlineTxtColl=0,
+ const SwAttrSet * pAttrSet = 0);
// erzeuge aus dem makierten Bereich eine ausgeglichene Tabelle
SwTableNode* TextToTable( const SwNodeRange& rRange, sal_Unicode cCh,
SwTableFmt* pTblFmt,