Commit Graph

177 Commits

Author SHA1 Message Date
Oliver Bolte
1f0524f838 INTEGRATION: CWS swqbf48 (1.12.122); FILE MERGED
2005/12/02 12:16:06 fme 1.12.122.1: #127801# CalcOptimalWidth for tables containing other layout frames is buggy
2006-01-20 12:47:28 +00:00
Oliver Bolte
d5d1d641fb INTEGRATION: CWS gcc41 (1.22.52); FILE MERGED
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
2006-01-19 17:18:09 +00:00
Rüdiger Timm
faf2c6e65e INTEGRATION: CWS numberformat (1.29.38); FILE MERGED
2005/10/26 17:50:34 kendy 1.29.38.1: #i55546#
The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
2005-12-14 13:48:05 +00:00
Oliver Bolte
f294b6afc1 INTEGRATION: CWS swqbf44 (1.17.6); FILE MERGED
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-11-17 15:21:42 +00:00
Rüdiger Timm
f83e3f023f INTEGRATION: CWS os68 (1.21.48); FILE MERGED
2005/10/25 13:55:11 os 1.21.48.1: #126178# start and end of undo need to be paired
2005-11-10 14:56:39 +00:00
Rüdiger Timm
04e835f0ca INTEGRATION: CWS swqbf41 (1.15.84); FILE MERGED
2005/11/03 15:00:40 od 1.15.84.1: #125329# <SwNodes::UpdateOutlineNode(..)>
	 - assure that text node is in the correct nodes array.
2005-11-09 09:07:13 +00:00
Rüdiger Timm
0184d36f70 INTEGRATION: CWS swnumtree (1.14.98); FILE MERGED
2005/10/06 08:37:28 hbrinkm 1.14.98.6: #i51089# ChgNode: UnregisterNumber befor Move
2005/09/13 20:35:44 hbrinkm 1.14.98.5: RESYNC: (1.15-1.16); FILE MERGED
2005/09/12 15:20:39 hbrinkm 1.14.98.4: #i51089# ChgNode: propagate level information to destination
2005/08/03 12:23:56 hbrinkm 1.14.98.3: RESYNC: (1.14-1.15); FILE MERGED
2005/07/08 14:46:49 hbrinkm 1.14.98.2: #i51089# ChgNode: unregister/register SwTxtNode before/after Move
2005/06/22 10:24:55 hbrinkm 1.14.98.1: #i51089# new implementation of numbering
2005-11-08 16:18:55 +00:00
Rüdiger Timm
9cc4347b0c INTEGRATION: CWS swnumtree (1.22.58); FILE MERGED
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-08 16:18:40 +00:00
Rüdiger Timm
e78eeacc81 INTEGRATION: CWS swnumtree (1.13.32); FILE MERGED
2005/11/01 18:07:56 od 1.13.32.7: #i51089# - remove unused code
2005/09/13 20:34:40 hbrinkm 1.13.32.6: RESYNC: (1.14-1.15); FILE MERGED
2005/09/01 08:04:49 hbrinkm 1.13.32.5: #i51089# UpdateOutlineNodes() not needed anymore
2005/08/23 07:36:29 hbrinkm 1.13.32.4: #i51089# UpdateOutlineNode: remove call of ChkCondColls that lead to a loop
2005/08/16 15:31:53 hbrinkm 1.13.32.3: #i51089# UpdateOutlineNode: call ChkCondColls
2005/08/03 12:23:35 hbrinkm 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED
2005/06/22 10:24:54 hbrinkm 1.13.32.1: #i51089# new implementation of numbering
2005-11-08 16:18:27 +00:00
Rüdiger Timm
aacb5812b8 INTEGRATION: CWS swnumtree (1.16.580); FILE MERGED
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-11-08 16:18:09 +00:00
Jens-Heiner Rechtien
e70e65aa74 INTEGRATION: CWS swqbf40 (1.27.214); FILE MERGED
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-27 14:59:47 +00:00
Rüdiger Timm
b1aa299255 INTEGRATION: CWS os64 (1.19.126); FILE MERGED
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-10-19 07:23:31 +00:00
Jens-Heiner Rechtien
f335146ab4 INTEGRATION: CWS swqbf35 (1.27.142); FILE MERGED
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-09-28 10:05:44 +00:00
Rüdiger Timm
1a12c5cb3e INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED
2005/09/05 13:39:25 rt 1.10.192.1: #i54170# Change license header: remove SISSL
2005-09-09 02:23:27 +00:00
Rüdiger Timm
1a36839f92 INTEGRATION: CWS ooo19126 (1.19.224); FILE MERGED
2005/09/05 13:39:25 rt 1.19.224.1: #i54170# Change license header: remove SISSL
2005-09-09 02:23:15 +00:00
Rüdiger Timm
bf8c8b724e INTEGRATION: CWS ooo19126 (1.15.78); FILE MERGED
2005/09/05 13:39:25 rt 1.15.78.1: #i54170# Change license header: remove SISSL
2005-09-09 02:23:00 +00:00
Rüdiger Timm
9c6f52cf6d INTEGRATION: CWS ooo19126 (1.5.694); FILE MERGED
2005/09/05 13:39:24 rt 1.5.694.1: #i54170# Change license header: remove SISSL
2005-09-09 02:22:43 +00:00
Rüdiger Timm
dc85049705 INTEGRATION: CWS ooo19126 (1.23.78); FILE MERGED
2005/09/05 13:39:24 rt 1.23.78.1: #i54170# Change license header: remove SISSL
2005-09-09 02:22:30 +00:00
Rüdiger Timm
0360aaa449 INTEGRATION: CWS ooo19126 (1.11.460); FILE MERGED
2005/09/05 13:39:24 rt 1.11.460.1: #i54170# Change license header: remove SISSL
2005-09-09 02:22:16 +00:00
Rüdiger Timm
236bffa442 INTEGRATION: CWS ooo19126 (1.27.224); FILE MERGED
2005/09/05 13:39:23 rt 1.27.224.1: #i54170# Change license header: remove SISSL
2005-09-09 02:22:02 +00:00
Rüdiger Timm
a634c3fd59 INTEGRATION: CWS ooo19126 (1.20.276); FILE MERGED
2005/09/05 13:39:23 rt 1.20.276.1: #i54170# Change license header: remove SISSL
2005-09-09 02:21:47 +00:00
Rüdiger Timm
0ec3981fa9 INTEGRATION: CWS ooo19126 (1.14.80); FILE MERGED
2005/09/05 13:39:22 rt 1.14.80.1: #i54170# Change license header: remove SISSL
2005-09-09 02:21:32 +00:00
Rüdiger Timm
ca89a30f12 INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED
2005/09/05 13:39:21 rt 1.8.578.1: #i54170# Change license header: remove SISSL
2005-09-09 02:21:17 +00:00
Rüdiger Timm
acc53aeed7 INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED
2005/09/05 13:39:21 rt 1.2.1254.1: #i54170# Change license header: remove SISSL
2005-09-09 02:21:03 +00:00
Rüdiger Timm
ae5f70e4be INTEGRATION: CWS ooo19126 (1.16.704); FILE MERGED
2005/09/05 13:39:20 rt 1.16.704.1: #i54170# Change license header: remove SISSL
2005-09-09 02:20:47 +00:00
Rüdiger Timm
b81649c8b3 INTEGRATION: CWS ooo19126 (1.3.928); FILE MERGED
2005/09/05 13:39:20 rt 1.3.928.1: #i54170# Change license header: remove SISSL
2005-09-09 02:20:33 +00:00
Oliver Bolte
f2eb2de502 INTEGRATION: CWS swnum03 (1.14.134); FILE MERGED
2005/07/12 14:13:50 hbrinkm 1.14.134.2: #i51827# ::_MoveNodes: invalidate numrule of text node
2005/07/05 08:48:27 hbrinkm 1.14.134.1: #i47340# SwNodes::Delete: use SwTxtNode::IsOutline
2005-07-18 12:35:18 +00:00
Oliver Bolte
9fc0e8bbc8 INTEGRATION: CWS swnum03 (1.22.94); FILE MERGED
2005/06/28 12:59:17 hbrinkm 1.22.94.1: #i51029# GetNoCondAttr: non-zero-check pAttrSet before access
2005-07-18 12:35:03 +00:00
Oliver Bolte
1635c164b0 INTEGRATION: CWS swnum03 (1.13.74); FILE MERGED
2005/07/14 11:31:23 hbrinkm 1.13.74.4: #i51827# UpdateOutlineNode: do not overwrite number
2005/06/29 14:13:45 hbrinkm 1.13.74.3: #i51029# UpdateOutlineNode: Handle insert/delete of outline node to array of outline nodes correctly
2005/06/29 14:12:02 hbrinkm 1.13.74.2: #i51029# UpdateOutlineNode: Handle insert/delete of outline node to array of outline nodes correctly
2005/06/28 12:56:58 hbrinkm 1.13.74.1: #i51029# +UpdateOutlineNode(SwNode &), -UpdateOutlineNodesList
2005-07-18 12:34:41 +00:00
Oliver Bolte
5ebc6f4bc5 INTEGRATION: CWS fr8fix2 (1.12.118); FILE MERGED
2005/04/14 13:08:39 hbrinkm 1.12.118.2: #i47372# do not SetNoNum(FALSE)
2005/04/14 08:32:09 hbrinkm 1.12.118.1: #i47374# use simpler Remove
2005-05-03 13:39:16 +00:00
Oliver Bolte
9b22b889a3 INTEGRATION: CWS fr8fix1 (1.21.12); FILE MERGED
2005/04/05 12:53:14 hbrinkm 1.21.12.1: #i46588# Call UpdateNum with a node number of the appropriate level.
2005-04-18 14:11:41 +00:00
Oliver Bolte
9a3ced08f1 INTEGRATION: CWS swqbugfixes22 (1.9.38); FILE MERGED
2005/04/11 05:52:57 od 1.9.38.1: #i46300# <SwBaseLink::SwapIn(..)> - deactivate fix for issues i9861 and i33293
2005-04-12 15:35:03 +00:00
Rüdiger Timm
fe147b039b INTEGRATION: CWS fwkfinal3 (1.18.14); FILE MERGED
2005/03/21 09:57:45 mba 1.18.14.1: #i45278#: wrong filter treatment
2005-03-30 07:14:21 +00:00
Rüdiger Timm
9b3c1cf9e2 INTEGRATION: CWS swqcore08 (1.13.338); FILE MERGED
2005/03/01 18:06:22 dvo 1.13.338.1: #i43072# undo of header/footer creation/deletion
2005-03-29 13:38:04 +00:00
Rüdiger Timm
ea45fec165 INTEGRATION: CWS swtableredline (1.24.26); FILE MERGED
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-03-29 10:48:29 +00:00
Vladimir Glazounov
0315869272 INTEGRATION: CWS swqbugfixes16 (1.18.322); FILE MERGED
2005/03/03 08:40:16 od 1.18.322.2: RESYNC: (1.18-1.19); FILE MERGED
2005/02/22 06:47:34 fme 1.18.322.1: #i42912# SwCntntNode::Modify did not call UpdateNum anymore, causing repaint errors
2005-03-23 10:51:59 +00:00
Oliver Bolte
78323d1952 INTEGRATION: CWS maybeb (1.8.112); FILE MERGED
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-03-15 09:06:57 +00:00
Vladimir Glazounov
109d2af346 INTEGRATION: CWS xmlsec08 (1.16.84); FILE MERGED
2005/02/11 14:32:21 od 1.16.84.1: #i38810# <SwIntrnlSectRefLink::DataChanged(..)> - set modified flag
	 and <LinksUpdated> flag at document.
2005-03-10 16:46:30 +00:00
Vladimir Glazounov
4f49c15d39 INTEGRATION: CWS swqcore07 (1.18.300); FILE MERGED
2005/02/21 12:53:45 od 1.18.300.1: #i42921# - new method <SwCntntNode::GetTextDirection(..)>
2005-03-08 10:14:50 +00:00
Vladimir Glazounov
6c002fcfcc INTEGRATION: CWS swqcore07 (1.19.158); FILE MERGED
2005/02/11 15:49:03 hbrinkm 1.19.158.1: #i42512# SwDoc::DelSectionFmt: use {Start/End}Undo(UNDO_DELSECTION)
2005-03-08 10:14:34 +00:00
Kurt Zenker
b84b5b2964 INTEGRATION: CWS os52 (1.16.34); FILE MERGED
2005/02/17 10:39:34 os 1.16.34.1: #i42207# provide SfxMedium* in call of SwIoSystem::GetFileFilter()
2005-03-01 14:23:58 +00:00
Vladimir Glazounov
79ca98bbae INTEGRATION: CWS swqcore05 (1.18.236); FILE MERGED
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-02-21 15:04:54 +00:00
Vladimir Glazounov
0b32340fce INTEGRATION: CWS swqcore05 (1.11.82); FILE MERGED
2005/01/14 16:32:50 hbrinkm 1.11.82.1: #i39673# GetOutlineNds: update list on demand
2005-02-21 15:04:41 +00:00
Kurt Zenker
a2d1864f1c INTEGRATION: CWS swqbugfixes12 (1.25.62); FILE MERGED
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
2005-01-21 09:30:20 +00:00
Rüdiger Timm
f263450557 INTEGRATION: CWS sb19 (1.14.32); FILE MERGED
2004/12/08 19:14:57 sb 1.14.32.2: RESYNC: (1.14-1.15); FILE MERGED
2004/10/29 07:39:53 mba 1.14.32.1: #110409#: remove static BaseURL
2005-01-11 11:18:56 +00:00
Jens-Heiner Rechtien
c75b56e916 INTEGRATION: CWS os42 (1.23.104); FILE MERGED
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-27 11:30:08 +00:00
Rüdiger Timm
c02b9a6ef8 INTEGRATION: CWS oasisbf2 (1.10.90); FILE MERGED
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)
2004-11-26 12:25:03 +00:00
Oliver Bolte
3a06df5255 INTEGRATION: CWS swqbugfixes09 (1.10.214); FILE MERGED
2004/10/27 11:33:27 fme 1.10.214.1: #i35063# Missing invalidation if rowsplit attribute is changed
2004-11-16 14:39:56 +00:00
Oliver Bolte
40c1499f75 INTEGRATION: CWS eforms2 (1.12.362); FILE MERGED
2004/10/11 14:49:48 dvo 1.12.362.3: RESYNC: (1.13-1.14); FILE MERGED
2004/10/08 13:13:36 dvo 1.12.362.2: RESYNC: (1.12-1.13); FILE MERGED
2004/06/23 13:21:38 fme 1.12.362.1: #114856# Enhanced forms - Editable sections in read-only documents
2004-11-16 09:22:48 +00:00
Oliver Bolte
49f039f45a INTEGRATION: CWS eforms2 (1.14.116); FILE MERGED
2004/11/07 02:07:54 dvo 1.14.116.5: RESYNC: (1.17-1.18); FILE MERGED
2004/10/11 14:49:34 dvo 1.14.116.4: RESYNC: (1.16-1.17); FILE MERGED
2004/10/08 13:12:52 dvo 1.14.116.3: RESYNC: (1.15-1.16); FILE MERGED
2004/07/27 16:23:52 fs 1.14.116.2: RESYNC: (1.14-1.15); FILE MERGED
2004/06/23 13:21:37 fme 1.14.116.1: #114856# Enhanced forms - Editable sections in read-only documents
2004-11-16 09:22:33 +00:00