summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-01 06:39:38 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-01 06:39:38 +0000
commita6f7f39380b241e839c48dd4b2caddb10ac0f310 (patch)
tree6395dc66fa2d4c1af651ec8bfd6d72dee7f09088 /sw/inc/swtable.hxx
parent64666277136a857267af0f8abbb45409d8bbf3a5 (diff)
INTEGRATION: CWS tableintable (1.4.568); FILE MERGED
2004/05/17 12:59:47 fme 1.4.568.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/30 08:45:19 fme 1.4.568.1: #i26629# Table in table - unique table names during copying of nested tables
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 4c05d1720e77..679f9509a2a0 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swtable.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 13:42:47 $
+ * last change: $Author: obo $ $Date: 2004-06-01 07:39:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,6 +136,12 @@ protected:
SwHTMLTableLayout *pHTMLLayout;
+ // Usually, the table node of a SwTable can be accessed by getting a box
+ // out of aSortCntBoxes, which know their SwStartNode. But in some rare
+ // cases, we need to know the table node of a SwTable, before the table
+ // boxes have been build (SwTableNode::MakeCopy with tables in tables).
+ SwTableNode* pTableNode;
+
//SOLL das fuer jede Tabelle einstellbar sein?
TblChgMode eTblChgMode;
@@ -249,7 +255,9 @@ public:
// BorderLine ein wenig aufraeumen
void GCBorderLines();
+ // returns the table node via aSortCntBoxes or pTableNode
SwTableNode* GetTableNode() const;
+ void SetTableNode( SwTableNode* pNode ) { pTableNode = pNode; }
// Daten Server-Methoden
void SetRefObject( SwServerObject* );