Kaydet (Commit) ed9a3e51 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cellborders (1.105.6); FILE MERGED

2004/06/02 07:30:25 fme 1.105.6.1: #i29552# Collapsing table borders - removed code that should simulate collapsing borders
üst 2906d22a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ww8par2.cxx,v $ * $RCSfile: ww8par2.cxx,v $
* *
* $Revision: 1.105 $ * $Revision: 1.106 $
* *
* last change: $Author: kz $ $Date: 2004-05-18 15:50:18 $ * last change: $Author: rt $ $Date: 2004-07-12 13:35:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -2227,7 +2227,12 @@ void WW8TabDesc::CalcDefaults() ...@@ -2227,7 +2227,12 @@ void WW8TabDesc::CalcDefaults()
the val from the top and put in on the bottom cell. I can't seem to make the val from the top and put in on the bottom cell. I can't seem to make
disjoint upper and lowers to see what happens there. disjoint upper and lowers to see what happens there.
*/ */
for (pR = pFirstBand; pR; pR = pR->pNextBand)
/* #i29550# FME 2004-06-02 Removed this code because of the implementation
of the collapsing table borders model. So this should not be necessary
anymore. */
/* for (pR = pFirstBand; pR; pR = pR->pNextBand)
{ {
WW8TabBandDesc *pNext = pR->pNextBand; WW8TabBandDesc *pNext = pR->pNextBand;
if (!pNext) if (!pNext)
...@@ -2258,7 +2263,7 @@ void WW8TabDesc::CalcDefaults() ...@@ -2258,7 +2263,7 @@ void WW8TabDesc::CalcDefaults()
rAbove = WW8_BRC(); rAbove = WW8_BRC();
} }
} } */
if (nMinLeft && (HORI_LEFT == eOri)) if (nMinLeft && (HORI_LEFT == eOri))
eOri = HORI_LEFT_AND_WIDTH; // absolutely positioned eOri = HORI_LEFT_AND_WIDTH; // absolutely positioned
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment