2005/12/07 16:57:57 pmladek 1.22.52.1: #i58972#
Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1
2005/11/16 10:40:44 od 1.17.6.1: #i57920# <SwNodes::ChgNode(..)>
- do not call <SwTxtNode::SetLevel(NO_NUMBERING)>, because is
deprecated and set <IsCounted> state to <false>, which isn't
correct here.
2005/10/26 07:11:17 od 1.22.58.12: #126367# <SwCntntNode::SetAttr( const SfxPoolItem& )> and
<SwCntntNode::SetAttr( const SfxItemSet& )>
- synchronize number and numbering rule, if attributes are set
during locked modifier.
2005/10/25 11:22:07 od 1.22.58.11: #126347# <SwCntntNode::GetNoCondAttr(..)>
- Undo change made by issue i51029, because an attribute has to
be searched even if no hard attributes are set at the text node.
2005/09/14 13:40:03 hbrinkm 1.22.58.10: #i51089# IsInRedlines
2005/09/13 20:33:30 hbrinkm 1.22.58.9: RESYNC: (1.23-1.24); FILE MERGED
2005/09/07 11:39:44 hbrinkm 1.22.58.8: #i51089# Modify: SyncNumberAndNumrule before handling the rest
2005/09/01 12:08:46 fme 1.22.58.7: #i51089# Only call SyncNumAndNumRule if content node is a text node
2005/08/30 13:00:26 hbrinkm 1.22.58.6: #i51089# Modify: call SyncNumAndNumRule every time (does only do a change if needed)
2005/08/19 15:21:04 hbrinkm 1.22.58.5: #i51089# ChkCondColl: use GetNumRuleSync
2005/08/16 15:33:19 hbrinkm 1.22.58.4: #i51089# IsAnyCondition: refactoring for better understanding
2005/08/09 12:41:55 hbrinkm 1.22.58.3: #121445# SwCntntNode::Modify: do not overwrite present level
2005/08/03 12:23:45 hbrinkm 1.22.58.2: RESYNC: (1.22-1.23); FILE MERGED
2005/06/22 10:24:54 hbrinkm 1.22.58.1: #i51089# new implementation of numbering
2005/11/03 10:39:01 od 1.16.580.4: #i51089# improve performance - consider change of <SwTxtNode::GetNum()>
2005/11/01 18:10:30 od 1.16.580.3: #i53235# <SwTxtNode::MakeCopy(..)> - correction:
call method <SwTxtNode::CopyNumber(..)> at correct text node and
only if it has a numbering/bullet rule set.
2005/09/13 20:33:57 hbrinkm 1.16.580.2: RESYNC: (1.16-1.17); FILE MERGED
2005/06/22 10:24:54 hbrinkm 1.16.580.1: #i51089# new implementation of numbering
2005/10/12 12:09:38 fme 1.27.214.4: #121591# Check if pBoxFrm is destroyed during GetTblSel
2005/10/11 10:21:26 od 1.27.214.3: RESYNC: (1.28-1.29); FILE MERGED
resolve merge conflict.
2005/09/21 12:27:29 fme 1.27.214.2: RESYNC: (1.27-1.28); FILE MERGED
2005/09/12 10:05:03 fme 1.27.214.1: #121591# There seem to be a case where ImplFindTabFrm in GetTabRows returns 0. Make code robust
2005/10/13 23:03:31 os 1.19.126.2: RESYNC: (1.19-1.20); FILE MERGED
2005/08/16 08:38:56 os 1.19.126.1: #i48455# to support versions correctly the related attribute has to be set before the filter detection takes place
2005/09/22 15:16:57 fme 1.27.142.2: RESYNC: (1.27-1.28); FILE MERGED
2005/08/03 11:35:56 fme 1.27.142.1: #i52781# Table row resize with mouse did not work correctly with nested tables
2005/03/04 18:43:14 dvo 1.24.26.2: RESYNC: (1.24-1.26); FILE MERGED
2004/11/24 19:01:34 dvo 1.24.26.1: #i17764# do not remove table redlines when making changes to table structures
(fix moved from CWS OS42)
2005/01/27 12:53:32 abi 1.8.112.4: #i33293#
2005/01/24 17:41:11 abi 1.8.112.3: new parameter
2005/01/19 16:12:24 abi 1.8.112.2: #i9861# thread one level lower
2004/12/16 09:33:35 abi 1.8.112.1: #i33293# using thread for reread
2005/02/09 17:27:44 dvo 1.18.236.2: #i26324# use nMySerial helpers for all non-product builds
2005/01/20 16:18:24 hbrinkm 1.18.236.1: #i26324# serial numbers for debug purposes
2005/01/07 09:06:33 fme 1.25.62.1: #i39552# Collection of column boxes has to be performed at the beginning of GetTabRows because it may trigger the formatting of an invalid table frame
2004/11/27 08:55:25 os 1.23.104.3: RESYNC: (1.23-1.24); FILE MERGED
2004/11/19 12:05:25 os 1.23.104.2: #i17764# redline in tables disabled, again
2004/11/10 17:33:46 dvo 1.23.104.1: #i17764# do not remove table redlines when making changes to table structures
2004/11/04 15:30:26 dvo 1.10.90.1: #i31024# prevent headings with outline num-rules from being written as lists
(plus dependent changes for NO_NUM removal)